Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetShadowResponse

Response payload to a GetShadow request.

Hierarchy

  • GetShadowResponse

Index

Properties

Optional clientToken

clientToken: undefined | string

An opaque token used to correlate requests and responses.

Optional metadata

metadata: ShadowMetadata

Contains the timestamps for each attribute in the desired and reported sections of the state.

Optional state

The (classic) shadow state of the AWS IoT thing.

Optional timestamp

timestamp: Date

The time the response was generated by AWS IoT.

Optional version

version: undefined | 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