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.4/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]

A valid access token that Amazon Cognito issued to the user whose list of devices you want to view.

§
Limit?: number | null
[src]

The limit of the device request.

§
PaginationToken?: string | null
[src]

The pagination token for the list request.