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

SearchDevicesResponse

import type { SearchDevicesResponse } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface SearchDevicesResponse {
Devices?: DeviceData[] | null;
NextToken?: string | null;
TotalCount?: number | null;
}

§Properties

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

The devices that meet the specified set of filter criteria, in sort order.

§
NextToken?: string | null
[src]

The token returned to indicate that there is more data available.

§
TotalCount?: number | null
[src]

The total number of devices returned.