stratosphere-ec2-1.0.0: Stratosphere integration for AWS EC2.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.EC2.IPAMScope

Documentation

data IPAMScope Source #

Instances

Instances details
ToJSON IPAMScope Source # 
Instance details

Defined in Stratosphere.EC2.IPAMScope

Show IPAMScope Source # 
Instance details

Defined in Stratosphere.EC2.IPAMScope

Eq IPAMScope Source # 
Instance details

Defined in Stratosphere.EC2.IPAMScope

ToResourceProperties IPAMScope Source # 
Instance details

Defined in Stratosphere.EC2.IPAMScope

Property "Description" IPAMScope Source # 
Instance details

Defined in Stratosphere.EC2.IPAMScope

Associated Types

type PropertyType "Description" IPAMScope 
Instance details

Defined in Stratosphere.EC2.IPAMScope

type PropertyType "Description" IPAMScope = Value Text

Methods

set :: PropertyType "Description" IPAMScope -> IPAMScope -> IPAMScope #

Property "IpamId" IPAMScope Source # 
Instance details

Defined in Stratosphere.EC2.IPAMScope

Associated Types

type PropertyType "IpamId" IPAMScope 
Instance details

Defined in Stratosphere.EC2.IPAMScope

Methods

set :: PropertyType "IpamId" IPAMScope -> IPAMScope -> IPAMScope #

Property "Tags" IPAMScope Source # 
Instance details

Defined in Stratosphere.EC2.IPAMScope

Associated Types

type PropertyType "Tags" IPAMScope 
Instance details

Defined in Stratosphere.EC2.IPAMScope

type PropertyType "Tags" IPAMScope = [Tag]
type PropertyType "Description" IPAMScope Source # 
Instance details

Defined in Stratosphere.EC2.IPAMScope

type PropertyType "Description" IPAMScope = Value Text
type PropertyType "IpamId" IPAMScope Source # 
Instance details

Defined in Stratosphere.EC2.IPAMScope

type PropertyType "Tags" IPAMScope Source # 
Instance details

Defined in Stratosphere.EC2.IPAMScope

type PropertyType "Tags" IPAMScope = [Tag]