{
"type": "object",
"properties": {
"AuthEvents": {
"allOf": [
{
"$ref": "#/components/schemas/AuthEventsType"
},
{
"description": "The response object. It includes the EventID, EventType, CreationDate, EventRisk, and EventResponse."
}
]
},
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/PaginationKey"
},
{
"description": "A pagination token."
}
]
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-schema/cognito-idp-admin-list-user-auth-events-response-schema.json",
"title": "AdminListUserAuthEventsResponse",
"description": "AdminListUserAuthEventsResponse schema from Amazon Cognito"
}