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

Description

A history of user activity and any risks detected as part of Amazon Cognito advanced security.

This operation returns paginated results.

Synopsis

Creating a Request

data AdminListUserAuthEvents Source #

See: newAdminListUserAuthEvents smart constructor.

Constructors

AdminListUserAuthEvents' 

Fields

Instances

Instances details
ToJSON AdminListUserAuthEvents Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

ToHeaders AdminListUserAuthEvents Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

ToPath AdminListUserAuthEvents Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

ToQuery AdminListUserAuthEvents Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

AWSPager AdminListUserAuthEvents Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

AWSRequest AdminListUserAuthEvents Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

Generic AdminListUserAuthEvents Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

Associated Types

type Rep AdminListUserAuthEvents :: Type -> Type #

Show AdminListUserAuthEvents Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

NFData AdminListUserAuthEvents Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

Methods

rnf :: AdminListUserAuthEvents -> () #

Eq AdminListUserAuthEvents Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

Hashable AdminListUserAuthEvents Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

type AWSResponse AdminListUserAuthEvents Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

type Rep AdminListUserAuthEvents Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

type Rep AdminListUserAuthEvents = D1 ('MetaData "AdminListUserAuthEvents" "Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents" "amazonka-cognito-idp-2.0-D1ERgMvEVPG9z8cOLXdU2" 'False) (C1 ('MetaCons "AdminListUserAuthEvents'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "userPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newAdminListUserAuthEvents Source #

Create a value of AdminListUserAuthEvents 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:maxResults:AdminListUserAuthEvents', adminListUserAuthEvents_maxResults - The maximum number of authentication events to return. Returns 60 events if you set MaxResults to 0, or if you don't include a MaxResults parameter.

AdminListUserAuthEvents, adminListUserAuthEvents_nextToken - A pagination token.

AdminListUserAuthEvents, adminListUserAuthEvents_userPoolId - The user pool ID.

AdminListUserAuthEvents, adminListUserAuthEvents_username - The user pool username or an alias.

Request Lenses

adminListUserAuthEvents_maxResults :: Lens' AdminListUserAuthEvents (Maybe Natural) Source #

The maximum number of authentication events to return. Returns 60 events if you set MaxResults to 0, or if you don't include a MaxResults parameter.

Destructuring the Response

data AdminListUserAuthEventsResponse Source #

See: newAdminListUserAuthEventsResponse smart constructor.

Constructors

AdminListUserAuthEventsResponse' 

Fields

Instances

Instances details
Generic AdminListUserAuthEventsResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

Associated Types

type Rep AdminListUserAuthEventsResponse :: Type -> Type #

Read AdminListUserAuthEventsResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

Show AdminListUserAuthEventsResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

NFData AdminListUserAuthEventsResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

Eq AdminListUserAuthEventsResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

type Rep AdminListUserAuthEventsResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

type Rep AdminListUserAuthEventsResponse = D1 ('MetaData "AdminListUserAuthEventsResponse" "Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents" "amazonka-cognito-idp-2.0-D1ERgMvEVPG9z8cOLXdU2" 'False) (C1 ('MetaCons "AdminListUserAuthEventsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "authEvents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AuthEventType])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newAdminListUserAuthEventsResponse Source #

Create a value of AdminListUserAuthEventsResponse 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:authEvents:AdminListUserAuthEventsResponse', adminListUserAuthEventsResponse_authEvents - The response object. It includes the EventID, EventType, CreationDate, EventRisk, and EventResponse.

AdminListUserAuthEvents, adminListUserAuthEventsResponse_nextToken - A pagination token.

$sel:httpStatus:AdminListUserAuthEventsResponse', adminListUserAuthEventsResponse_httpStatus - The response's http status code.

Response Lenses

adminListUserAuthEventsResponse_authEvents :: Lens' AdminListUserAuthEventsResponse (Maybe [AuthEventType]) Source #

The response object. It includes the EventID, EventType, CreationDate, EventRisk, and EventResponse.