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

Description

 
Synopsis

Documentation

data AccountTakeoverActionsType Source #

Account takeover actions type.

See: newAccountTakeoverActionsType smart constructor.

Constructors

AccountTakeoverActionsType' 

Fields

Instances

Instances details
Eq AccountTakeoverActionsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AccountTakeoverActionsType

Read AccountTakeoverActionsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AccountTakeoverActionsType

Show AccountTakeoverActionsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AccountTakeoverActionsType

Generic AccountTakeoverActionsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AccountTakeoverActionsType

Associated Types

type Rep AccountTakeoverActionsType :: Type -> Type #

NFData AccountTakeoverActionsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AccountTakeoverActionsType

Hashable AccountTakeoverActionsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AccountTakeoverActionsType

ToJSON AccountTakeoverActionsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AccountTakeoverActionsType

FromJSON AccountTakeoverActionsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AccountTakeoverActionsType

type Rep AccountTakeoverActionsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AccountTakeoverActionsType

type Rep AccountTakeoverActionsType = D1 ('MetaData "AccountTakeoverActionsType" "Amazonka.CognitoIdentityProvider.Types.AccountTakeoverActionsType" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "AccountTakeoverActionsType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lowAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccountTakeoverActionType)) :*: (S1 ('MetaSel ('Just "highAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccountTakeoverActionType)) :*: S1 ('MetaSel ('Just "mediumAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccountTakeoverActionType)))))

newAccountTakeoverActionsType :: AccountTakeoverActionsType Source #

Create a value of AccountTakeoverActionsType 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:lowAction:AccountTakeoverActionsType', accountTakeoverActionsType_lowAction - Action to take for a low risk.

$sel:highAction:AccountTakeoverActionsType', accountTakeoverActionsType_highAction - Action to take for a high risk.

$sel:mediumAction:AccountTakeoverActionsType', accountTakeoverActionsType_mediumAction - Action to take for a medium risk.