/** * 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 CloudSearchDomainClient header */ #include #include #include /* End of service model headers required in CloudSearchDomainClient 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 CloudSearchDomain { using CloudSearchDomainClientConfiguration = Aws::Client::GenericClientConfiguration; using CloudSearchDomainEndpointProviderBase = Aws::CloudSearchDomain::Endpoint::CloudSearchDomainEndpointProviderBase; using CloudSearchDomainEndpointProvider = Aws::CloudSearchDomain::Endpoint::CloudSearchDomainEndpointProvider; namespace Model { /* Service model forward declarations required in CloudSearchDomainClient header */ class SearchRequest; class SuggestRequest; class UploadDocumentsRequest; /* End of service model forward declarations required in CloudSearchDomainClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome SearchOutcome; typedef Aws::Utils::Outcome SuggestOutcome; typedef Aws::Utils::Outcome UploadDocumentsOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future SearchOutcomeCallable; typedef std::future SuggestOutcomeCallable; typedef std::future UploadDocumentsOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class CloudSearchDomainClient; /* Service model async handlers definitions */ typedef std::function&) > SearchResponseReceivedHandler; typedef std::function&) > SuggestResponseReceivedHandler; typedef std::function&) > UploadDocumentsResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace CloudSearchDomain } // namespace Aws