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

ListClientDevicesAssociatedWithCoreDeviceRequest

import type { ListClientDevicesAssociatedWithCoreDeviceRequest } from "https://aws-api.deno.dev/v0.4/services/greengrassv2.ts?docs=full";
interface ListClientDevicesAssociatedWithCoreDeviceRequest {
coreDeviceThingName: string;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
coreDeviceThingName: string
[src]

The name of the core device. This is also the name of the IoT thing.

§
maxResults?: number | null
[src]

The maximum number of results to be returned per paginated request.

§
nextToken?: string | null
[src]

The token to be used for the next set of paginated results.