baiji v0.6.5 Baiji.IotDataPlane

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 thing shadows. A thing shadow is a persistent representation of your things and their state in the AWS cloud.

Link to this section Summary

Functions

Returns a map containing the input/output shapes for this endpoint

Outputs values common to all actions

Deletes the thing shadow for the specified thing

Gets the thing shadow for the specified thing

Publishes state information

Updates the thing shadow for the specified thing

Link to this section Functions

Returns a map containing the input/output shapes for this endpoint

Outputs values common to all actions

Link to this function delete_thing_shadow(input \\ %{}, options \\ [])

Deletes the thing shadow for the specified thing.

For more information, see DeleteThingShadow in the AWS IoT Developer Guide.

Link to this function get_thing_shadow(input \\ %{}, options \\ [])

Gets the thing shadow for the specified thing.

For more information, see GetThingShadow in the AWS IoT Developer Guide.

Link to this function publish(input \\ %{}, options \\ [])

Publishes state information.

For more information, see HTTP Protocol in the AWS IoT Developer Guide.

Link to this function update_thing_shadow(input \\ %{}, options \\ [])

Updates the thing shadow for the specified thing.

For more information, see UpdateThingShadow in the AWS IoT Developer Guide.