AWS IoT Device SDK C++ v2  1.43.1
AWS IoT Device SDK C++ v2
Classes | Namespaces | Typedefs | Functions
IotCommandsClientV2.h File Reference
#include <aws/iotcommands/Exports.h>
#include <aws/crt/StlAllocator.h>
#include <aws/crt/Types.h>
#include <aws/iot/MqttRequestResponseClient.h>
#include <functional>

Go to the source code of this file.

Classes

class  Aws::Iotcommands::ServiceErrorV2< E >
 
class  Aws::Iotcommands::IClientV2
 

Namespaces

 Aws
 
 Aws::Crt
 
 Aws::Crt::Mqtt
 
 Aws::Crt::Mqtt5
 
 Aws::Iotcommands
 

Typedefs

using Aws::Iotcommands::UpdateCommandExecutionResult = Aws::Iot::RequestResponse::Result< UpdateCommandExecutionResponse, ServiceErrorV2< V2ErrorResponse > >
 
using Aws::Iotcommands::UpdateCommandExecutionResultHandler = std::function< void(UpdateCommandExecutionResult &&)>
 

Functions

AWS_IOTCOMMANDS_API std::shared_ptr< IClientV2 > Aws::Iotcommands::NewClientFrom5 (const Aws::Crt::Mqtt5::Mqtt5Client &protocolClient, const Aws::Iot::RequestResponse::RequestResponseClientOptions &options, Aws::Crt::Allocator *allocator=Aws::Crt::ApiAllocator())
 
AWS_IOTCOMMANDS_API std::shared_ptr< IClientV2 > Aws::Iotcommands::NewClientFrom311 (const Aws::Crt::Mqtt::MqttConnection &protocolClient, const Aws::Iot::RequestResponse::RequestResponseClientOptions &options, Aws::Crt::Allocator *allocator=Aws::Crt::ApiAllocator())