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

AdminListDevicesResponse

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

Lists the device's response, as an administrator.

interface AdminListDevicesResponse {
Devices?: DeviceType[] | null;
PaginationToken?: string | null;
}

§Properties

§
Devices?: DeviceType[] | null
[src]

The devices in the list of devices response.

§
PaginationToken?: string | null
[src]

The pagination token.