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

Description

 
Synopsis

Documentation

data CompromisedCredentialsActionsType Source #

The compromised credentials actions type.

See: newCompromisedCredentialsActionsType smart constructor.

Instances

Instances details
FromJSON CompromisedCredentialsActionsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CompromisedCredentialsActionsType

ToJSON CompromisedCredentialsActionsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CompromisedCredentialsActionsType

Generic CompromisedCredentialsActionsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CompromisedCredentialsActionsType

Associated Types

type Rep CompromisedCredentialsActionsType :: Type -> Type #

Read CompromisedCredentialsActionsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CompromisedCredentialsActionsType

Show CompromisedCredentialsActionsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CompromisedCredentialsActionsType

NFData CompromisedCredentialsActionsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CompromisedCredentialsActionsType

Eq CompromisedCredentialsActionsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CompromisedCredentialsActionsType

Hashable CompromisedCredentialsActionsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CompromisedCredentialsActionsType

type Rep CompromisedCredentialsActionsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.CompromisedCredentialsActionsType

type Rep CompromisedCredentialsActionsType = D1 ('MetaData "CompromisedCredentialsActionsType" "Amazonka.CognitoIdentityProvider.Types.CompromisedCredentialsActionsType" "amazonka-cognito-idp-2.0-D1ERgMvEVPG9z8cOLXdU2" 'False) (C1 ('MetaCons "CompromisedCredentialsActionsType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CompromisedCredentialsEventActionType)))

newCompromisedCredentialsActionsType Source #

Create a value of CompromisedCredentialsActionsType 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:eventAction:CompromisedCredentialsActionsType', compromisedCredentialsActionsType_eventAction - The event action.