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

DeleteThingShadowRequest

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

The input for the DeleteThingShadow operation.

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

§Properties

§
shadowName?: string | null
[src]

The name of the shadow.

§
thingName: string
[src]

The name of the thing.