|
| using | OnSubscribeComplete = std::function< void(int ioErr)> |
| |
| using | OnPublishComplete = std::function< void(int ioErr)> |
| |
| using | OnSubscribeToDeleteNamedShadowAcceptedResponse = std::function< void(Aws::Iotshadow::DeleteShadowResponse *, int ioErr)> |
| |
| using | OnSubscribeToDeleteNamedShadowRejectedResponse = std::function< void(Aws::Iotshadow::ErrorResponse *, int ioErr)> |
| |
| using | OnSubscribeToDeleteShadowAcceptedResponse = std::function< void(Aws::Iotshadow::DeleteShadowResponse *, int ioErr)> |
| |
| using | OnSubscribeToDeleteShadowRejectedResponse = std::function< void(Aws::Iotshadow::ErrorResponse *, int ioErr)> |
| |
| using | OnSubscribeToGetNamedShadowAcceptedResponse = std::function< void(Aws::Iotshadow::GetShadowResponse *, int ioErr)> |
| |
| using | OnSubscribeToGetNamedShadowRejectedResponse = std::function< void(Aws::Iotshadow::ErrorResponse *, int ioErr)> |
| |
| using | OnSubscribeToGetShadowAcceptedResponse = std::function< void(Aws::Iotshadow::GetShadowResponse *, int ioErr)> |
| |
| using | OnSubscribeToGetShadowRejectedResponse = std::function< void(Aws::Iotshadow::ErrorResponse *, int ioErr)> |
| |
| using | OnSubscribeToNamedShadowDeltaUpdatedEventsResponse = std::function< void(Aws::Iotshadow::ShadowDeltaUpdatedEvent *, int ioErr)> |
| |
| using | OnSubscribeToNamedShadowUpdatedEventsResponse = std::function< void(Aws::Iotshadow::ShadowUpdatedEvent *, int ioErr)> |
| |
| using | OnSubscribeToShadowDeltaUpdatedEventsResponse = std::function< void(Aws::Iotshadow::ShadowDeltaUpdatedEvent *, int ioErr)> |
| |
| using | OnSubscribeToShadowUpdatedEventsResponse = std::function< void(Aws::Iotshadow::ShadowUpdatedEvent *, int ioErr)> |
| |
| using | OnSubscribeToUpdateNamedShadowAcceptedResponse = std::function< void(Aws::Iotshadow::UpdateShadowResponse *, int ioErr)> |
| |
| using | OnSubscribeToUpdateNamedShadowRejectedResponse = std::function< void(Aws::Iotshadow::ErrorResponse *, int ioErr)> |
| |
| using | OnSubscribeToUpdateShadowAcceptedResponse = std::function< void(Aws::Iotshadow::UpdateShadowResponse *, int ioErr)> |
| |
| using | OnSubscribeToUpdateShadowRejectedResponse = std::function< void(Aws::Iotshadow::ErrorResponse *, int ioErr)> |
| |
| using | DeleteNamedShadowResult = Aws::Iot::RequestResponse::Result< DeleteShadowResponse, ServiceErrorV2< V2ErrorResponse > > |
| |
| using | DeleteNamedShadowResultHandler = std::function< void(DeleteNamedShadowResult &&)> |
| |
| using | DeleteShadowResult = Aws::Iot::RequestResponse::Result< DeleteShadowResponse, ServiceErrorV2< V2ErrorResponse > > |
| |
| using | DeleteShadowResultHandler = std::function< void(DeleteShadowResult &&)> |
| |
| using | GetNamedShadowResult = Aws::Iot::RequestResponse::Result< GetShadowResponse, ServiceErrorV2< V2ErrorResponse > > |
| |
| using | GetNamedShadowResultHandler = std::function< void(GetNamedShadowResult &&)> |
| |
| using | GetShadowResult = Aws::Iot::RequestResponse::Result< GetShadowResponse, ServiceErrorV2< V2ErrorResponse > > |
| |
| using | GetShadowResultHandler = std::function< void(GetShadowResult &&)> |
| |
| using | UpdateNamedShadowResult = Aws::Iot::RequestResponse::Result< UpdateShadowResponse, ServiceErrorV2< V2ErrorResponse > > |
| |
| using | UpdateNamedShadowResultHandler = std::function< void(UpdateNamedShadowResult &&)> |
| |
| using | UpdateShadowResult = Aws::Iot::RequestResponse::Result< UpdateShadowResponse, ServiceErrorV2< V2ErrorResponse > > |
| |
| using | UpdateShadowResultHandler = std::function< void(UpdateShadowResult &&)> |
| |
|
| AWS_IOTSHADOW_API std::shared_ptr< IClientV2 > | 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 > | NewClientFrom311 (const Aws::Crt::Mqtt::MqttConnection &protocolClient, const Aws::Iot::RequestResponse::RequestResponseClientOptions &options, Aws::Crt::Allocator *allocator=Aws::Crt::ApiAllocator()) |
| |
| template<typename R , typename E > |
| static void | s_applyUnmodeledErrorToHandler (const std::function< void(R &&)> &handler, int errorCode) |
| |
| template<typename R , typename E > |
| static void | s_applyModeledErrorToHandler (const std::function< void(R &&)> &handler, E &&modeledError) |
| |
| static void | s_DeleteNamedShadowResponseHandler (Aws::Iot::RequestResponse::UnmodeledResult &&result, const DeleteNamedShadowResultHandler &handler, const Aws::Crt::String &successPathTopic, const Aws::Crt::String &failurePathTopic) |
| |
| static void | s_DeleteShadowResponseHandler (Aws::Iot::RequestResponse::UnmodeledResult &&result, const DeleteShadowResultHandler &handler, const Aws::Crt::String &successPathTopic, const Aws::Crt::String &failurePathTopic) |
| |
| static void | s_GetNamedShadowResponseHandler (Aws::Iot::RequestResponse::UnmodeledResult &&result, const GetNamedShadowResultHandler &handler, const Aws::Crt::String &successPathTopic, const Aws::Crt::String &failurePathTopic) |
| |
| static void | s_GetShadowResponseHandler (Aws::Iot::RequestResponse::UnmodeledResult &&result, const GetShadowResultHandler &handler, const Aws::Crt::String &successPathTopic, const Aws::Crt::String &failurePathTopic) |
| |
| static void | s_UpdateNamedShadowResponseHandler (Aws::Iot::RequestResponse::UnmodeledResult &&result, const UpdateNamedShadowResultHandler &handler, const Aws::Crt::String &successPathTopic, const Aws::Crt::String &failurePathTopic) |
| |
| static void | s_UpdateShadowResponseHandler (Aws::Iot::RequestResponse::UnmodeledResult &&result, const UpdateShadowResultHandler &handler, const Aws::Crt::String &successPathTopic, const Aws::Crt::String &failurePathTopic) |
| |
| static bool | s_initModeledEvent (const Aws::Iot::RequestResponse::IncomingPublishEvent &publishEvent, ShadowUpdatedEvent &modeledEvent) |
| |
| static bool | s_initModeledEvent (const Aws::Iot::RequestResponse::IncomingPublishEvent &publishEvent, ShadowDeltaUpdatedEvent &modeledEvent) |
| |