|
template<typename R , typename E > |
static void | Aws::Iotshadow::s_applyUnmodeledErrorToHandler (const std::function< void(R &&)> &handler, int errorCode) |
|
template<typename R , typename E > |
static void | Aws::Iotshadow::s_applyModeledErrorToHandler (const std::function< void(R &&)> &handler, E &&modeledError) |
|
static void | Aws::Iotshadow::s_DeleteNamedShadowResponseHandler (Aws::Iot::RequestResponse::UnmodeledResult &&result, const DeleteNamedShadowResultHandler &handler, const Aws::Crt::String &successPathTopic, const Aws::Crt::String &failurePathTopic) |
|
static void | Aws::Iotshadow::s_DeleteShadowResponseHandler (Aws::Iot::RequestResponse::UnmodeledResult &&result, const DeleteShadowResultHandler &handler, const Aws::Crt::String &successPathTopic, const Aws::Crt::String &failurePathTopic) |
|
static void | Aws::Iotshadow::s_GetNamedShadowResponseHandler (Aws::Iot::RequestResponse::UnmodeledResult &&result, const GetNamedShadowResultHandler &handler, const Aws::Crt::String &successPathTopic, const Aws::Crt::String &failurePathTopic) |
|
static void | Aws::Iotshadow::s_GetShadowResponseHandler (Aws::Iot::RequestResponse::UnmodeledResult &&result, const GetShadowResultHandler &handler, const Aws::Crt::String &successPathTopic, const Aws::Crt::String &failurePathTopic) |
|
static void | Aws::Iotshadow::s_UpdateNamedShadowResponseHandler (Aws::Iot::RequestResponse::UnmodeledResult &&result, const UpdateNamedShadowResultHandler &handler, const Aws::Crt::String &successPathTopic, const Aws::Crt::String &failurePathTopic) |
|
static void | Aws::Iotshadow::s_UpdateShadowResponseHandler (Aws::Iot::RequestResponse::UnmodeledResult &&result, const UpdateShadowResultHandler &handler, const Aws::Crt::String &successPathTopic, const Aws::Crt::String &failurePathTopic) |
|
static bool | Aws::Iotshadow::s_initModeledEvent (const Aws::Iot::RequestResponse::IncomingPublishEvent &publishEvent, ShadowUpdatedEvent &modeledEvent) |
|
static bool | Aws::Iotshadow::s_initModeledEvent (const Aws::Iot::RequestResponse::IncomingPublishEvent &publishEvent, ShadowDeltaUpdatedEvent &modeledEvent) |
|
AWS_IOTSHADOW_API std::shared_ptr< IClientV2 > | Aws::Iotshadow::NewClientFrom5 (const Aws::Crt::Mqtt5::Mqtt5Client &protocolClient, const Aws::Iot::RequestResponse::RequestResponseClientOptions &options, Aws::Crt::Allocator *allocator=Aws::Crt::ApiAllocator()) |
|
AWS_IOTSHADOW_API std::shared_ptr< IClientV2 > | Aws::Iotshadow::NewClientFrom311 (const Aws::Crt::Mqtt::MqttConnection &protocolClient, const Aws::Iot::RequestResponse::RequestResponseClientOptions &options, Aws::Crt::Allocator *allocator=Aws::Crt::ApiAllocator()) |
|