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

Description

 
Synopsis

Documentation

data AuthEventType Source #

The authentication event type.

See: newAuthEventType smart constructor.

Constructors

AuthEventType' 

Fields

Instances

Instances details
Eq AuthEventType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthEventType

Read AuthEventType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthEventType

Show AuthEventType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthEventType

Generic AuthEventType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthEventType

Associated Types

type Rep AuthEventType :: Type -> Type #

NFData AuthEventType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthEventType

Methods

rnf :: AuthEventType -> () #

Hashable AuthEventType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthEventType

FromJSON AuthEventType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthEventType

type Rep AuthEventType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AuthEventType

newAuthEventType :: AuthEventType Source #

Create a value of AuthEventType 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:eventRisk:AuthEventType', authEventType_eventRisk - The event risk.

$sel:eventResponse:AuthEventType', authEventType_eventResponse - The event response.

$sel:eventContextData:AuthEventType', authEventType_eventContextData - The user context data captured at the time of an event request. It provides additional information about the client from which event the request is received.

$sel:challengeResponses:AuthEventType', authEventType_challengeResponses - The challenge responses.

$sel:eventType:AuthEventType', authEventType_eventType - The event type.

$sel:creationDate:AuthEventType', authEventType_creationDate - The creation date

$sel:eventFeedback:AuthEventType', authEventType_eventFeedback - A flag specifying the user feedback captured at the time of an event request is good or bad.

$sel:eventId:AuthEventType', authEventType_eventId - The event ID.

authEventType_eventContextData :: Lens' AuthEventType (Maybe EventContextDataType) Source #

The user context data captured at the time of an event request. It provides additional information about the client from which event the request is received.

authEventType_eventFeedback :: Lens' AuthEventType (Maybe EventFeedbackType) Source #

A flag specifying the user feedback captured at the time of an event request is good or bad.