Interface UpdateShadowRequest

Data needed to make an UpdateShadow request.

Hierarchy

  • UpdateShadowRequest

Properties

clientToken?: string

Optional. A client token used to correlate requests and responses. Enter an arbitrary value here and it is reflected in the response.

state?: ShadowState

Requested changes to the shadow state. Updates affect only the fields specified.

thingName: string

Aws IoT thing to update the (classic) shadow of.

version?: number

(Optional) The Device Shadow service processes the update only if the specified version matches the latest version.

Generated using TypeDoc