AWS IoT shadow topic types. Used to address messages to the AWS IoT shadow service.
Enumerator |
---|
AWS_IOT_SHADOW_TOPIC_NONE | Unused default value.
|
AWS_IOT_SHADOW_TOPIC_GET | This topic type corresponds to $aws/things/<thing-name>/shadow/get, publishing an empty string to this topic requests the device shadow document.
|
AWS_IOT_SHADOW_TOPIC_UPDATE | This topic type corresponds to $aws/things/<thing-name>/shadow/update, publishing data to this topic updates the device shadow document.
|
AWS_IOT_SHADOW_TOPIC_DELETE | This topic type corresponds to $aws/things/<thing-name>/shadow/delete, publishing an empty string to this topic deletes the device shadow document.
|