Interface UpdateShadowResponse

Response payload to an UpdateShadow request.

Hierarchy

  • UpdateShadowResponse

Properties

clientToken?: string

An opaque token used to correlate requests and responses. Present only if a client token was used in the request.

metadata?: ShadowMetadata

Contains the timestamps for each attribute in the desired and reported sections so that you can determine when the state was updated.

state?: ShadowState

Updated device shadow state.

timestamp?: Date

The time the response was generated by AWS IoT.

version?: number

The current version of the document for the device's shadow shared in AWS IoT. It is increased by one over the previous version of the document.

Generated using TypeDoc