AWS IoT Device SDK C++ v2  1.36.0
AWS IoT Device SDK C++ v2
Classes | Namespaces | Functions
IotIdentityClientV2.cpp File Reference
#include <aws/iotidentity/IotIdentityClientV2.h>
#include <aws/crt/UUID.h>
#include <aws/iotidentity/CreateCertificateFromCsrRequest.h>
#include <aws/iotidentity/CreateCertificateFromCsrResponse.h>
#include <aws/iotidentity/CreateKeysAndCertificateRequest.h>
#include <aws/iotidentity/CreateKeysAndCertificateResponse.h>
#include <aws/iotidentity/RegisterThingRequest.h>
#include <aws/iotidentity/RegisterThingResponse.h>
#include <aws/iotidentity/V2ErrorResponse.h>

Classes

class  Aws::Iotidentity::ClientV2
 

Namespaces

 Aws
 
 Aws::Iotidentity
 

Functions

template<typename R , typename E >
static void Aws::Iotidentity::s_applyUnmodeledErrorToHandler (const std::function< void(R &&)> &handler, int errorCode)
 
template<typename R , typename E >
static void Aws::Iotidentity::s_applyModeledErrorToHandler (const std::function< void(R &&)> &handler, E &&modeledError)
 
static void Aws::Iotidentity::s_CreateCertificateFromCsrResponseHandler (Aws::Iot::RequestResponse::UnmodeledResult &&result, const CreateCertificateFromCsrResultHandler &handler, const Aws::Crt::String &successPathTopic, const Aws::Crt::String &failurePathTopic)
 
static void Aws::Iotidentity::s_CreateKeysAndCertificateResponseHandler (Aws::Iot::RequestResponse::UnmodeledResult &&result, const CreateKeysAndCertificateResultHandler &handler, const Aws::Crt::String &successPathTopic, const Aws::Crt::String &failurePathTopic)
 
static void Aws::Iotidentity::s_RegisterThingResponseHandler (Aws::Iot::RequestResponse::UnmodeledResult &&result, const RegisterThingResultHandler &handler, const Aws::Crt::String &successPathTopic, const Aws::Crt::String &failurePathTopic)
 
AWS_IOTIDENTITY_API std::shared_ptr< IClientV2 > Aws::Iotidentity::NewClientFrom5 (const Aws::Crt::Mqtt5::Mqtt5Client &protocolClient, const Aws::Iot::RequestResponse::RequestResponseClientOptions &options, Aws::Crt::Allocator *allocator=Aws::Crt::ApiAllocator())
 
AWS_IOTIDENTITY_API std::shared_ptr< IClientV2 > Aws::Iotidentity::NewClientFrom311 (const Aws::Crt::Mqtt::MqttConnection &protocolClient, const Aws::Iot::RequestResponse::RequestResponseClientOptions &options, Aws::Crt::Allocator *allocator=Aws::Crt::ApiAllocator())