Expand description
Account-partitioned, serializable state for the AWS IoT Data Plane
(iotdata).
Two stores per account:
shadows— device shadows, keyed bythingName. Each thing owns a map ofshadowName-> shadow document, where the empty string""is the classic (unnamed) shadow and any other key is a named shadow. Every key is a plainString, so the snapshot never depends on the tuple-key serde adapter.retained— retained MQTT messages, keyed bytopic. The stored value carries the base64 payload plusqos/lastModifiedTime.
Structs§
- IotData
Data - Per-account IoT Data Plane state.
- IotData
Snapshot
Constants§
- CLASSIC_
SHADOW_ KEY - The classic (unnamed) shadow is stored under this reserved shadow-name key.
- IOTDATA_
SNAPSHOT_ SCHEMA_ VERSION