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

Stratosphere.EC2.PrefixList

Documentation

data PrefixList Source #

Instances

Instances details
ToJSON PrefixList Source # 
Instance details

Defined in Stratosphere.EC2.PrefixList

Show PrefixList Source # 
Instance details

Defined in Stratosphere.EC2.PrefixList

Eq PrefixList Source # 
Instance details

Defined in Stratosphere.EC2.PrefixList

ToResourceProperties PrefixList Source # 
Instance details

Defined in Stratosphere.EC2.PrefixList

Property "AddressFamily" PrefixList Source # 
Instance details

Defined in Stratosphere.EC2.PrefixList

Associated Types

type PropertyType "AddressFamily" PrefixList 
Instance details

Defined in Stratosphere.EC2.PrefixList

type PropertyType "AddressFamily" PrefixList = Value Text

Methods

set :: PropertyType "AddressFamily" PrefixList -> PrefixList -> PrefixList #

Property "Entries" PrefixList Source # 
Instance details

Defined in Stratosphere.EC2.PrefixList

Associated Types

type PropertyType "Entries" PrefixList 
Instance details

Defined in Stratosphere.EC2.PrefixList

Methods

set :: PropertyType "Entries" PrefixList -> PrefixList -> PrefixList #

Property "MaxEntries" PrefixList Source # 
Instance details

Defined in Stratosphere.EC2.PrefixList

Associated Types

type PropertyType "MaxEntries" PrefixList 
Instance details

Defined in Stratosphere.EC2.PrefixList

type PropertyType "MaxEntries" PrefixList = Value Integer

Methods

set :: PropertyType "MaxEntries" PrefixList -> PrefixList -> PrefixList #

Property "PrefixListName" PrefixList Source # 
Instance details

Defined in Stratosphere.EC2.PrefixList

Associated Types

type PropertyType "PrefixListName" PrefixList 
Instance details

Defined in Stratosphere.EC2.PrefixList

type PropertyType "PrefixListName" PrefixList = Value Text

Methods

set :: PropertyType "PrefixListName" PrefixList -> PrefixList -> PrefixList #

Property "Tags" PrefixList Source # 
Instance details

Defined in Stratosphere.EC2.PrefixList

Associated Types

type PropertyType "Tags" PrefixList 
Instance details

Defined in Stratosphere.EC2.PrefixList

type PropertyType "Tags" PrefixList = [Tag]
type PropertyType "AddressFamily" PrefixList Source # 
Instance details

Defined in Stratosphere.EC2.PrefixList

type PropertyType "AddressFamily" PrefixList = Value Text
type PropertyType "Entries" PrefixList Source # 
Instance details

Defined in Stratosphere.EC2.PrefixList

type PropertyType "MaxEntries" PrefixList Source # 
Instance details

Defined in Stratosphere.EC2.PrefixList

type PropertyType "MaxEntries" PrefixList = Value Integer
type PropertyType "PrefixListName" PrefixList Source # 
Instance details

Defined in Stratosphere.EC2.PrefixList

type PropertyType "PrefixListName" PrefixList = Value Text
type PropertyType "Tags" PrefixList Source # 
Instance details

Defined in Stratosphere.EC2.PrefixList

type PropertyType "Tags" PrefixList = [Tag]