AWS IoT Device SDK C++ v2  1.43.1
AWS IoT Device SDK C++ v2
Classes | Namespaces | Functions
IotCommandsClientV2.cpp File Reference
#include <aws/iotcommands/IotCommandsClientV2.h>
#include <aws/crt/UUID.h>
#include <aws/iotcommands/CommandExecutionEvent.h>
#include <aws/iotcommands/CommandExecutionsSubscriptionRequest.h>
#include <aws/iotcommands/UpdateCommandExecutionRequest.h>
#include <aws/iotcommands/UpdateCommandExecutionResponse.h>
#include <aws/iotcommands/V2ErrorResponse.h>

Classes

class  Aws::Iotcommands::ClientV2
 
class  Aws::Iotcommands::ServiceStreamingOperation< T >
 

Namespaces

 Aws
 
 Aws::Iotcommands
 

Functions

template<typename R , typename E >
static void Aws::Iotcommands::s_applyUnmodeledErrorToHandler (const std::function< void(R &&)> &handler, int errorCode)
 
template<typename R , typename E >
static void Aws::Iotcommands::s_applyModeledErrorToHandler (const std::function< void(R &&)> &handler, E &&modeledError)
 
static void Aws::Iotcommands::s_UpdateCommandExecutionResponseHandler (Aws::Iot::RequestResponse::UnmodeledResult &&result, const UpdateCommandExecutionResultHandler &handler, const Aws::Crt::String &successPathTopic, const Aws::Crt::String &failurePathTopic)
 
static struct aws_byte_cursor Aws::Iotcommands::s_getSegmentFromTopic (const Aws::Crt::ByteCursor &topic, int segment)
 
static bool Aws::Iotcommands::s_initModeledEvent (const Aws::Iot::RequestResponse::IncomingPublishEvent &publishEvent, CommandExecutionEvent &modeledEvent)
 
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())