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

Description

 
Synopsis

Documentation

data EventRiskType Source #

The event risk type.

See: newEventRiskType smart constructor.

Constructors

EventRiskType' 

Fields

Instances

Instances details
Eq EventRiskType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.EventRiskType

Read EventRiskType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.EventRiskType

Show EventRiskType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.EventRiskType

Generic EventRiskType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.EventRiskType

Associated Types

type Rep EventRiskType :: Type -> Type #

NFData EventRiskType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.EventRiskType

Methods

rnf :: EventRiskType -> () #

Hashable EventRiskType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.EventRiskType

FromJSON EventRiskType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.EventRiskType

type Rep EventRiskType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.EventRiskType

type Rep EventRiskType = D1 ('MetaData "EventRiskType" "Amazonka.CognitoIdentityProvider.Types.EventRiskType" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "EventRiskType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "compromisedCredentialsDetected") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "riskLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RiskLevelType)) :*: S1 ('MetaSel ('Just "riskDecision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RiskDecisionType)))))

newEventRiskType :: EventRiskType Source #

Create a value of EventRiskType 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:compromisedCredentialsDetected:EventRiskType', eventRiskType_compromisedCredentialsDetected - Indicates whether compromised credentials were detected during an authentication event.

$sel:riskLevel:EventRiskType', eventRiskType_riskLevel - The risk level.

$sel:riskDecision:EventRiskType', eventRiskType_riskDecision - The risk decision.

eventRiskType_compromisedCredentialsDetected :: Lens' EventRiskType (Maybe Bool) Source #

Indicates whether compromised credentials were detected during an authentication event.