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

Description

 
Synopsis

Documentation

data RecoveryOptionType Source #

A map containing a priority as a key, and recovery method name as a value.

See: newRecoveryOptionType smart constructor.

Constructors

RecoveryOptionType' 

Fields

Instances

Instances details
Eq RecoveryOptionType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.RecoveryOptionType

Read RecoveryOptionType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.RecoveryOptionType

Show RecoveryOptionType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.RecoveryOptionType

Generic RecoveryOptionType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.RecoveryOptionType

Associated Types

type Rep RecoveryOptionType :: Type -> Type #

NFData RecoveryOptionType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.RecoveryOptionType

Methods

rnf :: RecoveryOptionType -> () #

Hashable RecoveryOptionType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.RecoveryOptionType

ToJSON RecoveryOptionType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.RecoveryOptionType

FromJSON RecoveryOptionType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.RecoveryOptionType

type Rep RecoveryOptionType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.RecoveryOptionType

type Rep RecoveryOptionType = D1 ('MetaData "RecoveryOptionType" "Amazonka.CognitoIdentityProvider.Types.RecoveryOptionType" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "RecoveryOptionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RecoveryOptionNameType)))

newRecoveryOptionType Source #

Create a value of RecoveryOptionType 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:priority:RecoveryOptionType', recoveryOptionType_priority - A positive integer specifying priority of a method with 1 being the highest priority.

$sel:name:RecoveryOptionType', recoveryOptionType_name - Specifies the recovery method for a user.

recoveryOptionType_priority :: Lens' RecoveryOptionType Natural Source #

A positive integer specifying priority of a method with 1 being the highest priority.