AWS SDK for C++

AWS SDK for C++ Version 1.11.691

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