AWS SDK for C++

AWS SDK for C++ Version 1.11.685

Loading...
Searching...
No Matches
MainframeModernizationServiceClientModel.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/m2/MainframeModernizationEndpointProvider.h>
15#include <aws/m2/MainframeModernizationErrors.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in MainframeModernizationClient header */
22#include <aws/m2/model/CancelBatchJobExecutionResult.h>
23#include <aws/m2/model/CreateApplicationResult.h>
24#include <aws/m2/model/CreateDataSetExportTaskResult.h>
25#include <aws/m2/model/CreateDataSetImportTaskResult.h>
26#include <aws/m2/model/CreateDeploymentResult.h>
27#include <aws/m2/model/CreateEnvironmentResult.h>
28#include <aws/m2/model/DeleteApplicationFromEnvironmentResult.h>
29#include <aws/m2/model/DeleteApplicationResult.h>
30#include <aws/m2/model/DeleteEnvironmentResult.h>
31#include <aws/m2/model/GetApplicationResult.h>
32#include <aws/m2/model/GetApplicationVersionResult.h>
33#include <aws/m2/model/GetBatchJobExecutionResult.h>
34#include <aws/m2/model/GetDataSetDetailsResult.h>
35#include <aws/m2/model/GetDataSetExportTaskResult.h>
36#include <aws/m2/model/GetDataSetImportTaskResult.h>
37#include <aws/m2/model/GetDeploymentResult.h>
38#include <aws/m2/model/GetEnvironmentResult.h>
39#include <aws/m2/model/GetSignedBluinsightsUrlRequest.h>
40#include <aws/m2/model/GetSignedBluinsightsUrlResult.h>
41#include <aws/m2/model/ListApplicationVersionsResult.h>
42#include <aws/m2/model/ListApplicationsRequest.h>
43#include <aws/m2/model/ListApplicationsResult.h>
44#include <aws/m2/model/ListBatchJobDefinitionsResult.h>
45#include <aws/m2/model/ListBatchJobExecutionsResult.h>
46#include <aws/m2/model/ListBatchJobRestartPointsResult.h>
47#include <aws/m2/model/ListDataSetExportHistoryResult.h>
48#include <aws/m2/model/ListDataSetImportHistoryResult.h>
49#include <aws/m2/model/ListDataSetsResult.h>
50#include <aws/m2/model/ListDeploymentsResult.h>
51#include <aws/m2/model/ListEngineVersionsRequest.h>
52#include <aws/m2/model/ListEngineVersionsResult.h>
53#include <aws/m2/model/ListEnvironmentsRequest.h>
54#include <aws/m2/model/ListEnvironmentsResult.h>
55#include <aws/m2/model/ListTagsForResourceResult.h>
56#include <aws/m2/model/StartApplicationResult.h>
57#include <aws/m2/model/StartBatchJobResult.h>
58#include <aws/m2/model/StopApplicationResult.h>
59#include <aws/m2/model/TagResourceResult.h>
60#include <aws/m2/model/UntagResourceResult.h>
61#include <aws/m2/model/UpdateApplicationResult.h>
62#include <aws/m2/model/UpdateEnvironmentResult.h>
63/* End of service model headers required in MainframeModernizationClient header */
64
65namespace Aws {
66namespace Http {
67class HttpClient;
68class HttpClientFactory;
69} // namespace Http
70
71namespace Utils {
72template <typename R, typename E>
73class Outcome;
74
75namespace Threading {
76class Executor;
77} // namespace Threading
78} // namespace Utils
79
80namespace Auth {
81class AWSCredentials;
82class AWSCredentialsProvider;
83} // namespace Auth
84
85namespace Client {
86class RetryStrategy;
87} // namespace Client
88
89namespace MainframeModernization {
93
94namespace Model {
95/* Service model forward declarations required in MainframeModernizationClient header */
133/* End of service model forward declarations required in MainframeModernizationClient header */
134
135/* Service model Outcome class definitions */
173/* End of service model Outcome class definitions */
174
175/* Service model Outcome callable definitions */
176typedef std::future<CancelBatchJobExecutionOutcome> CancelBatchJobExecutionOutcomeCallable;
177typedef std::future<CreateApplicationOutcome> CreateApplicationOutcomeCallable;
178typedef std::future<CreateDataSetExportTaskOutcome> CreateDataSetExportTaskOutcomeCallable;
179typedef std::future<CreateDataSetImportTaskOutcome> CreateDataSetImportTaskOutcomeCallable;
180typedef std::future<CreateDeploymentOutcome> CreateDeploymentOutcomeCallable;
181typedef std::future<CreateEnvironmentOutcome> CreateEnvironmentOutcomeCallable;
182typedef std::future<DeleteApplicationOutcome> DeleteApplicationOutcomeCallable;
183typedef std::future<DeleteApplicationFromEnvironmentOutcome> DeleteApplicationFromEnvironmentOutcomeCallable;
184typedef std::future<DeleteEnvironmentOutcome> DeleteEnvironmentOutcomeCallable;
185typedef std::future<GetApplicationOutcome> GetApplicationOutcomeCallable;
186typedef std::future<GetApplicationVersionOutcome> GetApplicationVersionOutcomeCallable;
187typedef std::future<GetBatchJobExecutionOutcome> GetBatchJobExecutionOutcomeCallable;
188typedef std::future<GetDataSetDetailsOutcome> GetDataSetDetailsOutcomeCallable;
189typedef std::future<GetDataSetExportTaskOutcome> GetDataSetExportTaskOutcomeCallable;
190typedef std::future<GetDataSetImportTaskOutcome> GetDataSetImportTaskOutcomeCallable;
191typedef std::future<GetDeploymentOutcome> GetDeploymentOutcomeCallable;
192typedef std::future<GetEnvironmentOutcome> GetEnvironmentOutcomeCallable;
193typedef std::future<GetSignedBluinsightsUrlOutcome> GetSignedBluinsightsUrlOutcomeCallable;
194typedef std::future<ListApplicationVersionsOutcome> ListApplicationVersionsOutcomeCallable;
195typedef std::future<ListApplicationsOutcome> ListApplicationsOutcomeCallable;
196typedef std::future<ListBatchJobDefinitionsOutcome> ListBatchJobDefinitionsOutcomeCallable;
197typedef std::future<ListBatchJobExecutionsOutcome> ListBatchJobExecutionsOutcomeCallable;
198typedef std::future<ListBatchJobRestartPointsOutcome> ListBatchJobRestartPointsOutcomeCallable;
199typedef std::future<ListDataSetExportHistoryOutcome> ListDataSetExportHistoryOutcomeCallable;
200typedef std::future<ListDataSetImportHistoryOutcome> ListDataSetImportHistoryOutcomeCallable;
201typedef std::future<ListDataSetsOutcome> ListDataSetsOutcomeCallable;
202typedef std::future<ListDeploymentsOutcome> ListDeploymentsOutcomeCallable;
203typedef std::future<ListEngineVersionsOutcome> ListEngineVersionsOutcomeCallable;
204typedef std::future<ListEnvironmentsOutcome> ListEnvironmentsOutcomeCallable;
205typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
206typedef std::future<StartApplicationOutcome> StartApplicationOutcomeCallable;
207typedef std::future<StartBatchJobOutcome> StartBatchJobOutcomeCallable;
208typedef std::future<StopApplicationOutcome> StopApplicationOutcomeCallable;
209typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
210typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
211typedef std::future<UpdateApplicationOutcome> UpdateApplicationOutcomeCallable;
212typedef std::future<UpdateEnvironmentOutcome> UpdateEnvironmentOutcomeCallable;
213/* End of service model Outcome callable definitions */
214} // namespace Model
215
217
218/* Service model async handlers definitions */
219typedef std::function<void(const MainframeModernizationClient*, const Model::CancelBatchJobExecutionRequest&,
220 const Model::CancelBatchJobExecutionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
222typedef std::function<void(const MainframeModernizationClient*, const Model::CreateApplicationRequest&,
223 const Model::CreateApplicationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
225typedef std::function<void(const MainframeModernizationClient*, const Model::CreateDataSetExportTaskRequest&,
226 const Model::CreateDataSetExportTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
228typedef std::function<void(const MainframeModernizationClient*, const Model::CreateDataSetImportTaskRequest&,
229 const Model::CreateDataSetImportTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
231typedef std::function<void(const MainframeModernizationClient*, const Model::CreateDeploymentRequest&,
232 const Model::CreateDeploymentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
234typedef std::function<void(const MainframeModernizationClient*, const Model::CreateEnvironmentRequest&,
235 const Model::CreateEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
237typedef std::function<void(const MainframeModernizationClient*, const Model::DeleteApplicationRequest&,
238 const Model::DeleteApplicationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
242 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
244typedef std::function<void(const MainframeModernizationClient*, const Model::DeleteEnvironmentRequest&,
245 const Model::DeleteEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
247typedef std::function<void(const MainframeModernizationClient*, const Model::GetApplicationRequest&, const Model::GetApplicationOutcome&,
248 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
250typedef std::function<void(const MainframeModernizationClient*, const Model::GetApplicationVersionRequest&,
251 const Model::GetApplicationVersionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
253typedef std::function<void(const MainframeModernizationClient*, const Model::GetBatchJobExecutionRequest&,
254 const Model::GetBatchJobExecutionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
256typedef std::function<void(const MainframeModernizationClient*, const Model::GetDataSetDetailsRequest&,
257 const Model::GetDataSetDetailsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
259typedef std::function<void(const MainframeModernizationClient*, const Model::GetDataSetExportTaskRequest&,
260 const Model::GetDataSetExportTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
262typedef std::function<void(const MainframeModernizationClient*, const Model::GetDataSetImportTaskRequest&,
263 const Model::GetDataSetImportTaskOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
265typedef std::function<void(const MainframeModernizationClient*, const Model::GetDeploymentRequest&, const Model::GetDeploymentOutcome&,
266 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
268typedef std::function<void(const MainframeModernizationClient*, const Model::GetEnvironmentRequest&, const Model::GetEnvironmentOutcome&,
269 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
271typedef std::function<void(const MainframeModernizationClient*, const Model::GetSignedBluinsightsUrlRequest&,
272 const Model::GetSignedBluinsightsUrlOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
274typedef std::function<void(const MainframeModernizationClient*, const Model::ListApplicationVersionsRequest&,
275 const Model::ListApplicationVersionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
277typedef std::function<void(const MainframeModernizationClient*, const Model::ListApplicationsRequest&,
278 const Model::ListApplicationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
280typedef std::function<void(const MainframeModernizationClient*, const Model::ListBatchJobDefinitionsRequest&,
281 const Model::ListBatchJobDefinitionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
283typedef std::function<void(const MainframeModernizationClient*, const Model::ListBatchJobExecutionsRequest&,
284 const Model::ListBatchJobExecutionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
286typedef std::function<void(const MainframeModernizationClient*, const Model::ListBatchJobRestartPointsRequest&,
287 const Model::ListBatchJobRestartPointsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
289typedef std::function<void(const MainframeModernizationClient*, const Model::ListDataSetExportHistoryRequest&,
290 const Model::ListDataSetExportHistoryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
292typedef std::function<void(const MainframeModernizationClient*, const Model::ListDataSetImportHistoryRequest&,
293 const Model::ListDataSetImportHistoryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
295typedef std::function<void(const MainframeModernizationClient*, const Model::ListDataSetsRequest&, const Model::ListDataSetsOutcome&,
296 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
299 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
301typedef std::function<void(const MainframeModernizationClient*, const Model::ListEngineVersionsRequest&,
302 const Model::ListEngineVersionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
304typedef std::function<void(const MainframeModernizationClient*, const Model::ListEnvironmentsRequest&,
305 const Model::ListEnvironmentsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
307typedef std::function<void(const MainframeModernizationClient*, const Model::ListTagsForResourceRequest&,
308 const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
310typedef std::function<void(const MainframeModernizationClient*, const Model::StartApplicationRequest&,
311 const Model::StartApplicationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
313typedef std::function<void(const MainframeModernizationClient*, const Model::StartBatchJobRequest&, const Model::StartBatchJobOutcome&,
314 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
317 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
319typedef std::function<void(const MainframeModernizationClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&,
320 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
322typedef std::function<void(const MainframeModernizationClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&,
323 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
325typedef std::function<void(const MainframeModernizationClient*, const Model::UpdateApplicationRequest&,
326 const Model::UpdateApplicationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
328typedef std::function<void(const MainframeModernizationClient*, const Model::UpdateEnvironmentRequest&,
329 const Model::UpdateEnvironmentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
331/* End of service model async handlers definitions */
332} // namespace MainframeModernization
333} // namespace Aws
EndpointProviderBase< MainframeModernizationClientConfiguration, MainframeModernizationBuiltInParameters, MainframeModernizationClientContextParameters > MainframeModernizationEndpointProviderBase
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< UpdateEnvironmentOutcome > UpdateEnvironmentOutcomeCallable
std::future< CreateDataSetExportTaskOutcome > CreateDataSetExportTaskOutcomeCallable
std::future< DeleteEnvironmentOutcome > DeleteEnvironmentOutcomeCallable
Aws::Utils::Outcome< GetApplicationVersionResult, MainframeModernizationError > GetApplicationVersionOutcome
std::future< GetEnvironmentOutcome > GetEnvironmentOutcomeCallable
Aws::Utils::Outcome< StartBatchJobResult, MainframeModernizationError > StartBatchJobOutcome
Aws::Utils::Outcome< ListDataSetExportHistoryResult, MainframeModernizationError > ListDataSetExportHistoryOutcome
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< GetDataSetExportTaskResult, MainframeModernizationError > GetDataSetExportTaskOutcome
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< CreateDataSetExportTaskResult, MainframeModernizationError > CreateDataSetExportTaskOutcome
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< GetDataSetExportTaskOutcome > GetDataSetExportTaskOutcomeCallable
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
std::future< ListDataSetExportHistoryOutcome > ListDataSetExportHistoryOutcomeCallable
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::UpdateApplicationRequest &, const Model::UpdateApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateApplicationResponseReceivedHandler
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::GetDataSetDetailsRequest &, const Model::GetDataSetDetailsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDataSetDetailsResponseReceivedHandler
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::StartApplicationRequest &, const Model::StartApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartApplicationResponseReceivedHandler
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::CancelBatchJobExecutionRequest &, const Model::CancelBatchJobExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CancelBatchJobExecutionResponseReceivedHandler
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::CreateDataSetImportTaskRequest &, const Model::CreateDataSetImportTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateDataSetImportTaskResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::CreateDataSetExportTaskRequest &, const Model::CreateDataSetExportTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateDataSetExportTaskResponseReceivedHandler
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::DeleteApplicationFromEnvironmentRequest &, const Model::DeleteApplicationFromEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteApplicationFromEnvironmentResponseReceivedHandler
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::CreateEnvironmentRequest &, const Model::CreateEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateEnvironmentResponseReceivedHandler
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::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
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::ListBatchJobDefinitionsRequest &, const Model::ListBatchJobDefinitionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListBatchJobDefinitionsResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::ListDataSetExportHistoryRequest &, const Model::ListDataSetExportHistoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDataSetExportHistoryResponseReceivedHandler
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::DeleteApplicationRequest &, const Model::DeleteApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteApplicationResponseReceivedHandler
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::ListBatchJobRestartPointsRequest &, const Model::ListBatchJobRestartPointsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListBatchJobRestartPointsResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::GetDataSetExportTaskRequest &, const Model::GetDataSetExportTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDataSetExportTaskResponseReceivedHandler
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::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
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::UpdateEnvironmentRequest &, const Model::UpdateEnvironmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateEnvironmentResponseReceivedHandler
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::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
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::GetApplicationVersionRequest &, const Model::GetApplicationVersionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetApplicationVersionResponseReceivedHandler
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::GetSignedBluinsightsUrlRequest &, const Model::GetSignedBluinsightsUrlOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetSignedBluinsightsUrlResponseReceivedHandler
std::function< void(const MainframeModernizationClient *, const Model::ListDataSetImportHistoryRequest &, const Model::ListDataSetImportHistoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDataSetImportHistoryResponseReceivedHandler