Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AdminListUserAuthEventsRequest

import type { AdminListUserAuthEventsRequest } from "https://aws-api.deno.dev/v0.3/services/cognitoidentityserviceprovider.ts?docs=full";
interface AdminListUserAuthEventsRequest {
MaxResults?: number | null;
NextToken?: string | null;
Username: string;
UserPoolId: string;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of authentication events to return.

§
NextToken?: string | null
[src]

A pagination token.

§
Username: string
[src]

The user pool username or an alias.

§
UserPoolId: string
[src]

The user pool ID.