Compare two device shadows
compare_device_shadowsCompares reported state of two AWS IoT things or named shadows to show structural differences, helping answer what differs between device shadows.
Instructions
Structural diff of the reported state of two things (or of two named shadows of the same thing). This is the fastest way to answer "what is different about the one that misbehaves?" — it lists only the fields that differ, so a fleet-wide config drift shows up immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | Which half of the shadow state to compare. Default reported. | |
| left_thing_name | Yes | Exact AWS IoT thing name. | |
| left_shadow_name | No | Named shadow. Omit for the classic (unnamed) shadow. | |
| right_thing_name | Yes | Exact AWS IoT thing name. | |
| right_shadow_name | No | Named shadow. Omit for the classic (unnamed) shadow. |