Interface ShadowDeltaUpdatedEvent

An event generated when a shadow document was updated by a request to AWS IoT. The event payload contains only the changes requested.

Hierarchy

  • ShadowDeltaUpdatedEvent

Properties

clientToken?: string

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

metadata?: object

Timestamps for the shadow properties that were updated.

state?: object

Shadow properties that were updated.

timestamp?: Date

The time the event was generated by AWS IoT.

version?: number

The current version of the document for the device's shadow.

Generated using TypeDoc