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

ListNamedShadowsForThingRequest

import type { ListNamedShadowsForThingRequest } from "https://aws-api.deno.dev/v0.3/services/iotdata.ts?docs=full";
interface ListNamedShadowsForThingRequest {
nextToken?: string | null;
pageSize?: number | null;
thingName: string;
}

§Properties

§
nextToken?: string | null
[src]

The token to retrieve the next set of results.

§
pageSize?: number | null
[src]

The result page size.

§
thingName: string
[src]

The name of the thing.