/** * 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 TranslateClient header */ #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 TranslateClient 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 Translate { using TranslateClientConfiguration = Aws::Client::GenericClientConfiguration; using TranslateEndpointProviderBase = Aws::Translate::Endpoint::TranslateEndpointProviderBase; using TranslateEndpointProvider = Aws::Translate::Endpoint::TranslateEndpointProvider; namespace Model { /* Service model forward declarations required in TranslateClient header */ class CreateParallelDataRequest; class DeleteParallelDataRequest; class DeleteTerminologyRequest; class DescribeTextTranslationJobRequest; class GetParallelDataRequest; class GetTerminologyRequest; class ImportTerminologyRequest; class ListLanguagesRequest; class ListParallelDataRequest; class ListTagsForResourceRequest; class ListTerminologiesRequest; class ListTextTranslationJobsRequest; class StartTextTranslationJobRequest; class StopTextTranslationJobRequest; class TagResourceRequest; class TranslateDocumentRequest; class TranslateTextRequest; class UntagResourceRequest; class UpdateParallelDataRequest; /* End of service model forward declarations required in TranslateClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CreateParallelDataOutcome; typedef Aws::Utils::Outcome DeleteParallelDataOutcome; typedef Aws::Utils::Outcome DeleteTerminologyOutcome; typedef Aws::Utils::Outcome DescribeTextTranslationJobOutcome; typedef Aws::Utils::Outcome GetParallelDataOutcome; typedef Aws::Utils::Outcome GetTerminologyOutcome; typedef Aws::Utils::Outcome ImportTerminologyOutcome; typedef Aws::Utils::Outcome ListLanguagesOutcome; typedef Aws::Utils::Outcome ListParallelDataOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome ListTerminologiesOutcome; typedef Aws::Utils::Outcome ListTextTranslationJobsOutcome; typedef Aws::Utils::Outcome StartTextTranslationJobOutcome; typedef Aws::Utils::Outcome StopTextTranslationJobOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome TranslateDocumentOutcome; typedef Aws::Utils::Outcome TranslateTextOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; typedef Aws::Utils::Outcome UpdateParallelDataOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future CreateParallelDataOutcomeCallable; typedef std::future DeleteParallelDataOutcomeCallable; typedef std::future DeleteTerminologyOutcomeCallable; typedef std::future DescribeTextTranslationJobOutcomeCallable; typedef std::future GetParallelDataOutcomeCallable; typedef std::future GetTerminologyOutcomeCallable; typedef std::future ImportTerminologyOutcomeCallable; typedef std::future ListLanguagesOutcomeCallable; typedef std::future ListParallelDataOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future ListTerminologiesOutcomeCallable; typedef std::future ListTextTranslationJobsOutcomeCallable; typedef std::future StartTextTranslationJobOutcomeCallable; typedef std::future StopTextTranslationJobOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future TranslateDocumentOutcomeCallable; typedef std::future TranslateTextOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; typedef std::future UpdateParallelDataOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class TranslateClient; /* Service model async handlers definitions */ typedef std::function&) > CreateParallelDataResponseReceivedHandler; typedef std::function&) > DeleteParallelDataResponseReceivedHandler; typedef std::function&) > DeleteTerminologyResponseReceivedHandler; typedef std::function&) > DescribeTextTranslationJobResponseReceivedHandler; typedef std::function&) > GetParallelDataResponseReceivedHandler; typedef std::function&) > GetTerminologyResponseReceivedHandler; typedef std::function&) > ImportTerminologyResponseReceivedHandler; typedef std::function&) > ListLanguagesResponseReceivedHandler; typedef std::function&) > ListParallelDataResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > ListTerminologiesResponseReceivedHandler; typedef std::function&) > ListTextTranslationJobsResponseReceivedHandler; typedef std::function&) > StartTextTranslationJobResponseReceivedHandler; typedef std::function&) > StopTextTranslationJobResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > TranslateDocumentResponseReceivedHandler; typedef std::function&) > TranslateTextResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; typedef std::function&) > UpdateParallelDataResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace Translate } // namespace Aws