libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp
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.CognitoIdentityProvider.Types.ChallengeResponseType

Description

 
Synopsis

Documentation

data ChallengeResponseType Source #

The challenge response type.

See: newChallengeResponseType smart constructor.

Constructors

ChallengeResponseType' 

Fields

Instances

Instances details
Eq ChallengeResponseType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.ChallengeResponseType

Read ChallengeResponseType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.ChallengeResponseType

Show ChallengeResponseType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.ChallengeResponseType

Generic ChallengeResponseType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.ChallengeResponseType

Associated Types

type Rep ChallengeResponseType :: Type -> Type #

NFData ChallengeResponseType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.ChallengeResponseType

Methods

rnf :: ChallengeResponseType -> () #

Hashable ChallengeResponseType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.ChallengeResponseType

FromJSON ChallengeResponseType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.ChallengeResponseType

type Rep ChallengeResponseType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.ChallengeResponseType

type Rep ChallengeResponseType = D1 ('MetaData "ChallengeResponseType" "Amazonka.CognitoIdentityProvider.Types.ChallengeResponseType" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "ChallengeResponseType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "challengeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChallengeName)) :*: S1 ('MetaSel ('Just "challengeResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChallengeResponse))))

newChallengeResponseType :: ChallengeResponseType Source #

Create a value of ChallengeResponseType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:challengeName:ChallengeResponseType', challengeResponseType_challengeName - The challenge name

$sel:challengeResponse:ChallengeResponseType', challengeResponseType_challengeResponse - The challenge response.