|
| 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()) |
| |