#include <IotCommandsClientV2.h>
The AWS IoT commands service is used to send an instruction from the cloud to a device that is connected to AWS IoT.
https://docs.aws.amazon.com/iot/latest/developerguide/iot-remote-command.html
◆ ~IClientV2()
| virtual Aws::Iotcommands::IClientV2::~IClientV2 |
( |
| ) |
|
|
virtualdefault |
◆ CreateCommandExecutionsCborPayloadStream()
Creates a stream of CommandExecution notifications for a given IoT thing.
- Parameters
-
| request | Modeled streaming operation subscription configuration. |
| options | Configuration options for the streaming operation. |
- Returns
- A streaming operation which will emit a modeled event every time a message is received on the associated MQTT topic.
Implemented in Aws::Iotcommands::ClientV2.
◆ CreateCommandExecutionsGenericPayloadStream()
Creates a stream of CommandExecution notifications for a given IoT thing.
- Parameters
-
| request | Modeled streaming operation subscription configuration. |
| options | Configuration options for the streaming operation. |
- Returns
- A streaming operation which will emit a modeled event every time a message is received on the associated MQTT topic.
Implemented in Aws::Iotcommands::ClientV2.
◆ CreateCommandExecutionsJsonPayloadStream()
Creates a stream of CommandExecution notifications for a given IoT thing.
- Parameters
-
| request | Modeled streaming operation subscription configuration. |
| options | Configuration options for the streaming operation. |
- Returns
- A streaming operation which will emit a modeled event every time a message is received on the associated MQTT topic.
Implemented in Aws::Iotcommands::ClientV2.
◆ UpdateCommandExecution()
Update the status of a command execution.
- Parameters
-
| request | operation to perform |
| handler | function object to invoke upon operation completion |
- Returns
- success/failure
Implemented in Aws::Iotcommands::ClientV2.
The documentation for this class was generated from the following file: