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.4/services/worklink.ts?docs=full";
interface ListDevicesResponse {
Devices?: DeviceSummary[] | null;
NextToken?: string | null;
}

§Properties

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

Information about the devices.

§
NextToken?: string | null
[src]

The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.