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

ListDevicesRequest

import type { ListDevicesRequest } from "https://aws-api.deno.dev/v0.3/services/iot1clickdevicesservice.ts?docs=full";
interface ListDevicesRequest {
DeviceType?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
DeviceType?: string | null
[src]

The type of the device, such as "button".

§
MaxResults?: number | null
[src]

The maximum number of results to return per request. If not set, a default value of 100 is used.

§
NextToken?: string | null
[src]

The token to retrieve the next set of results.