aws_iot_data
AWS IoT-Data enables secure, bi-directional communication between Internet-connected things (such as sensors, actuators, embedded devices, or smart appliances) and the AWS cloud. It implements a broker for applications and things to publish messages over HTTP (Publish) and retrieve, update, and delete shadows. A shadow is a persistent representation of your things and their state in the AWS cloud.
Find the endpoint address for actions in the AWS IoT data plane by running this CLI command:
aws iot describe-endpoint --endpoint-type iot:Data-ATS
Summary
Functions
-
delete_thing_shadow(Client, ThingName, Input)
Deletes the shadow for the specified thing.
- delete_thing_shadow(Client, ThingName, Input0, Options)
-
get_thing_shadow(Client, ThingName)
Gets the shadow for the specified thing.
- get_thing_shadow(Client, ThingName, Options)
-
list_named_shadows_for_thing(Client, ThingName)
Lists the shadows for the specified thing.
- list_named_shadows_for_thing(Client, ThingName, Options)
-
publish(Client, Topic, Input)
Publishes state information.
- publish(Client, Topic, Input0, Options)
-
update_thing_shadow(Client, ThingName, Input)
Updates the shadow for the specified thing.
- update_thing_shadow(Client, ThingName, Input0, Options)
Functions
delete_thing_shadow(Client, ThingName, Input)
Deletes the shadow for the specified thing.
For more information, see DeleteThingShadow in the AWS IoT Developer Guide.delete_thing_shadow(Client, ThingName, Input0, Options)
get_thing_shadow(Client, ThingName)
Gets the shadow for the specified thing.
For more information, see GetThingShadow in the AWS IoT Developer Guide.get_thing_shadow(Client, ThingName, Options)
list_named_shadows_for_thing(Client, ThingName)
Lists the shadows for the specified thing.
list_named_shadows_for_thing(Client, ThingName, Options)
publish(Client, Topic, Input)
Publishes state information.
For more information, see HTTP Protocol in the AWS IoT Developer Guide.publish(Client, Topic, Input0, Options)
update_thing_shadow(Client, ThingName, Input)
Updates the shadow for the specified thing.
For more information, see UpdateThingShadow in the AWS IoT Developer Guide.