AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MainframeModernizationServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/m2/MainframeModernizationErrors.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/m2/MainframeModernizationEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in MainframeModernizationClient header */
21#include <aws/m2/model/CancelBatchJobExecutionResult.h>
22#include <aws/m2/model/CreateApplicationResult.h>
23#include <aws/m2/model/CreateDataSetImportTaskResult.h>
24#include <aws/m2/model/CreateDeploymentResult.h>
25#include <aws/m2/model/CreateEnvironmentResult.h>
26#include <aws/m2/model/DeleteApplicationResult.h>
27#include <aws/m2/model/DeleteApplicationFromEnvironmentResult.h>
28#include <aws/m2/model/DeleteEnvironmentResult.h>
29#include <aws/m2/model/GetApplicationResult.h>
30#include <aws/m2/model/GetApplicationVersionResult.h>
31#include <aws/m2/model/GetBatchJobExecutionResult.h>
32#include <aws/m2/model/GetDataSetDetailsResult.h>
33#include <aws/m2/model/GetDataSetImportTaskResult.h>
34#include <aws/m2/model/GetDeploymentResult.h>
35#include <aws/m2/model/GetEnvironmentResult.h>
36#include <aws/m2/model/GetSignedBluinsightsUrlResult.h>
37#include <aws/m2/model/ListApplicationVersionsResult.h>
38#include <aws/m2/model/ListApplicationsResult.h>
39#include <aws/m2/model/ListBatchJobDefinitionsResult.h>
40#include <aws/m2/model/ListBatchJobExecutionsResult.h>
41#include <aws/m2/model/ListBatchJobRestartPointsResult.h>
42#include <aws/m2/model/ListDataSetImportHistoryResult.h>
43#include <aws/m2/model/ListDataSetsResult.h>
44#include <aws/m2/model/ListDeploymentsResult.h>
45#include <aws/m2/model/ListEngineVersionsResult.h>
46#include <aws/m2/model/ListEnvironmentsResult.h>
47#include <aws/m2/model/ListTagsForResourceResult.h>
48#include <aws/m2/model/StartApplicationResult.h>
49#include <aws/m2/model/StartBatchJobResult.h>
50#include <aws/m2/model/StopApplicationResult.h>
51#include <aws/m2/model/TagResourceResult.h>
52#include <aws/m2/model/UntagResourceResult.h>
53#include <aws/m2/model/UpdateApplicationResult.h>
54#include <aws/m2/model/UpdateEnvironmentResult.h>
55#include <aws/m2/model/GetSignedBluinsightsUrlRequest.h>
56#include <aws/m2/model/ListEnvironmentsRequest.h>
57#include <aws/m2/model/ListApplicationsRequest.h>
58#include <aws/m2/model/ListEngineVersionsRequest.h>
59/* End of service model headers required in MainframeModernizationClient header */
60
61namespace Aws
62{
63 namespace Http
64 {
65 class HttpClient;
66 class HttpClientFactory;
67 } // namespace Http
68
69 namespace Utils
70 {
71 template< typename R, typename E> class Outcome;
72
73 namespace Threading
74 {
75 class Executor;
76 } // namespace Threading
77 } // namespace Utils
78
79 namespace Auth
80 {
81 class AWSCredentials;
82 class AWSCredentialsProvider;
83 } // namespace Auth
84
85 namespace Client
86 {
87 class RetryStrategy;
88 } // namespace Client
89
90 namespace MainframeModernization
91 {
95
96 namespace Model
97 {
98 /* Service model forward declarations required in MainframeModernizationClient header */
129 class TagResourceRequest;
133 /* End of service model forward declarations required in MainframeModernizationClient header */
134
135 /* Service model Outcome class definitions */
170 /* End of service model Outcome class definitions */
171
172 /* Service model Outcome callable definitions */
173 typedef std::future<CancelBatchJobExecutionOutcome> CancelBatchJobExecutionOutcomeCallable;
174 typedef std::future<CreateApplicationOutcome> CreateApplicationOutcomeCallable;
175 typedef std::future<CreateDataSetImportTaskOutcome> CreateDataSetImportTaskOutcomeCallable;
176 typedef std::future<CreateDeploymentOutcome> CreateDeploymentOutcomeCallable;
177 typedef std::future<CreateEnvironmentOutcome> CreateEnvironmentOutcomeCallable;
178 typedef std::future<DeleteApplicationOutcome> DeleteApplicationOutcomeCallable;
179 typedef std::future<DeleteApplicationFromEnvironmentOutcome> DeleteApplicationFromEnvironmentOutcomeCallable;
180 typedef std::future<DeleteEnvironmentOutcome> DeleteEnvironmentOutcomeCallable;
181 typedef std::future<GetApplicationOutcome> GetApplicationOutcomeCallable;
182 typedef std::future<GetApplicationVersionOutcome> GetApplicationVersionOutcomeCallable;
183 typedef std::future<GetBatchJobExecutionOutcome> GetBatchJobExecutionOutcomeCallable;
184 typedef std::future<GetDataSetDetailsOutcome> GetDataSetDetailsOutcomeCallable;
185 typedef std::future<GetDataSetImportTaskOutcome> GetDataSetImportTaskOutcomeCallable;
186 typedef std::future<GetDeploymentOutcome> GetDeploymentOutcomeCallable;
187 typedef std::future<GetEnvironmentOutcome> GetEnvironmentOutcomeCallable;
188 typedef std::future<GetSignedBluinsightsUrlOutcome> GetSignedBluinsightsUrlOutcomeCallable;
189 typedef std::future<ListApplicationVersionsOutcome> ListApplicationVersionsOutcomeCallable;
190 typedef std::future<ListApplicationsOutcome> ListApplicationsOutcomeCallable;
191 typedef std::future<ListBatchJobDefinitionsOutcome> ListBatchJobDefinitionsOutcomeCallable;
192 typedef std::future<ListBatchJobExecutionsOutcome> ListBatchJobExecutionsOutcomeCallable;
193 typedef std::future<ListBatchJobRestartPointsOutcome> ListBatchJobRestartPointsOutcomeCallable;
194 typedef std::future<ListDataSetImportHistoryOutcome> ListDataSetImportHistoryOutcomeCallable;
195 typedef std::future<ListDataSetsOutcome> ListDataSetsOutcomeCallable;
196 typedef std::future<ListDeploymentsOutcome> ListDeploymentsOutcomeCallable;
197 typedef std::future<ListEngineVersionsOutcome> ListEngineVersionsOutcomeCallable;
198 typedef std::future<ListEnvironmentsOutcome> ListEnvironmentsOutcomeCallable;
199 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
200 typedef std::future<StartApplicationOutcome> StartApplicationOutcomeCallable;
201 typedef std::future<StartBatchJobOutcome> StartBatchJobOutcomeCallable;
202 typedef std::future<StopApplicationOutcome> StopApplicationOutcomeCallable;
203 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
204 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
205 typedef std::future<UpdateApplicationOutcome> UpdateApplicationOutcomeCallable;
206 typedef std::future<UpdateEnvironmentOutcome> UpdateEnvironmentOutcomeCallable;
207 /* End of service model Outcome callable definitions */
208 } // namespace Model
209
211
212 /* Service model async handlers definitions */
213 typedef std::function<void(const MainframeModernizationClient*, const Model::CancelBatchJobExecutionRequest&, const Model::CancelBatchJobExecutionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CancelBatchJobExecutionResponseReceivedHandler;
214 typedef std::function<void(const MainframeModernizationClient*, const Model::CreateApplicationRequest&, const Model::CreateApplicationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateApplicationResponseReceivedHandler;
215 typedef std::function<void(const MainframeModernizationClient*, const Model::CreateDataSetImportTaskRequest&, const Model::CreateDataSetImportTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateDataSetImportTaskResponseReceivedHandler;
216 typedef std::function<void(const MainframeModernizationClient*, const Model::CreateDeploymentRequest&, const Model::CreateDeploymentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateDeploymentResponseReceivedHandler;
217 typedef std::function<void(const MainframeModernizationClient*, const Model::CreateEnvironmentRequest&, const Model::CreateEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateEnvironmentResponseReceivedHandler;
218 typedef std::function<void(const MainframeModernizationClient*, const Model::DeleteApplicationRequest&, const Model::DeleteApplicationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteApplicationResponseReceivedHandler;
219 typedef std::function<void(const MainframeModernizationClient*, const Model::DeleteApplicationFromEnvironmentRequest&, const Model::DeleteApplicationFromEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteApplicationFromEnvironmentResponseReceivedHandler;
220 typedef std::function<void(const MainframeModernizationClient*, const Model::DeleteEnvironmentRequest&, const Model::DeleteEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteEnvironmentResponseReceivedHandler;
221 typedef std::function<void(const MainframeModernizationClient*, const Model::GetApplicationRequest&, const Model::GetApplicationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetApplicationResponseReceivedHandler;
222 typedef std::function<void(const MainframeModernizationClient*, const Model::GetApplicationVersionRequest&, const Model::GetApplicationVersionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetApplicationVersionResponseReceivedHandler;
223 typedef std::function<void(const MainframeModernizationClient*, const Model::GetBatchJobExecutionRequest&, const Model::GetBatchJobExecutionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetBatchJobExecutionResponseReceivedHandler;
224 typedef std::function<void(const MainframeModernizationClient*, const Model::GetDataSetDetailsRequest&, const Model::GetDataSetDetailsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetDataSetDetailsResponseReceivedHandler;
225 typedef std::function<void(const MainframeModernizationClient*, const Model::GetDataSetImportTaskRequest&, const Model::GetDataSetImportTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetDataSetImportTaskResponseReceivedHandler;
226 typedef std::function<void(const MainframeModernizationClient*, const Model::GetDeploymentRequest&, const Model::GetDeploymentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetDeploymentResponseReceivedHandler;
227 typedef std::function<void(const MainframeModernizationClient*, const Model::GetEnvironmentRequest&, const Model::GetEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetEnvironmentResponseReceivedHandler;
228 typedef std::function<void(const MainframeModernizationClient*, const Model::GetSignedBluinsightsUrlRequest&, const Model::GetSignedBluinsightsUrlOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetSignedBluinsightsUrlResponseReceivedHandler;
229 typedef std::function<void(const MainframeModernizationClient*, const Model::ListApplicationVersionsRequest&, const Model::ListApplicationVersionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListApplicationVersionsResponseReceivedHandler;
230 typedef std::function<void(const MainframeModernizationClient*, const Model::ListApplicationsRequest&, const Model::ListApplicationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListApplicationsResponseReceivedHandler;
231 typedef std::function<void(const MainframeModernizationClient*, const Model::ListBatchJobDefinitionsRequest&, const Model::ListBatchJobDefinitionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListBatchJobDefinitionsResponseReceivedHandler;
232 typedef std::function<void(const MainframeModernizationClient*, const Model::ListBatchJobExecutionsRequest&, const Model::ListBatchJobExecutionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListBatchJobExecutionsResponseReceivedHandler;
233 typedef std::function<void(const MainframeModernizationClient*, const Model::ListBatchJobRestartPointsRequest&, const Model::ListBatchJobRestartPointsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListBatchJobRestartPointsResponseReceivedHandler;
234 typedef std::function<void(const MainframeModernizationClient*, const Model::ListDataSetImportHistoryRequest&, const Model::ListDataSetImportHistoryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListDataSetImportHistoryResponseReceivedHandler;
235 typedef std::function<void(const MainframeModernizationClient*, const Model::ListDataSetsRequest&, const Model::ListDataSetsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListDataSetsResponseReceivedHandler;
236 typedef std::function<void(const MainframeModernizationClient*, const Model::ListDeploymentsRequest&, const Model::ListDeploymentsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListDeploymentsResponseReceivedHandler;
237 typedef std::function<void(const MainframeModernizationClient*, const Model::ListEngineVersionsRequest&, const Model::ListEngineVersionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListEngineVersionsResponseReceivedHandler;
238 typedef std::function<void(const MainframeModernizationClient*, const Model::ListEnvironmentsRequest&, const Model::ListEnvironmentsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListEnvironmentsResponseReceivedHandler;
239 typedef std::function<void(const MainframeModernizationClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
240 typedef std::function<void(const MainframeModernizationClient*, const Model::StartApplicationRequest&, const Model::StartApplicationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartApplicationResponseReceivedHandler;
241 typedef std::function<void(const MainframeModernizationClient*, const Model::StartBatchJobRequest&, const Model::StartBatchJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartBatchJobResponseReceivedHandler;
242 typedef std::function<void(const MainframeModernizationClient*, const Model::StopApplicationRequest&, const Model::StopApplicationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopApplicationResponseReceivedHandler;
243 typedef std::function<void(const MainframeModernizationClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
244 typedef std::function<void(const MainframeModernizationClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
245 typedef std::function<void(const MainframeModernizationClient*, const Model::UpdateApplicationRequest&, const Model::UpdateApplicationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateApplicationResponseReceivedHandler;
246 typedef std::function<void(const MainframeModernizationClient*, const Model::UpdateEnvironmentRequest&, const Model::UpdateEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateEnvironmentResponseReceivedHandler;
247 /* End of service model async handlers definitions */
248 } // namespace MainframeModernization
249} // namespace Aws
EndpointProviderBase< MainframeModernizationClientConfiguration, MainframeModernizationBuiltInParameters, MainframeModernizationClientContextParameters > MainframeModernizationEndpointProviderBase
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< UpdateEnvironmentOutcome > UpdateEnvironmentOutcomeCallable
std::future< DeleteEnvironmentOutcome > DeleteEnvironmentOutcomeCallable
Aws::Utils::Outcome< GetApplicationVersionResult, MainframeModernizationError > GetApplicationVersionOutcome
std::future< GetEnvironmentOutcome > GetEnvironmentOutcomeCallable
Aws::Utils::Outcome< StartBatchJobResult, MainframeModernizationError > StartBatchJobOutcome
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< ListDataSetsOutcome > ListDataSetsOutcomeCallable
std::future< CreateApplicationOutcome > CreateApplicationOutcomeCallable
Aws::Utils::Outcome< ListApplicationsResult, MainframeModernizationError > ListApplicationsOutcome
Aws::Utils::Outcome< ListTagsForResourceResult, MainframeModernizationError > ListTagsForResourceOutcome
Aws::Utils::Outcome< UntagResourceResult, MainframeModernizationError > UntagResourceOutcome
Aws::Utils::Outcome< ListApplicationVersionsResult, MainframeModernizationError > ListApplicationVersionsOutcome
Aws::Utils::Outcome< CreateEnvironmentResult, MainframeModernizationError > CreateEnvironmentOutcome
Aws::Utils::Outcome< CreateDataSetImportTaskResult, MainframeModernizationError > CreateDataSetImportTaskOutcome
std::future< GetDataSetImportTaskOutcome > GetDataSetImportTaskOutcomeCallable
Aws::Utils::Outcome< ListBatchJobDefinitionsResult, MainframeModernizationError > ListBatchJobDefinitionsOutcome
std::future< ListApplicationVersionsOutcome > ListApplicationVersionsOutcomeCallable
std::future< DeleteApplicationFromEnvironmentOutcome > DeleteApplicationFromEnvironmentOutcomeCallable
std::future< GetDeploymentOutcome > GetDeploymentOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, MainframeModernizationError > TagResourceOutcome
Aws::Utils::Outcome< DeleteApplicationResult, MainframeModernizationError > DeleteApplicationOutcome
Aws::Utils::Outcome< ListDeploymentsResult, MainframeModernizationError > ListDeploymentsOutcome
Aws::Utils::Outcome< UpdateEnvironmentResult, MainframeModernizationError > UpdateEnvironmentOutcome
Aws::Utils::Outcome< GetApplicationResult, MainframeModernizationError > GetApplicationOutcome
std::future< CreateEnvironmentOutcome > CreateEnvironmentOutcomeCallable
std::future< StopApplicationOutcome > StopApplicationOutcomeCallable
Aws::Utils::Outcome< CreateDeploymentResult, MainframeModernizationError > CreateDeploymentOutcome
Aws::Utils::Outcome< CancelBatchJobExecutionResult, MainframeModernizationError > CancelBatchJobExecutionOutcome
std::future< ListEngineVersionsOutcome > ListEngineVersionsOutcomeCallable
Aws::Utils::Outcome< DeleteEnvironmentResult, MainframeModernizationError > DeleteEnvironmentOutcome
std::future< GetApplicationOutcome > GetApplicationOutcomeCallable
std::future< ListDeploymentsOutcome > ListDeploymentsOutcomeCallable
Aws::Utils::Outcome< ListBatchJobExecutionsResult, MainframeModernizationError > ListBatchJobExecutionsOutcome
Aws::Utils::Outcome< ListEngineVersionsResult, MainframeModernizationError > ListEngineVersionsOutcome
Aws::Utils::Outcome< GetDataSetImportTaskResult, MainframeModernizationError > GetDataSetImportTaskOutcome
Aws::Utils::Outcome< GetEnvironmentResult, MainframeModernizationError > GetEnvironmentOutcome
std::future< StartBatchJobOutcome > StartBatchJobOutcomeCallable
std::future< ListApplicationsOutcome > ListApplicationsOutcomeCallable
std::future< ListBatchJobRestartPointsOutcome > ListBatchJobRestartPointsOutcomeCallable
Aws::Utils::Outcome< ListDataSetsResult, MainframeModernizationError > ListDataSetsOutcome
std::future< GetDataSetDetailsOutcome > GetDataSetDetailsOutcomeCallable
std::future< ListEnvironmentsOutcome > ListEnvironmentsOutcomeCallable
Aws::Utils::Outcome< CreateApplicationResult, MainframeModernizationError > CreateApplicationOutcome
Aws::Utils::Outcome< ListDataSetImportHistoryResult, MainframeModernizationError > ListDataSetImportHistoryOutcome
Aws::Utils::Outcome< GetDeploymentResult, MainframeModernizationError > GetDeploymentOutcome
Aws::Utils::Outcome< StopApplicationResult, MainframeModernizationError > StopApplicationOutcome
std::future< ListBatchJobDefinitionsOutcome > ListBatchJobDefinitionsOutcomeCallable
std::future< ListBatchJobExecutionsOutcome > ListBatchJobExecutionsOutcomeCallable
std::future< StartApplicationOutcome > StartApplicationOutcomeCallable
Aws::Utils::Outcome< ListBatchJobRestartPointsResult, MainframeModernizationError > ListBatchJobRestartPointsOutcome
std::future< CancelBatchJobExecutionOutcome > CancelBatchJobExecutionOutcomeCallable
std::future< CreateDeploymentOutcome > CreateDeploymentOutcomeCallable
Aws::Utils::Outcome< UpdateApplicationResult, MainframeModernizationError > UpdateApplicationOutcome
Aws::Utils::Outcome< DeleteApplicationFromEnvironmentResult, MainframeModernizationError > DeleteApplicationFromEnvironmentOutcome
Aws::Utils::Outcome< ListEnvironmentsResult, MainframeModernizationError > ListEnvironmentsOutcome
Aws::Utils::Outcome< GetBatchJobExecutionResult, MainframeModernizationError > GetBatchJobExecutionOutcome
std::future< GetApplicationVersionOutcome > GetApplicationVersionOutcomeCallable
std::future< ListDataSetImportHistoryOutcome > ListDataSetImportHistoryOutcomeCallable
Aws::Utils::Outcome< GetSignedBluinsightsUrlResult, MainframeModernizationError > GetSignedBluinsightsUrlOutcome
std::future< UpdateApplicationOutcome > UpdateApplicationOutcomeCallable
Aws::Utils::Outcome< StartApplicationResult, MainframeModernizationError > StartApplicationOutcome
std::future< DeleteApplicationOutcome > DeleteApplicationOutcomeCallable
std::future< GetBatchJobExecutionOutcome > GetBatchJobExecutionOutcomeCallable
std::future< GetSignedBluinsightsUrlOutcome > GetSignedBluinsightsUrlOutcomeCallable
Aws::Utils::Outcome< GetDataSetDetailsResult, MainframeModernizationError > GetDataSetDetailsOutcome
std::future< CreateDataSetImportTaskOutcome > CreateDataSetImportTaskOutcomeCallable
std::function< void(const MainframeModernizationClient *, const Model::GetDataSetDetailsRequest &, const Model::GetDataSetDetailsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetDataSetDetailsResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::CancelBatchJobExecutionRequest &, const Model::CancelBatchJobExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CancelBatchJobExecutionResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::GetEnvironmentRequest &, const Model::GetEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetEnvironmentResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::ListDataSetImportHistoryRequest &, const Model::ListDataSetImportHistoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListDataSetImportHistoryResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::DeleteEnvironmentRequest &, const Model::DeleteEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteEnvironmentResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::ListDataSetsRequest &, const Model::ListDataSetsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListDataSetsResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::ListBatchJobRestartPointsRequest &, const Model::ListBatchJobRestartPointsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListBatchJobRestartPointsResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::ListBatchJobDefinitionsRequest &, const Model::ListBatchJobDefinitionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListBatchJobDefinitionsResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::StartBatchJobRequest &, const Model::StartBatchJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartBatchJobResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::StopApplicationRequest &, const Model::StopApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopApplicationResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::UpdateEnvironmentRequest &, const Model::UpdateEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateEnvironmentResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::CreateDeploymentRequest &, const Model::CreateDeploymentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateDeploymentResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::DeleteApplicationFromEnvironmentRequest &, const Model::DeleteApplicationFromEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteApplicationFromEnvironmentResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::GetApplicationVersionRequest &, const Model::GetApplicationVersionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetApplicationVersionResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::ListApplicationsRequest &, const Model::ListApplicationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListApplicationsResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::GetApplicationRequest &, const Model::GetApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetApplicationResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::GetDeploymentRequest &, const Model::GetDeploymentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetDeploymentResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::GetDataSetImportTaskRequest &, const Model::GetDataSetImportTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetDataSetImportTaskResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::CreateEnvironmentRequest &, const Model::CreateEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateEnvironmentResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::UpdateApplicationRequest &, const Model::UpdateApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateApplicationResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::ListApplicationVersionsRequest &, const Model::ListApplicationVersionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListApplicationVersionsResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::ListDeploymentsRequest &, const Model::ListDeploymentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListDeploymentsResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::StartApplicationRequest &, const Model::StartApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartApplicationResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::GetBatchJobExecutionRequest &, const Model::GetBatchJobExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetBatchJobExecutionResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::ListEngineVersionsRequest &, const Model::ListEngineVersionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListEngineVersionsResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::ListBatchJobExecutionsRequest &, const Model::ListBatchJobExecutionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListBatchJobExecutionsResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::GetSignedBluinsightsUrlRequest &, const Model::GetSignedBluinsightsUrlOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetSignedBluinsightsUrlResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::ListEnvironmentsRequest &, const Model::ListEnvironmentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListEnvironmentsResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::CreateApplicationRequest &, const Model::CreateApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateApplicationResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::DeleteApplicationRequest &, const Model::DeleteApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteApplicationResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::CreateDataSetImportTaskRequest &, const Model::CreateDataSetImportTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateDataSetImportTaskResponseReceivedHandler