Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShadowStateWithDelta

(Potentially partial) state of an AWS IoT thing's shadow. Includes the delta between the reported and desired states.

Hierarchy

  • ShadowStateWithDelta

Index

Properties

Properties

Optional delta

delta: undefined | object

The delta between the reported and desired states.

Optional desired

desired: undefined | object

The desired shadow state (from external services and devices).

Optional reported

reported: undefined | object

The (last) reported shadow state from the device.

Generated using TypeDoc