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

§Properties

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

A list of devices.

§
NextToken?: string | null
[src]

The token to retrieve the next set of results.