Interface UpdateNamedShadowRequest

Data needed to make an UpdateNamedShadow request.

Hierarchy

  • UpdateNamedShadowRequest

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.

shadowName: string

Name of the shadow to update.

state?: ShadowState

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

thingName: string

Aws IoT thing to update a named shadow of.

version?: number

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

Generated using TypeDoc