AWS SDK for C++

AWS SDK for C++ Version 1.11.874

Loading...
Searching...
No Matches
EntityResolutionClient.h
1
6#pragma once
7#include <aws/core/client/AWSClient.h>
8#include <aws/core/client/AWSClientAsyncCRTP.h>
9#include <aws/core/client/ClientConfiguration.h>
10#include <aws/core/utils/json/JsonSerializer.h>
11#include <aws/entityresolution/EntityResolutionPaginationBase.h>
12#include <aws/entityresolution/EntityResolutionServiceClientModel.h>
13#include <aws/entityresolution/EntityResolutionWaiter.h>
14#include <aws/entityresolution/EntityResolution_EXPORTS.h>
15
16namespace Aws {
17namespace EntityResolution {
33class AWS_ENTITYRESOLUTION_API EntityResolutionClient : public Aws::Client::AWSJsonClient,
34 public Aws::Client::ClientWithAsyncTemplateMethods<EntityResolutionClient>,
35 public EntityResolutionPaginationBase<EntityResolutionClient>,
36 public EntityResolutionWaiter<EntityResolutionClient> {
37 public:
39 static const char* GetServiceName();
40 static const char* GetAllocationTag();
41
44
51 std::shared_ptr<EntityResolutionEndpointProviderBase> endpointProvider = nullptr);
52
58 std::shared_ptr<EntityResolutionEndpointProviderBase> endpointProvider = nullptr,
61
66 EntityResolutionClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
67 std::shared_ptr<EntityResolutionEndpointProviderBase> endpointProvider = nullptr,
70
71 /* Legacy constructors due deprecation */
77
83
88 EntityResolutionClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
89 const Aws::Client::ClientConfiguration& clientConfiguration);
90
91 /* End of legacy constructors due deprecation */
93
101
106 template <typename AddPolicyStatementRequestT = Model::AddPolicyStatementRequest>
107 Model::AddPolicyStatementOutcomeCallable AddPolicyStatementCallable(const AddPolicyStatementRequestT& request) const {
108 return SubmitCallable(&EntityResolutionClient::AddPolicyStatement, request);
109 }
110
115 template <typename AddPolicyStatementRequestT = Model::AddPolicyStatementRequest>
116 void AddPolicyStatementAsync(const AddPolicyStatementRequestT& request, const AddPolicyStatementResponseReceivedHandler& handler,
117 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
118 return SubmitAsync(&EntityResolutionClient::AddPolicyStatement, request, handler, context);
119 }
120
128
133 template <typename BatchDeleteUniqueIdRequestT = Model::BatchDeleteUniqueIdRequest>
134 Model::BatchDeleteUniqueIdOutcomeCallable BatchDeleteUniqueIdCallable(const BatchDeleteUniqueIdRequestT& request) const {
135 return SubmitCallable(&EntityResolutionClient::BatchDeleteUniqueId, request);
136 }
137
142 template <typename BatchDeleteUniqueIdRequestT = Model::BatchDeleteUniqueIdRequest>
143 void BatchDeleteUniqueIdAsync(const BatchDeleteUniqueIdRequestT& request, const BatchDeleteUniqueIdResponseReceivedHandler& handler,
144 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
145 return SubmitAsync(&EntityResolutionClient::BatchDeleteUniqueId, request, handler, context);
146 }
147
159
164 template <typename CreateIdMappingWorkflowRequestT = Model::CreateIdMappingWorkflowRequest>
165 Model::CreateIdMappingWorkflowOutcomeCallable CreateIdMappingWorkflowCallable(const CreateIdMappingWorkflowRequestT& request) const {
166 return SubmitCallable(&EntityResolutionClient::CreateIdMappingWorkflow, request);
167 }
168
173 template <typename CreateIdMappingWorkflowRequestT = Model::CreateIdMappingWorkflowRequest>
174 void CreateIdMappingWorkflowAsync(const CreateIdMappingWorkflowRequestT& request,
176 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
177 return SubmitAsync(&EntityResolutionClient::CreateIdMappingWorkflow, request, handler, context);
178 }
179
189
194 template <typename CreateIdNamespaceRequestT = Model::CreateIdNamespaceRequest>
195 Model::CreateIdNamespaceOutcomeCallable CreateIdNamespaceCallable(const CreateIdNamespaceRequestT& request) const {
196 return SubmitCallable(&EntityResolutionClient::CreateIdNamespace, request);
197 }
198
203 template <typename CreateIdNamespaceRequestT = Model::CreateIdNamespaceRequest>
204 void CreateIdNamespaceAsync(const CreateIdNamespaceRequestT& request, const CreateIdNamespaceResponseReceivedHandler& handler,
205 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
206 return SubmitAsync(&EntityResolutionClient::CreateIdNamespace, request, handler, context);
207 }
208
220
225 template <typename CreateMatchingWorkflowRequestT = Model::CreateMatchingWorkflowRequest>
226 Model::CreateMatchingWorkflowOutcomeCallable CreateMatchingWorkflowCallable(const CreateMatchingWorkflowRequestT& request) const {
227 return SubmitCallable(&EntityResolutionClient::CreateMatchingWorkflow, request);
228 }
229
234 template <typename CreateMatchingWorkflowRequestT = Model::CreateMatchingWorkflowRequest>
235 void CreateMatchingWorkflowAsync(const CreateMatchingWorkflowRequestT& request,
237 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
238 return SubmitAsync(&EntityResolutionClient::CreateMatchingWorkflow, request, handler, context);
239 }
240
250
255 template <typename CreateSchemaMappingRequestT = Model::CreateSchemaMappingRequest>
256 Model::CreateSchemaMappingOutcomeCallable CreateSchemaMappingCallable(const CreateSchemaMappingRequestT& request) const {
257 return SubmitCallable(&EntityResolutionClient::CreateSchemaMapping, request);
258 }
259
264 template <typename CreateSchemaMappingRequestT = Model::CreateSchemaMappingRequest>
265 void CreateSchemaMappingAsync(const CreateSchemaMappingRequestT& request, const CreateSchemaMappingResponseReceivedHandler& handler,
266 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
267 return SubmitAsync(&EntityResolutionClient::CreateSchemaMapping, request, handler, context);
268 }
269
278
283 template <typename DeleteIdMappingWorkflowRequestT = Model::DeleteIdMappingWorkflowRequest>
284 Model::DeleteIdMappingWorkflowOutcomeCallable DeleteIdMappingWorkflowCallable(const DeleteIdMappingWorkflowRequestT& request) const {
285 return SubmitCallable(&EntityResolutionClient::DeleteIdMappingWorkflow, request);
286 }
287
292 template <typename DeleteIdMappingWorkflowRequestT = Model::DeleteIdMappingWorkflowRequest>
293 void DeleteIdMappingWorkflowAsync(const DeleteIdMappingWorkflowRequestT& request,
295 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
296 return SubmitAsync(&EntityResolutionClient::DeleteIdMappingWorkflow, request, handler, context);
297 }
298
307
312 template <typename DeleteIdNamespaceRequestT = Model::DeleteIdNamespaceRequest>
313 Model::DeleteIdNamespaceOutcomeCallable DeleteIdNamespaceCallable(const DeleteIdNamespaceRequestT& request) const {
314 return SubmitCallable(&EntityResolutionClient::DeleteIdNamespace, request);
315 }
316
321 template <typename DeleteIdNamespaceRequestT = Model::DeleteIdNamespaceRequest>
322 void DeleteIdNamespaceAsync(const DeleteIdNamespaceRequestT& request, const DeleteIdNamespaceResponseReceivedHandler& handler,
323 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
324 return SubmitAsync(&EntityResolutionClient::DeleteIdNamespace, request, handler, context);
325 }
326
335
340 template <typename DeleteMatchingWorkflowRequestT = Model::DeleteMatchingWorkflowRequest>
341 Model::DeleteMatchingWorkflowOutcomeCallable DeleteMatchingWorkflowCallable(const DeleteMatchingWorkflowRequestT& request) const {
342 return SubmitCallable(&EntityResolutionClient::DeleteMatchingWorkflow, request);
343 }
344
349 template <typename DeleteMatchingWorkflowRequestT = Model::DeleteMatchingWorkflowRequest>
350 void DeleteMatchingWorkflowAsync(const DeleteMatchingWorkflowRequestT& request,
352 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
353 return SubmitAsync(&EntityResolutionClient::DeleteMatchingWorkflow, request, handler, context);
354 }
355
362
367 template <typename DeletePolicyStatementRequestT = Model::DeletePolicyStatementRequest>
368 Model::DeletePolicyStatementOutcomeCallable DeletePolicyStatementCallable(const DeletePolicyStatementRequestT& request) const {
369 return SubmitCallable(&EntityResolutionClient::DeletePolicyStatement, request);
370 }
371
376 template <typename DeletePolicyStatementRequestT = Model::DeletePolicyStatementRequest>
377 void DeletePolicyStatementAsync(const DeletePolicyStatementRequestT& request, const DeletePolicyStatementResponseReceivedHandler& handler,
378 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
379 return SubmitAsync(&EntityResolutionClient::DeletePolicyStatement, request, handler, context);
380 }
381
393
398 template <typename DeleteSchemaMappingRequestT = Model::DeleteSchemaMappingRequest>
399 Model::DeleteSchemaMappingOutcomeCallable DeleteSchemaMappingCallable(const DeleteSchemaMappingRequestT& request) const {
400 return SubmitCallable(&EntityResolutionClient::DeleteSchemaMapping, request);
401 }
402
407 template <typename DeleteSchemaMappingRequestT = Model::DeleteSchemaMappingRequest>
408 void DeleteSchemaMappingAsync(const DeleteSchemaMappingRequestT& request, const DeleteSchemaMappingResponseReceivedHandler& handler,
409 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
410 return SubmitAsync(&EntityResolutionClient::DeleteSchemaMapping, request, handler, context);
411 }
412
428
432 template <typename GenerateMatchIdRequestT = Model::GenerateMatchIdRequest>
433 Model::GenerateMatchIdOutcomeCallable GenerateMatchIdCallable(const GenerateMatchIdRequestT& request) const {
434 return SubmitCallable(&EntityResolutionClient::GenerateMatchId, request);
435 }
436
441 template <typename GenerateMatchIdRequestT = Model::GenerateMatchIdRequest>
442 void GenerateMatchIdAsync(const GenerateMatchIdRequestT& request, const GenerateMatchIdResponseReceivedHandler& handler,
443 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
444 return SubmitAsync(&EntityResolutionClient::GenerateMatchId, request, handler, context);
445 }
446
454
458 template <typename GetIdMappingJobRequestT = Model::GetIdMappingJobRequest>
459 Model::GetIdMappingJobOutcomeCallable GetIdMappingJobCallable(const GetIdMappingJobRequestT& request) const {
460 return SubmitCallable(&EntityResolutionClient::GetIdMappingJob, request);
461 }
462
467 template <typename GetIdMappingJobRequestT = Model::GetIdMappingJobRequest>
468 void GetIdMappingJobAsync(const GetIdMappingJobRequestT& request, const GetIdMappingJobResponseReceivedHandler& handler,
469 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
470 return SubmitAsync(&EntityResolutionClient::GetIdMappingJob, request, handler, context);
471 }
472
480
485 template <typename GetIdMappingWorkflowRequestT = Model::GetIdMappingWorkflowRequest>
486 Model::GetIdMappingWorkflowOutcomeCallable GetIdMappingWorkflowCallable(const GetIdMappingWorkflowRequestT& request) const {
487 return SubmitCallable(&EntityResolutionClient::GetIdMappingWorkflow, request);
488 }
489
494 template <typename GetIdMappingWorkflowRequestT = Model::GetIdMappingWorkflowRequest>
495 void GetIdMappingWorkflowAsync(const GetIdMappingWorkflowRequestT& request, const GetIdMappingWorkflowResponseReceivedHandler& handler,
496 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
497 return SubmitAsync(&EntityResolutionClient::GetIdMappingWorkflow, request, handler, context);
498 }
499
507
511 template <typename GetIdNamespaceRequestT = Model::GetIdNamespaceRequest>
512 Model::GetIdNamespaceOutcomeCallable GetIdNamespaceCallable(const GetIdNamespaceRequestT& request) const {
513 return SubmitCallable(&EntityResolutionClient::GetIdNamespace, request);
514 }
515
520 template <typename GetIdNamespaceRequestT = Model::GetIdNamespaceRequest>
521 void GetIdNamespaceAsync(const GetIdNamespaceRequestT& request, const GetIdNamespaceResponseReceivedHandler& handler,
522 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
523 return SubmitAsync(&EntityResolutionClient::GetIdNamespace, request, handler, context);
524 }
525
535
539 template <typename GetMatchIdRequestT = Model::GetMatchIdRequest>
540 Model::GetMatchIdOutcomeCallable GetMatchIdCallable(const GetMatchIdRequestT& request) const {
541 return SubmitCallable(&EntityResolutionClient::GetMatchId, request);
542 }
543
548 template <typename GetMatchIdRequestT = Model::GetMatchIdRequest>
549 void GetMatchIdAsync(const GetMatchIdRequestT& request, const GetMatchIdResponseReceivedHandler& handler,
550 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
551 return SubmitAsync(&EntityResolutionClient::GetMatchId, request, handler, context);
552 }
553
561
565 template <typename GetMatchingJobRequestT = Model::GetMatchingJobRequest>
566 Model::GetMatchingJobOutcomeCallable GetMatchingJobCallable(const GetMatchingJobRequestT& request) const {
567 return SubmitCallable(&EntityResolutionClient::GetMatchingJob, request);
568 }
569
574 template <typename GetMatchingJobRequestT = Model::GetMatchingJobRequest>
575 void GetMatchingJobAsync(const GetMatchingJobRequestT& request, const GetMatchingJobResponseReceivedHandler& handler,
576 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
577 return SubmitAsync(&EntityResolutionClient::GetMatchingJob, request, handler, context);
578 }
579
587
592 template <typename GetMatchingWorkflowRequestT = Model::GetMatchingWorkflowRequest>
593 Model::GetMatchingWorkflowOutcomeCallable GetMatchingWorkflowCallable(const GetMatchingWorkflowRequestT& request) const {
594 return SubmitCallable(&EntityResolutionClient::GetMatchingWorkflow, request);
595 }
596
601 template <typename GetMatchingWorkflowRequestT = Model::GetMatchingWorkflowRequest>
602 void GetMatchingWorkflowAsync(const GetMatchingWorkflowRequestT& request, const GetMatchingWorkflowResponseReceivedHandler& handler,
603 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
604 return SubmitAsync(&EntityResolutionClient::GetMatchingWorkflow, request, handler, context);
605 }
606
613
617 template <typename GetPolicyRequestT = Model::GetPolicyRequest>
618 Model::GetPolicyOutcomeCallable GetPolicyCallable(const GetPolicyRequestT& request) const {
619 return SubmitCallable(&EntityResolutionClient::GetPolicy, request);
620 }
621
626 template <typename GetPolicyRequestT = Model::GetPolicyRequest>
627 void GetPolicyAsync(const GetPolicyRequestT& request, const GetPolicyResponseReceivedHandler& handler,
628 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
629 return SubmitAsync(&EntityResolutionClient::GetPolicy, request, handler, context);
630 }
631
639
644 template <typename GetProviderServiceRequestT = Model::GetProviderServiceRequest>
645 Model::GetProviderServiceOutcomeCallable GetProviderServiceCallable(const GetProviderServiceRequestT& request) const {
646 return SubmitCallable(&EntityResolutionClient::GetProviderService, request);
647 }
648
653 template <typename GetProviderServiceRequestT = Model::GetProviderServiceRequest>
654 void GetProviderServiceAsync(const GetProviderServiceRequestT& request, const GetProviderServiceResponseReceivedHandler& handler,
655 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
656 return SubmitAsync(&EntityResolutionClient::GetProviderService, request, handler, context);
657 }
658
665
670 template <typename GetSchemaMappingRequestT = Model::GetSchemaMappingRequest>
671 Model::GetSchemaMappingOutcomeCallable GetSchemaMappingCallable(const GetSchemaMappingRequestT& request) const {
672 return SubmitCallable(&EntityResolutionClient::GetSchemaMapping, request);
673 }
674
679 template <typename GetSchemaMappingRequestT = Model::GetSchemaMappingRequest>
680 void GetSchemaMappingAsync(const GetSchemaMappingRequestT& request, const GetSchemaMappingResponseReceivedHandler& handler,
681 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
682 return SubmitAsync(&EntityResolutionClient::GetSchemaMapping, request, handler, context);
683 }
684
691
696 template <typename ListIdMappingJobsRequestT = Model::ListIdMappingJobsRequest>
697 Model::ListIdMappingJobsOutcomeCallable ListIdMappingJobsCallable(const ListIdMappingJobsRequestT& request) const {
698 return SubmitCallable(&EntityResolutionClient::ListIdMappingJobs, request);
699 }
700
705 template <typename ListIdMappingJobsRequestT = Model::ListIdMappingJobsRequest>
706 void ListIdMappingJobsAsync(const ListIdMappingJobsRequestT& request, const ListIdMappingJobsResponseReceivedHandler& handler,
707 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
708 return SubmitAsync(&EntityResolutionClient::ListIdMappingJobs, request, handler, context);
709 }
710
718
723 template <typename ListIdMappingWorkflowsRequestT = Model::ListIdMappingWorkflowsRequest>
724 Model::ListIdMappingWorkflowsOutcomeCallable ListIdMappingWorkflowsCallable(const ListIdMappingWorkflowsRequestT& request = {}) const {
725 return SubmitCallable(&EntityResolutionClient::ListIdMappingWorkflows, request);
726 }
727
732 template <typename ListIdMappingWorkflowsRequestT = Model::ListIdMappingWorkflowsRequest>
734 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
735 const ListIdMappingWorkflowsRequestT& request = {}) const {
736 return SubmitAsync(&EntityResolutionClient::ListIdMappingWorkflows, request, handler, context);
737 }
738
745
750 template <typename ListIdNamespacesRequestT = Model::ListIdNamespacesRequest>
751 Model::ListIdNamespacesOutcomeCallable ListIdNamespacesCallable(const ListIdNamespacesRequestT& request = {}) const {
752 return SubmitCallable(&EntityResolutionClient::ListIdNamespaces, request);
753 }
754
759 template <typename ListIdNamespacesRequestT = Model::ListIdNamespacesRequest>
761 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
762 const ListIdNamespacesRequestT& request = {}) const {
763 return SubmitAsync(&EntityResolutionClient::ListIdNamespaces, request, handler, context);
764 }
765
772
777 template <typename ListMatchingJobsRequestT = Model::ListMatchingJobsRequest>
778 Model::ListMatchingJobsOutcomeCallable ListMatchingJobsCallable(const ListMatchingJobsRequestT& request) const {
779 return SubmitCallable(&EntityResolutionClient::ListMatchingJobs, request);
780 }
781
786 template <typename ListMatchingJobsRequestT = Model::ListMatchingJobsRequest>
787 void ListMatchingJobsAsync(const ListMatchingJobsRequestT& request, const ListMatchingJobsResponseReceivedHandler& handler,
788 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
789 return SubmitAsync(&EntityResolutionClient::ListMatchingJobs, request, handler, context);
790 }
791
799
804 template <typename ListMatchingWorkflowsRequestT = Model::ListMatchingWorkflowsRequest>
805 Model::ListMatchingWorkflowsOutcomeCallable ListMatchingWorkflowsCallable(const ListMatchingWorkflowsRequestT& request = {}) const {
806 return SubmitCallable(&EntityResolutionClient::ListMatchingWorkflows, request);
807 }
808
813 template <typename ListMatchingWorkflowsRequestT = Model::ListMatchingWorkflowsRequest>
815 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
816 const ListMatchingWorkflowsRequestT& request = {}) const {
817 return SubmitAsync(&EntityResolutionClient::ListMatchingWorkflows, request, handler, context);
818 }
819
827
832 template <typename ListProviderServicesRequestT = Model::ListProviderServicesRequest>
833 Model::ListProviderServicesOutcomeCallable ListProviderServicesCallable(const ListProviderServicesRequestT& request = {}) const {
834 return SubmitCallable(&EntityResolutionClient::ListProviderServices, request);
835 }
836
841 template <typename ListProviderServicesRequestT = Model::ListProviderServicesRequest>
843 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
844 const ListProviderServicesRequestT& request = {}) const {
845 return SubmitAsync(&EntityResolutionClient::ListProviderServices, request, handler, context);
846 }
847
855
860 template <typename ListSchemaMappingsRequestT = Model::ListSchemaMappingsRequest>
861 Model::ListSchemaMappingsOutcomeCallable ListSchemaMappingsCallable(const ListSchemaMappingsRequestT& request = {}) const {
862 return SubmitCallable(&EntityResolutionClient::ListSchemaMappings, request);
863 }
864
869 template <typename ListSchemaMappingsRequestT = Model::ListSchemaMappingsRequest>
871 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
872 const ListSchemaMappingsRequestT& request = {}) const {
873 return SubmitAsync(&EntityResolutionClient::ListSchemaMappings, request, handler, context);
874 }
875
884
889 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
890 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const {
891 return SubmitCallable(&EntityResolutionClient::ListTagsForResource, request);
892 }
893
898 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
899 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler,
900 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
901 return SubmitAsync(&EntityResolutionClient::ListTagsForResource, request, handler, context);
902 }
903
910
914 template <typename PutPolicyRequestT = Model::PutPolicyRequest>
915 Model::PutPolicyOutcomeCallable PutPolicyCallable(const PutPolicyRequestT& request) const {
916 return SubmitCallable(&EntityResolutionClient::PutPolicy, request);
917 }
918
923 template <typename PutPolicyRequestT = Model::PutPolicyRequest>
924 void PutPolicyAsync(const PutPolicyRequestT& request, const PutPolicyResponseReceivedHandler& handler,
925 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
926 return SubmitAsync(&EntityResolutionClient::PutPolicy, request, handler, context);
927 }
928
937
942 template <typename StartIdMappingJobRequestT = Model::StartIdMappingJobRequest>
943 Model::StartIdMappingJobOutcomeCallable StartIdMappingJobCallable(const StartIdMappingJobRequestT& request) const {
944 return SubmitCallable(&EntityResolutionClient::StartIdMappingJob, request);
945 }
946
951 template <typename StartIdMappingJobRequestT = Model::StartIdMappingJobRequest>
952 void StartIdMappingJobAsync(const StartIdMappingJobRequestT& request, const StartIdMappingJobResponseReceivedHandler& handler,
953 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
954 return SubmitAsync(&EntityResolutionClient::StartIdMappingJob, request, handler, context);
955 }
956
965
970 template <typename StartMatchingJobRequestT = Model::StartMatchingJobRequest>
971 Model::StartMatchingJobOutcomeCallable StartMatchingJobCallable(const StartMatchingJobRequestT& request) const {
972 return SubmitCallable(&EntityResolutionClient::StartMatchingJob, request);
973 }
974
979 template <typename StartMatchingJobRequestT = Model::StartMatchingJobRequest>
980 void StartMatchingJobAsync(const StartMatchingJobRequestT& request, const StartMatchingJobResponseReceivedHandler& handler,
981 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
982 return SubmitAsync(&EntityResolutionClient::StartMatchingJob, request, handler, context);
983 }
984
1002
1006 template <typename TagResourceRequestT = Model::TagResourceRequest>
1007 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const {
1008 return SubmitCallable(&EntityResolutionClient::TagResource, request);
1009 }
1010
1015 template <typename TagResourceRequestT = Model::TagResourceRequest>
1016 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler,
1017 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1018 return SubmitAsync(&EntityResolutionClient::TagResource, request, handler, context);
1019 }
1020
1029
1033 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
1034 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const {
1035 return SubmitCallable(&EntityResolutionClient::UntagResource, request);
1036 }
1037
1042 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
1043 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler,
1044 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1045 return SubmitAsync(&EntityResolutionClient::UntagResource, request, handler, context);
1046 }
1047
1059
1064 template <typename UpdateIdMappingWorkflowRequestT = Model::UpdateIdMappingWorkflowRequest>
1065 Model::UpdateIdMappingWorkflowOutcomeCallable UpdateIdMappingWorkflowCallable(const UpdateIdMappingWorkflowRequestT& request) const {
1066 return SubmitCallable(&EntityResolutionClient::UpdateIdMappingWorkflow, request);
1067 }
1068
1073 template <typename UpdateIdMappingWorkflowRequestT = Model::UpdateIdMappingWorkflowRequest>
1074 void UpdateIdMappingWorkflowAsync(const UpdateIdMappingWorkflowRequestT& request,
1076 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1077 return SubmitAsync(&EntityResolutionClient::UpdateIdMappingWorkflow, request, handler, context);
1078 }
1079
1086
1091 template <typename UpdateIdNamespaceRequestT = Model::UpdateIdNamespaceRequest>
1092 Model::UpdateIdNamespaceOutcomeCallable UpdateIdNamespaceCallable(const UpdateIdNamespaceRequestT& request) const {
1093 return SubmitCallable(&EntityResolutionClient::UpdateIdNamespace, request);
1094 }
1095
1100 template <typename UpdateIdNamespaceRequestT = Model::UpdateIdNamespaceRequest>
1101 void UpdateIdNamespaceAsync(const UpdateIdNamespaceRequestT& request, const UpdateIdNamespaceResponseReceivedHandler& handler,
1102 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1103 return SubmitAsync(&EntityResolutionClient::UpdateIdNamespace, request, handler, context);
1104 }
1105
1115
1120 template <typename UpdateMatchingWorkflowRequestT = Model::UpdateMatchingWorkflowRequest>
1121 Model::UpdateMatchingWorkflowOutcomeCallable UpdateMatchingWorkflowCallable(const UpdateMatchingWorkflowRequestT& request) const {
1122 return SubmitCallable(&EntityResolutionClient::UpdateMatchingWorkflow, request);
1123 }
1124
1129 template <typename UpdateMatchingWorkflowRequestT = Model::UpdateMatchingWorkflowRequest>
1130 void UpdateMatchingWorkflowAsync(const UpdateMatchingWorkflowRequestT& request,
1132 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1133 return SubmitAsync(&EntityResolutionClient::UpdateMatchingWorkflow, request, handler, context);
1134 }
1135
1144
1149 template <typename UpdateSchemaMappingRequestT = Model::UpdateSchemaMappingRequest>
1150 Model::UpdateSchemaMappingOutcomeCallable UpdateSchemaMappingCallable(const UpdateSchemaMappingRequestT& request) const {
1151 return SubmitCallable(&EntityResolutionClient::UpdateSchemaMapping, request);
1152 }
1153
1158 template <typename UpdateSchemaMappingRequestT = Model::UpdateSchemaMappingRequest>
1159 void UpdateSchemaMappingAsync(const UpdateSchemaMappingRequestT& request, const UpdateSchemaMappingResponseReceivedHandler& handler,
1160 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1161 return SubmitAsync(&EntityResolutionClient::UpdateSchemaMapping, request, handler, context);
1162 }
1163
1164 virtual void OverrideEndpoint(const Aws::String& endpoint);
1165 virtual std::shared_ptr<EntityResolutionEndpointProviderBase>& accessEndpointProvider();
1166
1167 private:
1169 void init(const EntityResolutionClientConfiguration& clientConfiguration);
1170
1172
1173 InvokeOperationOutcome InvokeServiceOperation(const AmazonWebServiceRequest& request,
1174 const std::function<void(Aws::Endpoint::ResolveEndpointOutcome&)>& resolveUri,
1175 Aws::Http::HttpMethod httpMethod) const;
1176
1177 EntityResolutionClientConfiguration m_clientConfiguration;
1178 std::shared_ptr<EntityResolutionEndpointProviderBase> m_endpointProvider;
1179};
1180
1181} // namespace EntityResolution
1182} // namespace Aws
virtual Model::CreateMatchingWorkflowOutcome CreateMatchingWorkflow(const Model::CreateMatchingWorkflowRequest &request) const
void CreateIdMappingWorkflowAsync(const CreateIdMappingWorkflowRequestT &request, const CreateIdMappingWorkflowResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetIdMappingWorkflowOutcome GetIdMappingWorkflow(const Model::GetIdMappingWorkflowRequest &request) const
Model::UpdateIdNamespaceOutcomeCallable UpdateIdNamespaceCallable(const UpdateIdNamespaceRequestT &request) const
virtual Model::ListIdMappingWorkflowsOutcome ListIdMappingWorkflows(const Model::ListIdMappingWorkflowsRequest &request={}) const
virtual Model::TagResourceOutcome TagResource(const Model::TagResourceRequest &request) const
virtual Model::CreateSchemaMappingOutcome CreateSchemaMapping(const Model::CreateSchemaMappingRequest &request) const
void ListProviderServicesAsync(const ListProviderServicesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListProviderServicesRequestT &request={}) const
virtual Model::StartIdMappingJobOutcome StartIdMappingJob(const Model::StartIdMappingJobRequest &request) const
Model::GetMatchIdOutcomeCallable GetMatchIdCallable(const GetMatchIdRequestT &request) const
virtual Model::ListIdNamespacesOutcome ListIdNamespaces(const Model::ListIdNamespacesRequest &request={}) const
void UntagResourceAsync(const UntagResourceRequestT &request, const UntagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT &request) const
Model::DeleteIdMappingWorkflowOutcomeCallable DeleteIdMappingWorkflowCallable(const DeleteIdMappingWorkflowRequestT &request) const
void DeletePolicyStatementAsync(const DeletePolicyStatementRequestT &request, const DeletePolicyStatementResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetMatchIdAsync(const GetMatchIdRequestT &request, const GetMatchIdResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::BatchDeleteUniqueIdOutcomeCallable BatchDeleteUniqueIdCallable(const BatchDeleteUniqueIdRequestT &request) const
virtual Model::ListSchemaMappingsOutcome ListSchemaMappings(const Model::ListSchemaMappingsRequest &request={}) const
Model::ListIdMappingJobsOutcomeCallable ListIdMappingJobsCallable(const ListIdMappingJobsRequestT &request) const
virtual Model::GetProviderServiceOutcome GetProviderService(const Model::GetProviderServiceRequest &request) const
EntityResolutionClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< EntityResolutionEndpointProviderBase > endpointProvider=nullptr, const Aws::EntityResolution::EntityResolutionClientConfiguration &clientConfiguration=Aws::EntityResolution::EntityResolutionClientConfiguration())
virtual Model::GetIdMappingJobOutcome GetIdMappingJob(const Model::GetIdMappingJobRequest &request) const
void UpdateIdMappingWorkflowAsync(const UpdateIdMappingWorkflowRequestT &request, const UpdateIdMappingWorkflowResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void BatchDeleteUniqueIdAsync(const BatchDeleteUniqueIdRequestT &request, const BatchDeleteUniqueIdResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void StartIdMappingJobAsync(const StartIdMappingJobRequestT &request, const StartIdMappingJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GenerateMatchIdAsync(const GenerateMatchIdRequestT &request, const GenerateMatchIdResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CreateSchemaMappingAsync(const CreateSchemaMappingRequestT &request, const CreateSchemaMappingResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetMatchingJobOutcome GetMatchingJob(const Model::GetMatchingJobRequest &request) const
virtual Model::GenerateMatchIdOutcome GenerateMatchId(const Model::GenerateMatchIdRequest &request) const
Model::CreateSchemaMappingOutcomeCallable CreateSchemaMappingCallable(const CreateSchemaMappingRequestT &request) const
virtual Model::GetMatchIdOutcome GetMatchId(const Model::GetMatchIdRequest &request) const
virtual Model::GetMatchingWorkflowOutcome GetMatchingWorkflow(const Model::GetMatchingWorkflowRequest &request) const
Model::GetMatchingJobOutcomeCallable GetMatchingJobCallable(const GetMatchingJobRequestT &request) const
void PutPolicyAsync(const PutPolicyRequestT &request, const PutPolicyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetSchemaMappingOutcomeCallable GetSchemaMappingCallable(const GetSchemaMappingRequestT &request) const
virtual Model::DeleteSchemaMappingOutcome DeleteSchemaMapping(const Model::DeleteSchemaMappingRequest &request) const
virtual Model::BatchDeleteUniqueIdOutcome BatchDeleteUniqueId(const Model::BatchDeleteUniqueIdRequest &request) const
virtual Model::UpdateIdNamespaceOutcome UpdateIdNamespace(const Model::UpdateIdNamespaceRequest &request) const
void GetIdNamespaceAsync(const GetIdNamespaceRequestT &request, const GetIdNamespaceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::StartMatchingJobOutcomeCallable StartMatchingJobCallable(const StartMatchingJobRequestT &request) const
void ListMatchingJobsAsync(const ListMatchingJobsRequestT &request, const ListMatchingJobsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateIdMappingWorkflowOutcomeCallable CreateIdMappingWorkflowCallable(const CreateIdMappingWorkflowRequestT &request) const
EntityResolutionClient(const Aws::EntityResolution::EntityResolutionClientConfiguration &clientConfiguration=Aws::EntityResolution::EntityResolutionClientConfiguration(), std::shared_ptr< EntityResolutionEndpointProviderBase > endpointProvider=nullptr)
EntityResolutionClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::GetIdNamespaceOutcome GetIdNamespace(const Model::GetIdNamespaceRequest &request) const
virtual Model::ListMatchingWorkflowsOutcome ListMatchingWorkflows(const Model::ListMatchingWorkflowsRequest &request={}) const
void ListIdMappingWorkflowsAsync(const ListIdMappingWorkflowsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListIdMappingWorkflowsRequestT &request={}) const
Model::ListMatchingWorkflowsOutcomeCallable ListMatchingWorkflowsCallable(const ListMatchingWorkflowsRequestT &request={}) const
Model::DeletePolicyStatementOutcomeCallable DeletePolicyStatementCallable(const DeletePolicyStatementRequestT &request) const
virtual Model::CreateIdMappingWorkflowOutcome CreateIdMappingWorkflow(const Model::CreateIdMappingWorkflowRequest &request) const
void GetMatchingWorkflowAsync(const GetMatchingWorkflowRequestT &request, const GetMatchingWorkflowResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DeletePolicyStatementOutcome DeletePolicyStatement(const Model::DeletePolicyStatementRequest &request) const
Model::ListProviderServicesOutcomeCallable ListProviderServicesCallable(const ListProviderServicesRequestT &request={}) const
Model::GetIdMappingWorkflowOutcomeCallable GetIdMappingWorkflowCallable(const GetIdMappingWorkflowRequestT &request) const
Model::GetIdMappingJobOutcomeCallable GetIdMappingJobCallable(const GetIdMappingJobRequestT &request) const
virtual Model::DeleteIdNamespaceOutcome DeleteIdNamespace(const Model::DeleteIdNamespaceRequest &request) const
EntityResolutionClientConfiguration ClientConfigurationType
void StartMatchingJobAsync(const StartMatchingJobRequestT &request, const StartMatchingJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
EntityResolutionClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::ListTagsForResourceOutcome ListTagsForResource(const Model::ListTagsForResourceRequest &request) const
Model::GetProviderServiceOutcomeCallable GetProviderServiceCallable(const GetProviderServiceRequestT &request) const
virtual Model::GetPolicyOutcome GetPolicy(const Model::GetPolicyRequest &request) const
void DeleteIdNamespaceAsync(const DeleteIdNamespaceRequestT &request, const DeleteIdNamespaceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListMatchingJobsOutcomeCallable ListMatchingJobsCallable(const ListMatchingJobsRequestT &request) const
void UpdateMatchingWorkflowAsync(const UpdateMatchingWorkflowRequestT &request, const UpdateMatchingWorkflowResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::PutPolicyOutcomeCallable PutPolicyCallable(const PutPolicyRequestT &request) const
virtual Model::UntagResourceOutcome UntagResource(const Model::UntagResourceRequest &request) const
virtual Model::DeleteMatchingWorkflowOutcome DeleteMatchingWorkflow(const Model::DeleteMatchingWorkflowRequest &request) const
virtual Model::GetSchemaMappingOutcome GetSchemaMapping(const Model::GetSchemaMappingRequest &request) const
Model::GetMatchingWorkflowOutcomeCallable GetMatchingWorkflowCallable(const GetMatchingWorkflowRequestT &request) const
virtual Model::UpdateMatchingWorkflowOutcome UpdateMatchingWorkflow(const Model::UpdateMatchingWorkflowRequest &request) const
virtual Model::UpdateIdMappingWorkflowOutcome UpdateIdMappingWorkflow(const Model::UpdateIdMappingWorkflowRequest &request) const
virtual Model::ListIdMappingJobsOutcome ListIdMappingJobs(const Model::ListIdMappingJobsRequest &request) const
void CreateMatchingWorkflowAsync(const CreateMatchingWorkflowRequestT &request, const CreateMatchingWorkflowResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdateSchemaMappingAsync(const UpdateSchemaMappingRequestT &request, const UpdateSchemaMappingResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListMatchingWorkflowsAsync(const ListMatchingWorkflowsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListMatchingWorkflowsRequestT &request={}) const
virtual Model::AddPolicyStatementOutcome AddPolicyStatement(const Model::AddPolicyStatementRequest &request) const
Model::GetIdNamespaceOutcomeCallable GetIdNamespaceCallable(const GetIdNamespaceRequestT &request) const
void ListIdNamespacesAsync(const ListIdNamespacesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListIdNamespacesRequestT &request={}) const
virtual Model::CreateIdNamespaceOutcome CreateIdNamespace(const Model::CreateIdNamespaceRequest &request) const
Model::GetPolicyOutcomeCallable GetPolicyCallable(const GetPolicyRequestT &request) const
virtual void OverrideEndpoint(const Aws::String &endpoint)
virtual Model::StartMatchingJobOutcome StartMatchingJob(const Model::StartMatchingJobRequest &request) const
virtual std::shared_ptr< EntityResolutionEndpointProviderBase > & accessEndpointProvider()
void DeleteMatchingWorkflowAsync(const DeleteMatchingWorkflowRequestT &request, const DeleteMatchingWorkflowResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DeleteIdNamespaceOutcomeCallable DeleteIdNamespaceCallable(const DeleteIdNamespaceRequestT &request) const
void TagResourceAsync(const TagResourceRequestT &request, const TagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::UpdateIdMappingWorkflowOutcomeCallable UpdateIdMappingWorkflowCallable(const UpdateIdMappingWorkflowRequestT &request) const
virtual Model::ListMatchingJobsOutcome ListMatchingJobs(const Model::ListMatchingJobsRequest &request) const
EntityResolutionClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< EntityResolutionEndpointProviderBase > endpointProvider=nullptr, const Aws::EntityResolution::EntityResolutionClientConfiguration &clientConfiguration=Aws::EntityResolution::EntityResolutionClientConfiguration())
void GetProviderServiceAsync(const GetProviderServiceRequestT &request, const GetProviderServiceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetMatchingJobAsync(const GetMatchingJobRequestT &request, const GetMatchingJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListSchemaMappingsAsync(const ListSchemaMappingsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListSchemaMappingsRequestT &request={}) const
Model::GenerateMatchIdOutcomeCallable GenerateMatchIdCallable(const GenerateMatchIdRequestT &request) const
Model::AddPolicyStatementOutcomeCallable AddPolicyStatementCallable(const AddPolicyStatementRequestT &request) const
Model::ListSchemaMappingsOutcomeCallable ListSchemaMappingsCallable(const ListSchemaMappingsRequestT &request={}) const
Model::UpdateSchemaMappingOutcomeCallable UpdateSchemaMappingCallable(const UpdateSchemaMappingRequestT &request) const
void GetPolicyAsync(const GetPolicyRequestT &request, const GetPolicyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT &request) const
virtual Model::PutPolicyOutcome PutPolicy(const Model::PutPolicyRequest &request) const
void AddPolicyStatementAsync(const AddPolicyStatementRequestT &request, const AddPolicyStatementResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListIdNamespacesOutcomeCallable ListIdNamespacesCallable(const ListIdNamespacesRequestT &request={}) const
EntityResolutionClient(const Aws::Client::ClientConfiguration &clientConfiguration)
Model::UpdateMatchingWorkflowOutcomeCallable UpdateMatchingWorkflowCallable(const UpdateMatchingWorkflowRequestT &request) const
void CreateIdNamespaceAsync(const CreateIdNamespaceRequestT &request, const CreateIdNamespaceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DeleteMatchingWorkflowOutcomeCallable DeleteMatchingWorkflowCallable(const DeleteMatchingWorkflowRequestT &request) const
void GetIdMappingWorkflowAsync(const GetIdMappingWorkflowRequestT &request, const GetIdMappingWorkflowResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdateIdNamespaceAsync(const UpdateIdNamespaceRequestT &request, const UpdateIdNamespaceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DeleteIdMappingWorkflowOutcome DeleteIdMappingWorkflow(const Model::DeleteIdMappingWorkflowRequest &request) const
EntityResolutionEndpointProvider EndpointProviderType
void DeleteIdMappingWorkflowAsync(const DeleteIdMappingWorkflowRequestT &request, const DeleteIdMappingWorkflowResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT &request) const
virtual Model::ListProviderServicesOutcome ListProviderServices(const Model::ListProviderServicesRequest &request={}) const
void GetSchemaMappingAsync(const GetSchemaMappingRequestT &request, const GetSchemaMappingResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListIdMappingJobsAsync(const ListIdMappingJobsRequestT &request, const ListIdMappingJobsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateIdNamespaceOutcomeCallable CreateIdNamespaceCallable(const CreateIdNamespaceRequestT &request) const
void ListTagsForResourceAsync(const ListTagsForResourceRequestT &request, const ListTagsForResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::UpdateSchemaMappingOutcome UpdateSchemaMapping(const Model::UpdateSchemaMappingRequest &request) const
Model::StartIdMappingJobOutcomeCallable StartIdMappingJobCallable(const StartIdMappingJobRequestT &request) const
Model::CreateMatchingWorkflowOutcomeCallable CreateMatchingWorkflowCallable(const CreateMatchingWorkflowRequestT &request) const
void DeleteSchemaMappingAsync(const DeleteSchemaMappingRequestT &request, const DeleteSchemaMappingResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListIdMappingWorkflowsOutcomeCallable ListIdMappingWorkflowsCallable(const ListIdMappingWorkflowsRequestT &request={}) const
Model::DeleteSchemaMappingOutcomeCallable DeleteSchemaMappingCallable(const DeleteSchemaMappingRequestT &request) const
void GetIdMappingJobAsync(const GetIdMappingJobRequestT &request, const GetIdMappingJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
std::future< DeleteIdNamespaceOutcome > DeleteIdNamespaceOutcomeCallable
std::future< UpdateMatchingWorkflowOutcome > UpdateMatchingWorkflowOutcomeCallable
std::future< ListProviderServicesOutcome > ListProviderServicesOutcomeCallable
std::future< GetMatchIdOutcome > GetMatchIdOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< GetIdNamespaceOutcome > GetIdNamespaceOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< DeletePolicyStatementOutcome > DeletePolicyStatementOutcomeCallable
std::future< DeleteIdMappingWorkflowOutcome > DeleteIdMappingWorkflowOutcomeCallable
std::future< GetSchemaMappingOutcome > GetSchemaMappingOutcomeCallable
std::future< CreateIdMappingWorkflowOutcome > CreateIdMappingWorkflowOutcomeCallable
std::future< UpdateIdMappingWorkflowOutcome > UpdateIdMappingWorkflowOutcomeCallable
std::future< GetPolicyOutcome > GetPolicyOutcomeCallable
std::future< ListIdNamespacesOutcome > ListIdNamespacesOutcomeCallable
std::future< GetMatchingWorkflowOutcome > GetMatchingWorkflowOutcomeCallable
std::future< DeleteSchemaMappingOutcome > DeleteSchemaMappingOutcomeCallable
std::future< UpdateIdNamespaceOutcome > UpdateIdNamespaceOutcomeCallable
std::future< GetMatchingJobOutcome > GetMatchingJobOutcomeCallable
std::future< GenerateMatchIdOutcome > GenerateMatchIdOutcomeCallable
std::future< ListIdMappingJobsOutcome > ListIdMappingJobsOutcomeCallable
std::future< ListMatchingJobsOutcome > ListMatchingJobsOutcomeCallable
std::future< CreateSchemaMappingOutcome > CreateSchemaMappingOutcomeCallable
std::future< ListMatchingWorkflowsOutcome > ListMatchingWorkflowsOutcomeCallable
std::future< CreateMatchingWorkflowOutcome > CreateMatchingWorkflowOutcomeCallable
std::future< GetProviderServiceOutcome > GetProviderServiceOutcomeCallable
std::future< BatchDeleteUniqueIdOutcome > BatchDeleteUniqueIdOutcomeCallable
std::future< DeleteMatchingWorkflowOutcome > DeleteMatchingWorkflowOutcomeCallable
std::future< GetIdMappingWorkflowOutcome > GetIdMappingWorkflowOutcomeCallable
std::future< GetIdMappingJobOutcome > GetIdMappingJobOutcomeCallable
std::future< ListSchemaMappingsOutcome > ListSchemaMappingsOutcomeCallable
std::future< ListIdMappingWorkflowsOutcome > ListIdMappingWorkflowsOutcomeCallable
std::future< StartIdMappingJobOutcome > StartIdMappingJobOutcomeCallable
std::future< UpdateSchemaMappingOutcome > UpdateSchemaMappingOutcomeCallable
std::future< StartMatchingJobOutcome > StartMatchingJobOutcomeCallable
std::future< AddPolicyStatementOutcome > AddPolicyStatementOutcomeCallable
std::future< CreateIdNamespaceOutcome > CreateIdNamespaceOutcomeCallable
std::future< PutPolicyOutcome > PutPolicyOutcomeCallable
std::function< void(const EntityResolutionClient *, const Model::BatchDeleteUniqueIdRequest &, const Model::BatchDeleteUniqueIdOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchDeleteUniqueIdResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::DeleteMatchingWorkflowRequest &, const Model::DeleteMatchingWorkflowOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteMatchingWorkflowResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::GetMatchingWorkflowRequest &, const Model::GetMatchingWorkflowOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMatchingWorkflowResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::CreateSchemaMappingRequest &, const Model::CreateSchemaMappingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateSchemaMappingResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::StartMatchingJobRequest &, const Model::StartMatchingJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartMatchingJobResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::AddPolicyStatementRequest &, const Model::AddPolicyStatementOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AddPolicyStatementResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::ListIdMappingJobsRequest &, const Model::ListIdMappingJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListIdMappingJobsResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::DeletePolicyStatementRequest &, const Model::DeletePolicyStatementOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeletePolicyStatementResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::DeleteIdNamespaceRequest &, const Model::DeleteIdNamespaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteIdNamespaceResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::DeleteSchemaMappingRequest &, const Model::DeleteSchemaMappingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteSchemaMappingResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::CreateIdNamespaceRequest &, const Model::CreateIdNamespaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateIdNamespaceResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::UpdateIdMappingWorkflowRequest &, const Model::UpdateIdMappingWorkflowOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateIdMappingWorkflowResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::UpdateSchemaMappingRequest &, const Model::UpdateSchemaMappingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateSchemaMappingResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::GetPolicyRequest &, const Model::GetPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetPolicyResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::ListIdMappingWorkflowsRequest &, const Model::ListIdMappingWorkflowsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListIdMappingWorkflowsResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::UpdateIdNamespaceRequest &, const Model::UpdateIdNamespaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateIdNamespaceResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::GetSchemaMappingRequest &, const Model::GetSchemaMappingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetSchemaMappingResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::UpdateMatchingWorkflowRequest &, const Model::UpdateMatchingWorkflowOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateMatchingWorkflowResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::GetIdMappingJobRequest &, const Model::GetIdMappingJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetIdMappingJobResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::StartIdMappingJobRequest &, const Model::StartIdMappingJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartIdMappingJobResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::ListMatchingJobsRequest &, const Model::ListMatchingJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListMatchingJobsResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::PutPolicyRequest &, const Model::PutPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutPolicyResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::ListIdNamespacesRequest &, const Model::ListIdNamespacesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListIdNamespacesResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::ListSchemaMappingsRequest &, const Model::ListSchemaMappingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListSchemaMappingsResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::GenerateMatchIdRequest &, const Model::GenerateMatchIdOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GenerateMatchIdResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::GetMatchingJobRequest &, const Model::GetMatchingJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMatchingJobResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::GetIdMappingWorkflowRequest &, const Model::GetIdMappingWorkflowOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetIdMappingWorkflowResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::CreateMatchingWorkflowRequest &, const Model::CreateMatchingWorkflowOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateMatchingWorkflowResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::GetMatchIdRequest &, const Model::GetMatchIdOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMatchIdResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::DeleteIdMappingWorkflowRequest &, const Model::DeleteIdMappingWorkflowOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteIdMappingWorkflowResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::ListMatchingWorkflowsRequest &, const Model::ListMatchingWorkflowsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListMatchingWorkflowsResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::CreateIdMappingWorkflowRequest &, const Model::CreateIdMappingWorkflowOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateIdMappingWorkflowResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::ListProviderServicesRequest &, const Model::ListProviderServicesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListProviderServicesResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::GetProviderServiceRequest &, const Model::GetProviderServiceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetProviderServiceResponseReceivedHandler
std::function< void(const EntityResolutionClient *, const Model::GetIdNamespaceRequest &, const Model::GetIdNamespaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetIdNamespaceResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String