stratosphere-organizations-1.0.0: Stratosphere integration for AWS Organizations.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Organizations.Account

Documentation

data Account Source #

Instances

Instances details
ToJSON Account Source # 
Instance details

Defined in Stratosphere.Organizations.Account

Show Account Source # 
Instance details

Defined in Stratosphere.Organizations.Account

Eq Account Source # 
Instance details

Defined in Stratosphere.Organizations.Account

Methods

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

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

ToResourceProperties Account Source # 
Instance details

Defined in Stratosphere.Organizations.Account

Property "AccountName" Account Source # 
Instance details

Defined in Stratosphere.Organizations.Account

Associated Types

type PropertyType "AccountName" Account 
Instance details

Defined in Stratosphere.Organizations.Account

type PropertyType "AccountName" Account = Value Text

Methods

set :: PropertyType "AccountName" Account -> Account -> Account #

Property "Email" Account Source # 
Instance details

Defined in Stratosphere.Organizations.Account

Associated Types

type PropertyType "Email" Account 
Instance details

Defined in Stratosphere.Organizations.Account

Methods

set :: PropertyType "Email" Account -> Account -> Account #

Property "ParentIds" Account Source # 
Instance details

Defined in Stratosphere.Organizations.Account

Associated Types

type PropertyType "ParentIds" Account 
Instance details

Defined in Stratosphere.Organizations.Account

type PropertyType "ParentIds" Account = ValueList Text

Methods

set :: PropertyType "ParentIds" Account -> Account -> Account #

Property "RoleName" Account Source # 
Instance details

Defined in Stratosphere.Organizations.Account

Associated Types

type PropertyType "RoleName" Account 
Instance details

Defined in Stratosphere.Organizations.Account

type PropertyType "RoleName" Account = Value Text

Methods

set :: PropertyType "RoleName" Account -> Account -> Account #

Property "Tags" Account Source # 
Instance details

Defined in Stratosphere.Organizations.Account

Associated Types

type PropertyType "Tags" Account 
Instance details

Defined in Stratosphere.Organizations.Account

type PropertyType "Tags" Account = [Tag]

Methods

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

type PropertyType "AccountName" Account Source # 
Instance details

Defined in Stratosphere.Organizations.Account

type PropertyType "AccountName" Account = Value Text
type PropertyType "Email" Account Source # 
Instance details

Defined in Stratosphere.Organizations.Account

type PropertyType "ParentIds" Account Source # 
Instance details

Defined in Stratosphere.Organizations.Account

type PropertyType "ParentIds" Account = ValueList Text
type PropertyType "RoleName" Account Source # 
Instance details

Defined in Stratosphere.Organizations.Account

type PropertyType "RoleName" Account = Value Text
type PropertyType "Tags" Account Source # 
Instance details

Defined in Stratosphere.Organizations.Account

type PropertyType "Tags" Account = [Tag]