stratosphere-route53profiles-1.0.0: Stratosphere integration for AWS Route53Profiles.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Route53Profiles.Profile

Documentation

data Profile Source #

Instances

Instances details
ToJSON Profile Source # 
Instance details

Defined in Stratosphere.Route53Profiles.Profile

Show Profile Source # 
Instance details

Defined in Stratosphere.Route53Profiles.Profile

Eq Profile Source # 
Instance details

Defined in Stratosphere.Route53Profiles.Profile

Methods

(==) :: Profile -> Profile -> Bool #

(/=) :: Profile -> Profile -> Bool #

ToResourceProperties Profile Source # 
Instance details

Defined in Stratosphere.Route53Profiles.Profile

Property "Name" Profile Source # 
Instance details

Defined in Stratosphere.Route53Profiles.Profile

Associated Types

type PropertyType "Name" Profile 
Instance details

Defined in Stratosphere.Route53Profiles.Profile

Methods

set :: PropertyType "Name" Profile -> Profile -> Profile #

Property "Tags" Profile Source # 
Instance details

Defined in Stratosphere.Route53Profiles.Profile

Associated Types

type PropertyType "Tags" Profile 
Instance details

Defined in Stratosphere.Route53Profiles.Profile

type PropertyType "Tags" Profile = [Tag]

Methods

set :: PropertyType "Tags" Profile -> Profile -> Profile #

type PropertyType "Name" Profile Source # 
Instance details

Defined in Stratosphere.Route53Profiles.Profile

type PropertyType "Tags" Profile Source # 
Instance details

Defined in Stratosphere.Route53Profiles.Profile

type PropertyType "Tags" Profile = [Tag]