{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/user-pools-admin-list-user-auth-events-response-structure.json",
"name": "AdminListUserAuthEventsResponse",
"description": "AdminListUserAuthEventsResponse schema from Amazon Cognito API",
"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."
}
]
}
}
}