/** * 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 DrsClient 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 #include #include #include #include #include #include /* End of service model headers required in DrsClient 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 drs { using DrsClientConfiguration = Aws::Client::GenericClientConfiguration; using DrsEndpointProviderBase = Aws::drs::Endpoint::DrsEndpointProviderBase; using DrsEndpointProvider = Aws::drs::Endpoint::DrsEndpointProvider; namespace Model { /* Service model forward declarations required in DrsClient header */ class AssociateSourceNetworkStackRequest; class CreateExtendedSourceServerRequest; class CreateLaunchConfigurationTemplateRequest; class CreateReplicationConfigurationTemplateRequest; class CreateSourceNetworkRequest; class DeleteJobRequest; class DeleteLaunchConfigurationTemplateRequest; class DeleteRecoveryInstanceRequest; class DeleteReplicationConfigurationTemplateRequest; class DeleteSourceNetworkRequest; class DeleteSourceServerRequest; class DescribeJobLogItemsRequest; class DescribeJobsRequest; class DescribeLaunchConfigurationTemplatesRequest; class DescribeRecoveryInstancesRequest; class DescribeRecoverySnapshotsRequest; class DescribeReplicationConfigurationTemplatesRequest; class DescribeSourceNetworksRequest; class DescribeSourceServersRequest; class DisconnectRecoveryInstanceRequest; class DisconnectSourceServerRequest; class ExportSourceNetworkCfnTemplateRequest; class GetFailbackReplicationConfigurationRequest; class GetLaunchConfigurationRequest; class GetReplicationConfigurationRequest; class InitializeServiceRequest; class ListExtensibleSourceServersRequest; class ListStagingAccountsRequest; class ListTagsForResourceRequest; class ReverseReplicationRequest; class StartFailbackLaunchRequest; class StartRecoveryRequest; class StartReplicationRequest; class StartSourceNetworkRecoveryRequest; class StartSourceNetworkReplicationRequest; class StopFailbackRequest; class StopReplicationRequest; class StopSourceNetworkReplicationRequest; class TagResourceRequest; class TerminateRecoveryInstancesRequest; class UntagResourceRequest; class UpdateFailbackReplicationConfigurationRequest; class UpdateLaunchConfigurationRequest; class UpdateLaunchConfigurationTemplateRequest; class UpdateReplicationConfigurationRequest; class UpdateReplicationConfigurationTemplateRequest; /* End of service model forward declarations required in DrsClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome AssociateSourceNetworkStackOutcome; typedef Aws::Utils::Outcome CreateExtendedSourceServerOutcome; typedef Aws::Utils::Outcome CreateLaunchConfigurationTemplateOutcome; typedef Aws::Utils::Outcome CreateReplicationConfigurationTemplateOutcome; typedef Aws::Utils::Outcome CreateSourceNetworkOutcome; typedef Aws::Utils::Outcome DeleteJobOutcome; typedef Aws::Utils::Outcome DeleteLaunchConfigurationTemplateOutcome; typedef Aws::Utils::Outcome DeleteRecoveryInstanceOutcome; typedef Aws::Utils::Outcome DeleteReplicationConfigurationTemplateOutcome; typedef Aws::Utils::Outcome DeleteSourceNetworkOutcome; typedef Aws::Utils::Outcome DeleteSourceServerOutcome; typedef Aws::Utils::Outcome DescribeJobLogItemsOutcome; typedef Aws::Utils::Outcome DescribeJobsOutcome; typedef Aws::Utils::Outcome DescribeLaunchConfigurationTemplatesOutcome; typedef Aws::Utils::Outcome DescribeRecoveryInstancesOutcome; typedef Aws::Utils::Outcome DescribeRecoverySnapshotsOutcome; typedef Aws::Utils::Outcome DescribeReplicationConfigurationTemplatesOutcome; typedef Aws::Utils::Outcome DescribeSourceNetworksOutcome; typedef Aws::Utils::Outcome DescribeSourceServersOutcome; typedef Aws::Utils::Outcome DisconnectRecoveryInstanceOutcome; typedef Aws::Utils::Outcome DisconnectSourceServerOutcome; typedef Aws::Utils::Outcome ExportSourceNetworkCfnTemplateOutcome; typedef Aws::Utils::Outcome GetFailbackReplicationConfigurationOutcome; typedef Aws::Utils::Outcome GetLaunchConfigurationOutcome; typedef Aws::Utils::Outcome GetReplicationConfigurationOutcome; typedef Aws::Utils::Outcome InitializeServiceOutcome; typedef Aws::Utils::Outcome ListExtensibleSourceServersOutcome; typedef Aws::Utils::Outcome ListStagingAccountsOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome ReverseReplicationOutcome; typedef Aws::Utils::Outcome StartFailbackLaunchOutcome; typedef Aws::Utils::Outcome StartRecoveryOutcome; typedef Aws::Utils::Outcome StartReplicationOutcome; typedef Aws::Utils::Outcome StartSourceNetworkRecoveryOutcome; typedef Aws::Utils::Outcome StartSourceNetworkReplicationOutcome; typedef Aws::Utils::Outcome StopFailbackOutcome; typedef Aws::Utils::Outcome StopReplicationOutcome; typedef Aws::Utils::Outcome StopSourceNetworkReplicationOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome TerminateRecoveryInstancesOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; typedef Aws::Utils::Outcome UpdateFailbackReplicationConfigurationOutcome; typedef Aws::Utils::Outcome UpdateLaunchConfigurationOutcome; typedef Aws::Utils::Outcome UpdateLaunchConfigurationTemplateOutcome; typedef Aws::Utils::Outcome UpdateReplicationConfigurationOutcome; typedef Aws::Utils::Outcome UpdateReplicationConfigurationTemplateOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future AssociateSourceNetworkStackOutcomeCallable; typedef std::future CreateExtendedSourceServerOutcomeCallable; typedef std::future CreateLaunchConfigurationTemplateOutcomeCallable; typedef std::future CreateReplicationConfigurationTemplateOutcomeCallable; typedef std::future CreateSourceNetworkOutcomeCallable; typedef std::future DeleteJobOutcomeCallable; typedef std::future DeleteLaunchConfigurationTemplateOutcomeCallable; typedef std::future DeleteRecoveryInstanceOutcomeCallable; typedef std::future DeleteReplicationConfigurationTemplateOutcomeCallable; typedef std::future DeleteSourceNetworkOutcomeCallable; typedef std::future DeleteSourceServerOutcomeCallable; typedef std::future DescribeJobLogItemsOutcomeCallable; typedef std::future DescribeJobsOutcomeCallable; typedef std::future DescribeLaunchConfigurationTemplatesOutcomeCallable; typedef std::future DescribeRecoveryInstancesOutcomeCallable; typedef std::future DescribeRecoverySnapshotsOutcomeCallable; typedef std::future DescribeReplicationConfigurationTemplatesOutcomeCallable; typedef std::future DescribeSourceNetworksOutcomeCallable; typedef std::future DescribeSourceServersOutcomeCallable; typedef std::future DisconnectRecoveryInstanceOutcomeCallable; typedef std::future DisconnectSourceServerOutcomeCallable; typedef std::future ExportSourceNetworkCfnTemplateOutcomeCallable; typedef std::future GetFailbackReplicationConfigurationOutcomeCallable; typedef std::future GetLaunchConfigurationOutcomeCallable; typedef std::future GetReplicationConfigurationOutcomeCallable; typedef std::future InitializeServiceOutcomeCallable; typedef std::future ListExtensibleSourceServersOutcomeCallable; typedef std::future ListStagingAccountsOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future ReverseReplicationOutcomeCallable; typedef std::future StartFailbackLaunchOutcomeCallable; typedef std::future StartRecoveryOutcomeCallable; typedef std::future StartReplicationOutcomeCallable; typedef std::future StartSourceNetworkRecoveryOutcomeCallable; typedef std::future StartSourceNetworkReplicationOutcomeCallable; typedef std::future StopFailbackOutcomeCallable; typedef std::future StopReplicationOutcomeCallable; typedef std::future StopSourceNetworkReplicationOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future TerminateRecoveryInstancesOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; typedef std::future UpdateFailbackReplicationConfigurationOutcomeCallable; typedef std::future UpdateLaunchConfigurationOutcomeCallable; typedef std::future UpdateLaunchConfigurationTemplateOutcomeCallable; typedef std::future UpdateReplicationConfigurationOutcomeCallable; typedef std::future UpdateReplicationConfigurationTemplateOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class DrsClient; /* Service model async handlers definitions */ typedef std::function&) > AssociateSourceNetworkStackResponseReceivedHandler; typedef std::function&) > CreateExtendedSourceServerResponseReceivedHandler; typedef std::function&) > CreateLaunchConfigurationTemplateResponseReceivedHandler; typedef std::function&) > CreateReplicationConfigurationTemplateResponseReceivedHandler; typedef std::function&) > CreateSourceNetworkResponseReceivedHandler; typedef std::function&) > DeleteJobResponseReceivedHandler; typedef std::function&) > DeleteLaunchConfigurationTemplateResponseReceivedHandler; typedef std::function&) > DeleteRecoveryInstanceResponseReceivedHandler; typedef std::function&) > DeleteReplicationConfigurationTemplateResponseReceivedHandler; typedef std::function&) > DeleteSourceNetworkResponseReceivedHandler; typedef std::function&) > DeleteSourceServerResponseReceivedHandler; typedef std::function&) > DescribeJobLogItemsResponseReceivedHandler; typedef std::function&) > DescribeJobsResponseReceivedHandler; typedef std::function&) > DescribeLaunchConfigurationTemplatesResponseReceivedHandler; typedef std::function&) > DescribeRecoveryInstancesResponseReceivedHandler; typedef std::function&) > DescribeRecoverySnapshotsResponseReceivedHandler; typedef std::function&) > DescribeReplicationConfigurationTemplatesResponseReceivedHandler; typedef std::function&) > DescribeSourceNetworksResponseReceivedHandler; typedef std::function&) > DescribeSourceServersResponseReceivedHandler; typedef std::function&) > DisconnectRecoveryInstanceResponseReceivedHandler; typedef std::function&) > DisconnectSourceServerResponseReceivedHandler; typedef std::function&) > ExportSourceNetworkCfnTemplateResponseReceivedHandler; typedef std::function&) > GetFailbackReplicationConfigurationResponseReceivedHandler; typedef std::function&) > GetLaunchConfigurationResponseReceivedHandler; typedef std::function&) > GetReplicationConfigurationResponseReceivedHandler; typedef std::function&) > InitializeServiceResponseReceivedHandler; typedef std::function&) > ListExtensibleSourceServersResponseReceivedHandler; typedef std::function&) > ListStagingAccountsResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > ReverseReplicationResponseReceivedHandler; typedef std::function&) > StartFailbackLaunchResponseReceivedHandler; typedef std::function&) > StartRecoveryResponseReceivedHandler; typedef std::function&) > StartReplicationResponseReceivedHandler; typedef std::function&) > StartSourceNetworkRecoveryResponseReceivedHandler; typedef std::function&) > StartSourceNetworkReplicationResponseReceivedHandler; typedef std::function&) > StopFailbackResponseReceivedHandler; typedef std::function&) > StopReplicationResponseReceivedHandler; typedef std::function&) > StopSourceNetworkReplicationResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > TerminateRecoveryInstancesResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; typedef std::function&) > UpdateFailbackReplicationConfigurationResponseReceivedHandler; typedef std::function&) > UpdateLaunchConfigurationResponseReceivedHandler; typedef std::function&) > UpdateLaunchConfigurationTemplateResponseReceivedHandler; typedef std::function&) > UpdateReplicationConfigurationResponseReceivedHandler; typedef std::function&) > UpdateReplicationConfigurationTemplateResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace drs } // namespace Aws