Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateNamedShadowRequest

Data needed to make an UpdateNamedShadow request.

Hierarchy

  • UpdateNamedShadowRequest

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.

shadowName

shadowName: string

Name of the shadow to update.

Optional state

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

thingName

thingName: string

Aws IoT thing to update a named shadow of.

Optional version

version: undefined | number

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

Generated using TypeDoc