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

UpdateThingShadowResponse

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

The output from the UpdateThingShadow operation.

interface UpdateThingShadowResponse {
payload?: Uint8Array | null;
}

§Properties

§
payload?: Uint8Array | null
[src]

The state information, in JSON format.