AWS SDK for C++

AWS SDK for C++ Version 1.11.643

Loading...
Searching...
No Matches
SsmSapServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/ssm-sap/SsmSapErrors.h>
10#include <aws/core/client/GenericClientConfiguration.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/client/AsyncCallerContext.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/ssm-sap/SsmSapEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in SsmSapClient header */
21#include <aws/ssm-sap/model/DeleteResourcePermissionResult.h>
22#include <aws/ssm-sap/model/DeregisterApplicationResult.h>
23#include <aws/ssm-sap/model/GetApplicationResult.h>
24#include <aws/ssm-sap/model/GetComponentResult.h>
25#include <aws/ssm-sap/model/GetConfigurationCheckOperationResult.h>
26#include <aws/ssm-sap/model/GetDatabaseResult.h>
27#include <aws/ssm-sap/model/GetOperationResult.h>
28#include <aws/ssm-sap/model/GetResourcePermissionResult.h>
29#include <aws/ssm-sap/model/ListApplicationsResult.h>
30#include <aws/ssm-sap/model/ListComponentsResult.h>
31#include <aws/ssm-sap/model/ListConfigurationCheckDefinitionsResult.h>
32#include <aws/ssm-sap/model/ListConfigurationCheckOperationsResult.h>
33#include <aws/ssm-sap/model/ListDatabasesResult.h>
34#include <aws/ssm-sap/model/ListOperationEventsResult.h>
35#include <aws/ssm-sap/model/ListOperationsResult.h>
36#include <aws/ssm-sap/model/ListSubCheckResultsResult.h>
37#include <aws/ssm-sap/model/ListSubCheckRuleResultsResult.h>
38#include <aws/ssm-sap/model/ListTagsForResourceResult.h>
39#include <aws/ssm-sap/model/PutResourcePermissionResult.h>
40#include <aws/ssm-sap/model/RegisterApplicationResult.h>
41#include <aws/ssm-sap/model/StartApplicationResult.h>
42#include <aws/ssm-sap/model/StartApplicationRefreshResult.h>
43#include <aws/ssm-sap/model/StartConfigurationChecksResult.h>
44#include <aws/ssm-sap/model/StopApplicationResult.h>
45#include <aws/ssm-sap/model/TagResourceResult.h>
46#include <aws/ssm-sap/model/UntagResourceResult.h>
47#include <aws/ssm-sap/model/UpdateApplicationSettingsResult.h>
48#include <aws/ssm-sap/model/ListConfigurationCheckDefinitionsRequest.h>
49#include <aws/ssm-sap/model/ListApplicationsRequest.h>
50#include <aws/ssm-sap/model/GetApplicationRequest.h>
51#include <aws/ssm-sap/model/ListDatabasesRequest.h>
52#include <aws/ssm-sap/model/GetDatabaseRequest.h>
53#include <aws/ssm-sap/model/ListComponentsRequest.h>
54/* End of service model headers required in SsmSapClient header */
55
56namespace Aws
57{
58 namespace Http
59 {
60 class HttpClient;
61 class HttpClientFactory;
62 } // namespace Http
63
64 namespace Utils
65 {
66 template< typename R, typename E> class Outcome;
67
68 namespace Threading
69 {
70 class Executor;
71 } // namespace Threading
72 } // namespace Utils
73
74 namespace Auth
75 {
76 class AWSCredentials;
77 class AWSCredentialsProvider;
78 } // namespace Auth
79
80 namespace Client
81 {
82 class RetryStrategy;
83 } // namespace Client
84
85 namespace SsmSap
86 {
90
91 namespace Model
92 {
93 /* Service model forward declarations required in SsmSapClient header */
94 class DeleteResourcePermissionRequest;
95 class DeregisterApplicationRequest;
96 class GetApplicationRequest;
97 class GetComponentRequest;
98 class GetConfigurationCheckOperationRequest;
99 class GetDatabaseRequest;
100 class GetOperationRequest;
101 class GetResourcePermissionRequest;
102 class ListApplicationsRequest;
103 class ListComponentsRequest;
104 class ListConfigurationCheckDefinitionsRequest;
105 class ListConfigurationCheckOperationsRequest;
106 class ListDatabasesRequest;
107 class ListOperationEventsRequest;
108 class ListOperationsRequest;
109 class ListSubCheckResultsRequest;
110 class ListSubCheckRuleResultsRequest;
111 class ListTagsForResourceRequest;
112 class PutResourcePermissionRequest;
113 class RegisterApplicationRequest;
114 class StartApplicationRequest;
115 class StartApplicationRefreshRequest;
116 class StartConfigurationChecksRequest;
117 class StopApplicationRequest;
118 class TagResourceRequest;
119 class UntagResourceRequest;
120 class UpdateApplicationSettingsRequest;
121 /* End of service model forward declarations required in SsmSapClient header */
122
123 /* Service model Outcome class definitions */
151 /* End of service model Outcome class definitions */
152
153 /* Service model Outcome callable definitions */
154 typedef std::future<DeleteResourcePermissionOutcome> DeleteResourcePermissionOutcomeCallable;
155 typedef std::future<DeregisterApplicationOutcome> DeregisterApplicationOutcomeCallable;
156 typedef std::future<GetApplicationOutcome> GetApplicationOutcomeCallable;
157 typedef std::future<GetComponentOutcome> GetComponentOutcomeCallable;
158 typedef std::future<GetConfigurationCheckOperationOutcome> GetConfigurationCheckOperationOutcomeCallable;
159 typedef std::future<GetDatabaseOutcome> GetDatabaseOutcomeCallable;
160 typedef std::future<GetOperationOutcome> GetOperationOutcomeCallable;
161 typedef std::future<GetResourcePermissionOutcome> GetResourcePermissionOutcomeCallable;
162 typedef std::future<ListApplicationsOutcome> ListApplicationsOutcomeCallable;
163 typedef std::future<ListComponentsOutcome> ListComponentsOutcomeCallable;
164 typedef std::future<ListConfigurationCheckDefinitionsOutcome> ListConfigurationCheckDefinitionsOutcomeCallable;
165 typedef std::future<ListConfigurationCheckOperationsOutcome> ListConfigurationCheckOperationsOutcomeCallable;
166 typedef std::future<ListDatabasesOutcome> ListDatabasesOutcomeCallable;
167 typedef std::future<ListOperationEventsOutcome> ListOperationEventsOutcomeCallable;
168 typedef std::future<ListOperationsOutcome> ListOperationsOutcomeCallable;
169 typedef std::future<ListSubCheckResultsOutcome> ListSubCheckResultsOutcomeCallable;
170 typedef std::future<ListSubCheckRuleResultsOutcome> ListSubCheckRuleResultsOutcomeCallable;
171 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
172 typedef std::future<PutResourcePermissionOutcome> PutResourcePermissionOutcomeCallable;
173 typedef std::future<RegisterApplicationOutcome> RegisterApplicationOutcomeCallable;
174 typedef std::future<StartApplicationOutcome> StartApplicationOutcomeCallable;
175 typedef std::future<StartApplicationRefreshOutcome> StartApplicationRefreshOutcomeCallable;
176 typedef std::future<StartConfigurationChecksOutcome> StartConfigurationChecksOutcomeCallable;
177 typedef std::future<StopApplicationOutcome> StopApplicationOutcomeCallable;
178 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
179 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
180 typedef std::future<UpdateApplicationSettingsOutcome> UpdateApplicationSettingsOutcomeCallable;
181 /* End of service model Outcome callable definitions */
182 } // namespace Model
183
184 class SsmSapClient;
185
186 /* Service model async handlers definitions */
187 typedef std::function<void(const SsmSapClient*, const Model::DeleteResourcePermissionRequest&, const Model::DeleteResourcePermissionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteResourcePermissionResponseReceivedHandler;
188 typedef std::function<void(const SsmSapClient*, const Model::DeregisterApplicationRequest&, const Model::DeregisterApplicationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeregisterApplicationResponseReceivedHandler;
189 typedef std::function<void(const SsmSapClient*, const Model::GetApplicationRequest&, const Model::GetApplicationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetApplicationResponseReceivedHandler;
190 typedef std::function<void(const SsmSapClient*, const Model::GetComponentRequest&, const Model::GetComponentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetComponentResponseReceivedHandler;
191 typedef std::function<void(const SsmSapClient*, const Model::GetConfigurationCheckOperationRequest&, const Model::GetConfigurationCheckOperationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetConfigurationCheckOperationResponseReceivedHandler;
192 typedef std::function<void(const SsmSapClient*, const Model::GetDatabaseRequest&, const Model::GetDatabaseOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetDatabaseResponseReceivedHandler;
193 typedef std::function<void(const SsmSapClient*, const Model::GetOperationRequest&, const Model::GetOperationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetOperationResponseReceivedHandler;
194 typedef std::function<void(const SsmSapClient*, const Model::GetResourcePermissionRequest&, const Model::GetResourcePermissionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetResourcePermissionResponseReceivedHandler;
195 typedef std::function<void(const SsmSapClient*, const Model::ListApplicationsRequest&, const Model::ListApplicationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListApplicationsResponseReceivedHandler;
196 typedef std::function<void(const SsmSapClient*, const Model::ListComponentsRequest&, const Model::ListComponentsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListComponentsResponseReceivedHandler;
197 typedef std::function<void(const SsmSapClient*, const Model::ListConfigurationCheckDefinitionsRequest&, const Model::ListConfigurationCheckDefinitionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListConfigurationCheckDefinitionsResponseReceivedHandler;
198 typedef std::function<void(const SsmSapClient*, const Model::ListConfigurationCheckOperationsRequest&, const Model::ListConfigurationCheckOperationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListConfigurationCheckOperationsResponseReceivedHandler;
199 typedef std::function<void(const SsmSapClient*, const Model::ListDatabasesRequest&, const Model::ListDatabasesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListDatabasesResponseReceivedHandler;
200 typedef std::function<void(const SsmSapClient*, const Model::ListOperationEventsRequest&, const Model::ListOperationEventsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListOperationEventsResponseReceivedHandler;
201 typedef std::function<void(const SsmSapClient*, const Model::ListOperationsRequest&, const Model::ListOperationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListOperationsResponseReceivedHandler;
202 typedef std::function<void(const SsmSapClient*, const Model::ListSubCheckResultsRequest&, const Model::ListSubCheckResultsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListSubCheckResultsResponseReceivedHandler;
203 typedef std::function<void(const SsmSapClient*, const Model::ListSubCheckRuleResultsRequest&, const Model::ListSubCheckRuleResultsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListSubCheckRuleResultsResponseReceivedHandler;
204 typedef std::function<void(const SsmSapClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
205 typedef std::function<void(const SsmSapClient*, const Model::PutResourcePermissionRequest&, const Model::PutResourcePermissionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutResourcePermissionResponseReceivedHandler;
206 typedef std::function<void(const SsmSapClient*, const Model::RegisterApplicationRequest&, const Model::RegisterApplicationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > RegisterApplicationResponseReceivedHandler;
207 typedef std::function<void(const SsmSapClient*, const Model::StartApplicationRequest&, const Model::StartApplicationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartApplicationResponseReceivedHandler;
208 typedef std::function<void(const SsmSapClient*, const Model::StartApplicationRefreshRequest&, const Model::StartApplicationRefreshOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartApplicationRefreshResponseReceivedHandler;
209 typedef std::function<void(const SsmSapClient*, const Model::StartConfigurationChecksRequest&, const Model::StartConfigurationChecksOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartConfigurationChecksResponseReceivedHandler;
210 typedef std::function<void(const SsmSapClient*, const Model::StopApplicationRequest&, const Model::StopApplicationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopApplicationResponseReceivedHandler;
211 typedef std::function<void(const SsmSapClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
212 typedef std::function<void(const SsmSapClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
213 typedef std::function<void(const SsmSapClient*, const Model::UpdateApplicationSettingsRequest&, const Model::UpdateApplicationSettingsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateApplicationSettingsResponseReceivedHandler;
214 /* End of service model async handlers definitions */
215 } // namespace SsmSap
216} // namespace Aws
EndpointProviderBase< SsmSapClientConfiguration, SsmSapBuiltInParameters, SsmSapClientContextParameters > SsmSapEndpointProviderBase
std::future< UpdateApplicationSettingsOutcome > UpdateApplicationSettingsOutcomeCallable
Aws::Utils::Outcome< ListOperationEventsResult, SsmSapError > ListOperationEventsOutcome
Aws::Utils::Outcome< GetResourcePermissionResult, SsmSapError > GetResourcePermissionOutcome
Aws::Utils::Outcome< GetConfigurationCheckOperationResult, SsmSapError > GetConfigurationCheckOperationOutcome
Aws::Utils::Outcome< GetDatabaseResult, SsmSapError > GetDatabaseOutcome
std::future< ListOperationEventsOutcome > ListOperationEventsOutcomeCallable
std::future< PutResourcePermissionOutcome > PutResourcePermissionOutcomeCallable
Aws::Utils::Outcome< ListComponentsResult, SsmSapError > ListComponentsOutcome
Aws::Utils::Outcome< ListConfigurationCheckDefinitionsResult, SsmSapError > ListConfigurationCheckDefinitionsOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< StartConfigurationChecksOutcome > StartConfigurationChecksOutcomeCallable
std::future< ListComponentsOutcome > ListComponentsOutcomeCallable
Aws::Utils::Outcome< ListSubCheckResultsResult, SsmSapError > ListSubCheckResultsOutcome
std::future< GetDatabaseOutcome > GetDatabaseOutcomeCallable
Aws::Utils::Outcome< RegisterApplicationResult, SsmSapError > RegisterApplicationOutcome
Aws::Utils::Outcome< StartApplicationRefreshResult, SsmSapError > StartApplicationRefreshOutcome
Aws::Utils::Outcome< GetOperationResult, SsmSapError > GetOperationOutcome
std::future< GetApplicationOutcome > GetApplicationOutcomeCallable
std::future< DeregisterApplicationOutcome > DeregisterApplicationOutcomeCallable
std::future< ListApplicationsOutcome > ListApplicationsOutcomeCallable
Aws::Utils::Outcome< DeregisterApplicationResult, SsmSapError > DeregisterApplicationOutcome
Aws::Utils::Outcome< GetApplicationResult, SsmSapError > GetApplicationOutcome
std::future< GetComponentOutcome > GetComponentOutcomeCallable
Aws::Utils::Outcome< StartConfigurationChecksResult, SsmSapError > StartConfigurationChecksOutcome
Aws::Utils::Outcome< PutResourcePermissionResult, SsmSapError > PutResourcePermissionOutcome
std::future< ListDatabasesOutcome > ListDatabasesOutcomeCallable
Aws::Utils::Outcome< UpdateApplicationSettingsResult, SsmSapError > UpdateApplicationSettingsOutcome
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< StartApplicationOutcome > StartApplicationOutcomeCallable
std::future< DeleteResourcePermissionOutcome > DeleteResourcePermissionOutcomeCallable
std::future< ListSubCheckResultsOutcome > ListSubCheckResultsOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
Aws::Utils::Outcome< DeleteResourcePermissionResult, SsmSapError > DeleteResourcePermissionOutcome
Aws::Utils::Outcome< UntagResourceResult, SsmSapError > UntagResourceOutcome
std::future< ListConfigurationCheckDefinitionsOutcome > ListConfigurationCheckDefinitionsOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, SsmSapError > TagResourceOutcome
Aws::Utils::Outcome< ListConfigurationCheckOperationsResult, SsmSapError > ListConfigurationCheckOperationsOutcome
std::future< StopApplicationOutcome > StopApplicationOutcomeCallable
std::future< GetOperationOutcome > GetOperationOutcomeCallable
std::future< GetResourcePermissionOutcome > GetResourcePermissionOutcomeCallable
std::future< ListOperationsOutcome > ListOperationsOutcomeCallable
std::future< GetConfigurationCheckOperationOutcome > GetConfigurationCheckOperationOutcomeCallable
std::future< StartApplicationRefreshOutcome > StartApplicationRefreshOutcomeCallable
std::future< RegisterApplicationOutcome > RegisterApplicationOutcomeCallable
Aws::Utils::Outcome< ListDatabasesResult, SsmSapError > ListDatabasesOutcome
Aws::Utils::Outcome< ListTagsForResourceResult, SsmSapError > ListTagsForResourceOutcome
Aws::Utils::Outcome< StopApplicationResult, SsmSapError > StopApplicationOutcome
Aws::Utils::Outcome< ListOperationsResult, SsmSapError > ListOperationsOutcome
std::future< ListSubCheckRuleResultsOutcome > ListSubCheckRuleResultsOutcomeCallable
Aws::Utils::Outcome< StartApplicationResult, SsmSapError > StartApplicationOutcome
Aws::Utils::Outcome< GetComponentResult, SsmSapError > GetComponentOutcome
Aws::Utils::Outcome< ListApplicationsResult, SsmSapError > ListApplicationsOutcome
Aws::Utils::Outcome< ListSubCheckRuleResultsResult, SsmSapError > ListSubCheckRuleResultsOutcome
std::future< ListConfigurationCheckOperationsOutcome > ListConfigurationCheckOperationsOutcomeCallable
std::function< void(const SsmSapClient *, const Model::ListSubCheckResultsRequest &, const Model::ListSubCheckResultsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListSubCheckResultsResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::GetApplicationRequest &, const Model::GetApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetApplicationResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::ListOperationEventsRequest &, const Model::ListOperationEventsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListOperationEventsResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::GetResourcePermissionRequest &, const Model::GetResourcePermissionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetResourcePermissionResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::StartApplicationRefreshRequest &, const Model::StartApplicationRefreshOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartApplicationRefreshResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::ListApplicationsRequest &, const Model::ListApplicationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListApplicationsResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::GetComponentRequest &, const Model::GetComponentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetComponentResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::StartConfigurationChecksRequest &, const Model::StartConfigurationChecksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartConfigurationChecksResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::ListOperationsRequest &, const Model::ListOperationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListOperationsResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::ListConfigurationCheckOperationsRequest &, const Model::ListConfigurationCheckOperationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListConfigurationCheckOperationsResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::DeregisterApplicationRequest &, const Model::DeregisterApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeregisterApplicationResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::ListComponentsRequest &, const Model::ListComponentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListComponentsResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::StopApplicationRequest &, const Model::StopApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopApplicationResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::ListConfigurationCheckDefinitionsRequest &, const Model::ListConfigurationCheckDefinitionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListConfigurationCheckDefinitionsResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::StartApplicationRequest &, const Model::StartApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartApplicationResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::ListDatabasesRequest &, const Model::ListDatabasesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListDatabasesResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::ListSubCheckRuleResultsRequest &, const Model::ListSubCheckRuleResultsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListSubCheckRuleResultsResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::GetOperationRequest &, const Model::GetOperationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetOperationResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::GetDatabaseRequest &, const Model::GetDatabaseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetDatabaseResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::UpdateApplicationSettingsRequest &, const Model::UpdateApplicationSettingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateApplicationSettingsResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::PutResourcePermissionRequest &, const Model::PutResourcePermissionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutResourcePermissionResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::DeleteResourcePermissionRequest &, const Model::DeleteResourcePermissionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteResourcePermissionResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::RegisterApplicationRequest &, const Model::RegisterApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RegisterApplicationResponseReceivedHandler
std::function< void(const SsmSapClient *, const Model::GetConfigurationCheckOperationRequest &, const Model::GetConfigurationCheckOperationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetConfigurationCheckOperationResponseReceivedHandler