/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once /* Generic header includes */ #include #include #include #include #include #include #include #include #include /* End of generic header includes */ /* Service model headers required in MainframeModernizationClient header */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in MainframeModernizationClient header */ namespace Aws { namespace Http { class HttpClient; class HttpClientFactory; } // namespace Http namespace Utils { template< typename R, typename E> class Outcome; namespace Threading { class Executor; } // namespace Threading } // namespace Utils namespace Auth { class AWSCredentials; class AWSCredentialsProvider; } // namespace Auth namespace Client { class RetryStrategy; } // namespace Client namespace MainframeModernization { using MainframeModernizationClientConfiguration = Aws::Client::GenericClientConfiguration; using MainframeModernizationEndpointProviderBase = Aws::MainframeModernization::Endpoint::MainframeModernizationEndpointProviderBase; using MainframeModernizationEndpointProvider = Aws::MainframeModernization::Endpoint::MainframeModernizationEndpointProvider; namespace Model { /* Service model forward declarations required in MainframeModernizationClient header */ class CancelBatchJobExecutionRequest; class CreateApplicationRequest; class CreateDataSetImportTaskRequest; class CreateDeploymentRequest; class CreateEnvironmentRequest; class DeleteApplicationRequest; class DeleteApplicationFromEnvironmentRequest; class DeleteEnvironmentRequest; class GetApplicationRequest; class GetApplicationVersionRequest; class GetBatchJobExecutionRequest; class GetDataSetDetailsRequest; class GetDataSetImportTaskRequest; class GetDeploymentRequest; class GetEnvironmentRequest; class ListApplicationVersionsRequest; class ListApplicationsRequest; class ListBatchJobDefinitionsRequest; class ListBatchJobExecutionsRequest; class ListDataSetImportHistoryRequest; class ListDataSetsRequest; class ListDeploymentsRequest; class ListEngineVersionsRequest; class ListEnvironmentsRequest; class ListTagsForResourceRequest; class StartApplicationRequest; class StartBatchJobRequest; class StopApplicationRequest; class TagResourceRequest; class UntagResourceRequest; class UpdateApplicationRequest; class UpdateEnvironmentRequest; /* End of service model forward declarations required in MainframeModernizationClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CancelBatchJobExecutionOutcome; typedef Aws::Utils::Outcome CreateApplicationOutcome; typedef Aws::Utils::Outcome CreateDataSetImportTaskOutcome; typedef Aws::Utils::Outcome CreateDeploymentOutcome; typedef Aws::Utils::Outcome CreateEnvironmentOutcome; typedef Aws::Utils::Outcome DeleteApplicationOutcome; typedef Aws::Utils::Outcome DeleteApplicationFromEnvironmentOutcome; typedef Aws::Utils::Outcome DeleteEnvironmentOutcome; typedef Aws::Utils::Outcome GetApplicationOutcome; typedef Aws::Utils::Outcome GetApplicationVersionOutcome; typedef Aws::Utils::Outcome GetBatchJobExecutionOutcome; typedef Aws::Utils::Outcome GetDataSetDetailsOutcome; typedef Aws::Utils::Outcome GetDataSetImportTaskOutcome; typedef Aws::Utils::Outcome GetDeploymentOutcome; typedef Aws::Utils::Outcome GetEnvironmentOutcome; typedef Aws::Utils::Outcome GetSignedBluinsightsUrlOutcome; typedef Aws::Utils::Outcome ListApplicationVersionsOutcome; typedef Aws::Utils::Outcome ListApplicationsOutcome; typedef Aws::Utils::Outcome ListBatchJobDefinitionsOutcome; typedef Aws::Utils::Outcome ListBatchJobExecutionsOutcome; typedef Aws::Utils::Outcome ListDataSetImportHistoryOutcome; typedef Aws::Utils::Outcome ListDataSetsOutcome; typedef Aws::Utils::Outcome ListDeploymentsOutcome; typedef Aws::Utils::Outcome ListEngineVersionsOutcome; typedef Aws::Utils::Outcome ListEnvironmentsOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome StartApplicationOutcome; typedef Aws::Utils::Outcome StartBatchJobOutcome; typedef Aws::Utils::Outcome StopApplicationOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; typedef Aws::Utils::Outcome UpdateApplicationOutcome; typedef Aws::Utils::Outcome UpdateEnvironmentOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future CancelBatchJobExecutionOutcomeCallable; typedef std::future CreateApplicationOutcomeCallable; typedef std::future CreateDataSetImportTaskOutcomeCallable; typedef std::future CreateDeploymentOutcomeCallable; typedef std::future CreateEnvironmentOutcomeCallable; typedef std::future DeleteApplicationOutcomeCallable; typedef std::future DeleteApplicationFromEnvironmentOutcomeCallable; typedef std::future DeleteEnvironmentOutcomeCallable; typedef std::future GetApplicationOutcomeCallable; typedef std::future GetApplicationVersionOutcomeCallable; typedef std::future GetBatchJobExecutionOutcomeCallable; typedef std::future GetDataSetDetailsOutcomeCallable; typedef std::future GetDataSetImportTaskOutcomeCallable; typedef std::future GetDeploymentOutcomeCallable; typedef std::future GetEnvironmentOutcomeCallable; typedef std::future GetSignedBluinsightsUrlOutcomeCallable; typedef std::future ListApplicationVersionsOutcomeCallable; typedef std::future ListApplicationsOutcomeCallable; typedef std::future ListBatchJobDefinitionsOutcomeCallable; typedef std::future ListBatchJobExecutionsOutcomeCallable; typedef std::future ListDataSetImportHistoryOutcomeCallable; typedef std::future ListDataSetsOutcomeCallable; typedef std::future ListDeploymentsOutcomeCallable; typedef std::future ListEngineVersionsOutcomeCallable; typedef std::future ListEnvironmentsOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future StartApplicationOutcomeCallable; typedef std::future StartBatchJobOutcomeCallable; typedef std::future StopApplicationOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; typedef std::future UpdateApplicationOutcomeCallable; typedef std::future UpdateEnvironmentOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class MainframeModernizationClient; /* Service model async handlers definitions */ typedef std::function&) > CancelBatchJobExecutionResponseReceivedHandler; typedef std::function&) > CreateApplicationResponseReceivedHandler; typedef std::function&) > CreateDataSetImportTaskResponseReceivedHandler; typedef std::function&) > CreateDeploymentResponseReceivedHandler; typedef std::function&) > CreateEnvironmentResponseReceivedHandler; typedef std::function&) > DeleteApplicationResponseReceivedHandler; typedef std::function&) > DeleteApplicationFromEnvironmentResponseReceivedHandler; typedef std::function&) > DeleteEnvironmentResponseReceivedHandler; typedef std::function&) > GetApplicationResponseReceivedHandler; typedef std::function&) > GetApplicationVersionResponseReceivedHandler; typedef std::function&) > GetBatchJobExecutionResponseReceivedHandler; typedef std::function&) > GetDataSetDetailsResponseReceivedHandler; typedef std::function&) > GetDataSetImportTaskResponseReceivedHandler; typedef std::function&) > GetDeploymentResponseReceivedHandler; typedef std::function&) > GetEnvironmentResponseReceivedHandler; typedef std::function&) > GetSignedBluinsightsUrlResponseReceivedHandler; typedef std::function&) > ListApplicationVersionsResponseReceivedHandler; typedef std::function&) > ListApplicationsResponseReceivedHandler; typedef std::function&) > ListBatchJobDefinitionsResponseReceivedHandler; typedef std::function&) > ListBatchJobExecutionsResponseReceivedHandler; typedef std::function&) > ListDataSetImportHistoryResponseReceivedHandler; typedef std::function&) > ListDataSetsResponseReceivedHandler; typedef std::function&) > ListDeploymentsResponseReceivedHandler; typedef std::function&) > ListEngineVersionsResponseReceivedHandler; typedef std::function&) > ListEnvironmentsResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > StartApplicationResponseReceivedHandler; typedef std::function&) > StartBatchJobResponseReceivedHandler; typedef std::function&) > StopApplicationResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; typedef std::function&) > UpdateApplicationResponseReceivedHandler; typedef std::function&) > UpdateEnvironmentResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace MainframeModernization } // namespace Aws