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

AdminListDevicesRequest

import type { AdminListDevicesRequest } from "https://aws-api.deno.dev/v0.3/services/cognitoidentityserviceprovider.ts?docs=full";

Represents the request to list devices, as an administrator.

interface AdminListDevicesRequest {
Limit?: number | null;
PaginationToken?: string | null;
Username: string;
UserPoolId: string;
}

§Properties

§
Limit?: number | null
[src]

The limit of the devices request.

§
PaginationToken?: string | null
[src]

The pagination token.

§
Username: string
[src]

The user name.

§
UserPoolId: string
[src]

The user pool ID.