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

Description

 
Synopsis

Documentation

data AccountRecoverySettingType Source #

The data type for AccountRecoverySetting.

See: newAccountRecoverySettingType smart constructor.

Constructors

AccountRecoverySettingType' 

Fields

Instances

Instances details
Eq AccountRecoverySettingType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AccountRecoverySettingType

Read AccountRecoverySettingType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AccountRecoverySettingType

Show AccountRecoverySettingType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AccountRecoverySettingType

Generic AccountRecoverySettingType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AccountRecoverySettingType

Associated Types

type Rep AccountRecoverySettingType :: Type -> Type #

NFData AccountRecoverySettingType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AccountRecoverySettingType

Hashable AccountRecoverySettingType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AccountRecoverySettingType

ToJSON AccountRecoverySettingType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AccountRecoverySettingType

FromJSON AccountRecoverySettingType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AccountRecoverySettingType

type Rep AccountRecoverySettingType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AccountRecoverySettingType

type Rep AccountRecoverySettingType = D1 ('MetaData "AccountRecoverySettingType" "Amazonka.CognitoIdentityProvider.Types.AccountRecoverySettingType" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "AccountRecoverySettingType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "recoveryMechanisms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty RecoveryOptionType)))))

newAccountRecoverySettingType :: AccountRecoverySettingType Source #

Create a value of AccountRecoverySettingType 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:recoveryMechanisms:AccountRecoverySettingType', accountRecoverySettingType_recoveryMechanisms - The list of RecoveryOptionTypes.