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.AuthFlowType

Description

 

Documentation

newtype AuthFlowType Source #

Constructors

AuthFlowType' 

Instances

Instances details
FromJSON AuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthFlowType

FromJSONKey AuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthFlowType

ToJSON AuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthFlowType

ToJSONKey AuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthFlowType

ToByteString AuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthFlowType

ToHeader AuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthFlowType

ToLog AuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthFlowType

ToQuery AuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthFlowType

FromText AuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthFlowType

ToText AuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthFlowType

Methods

toText :: AuthFlowType -> Text #

FromXML AuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthFlowType

ToXML AuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthFlowType

Methods

toXML :: AuthFlowType -> XML #

Generic AuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthFlowType

Associated Types

type Rep AuthFlowType :: Type -> Type #

Read AuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthFlowType

Show AuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthFlowType

NFData AuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthFlowType

Methods

rnf :: AuthFlowType -> () #

Eq AuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthFlowType

Ord AuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthFlowType

Hashable AuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthFlowType

type Rep AuthFlowType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthFlowType

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