libZSservicesZSamazonka-organizationsZSamazonka-organizations
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Organizations.Types.ParentType

Description

 

Documentation

newtype ParentType Source #

Constructors

ParentType' 

Fields

Bundled Patterns

pattern ParentType_ORGANIZATIONAL_UNIT :: ParentType 
pattern ParentType_ROOT :: ParentType 

Instances

Instances details
Eq ParentType Source # 
Instance details

Defined in Amazonka.Organizations.Types.ParentType

Ord ParentType Source # 
Instance details

Defined in Amazonka.Organizations.Types.ParentType

Read ParentType Source # 
Instance details

Defined in Amazonka.Organizations.Types.ParentType

Show ParentType Source # 
Instance details

Defined in Amazonka.Organizations.Types.ParentType

Generic ParentType Source # 
Instance details

Defined in Amazonka.Organizations.Types.ParentType

Associated Types

type Rep ParentType :: Type -> Type #

NFData ParentType Source # 
Instance details

Defined in Amazonka.Organizations.Types.ParentType

Methods

rnf :: ParentType -> () #

Hashable ParentType Source # 
Instance details

Defined in Amazonka.Organizations.Types.ParentType

ToJSON ParentType Source # 
Instance details

Defined in Amazonka.Organizations.Types.ParentType

ToJSONKey ParentType Source # 
Instance details

Defined in Amazonka.Organizations.Types.ParentType

FromJSON ParentType Source # 
Instance details

Defined in Amazonka.Organizations.Types.ParentType

FromJSONKey ParentType Source # 
Instance details

Defined in Amazonka.Organizations.Types.ParentType

ToLog ParentType Source # 
Instance details

Defined in Amazonka.Organizations.Types.ParentType

ToHeader ParentType Source # 
Instance details

Defined in Amazonka.Organizations.Types.ParentType

ToQuery ParentType Source # 
Instance details

Defined in Amazonka.Organizations.Types.ParentType

FromXML ParentType Source # 
Instance details

Defined in Amazonka.Organizations.Types.ParentType

ToXML ParentType Source # 
Instance details

Defined in Amazonka.Organizations.Types.ParentType

Methods

toXML :: ParentType -> XML #

ToByteString ParentType Source # 
Instance details

Defined in Amazonka.Organizations.Types.ParentType

FromText ParentType Source # 
Instance details

Defined in Amazonka.Organizations.Types.ParentType

ToText ParentType Source # 
Instance details

Defined in Amazonka.Organizations.Types.ParentType

Methods

toText :: ParentType -> Text #

type Rep ParentType Source # 
Instance details

Defined in Amazonka.Organizations.Types.ParentType

type Rep ParentType = D1 ('MetaData "ParentType" "Amazonka.Organizations.Types.ParentType" "libZSservicesZSamazonka-organizationsZSamazonka-organizations" 'True) (C1 ('MetaCons "ParentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromParentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))