AWS IoT Device SDK C++ v2
1.36.0
AWS IoT Device SDK C++ v2
|
#include <aws/iotidentity/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::Iotidentity::ServiceErrorV2< E > |
class | Aws::Iotidentity::IClientV2 |
Namespaces | |
Aws | |
Aws::Crt | |
Aws::Crt::Mqtt | |
Aws::Crt::Mqtt5 | |
Aws::Iotidentity | |
Typedefs | |
using | Aws::Iotidentity::CreateCertificateFromCsrResult = Aws::Iot::RequestResponse::Result< CreateCertificateFromCsrResponse, ServiceErrorV2< V2ErrorResponse > > |
using | Aws::Iotidentity::CreateCertificateFromCsrResultHandler = std::function< void(CreateCertificateFromCsrResult &&)> |
using | Aws::Iotidentity::CreateKeysAndCertificateResult = Aws::Iot::RequestResponse::Result< CreateKeysAndCertificateResponse, ServiceErrorV2< V2ErrorResponse > > |
using | Aws::Iotidentity::CreateKeysAndCertificateResultHandler = std::function< void(CreateKeysAndCertificateResult &&)> |
using | Aws::Iotidentity::RegisterThingResult = Aws::Iot::RequestResponse::Result< RegisterThingResponse, ServiceErrorV2< V2ErrorResponse > > |
using | Aws::Iotidentity::RegisterThingResultHandler = std::function< void(RegisterThingResult &&)> |
Functions | |
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()) |