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

Description

Lists 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
Eq AdminListUserAuthEvents Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

Show 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 #

NFData AdminListUserAuthEvents Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

Methods

rnf :: AdminListUserAuthEvents -> () #

Hashable AdminListUserAuthEvents Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

ToJSON 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

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

type Rep AdminListUserAuthEvents Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

type Rep AdminListUserAuthEvents = D1 ('MetaData "AdminListUserAuthEvents" "Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "AdminListUserAuthEvents'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "userPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))
type AWSResponse AdminListUserAuthEvents Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

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:nextToken:AdminListUserAuthEvents', adminListUserAuthEvents_nextToken - A pagination token.

$sel:maxResults:AdminListUserAuthEvents', adminListUserAuthEvents_maxResults - The maximum number of authentication events to return.

$sel:userPoolId:AdminListUserAuthEvents', adminListUserAuthEvents_userPoolId - The user pool ID.

$sel:username: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.

Destructuring the Response

data AdminListUserAuthEventsResponse Source #

See: newAdminListUserAuthEventsResponse smart constructor.

Constructors

AdminListUserAuthEventsResponse' 

Fields

Instances

Instances details
Eq AdminListUserAuthEventsResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

Read AdminListUserAuthEventsResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

Show AdminListUserAuthEventsResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

Generic AdminListUserAuthEventsResponse Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.AdminListUserAuthEvents

Associated Types

type Rep AdminListUserAuthEventsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "AdminListUserAuthEventsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "authEvents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AuthEventType])) :*: 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:nextToken:AdminListUserAuthEvents', adminListUserAuthEventsResponse_nextToken - A pagination token.

$sel:authEvents:AdminListUserAuthEventsResponse', adminListUserAuthEventsResponse_authEvents - The response object. It includes the EventID, EventType, CreationDate, EventRisk, and EventResponse.

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