/** * 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 KendraRankingClient header */ #include #include #include #include #include #include #include #include /* End of service model headers required in KendraRankingClient 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 KendraRanking { using KendraRankingClientConfiguration = Aws::Client::GenericClientConfiguration; using KendraRankingEndpointProviderBase = Aws::KendraRanking::Endpoint::KendraRankingEndpointProviderBase; using KendraRankingEndpointProvider = Aws::KendraRanking::Endpoint::KendraRankingEndpointProvider; namespace Model { /* Service model forward declarations required in KendraRankingClient header */ class CreateRescoreExecutionPlanRequest; class DeleteRescoreExecutionPlanRequest; class DescribeRescoreExecutionPlanRequest; class ListRescoreExecutionPlansRequest; class ListTagsForResourceRequest; class RescoreRequest; class TagResourceRequest; class UntagResourceRequest; class UpdateRescoreExecutionPlanRequest; /* End of service model forward declarations required in KendraRankingClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CreateRescoreExecutionPlanOutcome; typedef Aws::Utils::Outcome DeleteRescoreExecutionPlanOutcome; typedef Aws::Utils::Outcome DescribeRescoreExecutionPlanOutcome; typedef Aws::Utils::Outcome ListRescoreExecutionPlansOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome RescoreOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; typedef Aws::Utils::Outcome UpdateRescoreExecutionPlanOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future CreateRescoreExecutionPlanOutcomeCallable; typedef std::future DeleteRescoreExecutionPlanOutcomeCallable; typedef std::future DescribeRescoreExecutionPlanOutcomeCallable; typedef std::future ListRescoreExecutionPlansOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future RescoreOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; typedef std::future UpdateRescoreExecutionPlanOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class KendraRankingClient; /* Service model async handlers definitions */ typedef std::function&) > CreateRescoreExecutionPlanResponseReceivedHandler; typedef std::function&) > DeleteRescoreExecutionPlanResponseReceivedHandler; typedef std::function&) > DescribeRescoreExecutionPlanResponseReceivedHandler; typedef std::function&) > ListRescoreExecutionPlansResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > RescoreResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; typedef std::function&) > UpdateRescoreExecutionPlanResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace KendraRanking } // namespace Aws