Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AuthEventType = AuthEventType' {}
- newAuthEventType :: AuthEventType
- authEventType_eventRisk :: Lens' AuthEventType (Maybe EventRiskType)
- authEventType_eventResponse :: Lens' AuthEventType (Maybe EventResponseType)
- authEventType_eventContextData :: Lens' AuthEventType (Maybe EventContextDataType)
- authEventType_challengeResponses :: Lens' AuthEventType (Maybe [ChallengeResponseType])
- authEventType_eventType :: Lens' AuthEventType (Maybe EventType)
- authEventType_creationDate :: Lens' AuthEventType (Maybe UTCTime)
- authEventType_eventFeedback :: Lens' AuthEventType (Maybe EventFeedbackType)
- authEventType_eventId :: Lens' AuthEventType (Maybe Text)
Documentation
data AuthEventType Source #
The authentication event type.
See: newAuthEventType
smart constructor.
AuthEventType' | |
|
Instances
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_eventRisk :: Lens' AuthEventType (Maybe EventRiskType) Source #
The event risk.
authEventType_eventResponse :: Lens' AuthEventType (Maybe EventResponseType) Source #
The event response.
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_challengeResponses :: Lens' AuthEventType (Maybe [ChallengeResponseType]) Source #
The challenge responses.
authEventType_eventType :: Lens' AuthEventType (Maybe EventType) Source #
The event type.
authEventType_creationDate :: Lens' AuthEventType (Maybe UTCTime) Source #
The creation date
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.
authEventType_eventId :: Lens' AuthEventType (Maybe Text) Source #
The event ID.