IotDataPlaneClient
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
The service name used by Amazon Web ServicesSignature Version 4 to sign requests is: iotdevicegateway.
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.
Inherited 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.
Paginate over ListRetainedMessagesResponse results.
Publishes an MQTT message.
Updates the shadow for the specified thing.
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.