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

ListNamedShadowsForThingResponse

import type { ListNamedShadowsForThingResponse } from "https://aws-api.deno.dev/v0.3/services/iotdata.ts?docs=full";
interface ListNamedShadowsForThingResponse {
nextToken?: string | null;
results?: string[] | null;
timestamp?: number | null;
}

§Properties

§
nextToken?: string | null
[src]

The token to use to get the next set of results, or null if there are no additional results.

§
results?: string[] | null
[src]

The list of shadows for the specified thing.

§
timestamp?: number | null
[src]

The Epoch date and time the response was generated by IoT.