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

GetThingShadowRequest

import type { GetThingShadowRequest } from "https://aws-api.deno.dev/v0.3/services/iotdata.ts?docs=full";

The input for the GetThingShadow operation.

interface GetThingShadowRequest {
shadowName?: string | null;
thingName: string;
}

§Properties

§
shadowName?: string | null
[src]

The name of the shadow.

§
thingName: string
[src]

The name of the thing.