View Source aws_iot_data_plane (aws v1.0.4)
IoT data
IoT data enables secure, bi-directional communication between Internet-connected things (such as sensors, actuators, embedded devices, or smart appliances) and the Amazon Web Services 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 Amazon Web Services cloud.
Find the endpoint address for actions in IoT data by running this CLI command:
aws iot describe-endpoint --endpoint-type iot:Data-ATS
Summary
Functions
Deletes the shadow for the specified thing.
Gets the details of a single retained message for the specified topic.
Gets the shadow for the specified thing.
Lists the shadows for the specified thing.
Lists summary information about the retained messages stored for the account.
Publishes an MQTT message.
Updates the shadow for the specified thing.
Functions
Deletes the shadow for the specified thing.
Requires permission to access the DeleteThingShadow: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions action.
For more information, see DeleteThingShadow: http://docs.aws.amazon.com/iot/latest/developerguide/API_DeleteThingShadow.html in the IoT Developer Guide.Gets the details of a single retained message for the specified topic.
This action returns the message payload of the retained message, which can incur messaging costs. To list only the topic names of the retained messages, call ListRetainedMessages: https://docs.aws.amazon.com/iot/latest/apireference/API_iotdata_ListRetainedMessages.html.
Requires permission to access the GetRetainedMessage: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiotfleethubfordevicemanagement.html#awsiotfleethubfordevicemanagement-actions-as-permissions action.
For more information about messaging costs, see Amazon Web Services IoT Core pricing - Messaging: http://aws.amazon.com/iot-core/pricing/#Messaging.get_retained_message(Client, Topic, QueryMap, HeadersMap, Options0)
View SourceGets the shadow for the specified thing.
Requires permission to access the GetThingShadow: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions action.
For more information, see GetThingShadow: http://docs.aws.amazon.com/iot/latest/developerguide/API_GetThingShadow.html in the IoT Developer Guide.get_thing_shadow(Client, ThingName, QueryMap, HeadersMap, Options0)
View SourceLists the shadows for the specified thing.
Requires permission to access the ListNamedShadowsForThing: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions action.list_named_shadows_for_thing(Client, ThingName, QueryMap, HeadersMap)
View Sourcelist_named_shadows_for_thing(Client, ThingName, QueryMap, HeadersMap, Options0)
View SourceLists summary information about the retained messages stored for the account.
This action returns only the topic names of the retained messages. It doesn't return any message payloads. Although this action doesn't return a message payload, it can still incur messaging costs.
To get the message payload of a retained message, call GetRetainedMessage: https://docs.aws.amazon.com/iot/latest/apireference/API_iotdata_GetRetainedMessage.html with the topic name of the retained message.
Requires permission to access the ListRetainedMessages: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiotfleethubfordevicemanagement.html#awsiotfleethubfordevicemanagement-actions-as-permissions action.
For more information about messaging costs, see Amazon Web Services IoT Core pricing - Messaging: http://aws.amazon.com/iot-core/pricing/#Messaging.Publishes an MQTT message.
Requires permission to access the Publish: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions action.
For more information about MQTT messages, see MQTT Protocol: http://docs.aws.amazon.com/iot/latest/developerguide/mqtt.html in the IoT Developer Guide.
For more information about messaging costs, see Amazon Web Services IoT Core pricing - Messaging: http://aws.amazon.com/iot-core/pricing/#Messaging.Updates the shadow for the specified thing.
Requires permission to access the UpdateThingShadow: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions action.
For more information, see UpdateThingShadow: http://docs.aws.amazon.com/iot/latest/developerguide/API_UpdateThingShadow.html in the IoT Developer Guide.