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-16vtt531a2w0.deno.dev/v0.2/services/cognitoidentityserviceprovider.ts";
interface AdminListDevicesRequest {
Limit?: number | null;
PaginationToken?: string | null;
Username: string;
UserPoolId: string;
}

§Properties

§
Limit?: number | null
[src]
§
PaginationToken?: string | null
[src]
§
Username: string
[src]
§
UserPoolId: string
[src]