/** * 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 Route53RecoveryClusterClient header */ #include #include #include #include /* End of service model headers required in Route53RecoveryClusterClient 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 Route53RecoveryCluster { using Route53RecoveryClusterClientConfiguration = Aws::Client::GenericClientConfiguration; using Route53RecoveryClusterEndpointProviderBase = Aws::Route53RecoveryCluster::Endpoint::Route53RecoveryClusterEndpointProviderBase; using Route53RecoveryClusterEndpointProvider = Aws::Route53RecoveryCluster::Endpoint::Route53RecoveryClusterEndpointProvider; namespace Model { /* Service model forward declarations required in Route53RecoveryClusterClient header */ class GetRoutingControlStateRequest; class ListRoutingControlsRequest; class UpdateRoutingControlStateRequest; class UpdateRoutingControlStatesRequest; /* End of service model forward declarations required in Route53RecoveryClusterClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome GetRoutingControlStateOutcome; typedef Aws::Utils::Outcome ListRoutingControlsOutcome; typedef Aws::Utils::Outcome UpdateRoutingControlStateOutcome; typedef Aws::Utils::Outcome UpdateRoutingControlStatesOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future GetRoutingControlStateOutcomeCallable; typedef std::future ListRoutingControlsOutcomeCallable; typedef std::future UpdateRoutingControlStateOutcomeCallable; typedef std::future UpdateRoutingControlStatesOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class Route53RecoveryClusterClient; /* Service model async handlers definitions */ typedef std::function&) > GetRoutingControlStateResponseReceivedHandler; typedef std::function&) > ListRoutingControlsResponseReceivedHandler; typedef std::function&) > UpdateRoutingControlStateResponseReceivedHandler; typedef std::function&) > UpdateRoutingControlStatesResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace Route53RecoveryCluster } // namespace Aws