Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateShadowRequest

Data needed to make an UpdateShadow request.

Hierarchy

  • UpdateShadowRequest

Index

Properties

Optional clientToken

clientToken: undefined | string

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

Optional state

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

thingName

thingName: string

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

Optional version

version: undefined | number

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

Generated using TypeDoc