View Source aws_iot_data_plane (aws v0.3.1)

AWS IoT

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

The service name used by AWS Signature Version 4 to sign requests is: iotdevicegateway.

Link to this section Summary

Link to this section Functions

Link to this function

delete_thing_shadow(Client, ThingName, Input)

View Source

Deletes the shadow for the specified thing.

For more information, see DeleteThingShadow in the AWS IoT Developer Guide.
Link to this function

delete_thing_shadow(Client, ThingName, Input0, Options0)

View Source
Link to this function

get_thing_shadow(Client, ThingName)

View Source

Gets the shadow for the specified thing.

For more information, see GetThingShadow in the AWS IoT Developer Guide.
Link to this function

get_thing_shadow(Client, ThingName, QueryMap, HeadersMap)

View Source
Link to this function

get_thing_shadow(Client, ThingName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_named_shadows_for_thing(Client, ThingName)

View Source
Lists the shadows for the specified thing.
Link to this function

list_named_shadows_for_thing(Client, ThingName, QueryMap, HeadersMap)

View Source
Link to this function

list_named_shadows_for_thing(Client, ThingName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

publish(Client, Topic, Input)

View Source

Publishes state information.

For more information, see HTTP Protocol in the AWS IoT Developer Guide.
Link to this function

publish(Client, Topic, Input0, Options0)

View Source
Link to this function

update_thing_shadow(Client, ThingName, Input)

View Source

Updates the shadow for the specified thing.

For more information, see UpdateThingShadow in the AWS IoT Developer Guide.
Link to this function

update_thing_shadow(Client, ThingName, Input0, Options0)

View Source