/** * 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 SMSClient 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 #include #include /* End of service model headers required in SMSClient 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 SMS { using SMSClientConfiguration = Aws::Client::GenericClientConfiguration; using SMSEndpointProviderBase = Aws::SMS::Endpoint::SMSEndpointProviderBase; using SMSEndpointProvider = Aws::SMS::Endpoint::SMSEndpointProvider; namespace Model { /* Service model forward declarations required in SMSClient header */ class CreateAppRequest; class CreateReplicationJobRequest; class DeleteAppRequest; class DeleteAppLaunchConfigurationRequest; class DeleteAppReplicationConfigurationRequest; class DeleteAppValidationConfigurationRequest; class DeleteReplicationJobRequest; class DeleteServerCatalogRequest; class DisassociateConnectorRequest; class GenerateChangeSetRequest; class GenerateTemplateRequest; class GetAppRequest; class GetAppLaunchConfigurationRequest; class GetAppReplicationConfigurationRequest; class GetAppValidationConfigurationRequest; class GetAppValidationOutputRequest; class GetConnectorsRequest; class GetReplicationJobsRequest; class GetReplicationRunsRequest; class GetServersRequest; class ImportAppCatalogRequest; class ImportServerCatalogRequest; class LaunchAppRequest; class ListAppsRequest; class NotifyAppValidationOutputRequest; class PutAppLaunchConfigurationRequest; class PutAppReplicationConfigurationRequest; class PutAppValidationConfigurationRequest; class StartAppReplicationRequest; class StartOnDemandAppReplicationRequest; class StartOnDemandReplicationRunRequest; class StopAppReplicationRequest; class TerminateAppRequest; class UpdateAppRequest; class UpdateReplicationJobRequest; /* End of service model forward declarations required in SMSClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CreateAppOutcome; typedef Aws::Utils::Outcome CreateReplicationJobOutcome; typedef Aws::Utils::Outcome DeleteAppOutcome; typedef Aws::Utils::Outcome DeleteAppLaunchConfigurationOutcome; typedef Aws::Utils::Outcome DeleteAppReplicationConfigurationOutcome; typedef Aws::Utils::Outcome DeleteAppValidationConfigurationOutcome; typedef Aws::Utils::Outcome DeleteReplicationJobOutcome; typedef Aws::Utils::Outcome DeleteServerCatalogOutcome; typedef Aws::Utils::Outcome DisassociateConnectorOutcome; typedef Aws::Utils::Outcome GenerateChangeSetOutcome; typedef Aws::Utils::Outcome GenerateTemplateOutcome; typedef Aws::Utils::Outcome GetAppOutcome; typedef Aws::Utils::Outcome GetAppLaunchConfigurationOutcome; typedef Aws::Utils::Outcome GetAppReplicationConfigurationOutcome; typedef Aws::Utils::Outcome GetAppValidationConfigurationOutcome; typedef Aws::Utils::Outcome GetAppValidationOutputOutcome; typedef Aws::Utils::Outcome GetConnectorsOutcome; typedef Aws::Utils::Outcome GetReplicationJobsOutcome; typedef Aws::Utils::Outcome GetReplicationRunsOutcome; typedef Aws::Utils::Outcome GetServersOutcome; typedef Aws::Utils::Outcome ImportAppCatalogOutcome; typedef Aws::Utils::Outcome ImportServerCatalogOutcome; typedef Aws::Utils::Outcome LaunchAppOutcome; typedef Aws::Utils::Outcome ListAppsOutcome; typedef Aws::Utils::Outcome NotifyAppValidationOutputOutcome; typedef Aws::Utils::Outcome PutAppLaunchConfigurationOutcome; typedef Aws::Utils::Outcome PutAppReplicationConfigurationOutcome; typedef Aws::Utils::Outcome PutAppValidationConfigurationOutcome; typedef Aws::Utils::Outcome StartAppReplicationOutcome; typedef Aws::Utils::Outcome StartOnDemandAppReplicationOutcome; typedef Aws::Utils::Outcome StartOnDemandReplicationRunOutcome; typedef Aws::Utils::Outcome StopAppReplicationOutcome; typedef Aws::Utils::Outcome TerminateAppOutcome; typedef Aws::Utils::Outcome UpdateAppOutcome; typedef Aws::Utils::Outcome UpdateReplicationJobOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future CreateAppOutcomeCallable; typedef std::future CreateReplicationJobOutcomeCallable; typedef std::future DeleteAppOutcomeCallable; typedef std::future DeleteAppLaunchConfigurationOutcomeCallable; typedef std::future DeleteAppReplicationConfigurationOutcomeCallable; typedef std::future DeleteAppValidationConfigurationOutcomeCallable; typedef std::future DeleteReplicationJobOutcomeCallable; typedef std::future DeleteServerCatalogOutcomeCallable; typedef std::future DisassociateConnectorOutcomeCallable; typedef std::future GenerateChangeSetOutcomeCallable; typedef std::future GenerateTemplateOutcomeCallable; typedef std::future GetAppOutcomeCallable; typedef std::future GetAppLaunchConfigurationOutcomeCallable; typedef std::future GetAppReplicationConfigurationOutcomeCallable; typedef std::future GetAppValidationConfigurationOutcomeCallable; typedef std::future GetAppValidationOutputOutcomeCallable; typedef std::future GetConnectorsOutcomeCallable; typedef std::future GetReplicationJobsOutcomeCallable; typedef std::future GetReplicationRunsOutcomeCallable; typedef std::future GetServersOutcomeCallable; typedef std::future ImportAppCatalogOutcomeCallable; typedef std::future ImportServerCatalogOutcomeCallable; typedef std::future LaunchAppOutcomeCallable; typedef std::future ListAppsOutcomeCallable; typedef std::future NotifyAppValidationOutputOutcomeCallable; typedef std::future PutAppLaunchConfigurationOutcomeCallable; typedef std::future PutAppReplicationConfigurationOutcomeCallable; typedef std::future PutAppValidationConfigurationOutcomeCallable; typedef std::future StartAppReplicationOutcomeCallable; typedef std::future StartOnDemandAppReplicationOutcomeCallable; typedef std::future StartOnDemandReplicationRunOutcomeCallable; typedef std::future StopAppReplicationOutcomeCallable; typedef std::future TerminateAppOutcomeCallable; typedef std::future UpdateAppOutcomeCallable; typedef std::future UpdateReplicationJobOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class SMSClient; /* Service model async handlers definitions */ typedef std::function&) > CreateAppResponseReceivedHandler; typedef std::function&) > CreateReplicationJobResponseReceivedHandler; typedef std::function&) > DeleteAppResponseReceivedHandler; typedef std::function&) > DeleteAppLaunchConfigurationResponseReceivedHandler; typedef std::function&) > DeleteAppReplicationConfigurationResponseReceivedHandler; typedef std::function&) > DeleteAppValidationConfigurationResponseReceivedHandler; typedef std::function&) > DeleteReplicationJobResponseReceivedHandler; typedef std::function&) > DeleteServerCatalogResponseReceivedHandler; typedef std::function&) > DisassociateConnectorResponseReceivedHandler; typedef std::function&) > GenerateChangeSetResponseReceivedHandler; typedef std::function&) > GenerateTemplateResponseReceivedHandler; typedef std::function&) > GetAppResponseReceivedHandler; typedef std::function&) > GetAppLaunchConfigurationResponseReceivedHandler; typedef std::function&) > GetAppReplicationConfigurationResponseReceivedHandler; typedef std::function&) > GetAppValidationConfigurationResponseReceivedHandler; typedef std::function&) > GetAppValidationOutputResponseReceivedHandler; typedef std::function&) > GetConnectorsResponseReceivedHandler; typedef std::function&) > GetReplicationJobsResponseReceivedHandler; typedef std::function&) > GetReplicationRunsResponseReceivedHandler; typedef std::function&) > GetServersResponseReceivedHandler; typedef std::function&) > ImportAppCatalogResponseReceivedHandler; typedef std::function&) > ImportServerCatalogResponseReceivedHandler; typedef std::function&) > LaunchAppResponseReceivedHandler; typedef std::function&) > ListAppsResponseReceivedHandler; typedef std::function&) > NotifyAppValidationOutputResponseReceivedHandler; typedef std::function&) > PutAppLaunchConfigurationResponseReceivedHandler; typedef std::function&) > PutAppReplicationConfigurationResponseReceivedHandler; typedef std::function&) > PutAppValidationConfigurationResponseReceivedHandler; typedef std::function&) > StartAppReplicationResponseReceivedHandler; typedef std::function&) > StartOnDemandAppReplicationResponseReceivedHandler; typedef std::function&) > StartOnDemandReplicationRunResponseReceivedHandler; typedef std::function&) > StopAppReplicationResponseReceivedHandler; typedef std::function&) > TerminateAppResponseReceivedHandler; typedef std::function&) > UpdateAppResponseReceivedHandler; typedef std::function&) > UpdateReplicationJobResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace SMS } // namespace Aws