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

ListDevicesResponse

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

Represents the response to list devices.

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

§Properties

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

The devices returned in the list devices response.

§
PaginationToken?: string | null
[src]

The pagination token for the list device response.