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

§Properties

§
Devices: Device[]
[src]

A list of devices.

§
NextToken?: string | null
[src]

A pagination token that's included if more results are available.