amazonka-cognito-idp-2.0: Amazon Cognito Identity Provider SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CognitoIdentityProvider.Types.StatusType

Description

 

Documentation

newtype StatusType Source #

Constructors

StatusType' 

Fields

Bundled Patterns

pattern StatusType_Disabled :: StatusType 
pattern StatusType_Enabled :: StatusType 

Instances

Instances details
FromJSON StatusType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StatusType

FromJSONKey StatusType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StatusType

ToJSON StatusType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StatusType

ToJSONKey StatusType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StatusType

ToByteString StatusType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StatusType

ToHeader StatusType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StatusType

ToLog StatusType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StatusType

ToQuery StatusType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StatusType

FromText StatusType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StatusType

ToText StatusType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StatusType

Methods

toText :: StatusType -> Text #

FromXML StatusType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StatusType

ToXML StatusType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StatusType

Methods

toXML :: StatusType -> XML #

Generic StatusType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StatusType

Associated Types

type Rep StatusType :: Type -> Type #

Read StatusType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StatusType

Show StatusType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StatusType

NFData StatusType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StatusType

Methods

rnf :: StatusType -> () #

Eq StatusType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StatusType

Ord StatusType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StatusType

Hashable StatusType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StatusType

type Rep StatusType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.StatusType

type Rep StatusType = D1 ('MetaData "StatusType" "Amazonka.CognitoIdentityProvider.Types.StatusType" "amazonka-cognito-idp-2.0-D1ERgMvEVPG9z8cOLXdU2" 'True) (C1 ('MetaCons "StatusType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStatusType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))