Crate rusoto_iot_data

Source
Expand description

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.

If you’re using the service, you’re probably looking for IotDataClient and IotData.

Structs§

DeleteThingShadowRequest

The input for the DeleteThingShadow operation.

DeleteThingShadowResponse

The output from the DeleteThingShadow operation.

GetThingShadowRequest

The input for the GetThingShadow operation.

GetThingShadowResponse

The output from the GetThingShadow operation.

IotDataClient
A client for the AWS IoT Data Plane API.
ListNamedShadowsForThingRequest
ListNamedShadowsForThingResponse
PublishRequest

The input for the Publish operation.

UpdateThingShadowRequest

The input for the UpdateThingShadow operation.

UpdateThingShadowResponse

The output from the UpdateThingShadow operation.

Enums§

DeleteThingShadowError
Errors returned by DeleteThingShadow
GetThingShadowError
Errors returned by GetThingShadow
ListNamedShadowsForThingError
Errors returned by ListNamedShadowsForThing
PublishError
Errors returned by Publish
UpdateThingShadowError
Errors returned by UpdateThingShadow

Traits§

IotData
Trait representing the capabilities of the AWS IoT Data Plane API. AWS IoT Data Plane clients implement this trait.