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

ListDevicesRequest

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

Represents the request to list the devices.

interface ListDevicesRequest {
AccessToken: string;
Limit?: number | null;
PaginationToken?: string | null;
}

§Properties

§
AccessToken: string
[src]

The access tokens for the request to list devices.

§
Limit?: number | null
[src]

The limit of the device request.

§
PaginationToken?: string | null
[src]

The pagination token for the list request.