/** * 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 EntityResolutionClient header */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /* End of service model headers required in EntityResolutionClient 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 EntityResolution { using EntityResolutionClientConfiguration = Aws::Client::GenericClientConfiguration; using EntityResolutionEndpointProviderBase = Aws::EntityResolution::Endpoint::EntityResolutionEndpointProviderBase; using EntityResolutionEndpointProvider = Aws::EntityResolution::Endpoint::EntityResolutionEndpointProvider; namespace Model { /* Service model forward declarations required in EntityResolutionClient header */ class CreateMatchingWorkflowRequest; class CreateSchemaMappingRequest; class DeleteMatchingWorkflowRequest; class DeleteSchemaMappingRequest; class GetMatchIdRequest; class GetMatchingJobRequest; class GetMatchingWorkflowRequest; class GetSchemaMappingRequest; class ListMatchingJobsRequest; class ListMatchingWorkflowsRequest; class ListSchemaMappingsRequest; class ListTagsForResourceRequest; class StartMatchingJobRequest; class TagResourceRequest; class UntagResourceRequest; class UpdateMatchingWorkflowRequest; /* End of service model forward declarations required in EntityResolutionClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome CreateMatchingWorkflowOutcome; typedef Aws::Utils::Outcome CreateSchemaMappingOutcome; typedef Aws::Utils::Outcome DeleteMatchingWorkflowOutcome; typedef Aws::Utils::Outcome DeleteSchemaMappingOutcome; typedef Aws::Utils::Outcome GetMatchIdOutcome; typedef Aws::Utils::Outcome GetMatchingJobOutcome; typedef Aws::Utils::Outcome GetMatchingWorkflowOutcome; typedef Aws::Utils::Outcome GetSchemaMappingOutcome; typedef Aws::Utils::Outcome ListMatchingJobsOutcome; typedef Aws::Utils::Outcome ListMatchingWorkflowsOutcome; typedef Aws::Utils::Outcome ListSchemaMappingsOutcome; typedef Aws::Utils::Outcome ListTagsForResourceOutcome; typedef Aws::Utils::Outcome StartMatchingJobOutcome; typedef Aws::Utils::Outcome TagResourceOutcome; typedef Aws::Utils::Outcome UntagResourceOutcome; typedef Aws::Utils::Outcome UpdateMatchingWorkflowOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future CreateMatchingWorkflowOutcomeCallable; typedef std::future CreateSchemaMappingOutcomeCallable; typedef std::future DeleteMatchingWorkflowOutcomeCallable; typedef std::future DeleteSchemaMappingOutcomeCallable; typedef std::future GetMatchIdOutcomeCallable; typedef std::future GetMatchingJobOutcomeCallable; typedef std::future GetMatchingWorkflowOutcomeCallable; typedef std::future GetSchemaMappingOutcomeCallable; typedef std::future ListMatchingJobsOutcomeCallable; typedef std::future ListMatchingWorkflowsOutcomeCallable; typedef std::future ListSchemaMappingsOutcomeCallable; typedef std::future ListTagsForResourceOutcomeCallable; typedef std::future StartMatchingJobOutcomeCallable; typedef std::future TagResourceOutcomeCallable; typedef std::future UntagResourceOutcomeCallable; typedef std::future UpdateMatchingWorkflowOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class EntityResolutionClient; /* Service model async handlers definitions */ typedef std::function&) > CreateMatchingWorkflowResponseReceivedHandler; typedef std::function&) > CreateSchemaMappingResponseReceivedHandler; typedef std::function&) > DeleteMatchingWorkflowResponseReceivedHandler; typedef std::function&) > DeleteSchemaMappingResponseReceivedHandler; typedef std::function&) > GetMatchIdResponseReceivedHandler; typedef std::function&) > GetMatchingJobResponseReceivedHandler; typedef std::function&) > GetMatchingWorkflowResponseReceivedHandler; typedef std::function&) > GetSchemaMappingResponseReceivedHandler; typedef std::function&) > ListMatchingJobsResponseReceivedHandler; typedef std::function&) > ListMatchingWorkflowsResponseReceivedHandler; typedef std::function&) > ListSchemaMappingsResponseReceivedHandler; typedef std::function&) > ListTagsForResourceResponseReceivedHandler; typedef std::function&) > StartMatchingJobResponseReceivedHandler; typedef std::function&) > TagResourceResponseReceivedHandler; typedef std::function&) > UntagResourceResponseReceivedHandler; typedef std::function&) > UpdateMatchingWorkflowResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace EntityResolution } // namespace Aws