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

ListDevicesOutput

import type { ListDevicesOutput } from "https://aws-api.deno.dev/v0.4/services/snowdevicemanagement.ts?docs=full";
interface ListDevicesOutput {
devices?: DeviceSummary[] | null;
nextToken?: string | null;
}

§Properties

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

A list of device structures that contain information about the device.

§
nextToken?: string | null
[src]

A pagination token to continue to the next page of devices.