/** * 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 MigrationHubConfigClient header */ #include #include #include /* End of service model headers required in MigrationHubConfigClient 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 MigrationHubConfig { using MigrationHubConfigClientConfiguration = Aws::Client::GenericClientConfiguration; using MigrationHubConfigEndpointProviderBase = Aws::MigrationHubConfig::Endpoint::MigrationHubConfigEndpointProviderBase; using MigrationHubConfigEndpointProvider = Aws::MigrationHubConfig::Endpoint::MigrationHubConfigEndpointProvider; namespace Model { /* Service model forward declarations required in MigrationHubConfigClient header */ class CreateHomeRegionControlRequest; class DescribeHomeRegionControlsRequest; class GetHomeRegionRequest; /* End of service model forward declarations required in MigrationHubConfigClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CreateHomeRegionControlOutcome; typedef Aws::Utils::Outcome DescribeHomeRegionControlsOutcome; typedef Aws::Utils::Outcome GetHomeRegionOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future CreateHomeRegionControlOutcomeCallable; typedef std::future DescribeHomeRegionControlsOutcomeCallable; typedef std::future GetHomeRegionOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class MigrationHubConfigClient; /* Service model async handlers definitions */ typedef std::function&) > CreateHomeRegionControlResponseReceivedHandler; typedef std::function&) > DescribeHomeRegionControlsResponseReceivedHandler; typedef std::function&) > GetHomeRegionResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace MigrationHubConfig } // namespace Aws