AWS SDK for C++

AWS SDK for C++ Version 1.11.890

Loading...
Searching...
No Matches
OpenSearchServiceClient.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/opensearch/OpenSearchServicePaginationBase.h>
12#include <aws/opensearch/OpenSearchServiceServiceClientModel.h>
13#include <aws/opensearch/OpenSearchServiceWaiter.h>
14#include <aws/opensearch/OpenSearchService_EXPORTS.h>
15
16namespace Aws {
17namespace OpenSearchService {
27class AWS_OPENSEARCHSERVICE_API OpenSearchServiceClient : public Aws::Client::AWSJsonClient,
28 public Aws::Client::ClientWithAsyncTemplateMethods<OpenSearchServiceClient>,
29 public OpenSearchServicePaginationBase<OpenSearchServiceClient>,
30 public OpenSearchServiceWaiter<OpenSearchServiceClient> {
31 public:
33 static const char* GetServiceName();
34 static const char* GetAllocationTag();
35
38
45 std::shared_ptr<OpenSearchServiceEndpointProviderBase> endpointProvider = nullptr);
46
52 std::shared_ptr<OpenSearchServiceEndpointProviderBase> endpointProvider = nullptr,
55
60 OpenSearchServiceClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
61 std::shared_ptr<OpenSearchServiceEndpointProviderBase> endpointProvider = nullptr,
64
65 /* Legacy constructors due deprecation */
71
77
82 OpenSearchServiceClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
83 const Aws::Client::ClientConfiguration& clientConfiguration);
84
85 /* End of legacy constructors due deprecation */
87
97
102 template <typename AcceptInboundConnectionRequestT = Model::AcceptInboundConnectionRequest>
103 Model::AcceptInboundConnectionOutcomeCallable AcceptInboundConnectionCallable(const AcceptInboundConnectionRequestT& request) const {
104 return SubmitCallable(&OpenSearchServiceClient::AcceptInboundConnection, request);
105 }
106
111 template <typename AcceptInboundConnectionRequestT = Model::AcceptInboundConnectionRequest>
112 void AcceptInboundConnectionAsync(const AcceptInboundConnectionRequestT& request,
114 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
115 return SubmitAsync(&OpenSearchServiceClient::AcceptInboundConnection, request, handler, context);
116 }
117
128
132 template <typename AddDataSourceRequestT = Model::AddDataSourceRequest>
133 Model::AddDataSourceOutcomeCallable AddDataSourceCallable(const AddDataSourceRequestT& request) const {
134 return SubmitCallable(&OpenSearchServiceClient::AddDataSource, request);
135 }
136
141 template <typename AddDataSourceRequestT = Model::AddDataSourceRequest>
142 void AddDataSourceAsync(const AddDataSourceRequestT& request, const AddDataSourceResponseReceivedHandler& handler,
143 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
144 return SubmitAsync(&OpenSearchServiceClient::AddDataSource, request, handler, context);
145 }
146
154
159 template <typename AddDirectQueryDataSourceRequestT = Model::AddDirectQueryDataSourceRequest>
160 Model::AddDirectQueryDataSourceOutcomeCallable AddDirectQueryDataSourceCallable(const AddDirectQueryDataSourceRequestT& request) const {
161 return SubmitCallable(&OpenSearchServiceClient::AddDirectQueryDataSource, request);
162 }
163
168 template <typename AddDirectQueryDataSourceRequestT = Model::AddDirectQueryDataSourceRequest>
169 void AddDirectQueryDataSourceAsync(const AddDirectQueryDataSourceRequestT& request,
171 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
172 return SubmitAsync(&OpenSearchServiceClient::AddDirectQueryDataSource, request, handler, context);
173 }
174
186
190 template <typename AddTagsRequestT = Model::AddTagsRequest>
191 Model::AddTagsOutcomeCallable AddTagsCallable(const AddTagsRequestT& request) const {
192 return SubmitCallable(&OpenSearchServiceClient::AddTags, request);
193 }
194
199 template <typename AddTagsRequestT = Model::AddTagsRequest>
200 void AddTagsAsync(const AddTagsRequestT& request, const AddTagsResponseReceivedHandler& handler,
201 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
202 return SubmitAsync(&OpenSearchServiceClient::AddTags, request, handler, context);
203 }
204
214
219 template <typename AssociatePackageRequestT = Model::AssociatePackageRequest>
220 Model::AssociatePackageOutcomeCallable AssociatePackageCallable(const AssociatePackageRequestT& request) const {
221 return SubmitCallable(&OpenSearchServiceClient::AssociatePackage, request);
222 }
223
228 template <typename AssociatePackageRequestT = Model::AssociatePackageRequest>
229 void AssociatePackageAsync(const AssociatePackageRequestT& request, const AssociatePackageResponseReceivedHandler& handler,
230 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
231 return SubmitAsync(&OpenSearchServiceClient::AssociatePackage, request, handler, context);
232 }
233
241
246 template <typename AssociatePackagesRequestT = Model::AssociatePackagesRequest>
247 Model::AssociatePackagesOutcomeCallable AssociatePackagesCallable(const AssociatePackagesRequestT& request) const {
248 return SubmitCallable(&OpenSearchServiceClient::AssociatePackages, request);
249 }
250
255 template <typename AssociatePackagesRequestT = Model::AssociatePackagesRequest>
256 void AssociatePackagesAsync(const AssociatePackagesRequestT& request, const AssociatePackagesResponseReceivedHandler& handler,
257 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
258 return SubmitAsync(&OpenSearchServiceClient::AssociatePackages, request, handler, context);
259 }
260
274
279 template <typename AttachDataSourceRequestT = Model::AttachDataSourceRequest>
280 Model::AttachDataSourceOutcomeCallable AttachDataSourceCallable(const AttachDataSourceRequestT& request) const {
281 return SubmitCallable(&OpenSearchServiceClient::AttachDataSource, request);
282 }
283
288 template <typename AttachDataSourceRequestT = Model::AttachDataSourceRequest>
289 void AttachDataSourceAsync(const AttachDataSourceRequestT& request, const AttachDataSourceResponseReceivedHandler& handler,
290 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
291 return SubmitAsync(&OpenSearchServiceClient::AttachDataSource, request, handler, context);
292 }
293
301 const Model::AuthorizeVpcEndpointAccessRequest& request) const;
302
307 template <typename AuthorizeVpcEndpointAccessRequestT = Model::AuthorizeVpcEndpointAccessRequest>
309 const AuthorizeVpcEndpointAccessRequestT& request) const {
310 return SubmitCallable(&OpenSearchServiceClient::AuthorizeVpcEndpointAccess, request);
311 }
312
317 template <typename AuthorizeVpcEndpointAccessRequestT = Model::AuthorizeVpcEndpointAccessRequest>
318 void AuthorizeVpcEndpointAccessAsync(const AuthorizeVpcEndpointAccessRequestT& request,
320 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
321 return SubmitAsync(&OpenSearchServiceClient::AuthorizeVpcEndpointAccess, request, handler, context);
322 }
323
331
336 template <typename CancelDomainConfigChangeRequestT = Model::CancelDomainConfigChangeRequest>
337 Model::CancelDomainConfigChangeOutcomeCallable CancelDomainConfigChangeCallable(const CancelDomainConfigChangeRequestT& request) const {
338 return SubmitCallable(&OpenSearchServiceClient::CancelDomainConfigChange, request);
339 }
340
345 template <typename CancelDomainConfigChangeRequestT = Model::CancelDomainConfigChangeRequest>
346 void CancelDomainConfigChangeAsync(const CancelDomainConfigChangeRequestT& request,
348 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
349 return SubmitAsync(&OpenSearchServiceClient::CancelDomainConfigChange, request, handler, context);
350 }
351
363 const Model::CancelServiceSoftwareUpdateRequest& request) const;
364
369 template <typename CancelServiceSoftwareUpdateRequestT = Model::CancelServiceSoftwareUpdateRequest>
371 const CancelServiceSoftwareUpdateRequestT& request) const {
372 return SubmitCallable(&OpenSearchServiceClient::CancelServiceSoftwareUpdate, request);
373 }
374
379 template <typename CancelServiceSoftwareUpdateRequestT = Model::CancelServiceSoftwareUpdateRequest>
380 void CancelServiceSoftwareUpdateAsync(const CancelServiceSoftwareUpdateRequestT& request,
382 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
383 return SubmitAsync(&OpenSearchServiceClient::CancelServiceSoftwareUpdate, request, handler, context);
384 }
385
395
400 template <typename CreateApplicationRequestT = Model::CreateApplicationRequest>
401 Model::CreateApplicationOutcomeCallable CreateApplicationCallable(const CreateApplicationRequestT& request) const {
402 return SubmitCallable(&OpenSearchServiceClient::CreateApplication, request);
403 }
404
409 template <typename CreateApplicationRequestT = Model::CreateApplicationRequest>
410 void CreateApplicationAsync(const CreateApplicationRequestT& request, const CreateApplicationResponseReceivedHandler& handler,
411 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
412 return SubmitAsync(&OpenSearchServiceClient::CreateApplication, request, handler, context);
413 }
414
424
428 template <typename CreateDomainRequestT = Model::CreateDomainRequest>
429 Model::CreateDomainOutcomeCallable CreateDomainCallable(const CreateDomainRequestT& request) const {
430 return SubmitCallable(&OpenSearchServiceClient::CreateDomain, request);
431 }
432
437 template <typename CreateDomainRequestT = Model::CreateDomainRequest>
438 void CreateDomainAsync(const CreateDomainRequestT& request, const CreateDomainResponseReceivedHandler& handler,
439 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
440 return SubmitAsync(&OpenSearchServiceClient::CreateDomain, request, handler, context);
441 }
442
457
461 template <typename CreateIndexRequestT = Model::CreateIndexRequest>
462 Model::CreateIndexOutcomeCallable CreateIndexCallable(const CreateIndexRequestT& request) const {
463 return SubmitCallable(&OpenSearchServiceClient::CreateIndex, request);
464 }
465
470 template <typename CreateIndexRequestT = Model::CreateIndexRequest>
471 void CreateIndexAsync(const CreateIndexRequestT& request, const CreateIndexResponseReceivedHandler& handler,
472 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
473 return SubmitAsync(&OpenSearchServiceClient::CreateIndex, request, handler, context);
474 }
475
485
490 template <typename CreateOutboundConnectionRequestT = Model::CreateOutboundConnectionRequest>
491 Model::CreateOutboundConnectionOutcomeCallable CreateOutboundConnectionCallable(const CreateOutboundConnectionRequestT& request) const {
492 return SubmitCallable(&OpenSearchServiceClient::CreateOutboundConnection, request);
493 }
494
499 template <typename CreateOutboundConnectionRequestT = Model::CreateOutboundConnectionRequest>
500 void CreateOutboundConnectionAsync(const CreateOutboundConnectionRequestT& request,
502 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
503 return SubmitAsync(&OpenSearchServiceClient::CreateOutboundConnection, request, handler, context);
504 }
505
515
519 template <typename CreatePackageRequestT = Model::CreatePackageRequest>
520 Model::CreatePackageOutcomeCallable CreatePackageCallable(const CreatePackageRequestT& request) const {
521 return SubmitCallable(&OpenSearchServiceClient::CreatePackage, request);
522 }
523
528 template <typename CreatePackageRequestT = Model::CreatePackageRequest>
529 void CreatePackageAsync(const CreatePackageRequestT& request, const CreatePackageResponseReceivedHandler& handler,
530 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
531 return SubmitAsync(&OpenSearchServiceClient::CreatePackage, request, handler, context);
532 }
533
541
546 template <typename CreateVpcEndpointRequestT = Model::CreateVpcEndpointRequest>
547 Model::CreateVpcEndpointOutcomeCallable CreateVpcEndpointCallable(const CreateVpcEndpointRequestT& request) const {
548 return SubmitCallable(&OpenSearchServiceClient::CreateVpcEndpoint, request);
549 }
550
555 template <typename CreateVpcEndpointRequestT = Model::CreateVpcEndpointRequest>
556 void CreateVpcEndpointAsync(const CreateVpcEndpointRequestT& request, const CreateVpcEndpointResponseReceivedHandler& handler,
557 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
558 return SubmitAsync(&OpenSearchServiceClient::CreateVpcEndpoint, request, handler, context);
559 }
560
567
572 template <typename DeleteApplicationRequestT = Model::DeleteApplicationRequest>
573 Model::DeleteApplicationOutcomeCallable DeleteApplicationCallable(const DeleteApplicationRequestT& request) const {
574 return SubmitCallable(&OpenSearchServiceClient::DeleteApplication, request);
575 }
576
581 template <typename DeleteApplicationRequestT = Model::DeleteApplicationRequest>
582 void DeleteApplicationAsync(const DeleteApplicationRequestT& request, const DeleteApplicationResponseReceivedHandler& handler,
583 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
584 return SubmitAsync(&OpenSearchServiceClient::DeleteApplication, request, handler, context);
585 }
586
596
601 template <typename DeleteDataSourceRequestT = Model::DeleteDataSourceRequest>
602 Model::DeleteDataSourceOutcomeCallable DeleteDataSourceCallable(const DeleteDataSourceRequestT& request) const {
603 return SubmitCallable(&OpenSearchServiceClient::DeleteDataSource, request);
604 }
605
610 template <typename DeleteDataSourceRequestT = Model::DeleteDataSourceRequest>
611 void DeleteDataSourceAsync(const DeleteDataSourceRequestT& request, const DeleteDataSourceResponseReceivedHandler& handler,
612 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
613 return SubmitAsync(&OpenSearchServiceClient::DeleteDataSource, request, handler, context);
614 }
615
623 const Model::DeleteDirectQueryDataSourceRequest& request) const;
624
629 template <typename DeleteDirectQueryDataSourceRequestT = Model::DeleteDirectQueryDataSourceRequest>
631 const DeleteDirectQueryDataSourceRequestT& request) const {
632 return SubmitCallable(&OpenSearchServiceClient::DeleteDirectQueryDataSource, request);
633 }
634
639 template <typename DeleteDirectQueryDataSourceRequestT = Model::DeleteDirectQueryDataSourceRequest>
640 void DeleteDirectQueryDataSourceAsync(const DeleteDirectQueryDataSourceRequestT& request,
642 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
643 return SubmitAsync(&OpenSearchServiceClient::DeleteDirectQueryDataSource, request, handler, context);
644 }
645
653
657 template <typename DeleteDomainRequestT = Model::DeleteDomainRequest>
658 Model::DeleteDomainOutcomeCallable DeleteDomainCallable(const DeleteDomainRequestT& request) const {
659 return SubmitCallable(&OpenSearchServiceClient::DeleteDomain, request);
660 }
661
666 template <typename DeleteDomainRequestT = Model::DeleteDomainRequest>
667 void DeleteDomainAsync(const DeleteDomainRequestT& request, const DeleteDomainResponseReceivedHandler& handler,
668 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
669 return SubmitAsync(&OpenSearchServiceClient::DeleteDomain, request, handler, context);
670 }
671
681
686 template <typename DeleteInboundConnectionRequestT = Model::DeleteInboundConnectionRequest>
687 Model::DeleteInboundConnectionOutcomeCallable DeleteInboundConnectionCallable(const DeleteInboundConnectionRequestT& request) const {
688 return SubmitCallable(&OpenSearchServiceClient::DeleteInboundConnection, request);
689 }
690
695 template <typename DeleteInboundConnectionRequestT = Model::DeleteInboundConnectionRequest>
696 void DeleteInboundConnectionAsync(const DeleteInboundConnectionRequestT& request,
698 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
699 return SubmitAsync(&OpenSearchServiceClient::DeleteInboundConnection, request, handler, context);
700 }
701
709
713 template <typename DeleteIndexRequestT = Model::DeleteIndexRequest>
714 Model::DeleteIndexOutcomeCallable DeleteIndexCallable(const DeleteIndexRequestT& request) const {
715 return SubmitCallable(&OpenSearchServiceClient::DeleteIndex, request);
716 }
717
722 template <typename DeleteIndexRequestT = Model::DeleteIndexRequest>
723 void DeleteIndexAsync(const DeleteIndexRequestT& request, const DeleteIndexResponseReceivedHandler& handler,
724 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
725 return SubmitAsync(&OpenSearchServiceClient::DeleteIndex, request, handler, context);
726 }
727
737
742 template <typename DeleteOutboundConnectionRequestT = Model::DeleteOutboundConnectionRequest>
743 Model::DeleteOutboundConnectionOutcomeCallable DeleteOutboundConnectionCallable(const DeleteOutboundConnectionRequestT& request) const {
744 return SubmitCallable(&OpenSearchServiceClient::DeleteOutboundConnection, request);
745 }
746
751 template <typename DeleteOutboundConnectionRequestT = Model::DeleteOutboundConnectionRequest>
752 void DeleteOutboundConnectionAsync(const DeleteOutboundConnectionRequestT& request,
754 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
755 return SubmitAsync(&OpenSearchServiceClient::DeleteOutboundConnection, request, handler, context);
756 }
757
766
770 template <typename DeletePackageRequestT = Model::DeletePackageRequest>
771 Model::DeletePackageOutcomeCallable DeletePackageCallable(const DeletePackageRequestT& request) const {
772 return SubmitCallable(&OpenSearchServiceClient::DeletePackage, request);
773 }
774
779 template <typename DeletePackageRequestT = Model::DeletePackageRequest>
780 void DeletePackageAsync(const DeletePackageRequestT& request, const DeletePackageResponseReceivedHandler& handler,
781 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
782 return SubmitAsync(&OpenSearchServiceClient::DeletePackage, request, handler, context);
783 }
784
792
797 template <typename DeleteVpcEndpointRequestT = Model::DeleteVpcEndpointRequest>
798 Model::DeleteVpcEndpointOutcomeCallable DeleteVpcEndpointCallable(const DeleteVpcEndpointRequestT& request) const {
799 return SubmitCallable(&OpenSearchServiceClient::DeleteVpcEndpoint, request);
800 }
801
806 template <typename DeleteVpcEndpointRequestT = Model::DeleteVpcEndpointRequest>
807 void DeleteVpcEndpointAsync(const DeleteVpcEndpointRequestT& request, const DeleteVpcEndpointResponseReceivedHandler& handler,
808 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
809 return SubmitAsync(&OpenSearchServiceClient::DeleteVpcEndpoint, request, handler, context);
810 }
811
820
825 template <typename DeregisterCapabilityRequestT = Model::DeregisterCapabilityRequest>
826 Model::DeregisterCapabilityOutcomeCallable DeregisterCapabilityCallable(const DeregisterCapabilityRequestT& request) const {
827 return SubmitCallable(&OpenSearchServiceClient::DeregisterCapability, request);
828 }
829
834 template <typename DeregisterCapabilityRequestT = Model::DeregisterCapabilityRequest>
835 void DeregisterCapabilityAsync(const DeregisterCapabilityRequestT& request, const DeregisterCapabilityResponseReceivedHandler& handler,
836 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
837 return SubmitAsync(&OpenSearchServiceClient::DeregisterCapability, request, handler, context);
838 }
839
849 const Model::DescribeDataSourceAttachmentRequest& request) const;
850
855 template <typename DescribeDataSourceAttachmentRequestT = Model::DescribeDataSourceAttachmentRequest>
857 const DescribeDataSourceAttachmentRequestT& request) const {
858 return SubmitCallable(&OpenSearchServiceClient::DescribeDataSourceAttachment, request);
859 }
860
865 template <typename DescribeDataSourceAttachmentRequestT = Model::DescribeDataSourceAttachmentRequest>
866 void DescribeDataSourceAttachmentAsync(const DescribeDataSourceAttachmentRequestT& request,
868 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
869 return SubmitAsync(&OpenSearchServiceClient::DescribeDataSourceAttachment, request, handler, context);
870 }
871
880
884 template <typename DescribeDomainRequestT = Model::DescribeDomainRequest>
885 Model::DescribeDomainOutcomeCallable DescribeDomainCallable(const DescribeDomainRequestT& request) const {
886 return SubmitCallable(&OpenSearchServiceClient::DescribeDomain, request);
887 }
888
893 template <typename DescribeDomainRequestT = Model::DescribeDomainRequest>
894 void DescribeDomainAsync(const DescribeDomainRequestT& request, const DescribeDomainResponseReceivedHandler& handler,
895 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
896 return SubmitAsync(&OpenSearchServiceClient::DescribeDomain, request, handler, context);
897 }
898
908
913 template <typename DescribeDomainAutoTunesRequestT = Model::DescribeDomainAutoTunesRequest>
914 Model::DescribeDomainAutoTunesOutcomeCallable DescribeDomainAutoTunesCallable(const DescribeDomainAutoTunesRequestT& request) const {
915 return SubmitCallable(&OpenSearchServiceClient::DescribeDomainAutoTunes, request);
916 }
917
922 template <typename DescribeDomainAutoTunesRequestT = Model::DescribeDomainAutoTunesRequest>
923 void DescribeDomainAutoTunesAsync(const DescribeDomainAutoTunesRequestT& request,
925 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
926 return SubmitAsync(&OpenSearchServiceClient::DescribeDomainAutoTunes, request, handler, context);
927 }
928
939 const Model::DescribeDomainChangeProgressRequest& request) const;
940
945 template <typename DescribeDomainChangeProgressRequestT = Model::DescribeDomainChangeProgressRequest>
947 const DescribeDomainChangeProgressRequestT& request) const {
948 return SubmitCallable(&OpenSearchServiceClient::DescribeDomainChangeProgress, request);
949 }
950
955 template <typename DescribeDomainChangeProgressRequestT = Model::DescribeDomainChangeProgressRequest>
956 void DescribeDomainChangeProgressAsync(const DescribeDomainChangeProgressRequestT& request,
958 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
959 return SubmitAsync(&OpenSearchServiceClient::DescribeDomainChangeProgress, request, handler, context);
960 }
961
969
974 template <typename DescribeDomainConfigRequestT = Model::DescribeDomainConfigRequest>
975 Model::DescribeDomainConfigOutcomeCallable DescribeDomainConfigCallable(const DescribeDomainConfigRequestT& request) const {
976 return SubmitCallable(&OpenSearchServiceClient::DescribeDomainConfig, request);
977 }
978
983 template <typename DescribeDomainConfigRequestT = Model::DescribeDomainConfigRequest>
984 void DescribeDomainConfigAsync(const DescribeDomainConfigRequestT& request, const DescribeDomainConfigResponseReceivedHandler& handler,
985 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
986 return SubmitAsync(&OpenSearchServiceClient::DescribeDomainConfig, request, handler, context);
987 }
988
997
1002 template <typename DescribeDomainHealthRequestT = Model::DescribeDomainHealthRequest>
1003 Model::DescribeDomainHealthOutcomeCallable DescribeDomainHealthCallable(const DescribeDomainHealthRequestT& request) const {
1004 return SubmitCallable(&OpenSearchServiceClient::DescribeDomainHealth, request);
1005 }
1006
1011 template <typename DescribeDomainHealthRequestT = Model::DescribeDomainHealthRequest>
1012 void DescribeDomainHealthAsync(const DescribeDomainHealthRequestT& request, const DescribeDomainHealthResponseReceivedHandler& handler,
1013 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1014 return SubmitAsync(&OpenSearchServiceClient::DescribeDomainHealth, request, handler, context);
1015 }
1016
1025
1030 template <typename DescribeDomainNodesRequestT = Model::DescribeDomainNodesRequest>
1031 Model::DescribeDomainNodesOutcomeCallable DescribeDomainNodesCallable(const DescribeDomainNodesRequestT& request) const {
1032 return SubmitCallable(&OpenSearchServiceClient::DescribeDomainNodes, request);
1033 }
1034
1039 template <typename DescribeDomainNodesRequestT = Model::DescribeDomainNodesRequest>
1040 void DescribeDomainNodesAsync(const DescribeDomainNodesRequestT& request, const DescribeDomainNodesResponseReceivedHandler& handler,
1041 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1042 return SubmitAsync(&OpenSearchServiceClient::DescribeDomainNodes, request, handler, context);
1043 }
1044
1052
1056 template <typename DescribeDomainsRequestT = Model::DescribeDomainsRequest>
1057 Model::DescribeDomainsOutcomeCallable DescribeDomainsCallable(const DescribeDomainsRequestT& request) const {
1058 return SubmitCallable(&OpenSearchServiceClient::DescribeDomains, request);
1059 }
1060
1065 template <typename DescribeDomainsRequestT = Model::DescribeDomainsRequest>
1066 void DescribeDomainsAsync(const DescribeDomainsRequestT& request, const DescribeDomainsResponseReceivedHandler& handler,
1067 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1068 return SubmitAsync(&OpenSearchServiceClient::DescribeDomains, request, handler, context);
1069 }
1070
1081
1086 template <typename DescribeDryRunProgressRequestT = Model::DescribeDryRunProgressRequest>
1087 Model::DescribeDryRunProgressOutcomeCallable DescribeDryRunProgressCallable(const DescribeDryRunProgressRequestT& request) const {
1088 return SubmitCallable(&OpenSearchServiceClient::DescribeDryRunProgress, request);
1089 }
1090
1095 template <typename DescribeDryRunProgressRequestT = Model::DescribeDryRunProgressRequest>
1096 void DescribeDryRunProgressAsync(const DescribeDryRunProgressRequestT& request,
1098 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1099 return SubmitAsync(&OpenSearchServiceClient::DescribeDryRunProgress, request, handler, context);
1100 }
1101
1111 const Model::DescribeInboundConnectionsRequest& request = {}) const;
1112
1117 template <typename DescribeInboundConnectionsRequestT = Model::DescribeInboundConnectionsRequest>
1119 const DescribeInboundConnectionsRequestT& request = {}) const {
1120 return SubmitCallable(&OpenSearchServiceClient::DescribeInboundConnections, request);
1121 }
1122
1127 template <typename DescribeInboundConnectionsRequestT = Model::DescribeInboundConnectionsRequest>
1129 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1130 const DescribeInboundConnectionsRequestT& request = {}) const {
1131 return SubmitAsync(&OpenSearchServiceClient::DescribeInboundConnections, request, handler, context);
1132 }
1133
1142
1147 template <typename DescribeInsightDetailsRequestT = Model::DescribeInsightDetailsRequest>
1148 Model::DescribeInsightDetailsOutcomeCallable DescribeInsightDetailsCallable(const DescribeInsightDetailsRequestT& request) const {
1149 return SubmitCallable(&OpenSearchServiceClient::DescribeInsightDetails, request);
1150 }
1151
1156 template <typename DescribeInsightDetailsRequestT = Model::DescribeInsightDetailsRequest>
1157 void DescribeInsightDetailsAsync(const DescribeInsightDetailsRequestT& request,
1159 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1160 return SubmitAsync(&OpenSearchServiceClient::DescribeInsightDetails, request, handler, context);
1161 }
1162
1171 const Model::DescribeInstanceTypeLimitsRequest& request) const;
1172
1177 template <typename DescribeInstanceTypeLimitsRequestT = Model::DescribeInstanceTypeLimitsRequest>
1179 const DescribeInstanceTypeLimitsRequestT& request) const {
1180 return SubmitCallable(&OpenSearchServiceClient::DescribeInstanceTypeLimits, request);
1181 }
1182
1187 template <typename DescribeInstanceTypeLimitsRequestT = Model::DescribeInstanceTypeLimitsRequest>
1188 void DescribeInstanceTypeLimitsAsync(const DescribeInstanceTypeLimitsRequestT& request,
1190 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1191 return SubmitAsync(&OpenSearchServiceClient::DescribeInstanceTypeLimits, request, handler, context);
1192 }
1193
1203 const Model::DescribeOutboundConnectionsRequest& request = {}) const;
1204
1209 template <typename DescribeOutboundConnectionsRequestT = Model::DescribeOutboundConnectionsRequest>
1211 const DescribeOutboundConnectionsRequestT& request = {}) const {
1212 return SubmitCallable(&OpenSearchServiceClient::DescribeOutboundConnections, request);
1213 }
1214
1219 template <typename DescribeOutboundConnectionsRequestT = Model::DescribeOutboundConnectionsRequest>
1221 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1222 const DescribeOutboundConnectionsRequestT& request = {}) const {
1223 return SubmitAsync(&OpenSearchServiceClient::DescribeOutboundConnections, request, handler, context);
1224 }
1225
1235
1240 template <typename DescribePackagesRequestT = Model::DescribePackagesRequest>
1241 Model::DescribePackagesOutcomeCallable DescribePackagesCallable(const DescribePackagesRequestT& request = {}) const {
1242 return SubmitCallable(&OpenSearchServiceClient::DescribePackages, request);
1243 }
1244
1249 template <typename DescribePackagesRequestT = Model::DescribePackagesRequest>
1251 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1252 const DescribePackagesRequestT& request = {}) const {
1253 return SubmitAsync(&OpenSearchServiceClient::DescribePackages, request, handler, context);
1254 }
1255
1265 const Model::DescribeReservedInstanceOfferingsRequest& request = {}) const;
1266
1271 template <typename DescribeReservedInstanceOfferingsRequestT = Model::DescribeReservedInstanceOfferingsRequest>
1273 const DescribeReservedInstanceOfferingsRequestT& request = {}) const {
1274 return SubmitCallable(&OpenSearchServiceClient::DescribeReservedInstanceOfferings, request);
1275 }
1276
1281 template <typename DescribeReservedInstanceOfferingsRequestT = Model::DescribeReservedInstanceOfferingsRequest>
1283 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1284 const DescribeReservedInstanceOfferingsRequestT& request = {}) const {
1285 return SubmitAsync(&OpenSearchServiceClient::DescribeReservedInstanceOfferings, request, handler, context);
1286 }
1287
1297 const Model::DescribeReservedInstancesRequest& request = {}) const;
1298
1303 template <typename DescribeReservedInstancesRequestT = Model::DescribeReservedInstancesRequest>
1305 const DescribeReservedInstancesRequestT& request = {}) const {
1306 return SubmitCallable(&OpenSearchServiceClient::DescribeReservedInstances, request);
1307 }
1308
1313 template <typename DescribeReservedInstancesRequestT = Model::DescribeReservedInstancesRequest>
1315 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1316 const DescribeReservedInstancesRequestT& request = {}) const {
1317 return SubmitAsync(&OpenSearchServiceClient::DescribeReservedInstances, request, handler, context);
1318 }
1319
1327
1332 template <typename DescribeVpcEndpointsRequestT = Model::DescribeVpcEndpointsRequest>
1333 Model::DescribeVpcEndpointsOutcomeCallable DescribeVpcEndpointsCallable(const DescribeVpcEndpointsRequestT& request) const {
1334 return SubmitCallable(&OpenSearchServiceClient::DescribeVpcEndpoints, request);
1335 }
1336
1341 template <typename DescribeVpcEndpointsRequestT = Model::DescribeVpcEndpointsRequest>
1342 void DescribeVpcEndpointsAsync(const DescribeVpcEndpointsRequestT& request, const DescribeVpcEndpointsResponseReceivedHandler& handler,
1343 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1344 return SubmitAsync(&OpenSearchServiceClient::DescribeVpcEndpoints, request, handler, context);
1345 }
1346
1359
1364 template <typename DetachDataSourceRequestT = Model::DetachDataSourceRequest>
1365 Model::DetachDataSourceOutcomeCallable DetachDataSourceCallable(const DetachDataSourceRequestT& request) const {
1366 return SubmitCallable(&OpenSearchServiceClient::DetachDataSource, request);
1367 }
1368
1373 template <typename DetachDataSourceRequestT = Model::DetachDataSourceRequest>
1374 void DetachDataSourceAsync(const DetachDataSourceRequestT& request, const DetachDataSourceResponseReceivedHandler& handler,
1375 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1376 return SubmitAsync(&OpenSearchServiceClient::DetachDataSource, request, handler, context);
1377 }
1378
1390
1395 template <typename DissociatePackageRequestT = Model::DissociatePackageRequest>
1396 Model::DissociatePackageOutcomeCallable DissociatePackageCallable(const DissociatePackageRequestT& request) const {
1397 return SubmitCallable(&OpenSearchServiceClient::DissociatePackage, request);
1398 }
1399
1404 template <typename DissociatePackageRequestT = Model::DissociatePackageRequest>
1405 void DissociatePackageAsync(const DissociatePackageRequestT& request, const DissociatePackageResponseReceivedHandler& handler,
1406 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1407 return SubmitAsync(&OpenSearchServiceClient::DissociatePackage, request, handler, context);
1408 }
1409
1417
1422 template <typename DissociatePackagesRequestT = Model::DissociatePackagesRequest>
1423 Model::DissociatePackagesOutcomeCallable DissociatePackagesCallable(const DissociatePackagesRequestT& request) const {
1424 return SubmitCallable(&OpenSearchServiceClient::DissociatePackages, request);
1425 }
1426
1431 template <typename DissociatePackagesRequestT = Model::DissociatePackagesRequest>
1432 void DissociatePackagesAsync(const DissociatePackagesRequestT& request, const DissociatePackagesResponseReceivedHandler& handler,
1433 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1434 return SubmitAsync(&OpenSearchServiceClient::DissociatePackages, request, handler, context);
1435 }
1436
1444
1448 template <typename GetApplicationRequestT = Model::GetApplicationRequest>
1449 Model::GetApplicationOutcomeCallable GetApplicationCallable(const GetApplicationRequestT& request) const {
1450 return SubmitCallable(&OpenSearchServiceClient::GetApplication, request);
1451 }
1452
1457 template <typename GetApplicationRequestT = Model::GetApplicationRequest>
1458 void GetApplicationAsync(const GetApplicationRequestT& request, const GetApplicationResponseReceivedHandler& handler,
1459 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1460 return SubmitAsync(&OpenSearchServiceClient::GetApplication, request, handler, context);
1461 }
1462
1471
1475 template <typename GetCapabilityRequestT = Model::GetCapabilityRequest>
1476 Model::GetCapabilityOutcomeCallable GetCapabilityCallable(const GetCapabilityRequestT& request) const {
1477 return SubmitCallable(&OpenSearchServiceClient::GetCapability, request);
1478 }
1479
1484 template <typename GetCapabilityRequestT = Model::GetCapabilityRequest>
1485 void GetCapabilityAsync(const GetCapabilityRequestT& request, const GetCapabilityResponseReceivedHandler& handler,
1486 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1487 return SubmitAsync(&OpenSearchServiceClient::GetCapability, request, handler, context);
1488 }
1489
1497
1502 template <typename GetCompatibleVersionsRequestT = Model::GetCompatibleVersionsRequest>
1503 Model::GetCompatibleVersionsOutcomeCallable GetCompatibleVersionsCallable(const GetCompatibleVersionsRequestT& request = {}) const {
1504 return SubmitCallable(&OpenSearchServiceClient::GetCompatibleVersions, request);
1505 }
1506
1511 template <typename GetCompatibleVersionsRequestT = Model::GetCompatibleVersionsRequest>
1513 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1514 const GetCompatibleVersionsRequestT& request = {}) const {
1515 return SubmitAsync(&OpenSearchServiceClient::GetCompatibleVersions, request, handler, context);
1516 }
1517
1525
1529 template <typename GetDataSourceRequestT = Model::GetDataSourceRequest>
1530 Model::GetDataSourceOutcomeCallable GetDataSourceCallable(const GetDataSourceRequestT& request) const {
1531 return SubmitCallable(&OpenSearchServiceClient::GetDataSource, request);
1532 }
1533
1538 template <typename GetDataSourceRequestT = Model::GetDataSourceRequest>
1539 void GetDataSourceAsync(const GetDataSourceRequestT& request, const GetDataSourceResponseReceivedHandler& handler,
1540 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1541 return SubmitAsync(&OpenSearchServiceClient::GetDataSource, request, handler, context);
1542 }
1543
1552 const Model::GetDefaultApplicationSettingRequest& request = {}) const;
1553
1558 template <typename GetDefaultApplicationSettingRequestT = Model::GetDefaultApplicationSettingRequest>
1560 const GetDefaultApplicationSettingRequestT& request = {}) const {
1561 return SubmitCallable(&OpenSearchServiceClient::GetDefaultApplicationSetting, request);
1562 }
1563
1568 template <typename GetDefaultApplicationSettingRequestT = Model::GetDefaultApplicationSettingRequest>
1570 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1571 const GetDefaultApplicationSettingRequestT& request = {}) const {
1572 return SubmitAsync(&OpenSearchServiceClient::GetDefaultApplicationSetting, request, handler, context);
1573 }
1574
1582
1587 template <typename GetDirectQueryDataSourceRequestT = Model::GetDirectQueryDataSourceRequest>
1588 Model::GetDirectQueryDataSourceOutcomeCallable GetDirectQueryDataSourceCallable(const GetDirectQueryDataSourceRequestT& request) const {
1589 return SubmitCallable(&OpenSearchServiceClient::GetDirectQueryDataSource, request);
1590 }
1591
1596 template <typename GetDirectQueryDataSourceRequestT = Model::GetDirectQueryDataSourceRequest>
1597 void GetDirectQueryDataSourceAsync(const GetDirectQueryDataSourceRequestT& request,
1599 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1600 return SubmitAsync(&OpenSearchServiceClient::GetDirectQueryDataSource, request, handler, context);
1601 }
1602
1609 const Model::GetDomainMaintenanceStatusRequest& request) const;
1610
1615 template <typename GetDomainMaintenanceStatusRequestT = Model::GetDomainMaintenanceStatusRequest>
1617 const GetDomainMaintenanceStatusRequestT& request) const {
1618 return SubmitCallable(&OpenSearchServiceClient::GetDomainMaintenanceStatus, request);
1619 }
1620
1625 template <typename GetDomainMaintenanceStatusRequestT = Model::GetDomainMaintenanceStatusRequest>
1626 void GetDomainMaintenanceStatusAsync(const GetDomainMaintenanceStatusRequestT& request,
1628 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1629 return SubmitAsync(&OpenSearchServiceClient::GetDomainMaintenanceStatus, request, handler, context);
1630 }
1631
1640
1644 template <typename GetIndexRequestT = Model::GetIndexRequest>
1645 Model::GetIndexOutcomeCallable GetIndexCallable(const GetIndexRequestT& request) const {
1646 return SubmitCallable(&OpenSearchServiceClient::GetIndex, request);
1647 }
1648
1653 template <typename GetIndexRequestT = Model::GetIndexRequest>
1654 void GetIndexAsync(const GetIndexRequestT& request, const GetIndexResponseReceivedHandler& handler,
1655 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1656 return SubmitAsync(&OpenSearchServiceClient::GetIndex, request, handler, context);
1657 }
1658
1667
1671 template <typename GetMigrationRequestT = Model::GetMigrationRequest>
1672 Model::GetMigrationOutcomeCallable GetMigrationCallable(const GetMigrationRequestT& request) const {
1673 return SubmitCallable(&OpenSearchServiceClient::GetMigration, request);
1674 }
1675
1680 template <typename GetMigrationRequestT = Model::GetMigrationRequest>
1681 void GetMigrationAsync(const GetMigrationRequestT& request, const GetMigrationResponseReceivedHandler& handler,
1682 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1683 return SubmitAsync(&OpenSearchServiceClient::GetMigration, request, handler, context);
1684 }
1685
1696
1701 template <typename GetPackageVersionHistoryRequestT = Model::GetPackageVersionHistoryRequest>
1702 Model::GetPackageVersionHistoryOutcomeCallable GetPackageVersionHistoryCallable(const GetPackageVersionHistoryRequestT& request) const {
1703 return SubmitCallable(&OpenSearchServiceClient::GetPackageVersionHistory, request);
1704 }
1705
1710 template <typename GetPackageVersionHistoryRequestT = Model::GetPackageVersionHistoryRequest>
1711 void GetPackageVersionHistoryAsync(const GetPackageVersionHistoryRequestT& request,
1713 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1714 return SubmitAsync(&OpenSearchServiceClient::GetPackageVersionHistory, request, handler, context);
1715 }
1716
1724
1729 template <typename GetUpgradeHistoryRequestT = Model::GetUpgradeHistoryRequest>
1730 Model::GetUpgradeHistoryOutcomeCallable GetUpgradeHistoryCallable(const GetUpgradeHistoryRequestT& request) const {
1731 return SubmitCallable(&OpenSearchServiceClient::GetUpgradeHistory, request);
1732 }
1733
1738 template <typename GetUpgradeHistoryRequestT = Model::GetUpgradeHistoryRequest>
1739 void GetUpgradeHistoryAsync(const GetUpgradeHistoryRequestT& request, const GetUpgradeHistoryResponseReceivedHandler& handler,
1740 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1741 return SubmitAsync(&OpenSearchServiceClient::GetUpgradeHistory, request, handler, context);
1742 }
1743
1752
1757 template <typename GetUpgradeStatusRequestT = Model::GetUpgradeStatusRequest>
1758 Model::GetUpgradeStatusOutcomeCallable GetUpgradeStatusCallable(const GetUpgradeStatusRequestT& request) const {
1759 return SubmitCallable(&OpenSearchServiceClient::GetUpgradeStatus, request);
1760 }
1761
1766 template <typename GetUpgradeStatusRequestT = Model::GetUpgradeStatusRequest>
1767 void GetUpgradeStatusAsync(const GetUpgradeStatusRequestT& request, const GetUpgradeStatusResponseReceivedHandler& handler,
1768 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1769 return SubmitAsync(&OpenSearchServiceClient::GetUpgradeStatus, request, handler, context);
1770 }
1771
1780
1784 template <typename InsightFeedbackRequestT = Model::InsightFeedbackRequest>
1785 Model::InsightFeedbackOutcomeCallable InsightFeedbackCallable(const InsightFeedbackRequestT& request) const {
1786 return SubmitCallable(&OpenSearchServiceClient::InsightFeedback, request);
1787 }
1788
1793 template <typename InsightFeedbackRequestT = Model::InsightFeedbackRequest>
1794 void InsightFeedbackAsync(const InsightFeedbackRequestT& request, const InsightFeedbackResponseReceivedHandler& handler,
1795 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1796 return SubmitAsync(&OpenSearchServiceClient::InsightFeedback, request, handler, context);
1797 }
1798
1806
1811 template <typename ListApplicationsRequestT = Model::ListApplicationsRequest>
1812 Model::ListApplicationsOutcomeCallable ListApplicationsCallable(const ListApplicationsRequestT& request = {}) const {
1813 return SubmitCallable(&OpenSearchServiceClient::ListApplications, request);
1814 }
1815
1820 template <typename ListApplicationsRequestT = Model::ListApplicationsRequest>
1822 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1823 const ListApplicationsRequestT& request = {}) const {
1824 return SubmitAsync(&OpenSearchServiceClient::ListApplications, request, handler, context);
1825 }
1826
1835
1840 template <typename ListDataSourceAttachmentsRequestT = Model::ListDataSourceAttachmentsRequest>
1842 const ListDataSourceAttachmentsRequestT& request) const {
1843 return SubmitCallable(&OpenSearchServiceClient::ListDataSourceAttachments, request);
1844 }
1845
1850 template <typename ListDataSourceAttachmentsRequestT = Model::ListDataSourceAttachmentsRequest>
1851 void ListDataSourceAttachmentsAsync(const ListDataSourceAttachmentsRequestT& request,
1853 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1854 return SubmitAsync(&OpenSearchServiceClient::ListDataSourceAttachments, request, handler, context);
1855 }
1856
1867
1871 template <typename ListDataSourcesRequestT = Model::ListDataSourcesRequest>
1872 Model::ListDataSourcesOutcomeCallable ListDataSourcesCallable(const ListDataSourcesRequestT& request) const {
1873 return SubmitCallable(&OpenSearchServiceClient::ListDataSources, request);
1874 }
1875
1880 template <typename ListDataSourcesRequestT = Model::ListDataSourcesRequest>
1881 void ListDataSourcesAsync(const ListDataSourcesRequestT& request, const ListDataSourcesResponseReceivedHandler& handler,
1882 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1883 return SubmitAsync(&OpenSearchServiceClient::ListDataSources, request, handler, context);
1884 }
1885
1893 const Model::ListDirectQueryDataSourcesRequest& request = {}) const;
1894
1899 template <typename ListDirectQueryDataSourcesRequestT = Model::ListDirectQueryDataSourcesRequest>
1901 const ListDirectQueryDataSourcesRequestT& request = {}) const {
1902 return SubmitCallable(&OpenSearchServiceClient::ListDirectQueryDataSources, request);
1903 }
1904
1909 template <typename ListDirectQueryDataSourcesRequestT = Model::ListDirectQueryDataSourcesRequest>
1911 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1912 const ListDirectQueryDataSourcesRequestT& request = {}) const {
1913 return SubmitAsync(&OpenSearchServiceClient::ListDirectQueryDataSources, request, handler, context);
1914 }
1915
1922
1927 template <typename ListDomainMaintenancesRequestT = Model::ListDomainMaintenancesRequest>
1928 Model::ListDomainMaintenancesOutcomeCallable ListDomainMaintenancesCallable(const ListDomainMaintenancesRequestT& request) const {
1929 return SubmitCallable(&OpenSearchServiceClient::ListDomainMaintenances, request);
1930 }
1931
1936 template <typename ListDomainMaintenancesRequestT = Model::ListDomainMaintenancesRequest>
1937 void ListDomainMaintenancesAsync(const ListDomainMaintenancesRequestT& request,
1939 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1940 return SubmitAsync(&OpenSearchServiceClient::ListDomainMaintenances, request, handler, context);
1941 }
1942
1950
1954 template <typename ListDomainNamesRequestT = Model::ListDomainNamesRequest>
1955 Model::ListDomainNamesOutcomeCallable ListDomainNamesCallable(const ListDomainNamesRequestT& request = {}) const {
1956 return SubmitCallable(&OpenSearchServiceClient::ListDomainNames, request);
1957 }
1958
1963 template <typename ListDomainNamesRequestT = Model::ListDomainNamesRequest>
1965 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1966 const ListDomainNamesRequestT& request = {}) const {
1967 return SubmitAsync(&OpenSearchServiceClient::ListDomainNames, request, handler, context);
1968 }
1969
1979
1984 template <typename ListDomainsForPackageRequestT = Model::ListDomainsForPackageRequest>
1985 Model::ListDomainsForPackageOutcomeCallable ListDomainsForPackageCallable(const ListDomainsForPackageRequestT& request) const {
1986 return SubmitCallable(&OpenSearchServiceClient::ListDomainsForPackage, request);
1987 }
1988
1993 template <typename ListDomainsForPackageRequestT = Model::ListDomainsForPackageRequest>
1994 void ListDomainsForPackageAsync(const ListDomainsForPackageRequestT& request, const ListDomainsForPackageResponseReceivedHandler& handler,
1995 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1996 return SubmitAsync(&OpenSearchServiceClient::ListDomainsForPackage, request, handler, context);
1997 }
1998
2007
2011 template <typename ListInsightsRequestT = Model::ListInsightsRequest>
2012 Model::ListInsightsOutcomeCallable ListInsightsCallable(const ListInsightsRequestT& request) const {
2013 return SubmitCallable(&OpenSearchServiceClient::ListInsights, request);
2014 }
2015
2020 template <typename ListInsightsRequestT = Model::ListInsightsRequest>
2021 void ListInsightsAsync(const ListInsightsRequestT& request, const ListInsightsResponseReceivedHandler& handler,
2022 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2023 return SubmitAsync(&OpenSearchServiceClient::ListInsights, request, handler, context);
2024 }
2025
2033
2038 template <typename ListInstanceTypeDetailsRequestT = Model::ListInstanceTypeDetailsRequest>
2039 Model::ListInstanceTypeDetailsOutcomeCallable ListInstanceTypeDetailsCallable(const ListInstanceTypeDetailsRequestT& request) const {
2040 return SubmitCallable(&OpenSearchServiceClient::ListInstanceTypeDetails, request);
2041 }
2042
2047 template <typename ListInstanceTypeDetailsRequestT = Model::ListInstanceTypeDetailsRequest>
2048 void ListInstanceTypeDetailsAsync(const ListInstanceTypeDetailsRequestT& request,
2050 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2051 return SubmitAsync(&OpenSearchServiceClient::ListInstanceTypeDetails, request, handler, context);
2052 }
2053
2062
2066 template <typename ListMigrationsRequestT = Model::ListMigrationsRequest>
2067 Model::ListMigrationsOutcomeCallable ListMigrationsCallable(const ListMigrationsRequestT& request) const {
2068 return SubmitCallable(&OpenSearchServiceClient::ListMigrations, request);
2069 }
2070
2075 template <typename ListMigrationsRequestT = Model::ListMigrationsRequest>
2076 void ListMigrationsAsync(const ListMigrationsRequestT& request, const ListMigrationsResponseReceivedHandler& handler,
2077 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2078 return SubmitAsync(&OpenSearchServiceClient::ListMigrations, request, handler, context);
2079 }
2080
2090
2095 template <typename ListPackagesForDomainRequestT = Model::ListPackagesForDomainRequest>
2096 Model::ListPackagesForDomainOutcomeCallable ListPackagesForDomainCallable(const ListPackagesForDomainRequestT& request) const {
2097 return SubmitCallable(&OpenSearchServiceClient::ListPackagesForDomain, request);
2098 }
2099
2104 template <typename ListPackagesForDomainRequestT = Model::ListPackagesForDomainRequest>
2105 void ListPackagesForDomainAsync(const ListPackagesForDomainRequestT& request, const ListPackagesForDomainResponseReceivedHandler& handler,
2106 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2107 return SubmitAsync(&OpenSearchServiceClient::ListPackagesForDomain, request, handler, context);
2108 }
2109
2121
2126 template <typename ListScheduledActionsRequestT = Model::ListScheduledActionsRequest>
2127 Model::ListScheduledActionsOutcomeCallable ListScheduledActionsCallable(const ListScheduledActionsRequestT& request) const {
2128 return SubmitCallable(&OpenSearchServiceClient::ListScheduledActions, request);
2129 }
2130
2135 template <typename ListScheduledActionsRequestT = Model::ListScheduledActionsRequest>
2136 void ListScheduledActionsAsync(const ListScheduledActionsRequestT& request, const ListScheduledActionsResponseReceivedHandler& handler,
2137 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2138 return SubmitAsync(&OpenSearchServiceClient::ListScheduledActions, request, handler, context);
2139 }
2140
2150
2154 template <typename ListTagsRequestT = Model::ListTagsRequest>
2155 Model::ListTagsOutcomeCallable ListTagsCallable(const ListTagsRequestT& request) const {
2156 return SubmitCallable(&OpenSearchServiceClient::ListTags, request);
2157 }
2158
2163 template <typename ListTagsRequestT = Model::ListTagsRequest>
2164 void ListTagsAsync(const ListTagsRequestT& request, const ListTagsResponseReceivedHandler& handler,
2165 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2166 return SubmitAsync(&OpenSearchServiceClient::ListTags, request, handler, context);
2167 }
2168
2176
2180 template <typename ListVersionsRequestT = Model::ListVersionsRequest>
2181 Model::ListVersionsOutcomeCallable ListVersionsCallable(const ListVersionsRequestT& request = {}) const {
2182 return SubmitCallable(&OpenSearchServiceClient::ListVersions, request);
2183 }
2184
2189 template <typename ListVersionsRequestT = Model::ListVersionsRequest>
2191 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
2192 const ListVersionsRequestT& request = {}) const {
2193 return SubmitAsync(&OpenSearchServiceClient::ListVersions, request, handler, context);
2194 }
2195
2204
2209 template <typename ListVpcEndpointAccessRequestT = Model::ListVpcEndpointAccessRequest>
2210 Model::ListVpcEndpointAccessOutcomeCallable ListVpcEndpointAccessCallable(const ListVpcEndpointAccessRequestT& request) const {
2211 return SubmitCallable(&OpenSearchServiceClient::ListVpcEndpointAccess, request);
2212 }
2213
2218 template <typename ListVpcEndpointAccessRequestT = Model::ListVpcEndpointAccessRequest>
2219 void ListVpcEndpointAccessAsync(const ListVpcEndpointAccessRequestT& request, const ListVpcEndpointAccessResponseReceivedHandler& handler,
2220 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2221 return SubmitAsync(&OpenSearchServiceClient::ListVpcEndpointAccess, request, handler, context);
2222 }
2223
2231
2236 template <typename ListVpcEndpointsRequestT = Model::ListVpcEndpointsRequest>
2237 Model::ListVpcEndpointsOutcomeCallable ListVpcEndpointsCallable(const ListVpcEndpointsRequestT& request = {}) const {
2238 return SubmitCallable(&OpenSearchServiceClient::ListVpcEndpoints, request);
2239 }
2240
2245 template <typename ListVpcEndpointsRequestT = Model::ListVpcEndpointsRequest>
2247 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
2248 const ListVpcEndpointsRequestT& request = {}) const {
2249 return SubmitAsync(&OpenSearchServiceClient::ListVpcEndpoints, request, handler, context);
2250 }
2251
2259
2264 template <typename ListVpcEndpointsForDomainRequestT = Model::ListVpcEndpointsForDomainRequest>
2266 const ListVpcEndpointsForDomainRequestT& request) const {
2267 return SubmitCallable(&OpenSearchServiceClient::ListVpcEndpointsForDomain, request);
2268 }
2269
2274 template <typename ListVpcEndpointsForDomainRequestT = Model::ListVpcEndpointsForDomainRequest>
2275 void ListVpcEndpointsForDomainAsync(const ListVpcEndpointsForDomainRequestT& request,
2277 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2278 return SubmitAsync(&OpenSearchServiceClient::ListVpcEndpointsForDomain, request, handler, context);
2279 }
2280
2289
2294 template <typename PurchaseReservedInstanceOfferingRequestT = Model::PurchaseReservedInstanceOfferingRequest>
2296 const PurchaseReservedInstanceOfferingRequestT& request) const {
2297 return SubmitCallable(&OpenSearchServiceClient::PurchaseReservedInstanceOffering, request);
2298 }
2299
2304 template <typename PurchaseReservedInstanceOfferingRequestT = Model::PurchaseReservedInstanceOfferingRequest>
2305 void PurchaseReservedInstanceOfferingAsync(const PurchaseReservedInstanceOfferingRequestT& request,
2307 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2308 return SubmitAsync(&OpenSearchServiceClient::PurchaseReservedInstanceOffering, request, handler, context);
2309 }
2310
2322 const Model::PutDefaultApplicationSettingRequest& request) const;
2323
2328 template <typename PutDefaultApplicationSettingRequestT = Model::PutDefaultApplicationSettingRequest>
2330 const PutDefaultApplicationSettingRequestT& request) const {
2331 return SubmitCallable(&OpenSearchServiceClient::PutDefaultApplicationSetting, request);
2332 }
2333
2338 template <typename PutDefaultApplicationSettingRequestT = Model::PutDefaultApplicationSettingRequest>
2339 void PutDefaultApplicationSettingAsync(const PutDefaultApplicationSettingRequestT& request,
2341 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2342 return SubmitAsync(&OpenSearchServiceClient::PutDefaultApplicationSetting, request, handler, context);
2343 }
2344
2356
2361 template <typename RegisterCapabilityRequestT = Model::RegisterCapabilityRequest>
2362 Model::RegisterCapabilityOutcomeCallable RegisterCapabilityCallable(const RegisterCapabilityRequestT& request) const {
2363 return SubmitCallable(&OpenSearchServiceClient::RegisterCapability, request);
2364 }
2365
2370 template <typename RegisterCapabilityRequestT = Model::RegisterCapabilityRequest>
2371 void RegisterCapabilityAsync(const RegisterCapabilityRequestT& request, const RegisterCapabilityResponseReceivedHandler& handler,
2372 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2373 return SubmitAsync(&OpenSearchServiceClient::RegisterCapability, request, handler, context);
2374 }
2375
2383
2388 template <typename RejectInboundConnectionRequestT = Model::RejectInboundConnectionRequest>
2389 Model::RejectInboundConnectionOutcomeCallable RejectInboundConnectionCallable(const RejectInboundConnectionRequestT& request) const {
2390 return SubmitCallable(&OpenSearchServiceClient::RejectInboundConnection, request);
2391 }
2392
2397 template <typename RejectInboundConnectionRequestT = Model::RejectInboundConnectionRequest>
2398 void RejectInboundConnectionAsync(const RejectInboundConnectionRequestT& request,
2400 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2401 return SubmitAsync(&OpenSearchServiceClient::RejectInboundConnection, request, handler, context);
2402 }
2403
2413
2417 template <typename RemoveTagsRequestT = Model::RemoveTagsRequest>
2418 Model::RemoveTagsOutcomeCallable RemoveTagsCallable(const RemoveTagsRequestT& request) const {
2419 return SubmitCallable(&OpenSearchServiceClient::RemoveTags, request);
2420 }
2421
2426 template <typename RemoveTagsRequestT = Model::RemoveTagsRequest>
2427 void RemoveTagsAsync(const RemoveTagsRequestT& request, const RemoveTagsResponseReceivedHandler& handler,
2428 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2429 return SubmitAsync(&OpenSearchServiceClient::RemoveTags, request, handler, context);
2430 }
2431
2439
2444 template <typename RevokeVpcEndpointAccessRequestT = Model::RevokeVpcEndpointAccessRequest>
2445 Model::RevokeVpcEndpointAccessOutcomeCallable RevokeVpcEndpointAccessCallable(const RevokeVpcEndpointAccessRequestT& request) const {
2446 return SubmitCallable(&OpenSearchServiceClient::RevokeVpcEndpointAccess, request);
2447 }
2448
2453 template <typename RevokeVpcEndpointAccessRequestT = Model::RevokeVpcEndpointAccessRequest>
2454 void RevokeVpcEndpointAccessAsync(const RevokeVpcEndpointAccessRequestT& request,
2456 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2457 return SubmitAsync(&OpenSearchServiceClient::RevokeVpcEndpointAccess, request, handler, context);
2458 }
2459
2469 const Model::RollbackServiceSoftwareUpdateRequest& request) const;
2470
2475 template <typename RollbackServiceSoftwareUpdateRequestT = Model::RollbackServiceSoftwareUpdateRequest>
2477 const RollbackServiceSoftwareUpdateRequestT& request) const {
2478 return SubmitCallable(&OpenSearchServiceClient::RollbackServiceSoftwareUpdate, request);
2479 }
2480
2485 template <typename RollbackServiceSoftwareUpdateRequestT = Model::RollbackServiceSoftwareUpdateRequest>
2486 void RollbackServiceSoftwareUpdateAsync(const RollbackServiceSoftwareUpdateRequestT& request,
2488 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2489 return SubmitAsync(&OpenSearchServiceClient::RollbackServiceSoftwareUpdate, request, handler, context);
2490 }
2491
2500
2505 template <typename StartDomainMaintenanceRequestT = Model::StartDomainMaintenanceRequest>
2506 Model::StartDomainMaintenanceOutcomeCallable StartDomainMaintenanceCallable(const StartDomainMaintenanceRequestT& request) const {
2507 return SubmitCallable(&OpenSearchServiceClient::StartDomainMaintenance, request);
2508 }
2509
2514 template <typename StartDomainMaintenanceRequestT = Model::StartDomainMaintenanceRequest>
2515 void StartDomainMaintenanceAsync(const StartDomainMaintenanceRequestT& request,
2517 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2518 return SubmitAsync(&OpenSearchServiceClient::StartDomainMaintenance, request, handler, context);
2519 }
2520
2532
2536 template <typename StartMigrationRequestT = Model::StartMigrationRequest>
2537 Model::StartMigrationOutcomeCallable StartMigrationCallable(const StartMigrationRequestT& request) const {
2538 return SubmitCallable(&OpenSearchServiceClient::StartMigration, request);
2539 }
2540
2545 template <typename StartMigrationRequestT = Model::StartMigrationRequest>
2546 void StartMigrationAsync(const StartMigrationRequestT& request, const StartMigrationResponseReceivedHandler& handler,
2547 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2548 return SubmitAsync(&OpenSearchServiceClient::StartMigration, request, handler, context);
2549 }
2550
2560 const Model::StartServiceSoftwareUpdateRequest& request) const;
2561
2566 template <typename StartServiceSoftwareUpdateRequestT = Model::StartServiceSoftwareUpdateRequest>
2568 const StartServiceSoftwareUpdateRequestT& request) const {
2569 return SubmitCallable(&OpenSearchServiceClient::StartServiceSoftwareUpdate, request);
2570 }
2571
2576 template <typename StartServiceSoftwareUpdateRequestT = Model::StartServiceSoftwareUpdateRequest>
2577 void StartServiceSoftwareUpdateAsync(const StartServiceSoftwareUpdateRequestT& request,
2579 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2580 return SubmitAsync(&OpenSearchServiceClient::StartServiceSoftwareUpdate, request, handler, context);
2581 }
2582
2590
2595 template <typename UpdateApplicationRequestT = Model::UpdateApplicationRequest>
2596 Model::UpdateApplicationOutcomeCallable UpdateApplicationCallable(const UpdateApplicationRequestT& request) const {
2597 return SubmitCallable(&OpenSearchServiceClient::UpdateApplication, request);
2598 }
2599
2604 template <typename UpdateApplicationRequestT = Model::UpdateApplicationRequest>
2605 void UpdateApplicationAsync(const UpdateApplicationRequestT& request, const UpdateApplicationResponseReceivedHandler& handler,
2606 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2607 return SubmitAsync(&OpenSearchServiceClient::UpdateApplication, request, handler, context);
2608 }
2609
2619
2624 template <typename UpdateDataSourceRequestT = Model::UpdateDataSourceRequest>
2625 Model::UpdateDataSourceOutcomeCallable UpdateDataSourceCallable(const UpdateDataSourceRequestT& request) const {
2626 return SubmitCallable(&OpenSearchServiceClient::UpdateDataSource, request);
2627 }
2628
2633 template <typename UpdateDataSourceRequestT = Model::UpdateDataSourceRequest>
2634 void UpdateDataSourceAsync(const UpdateDataSourceRequestT& request, const UpdateDataSourceResponseReceivedHandler& handler,
2635 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2636 return SubmitAsync(&OpenSearchServiceClient::UpdateDataSource, request, handler, context);
2637 }
2638
2646 const Model::UpdateDirectQueryDataSourceRequest& request) const;
2647
2652 template <typename UpdateDirectQueryDataSourceRequestT = Model::UpdateDirectQueryDataSourceRequest>
2654 const UpdateDirectQueryDataSourceRequestT& request) const {
2655 return SubmitCallable(&OpenSearchServiceClient::UpdateDirectQueryDataSource, request);
2656 }
2657
2662 template <typename UpdateDirectQueryDataSourceRequestT = Model::UpdateDirectQueryDataSourceRequest>
2663 void UpdateDirectQueryDataSourceAsync(const UpdateDirectQueryDataSourceRequestT& request,
2665 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2666 return SubmitAsync(&OpenSearchServiceClient::UpdateDirectQueryDataSource, request, handler, context);
2667 }
2668
2676
2681 template <typename UpdateDomainConfigRequestT = Model::UpdateDomainConfigRequest>
2682 Model::UpdateDomainConfigOutcomeCallable UpdateDomainConfigCallable(const UpdateDomainConfigRequestT& request) const {
2683 return SubmitCallable(&OpenSearchServiceClient::UpdateDomainConfig, request);
2684 }
2685
2690 template <typename UpdateDomainConfigRequestT = Model::UpdateDomainConfigRequest>
2691 void UpdateDomainConfigAsync(const UpdateDomainConfigRequestT& request, const UpdateDomainConfigResponseReceivedHandler& handler,
2692 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2693 return SubmitAsync(&OpenSearchServiceClient::UpdateDomainConfig, request, handler, context);
2694 }
2695
2705
2709 template <typename UpdateIndexRequestT = Model::UpdateIndexRequest>
2710 Model::UpdateIndexOutcomeCallable UpdateIndexCallable(const UpdateIndexRequestT& request) const {
2711 return SubmitCallable(&OpenSearchServiceClient::UpdateIndex, request);
2712 }
2713
2718 template <typename UpdateIndexRequestT = Model::UpdateIndexRequest>
2719 void UpdateIndexAsync(const UpdateIndexRequestT& request, const UpdateIndexResponseReceivedHandler& handler,
2720 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2721 return SubmitAsync(&OpenSearchServiceClient::UpdateIndex, request, handler, context);
2722 }
2723
2733
2737 template <typename UpdatePackageRequestT = Model::UpdatePackageRequest>
2738 Model::UpdatePackageOutcomeCallable UpdatePackageCallable(const UpdatePackageRequestT& request) const {
2739 return SubmitCallable(&OpenSearchServiceClient::UpdatePackage, request);
2740 }
2741
2746 template <typename UpdatePackageRequestT = Model::UpdatePackageRequest>
2747 void UpdatePackageAsync(const UpdatePackageRequestT& request, const UpdatePackageResponseReceivedHandler& handler,
2748 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2749 return SubmitAsync(&OpenSearchServiceClient::UpdatePackage, request, handler, context);
2750 }
2751
2759
2764 template <typename UpdatePackageScopeRequestT = Model::UpdatePackageScopeRequest>
2765 Model::UpdatePackageScopeOutcomeCallable UpdatePackageScopeCallable(const UpdatePackageScopeRequestT& request) const {
2766 return SubmitCallable(&OpenSearchServiceClient::UpdatePackageScope, request);
2767 }
2768
2773 template <typename UpdatePackageScopeRequestT = Model::UpdatePackageScopeRequest>
2774 void UpdatePackageScopeAsync(const UpdatePackageScopeRequestT& request, const UpdatePackageScopeResponseReceivedHandler& handler,
2775 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2776 return SubmitAsync(&OpenSearchServiceClient::UpdatePackageScope, request, handler, context);
2777 }
2778
2790
2795 template <typename UpdateScheduledActionRequestT = Model::UpdateScheduledActionRequest>
2796 Model::UpdateScheduledActionOutcomeCallable UpdateScheduledActionCallable(const UpdateScheduledActionRequestT& request) const {
2797 return SubmitCallable(&OpenSearchServiceClient::UpdateScheduledAction, request);
2798 }
2799
2804 template <typename UpdateScheduledActionRequestT = Model::UpdateScheduledActionRequest>
2805 void UpdateScheduledActionAsync(const UpdateScheduledActionRequestT& request, const UpdateScheduledActionResponseReceivedHandler& handler,
2806 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2807 return SubmitAsync(&OpenSearchServiceClient::UpdateScheduledAction, request, handler, context);
2808 }
2809
2817
2822 template <typename UpdateVpcEndpointRequestT = Model::UpdateVpcEndpointRequest>
2823 Model::UpdateVpcEndpointOutcomeCallable UpdateVpcEndpointCallable(const UpdateVpcEndpointRequestT& request) const {
2824 return SubmitCallable(&OpenSearchServiceClient::UpdateVpcEndpoint, request);
2825 }
2826
2831 template <typename UpdateVpcEndpointRequestT = Model::UpdateVpcEndpointRequest>
2832 void UpdateVpcEndpointAsync(const UpdateVpcEndpointRequestT& request, const UpdateVpcEndpointResponseReceivedHandler& handler,
2833 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2834 return SubmitAsync(&OpenSearchServiceClient::UpdateVpcEndpoint, request, handler, context);
2835 }
2836
2845
2849 template <typename UpgradeDomainRequestT = Model::UpgradeDomainRequest>
2850 Model::UpgradeDomainOutcomeCallable UpgradeDomainCallable(const UpgradeDomainRequestT& request) const {
2851 return SubmitCallable(&OpenSearchServiceClient::UpgradeDomain, request);
2852 }
2853
2858 template <typename UpgradeDomainRequestT = Model::UpgradeDomainRequest>
2859 void UpgradeDomainAsync(const UpgradeDomainRequestT& request, const UpgradeDomainResponseReceivedHandler& handler,
2860 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2861 return SubmitAsync(&OpenSearchServiceClient::UpgradeDomain, request, handler, context);
2862 }
2863
2864 virtual void OverrideEndpoint(const Aws::String& endpoint);
2865 virtual std::shared_ptr<OpenSearchServiceEndpointProviderBase>& accessEndpointProvider();
2866
2867 private:
2869 void init(const OpenSearchServiceClientConfiguration& clientConfiguration);
2870
2872
2873 InvokeOperationOutcome InvokeServiceOperation(const AmazonWebServiceRequest& request,
2874 const std::function<void(Aws::Endpoint::ResolveEndpointOutcome&)>& resolveUri,
2875 Aws::Http::HttpMethod httpMethod) const;
2876
2877 OpenSearchServiceClientConfiguration m_clientConfiguration;
2878 std::shared_ptr<OpenSearchServiceEndpointProviderBase> m_endpointProvider;
2879};
2880
2881} // namespace OpenSearchService
2882} // namespace Aws
OpenSearchServiceClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
Model::ListVpcEndpointsForDomainOutcomeCallable ListVpcEndpointsForDomainCallable(const ListVpcEndpointsForDomainRequestT &request) const
void ListDomainsForPackageAsync(const ListDomainsForPackageRequestT &request, const ListDomainsForPackageResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::PutDefaultApplicationSettingOutcomeCallable PutDefaultApplicationSettingCallable(const PutDefaultApplicationSettingRequestT &request) const
virtual Model::UpdatePackageOutcome UpdatePackage(const Model::UpdatePackageRequest &request) const
Model::RemoveTagsOutcomeCallable RemoveTagsCallable(const RemoveTagsRequestT &request) const
Model::UpgradeDomainOutcomeCallable UpgradeDomainCallable(const UpgradeDomainRequestT &request) const
virtual Model::UpgradeDomainOutcome UpgradeDomain(const Model::UpgradeDomainRequest &request) const
void DeleteApplicationAsync(const DeleteApplicationRequestT &request, const DeleteApplicationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
OpenSearchServiceEndpointProvider EndpointProviderType
Model::StartMigrationOutcomeCallable StartMigrationCallable(const StartMigrationRequestT &request) const
OpenSearchServiceClientConfiguration ClientConfigurationType
virtual Model::AcceptInboundConnectionOutcome AcceptInboundConnection(const Model::AcceptInboundConnectionRequest &request) const
Model::DescribeDomainsOutcomeCallable DescribeDomainsCallable(const DescribeDomainsRequestT &request) const
Model::GetCapabilityOutcomeCallable GetCapabilityCallable(const GetCapabilityRequestT &request) const
virtual Model::CreatePackageOutcome CreatePackage(const Model::CreatePackageRequest &request) const
void CreateIndexAsync(const CreateIndexRequestT &request, const CreateIndexResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void PutDefaultApplicationSettingAsync(const PutDefaultApplicationSettingRequestT &request, const PutDefaultApplicationSettingResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListTagsAsync(const ListTagsRequestT &request, const ListTagsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdateDomainConfigAsync(const UpdateDomainConfigRequestT &request, const UpdateDomainConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListVpcEndpointAccessOutcome ListVpcEndpointAccess(const Model::ListVpcEndpointAccessRequest &request) const
Model::ListMigrationsOutcomeCallable ListMigrationsCallable(const ListMigrationsRequestT &request) const
void DescribeDomainAsync(const DescribeDomainRequestT &request, const DescribeDomainResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateVpcEndpointOutcomeCallable CreateVpcEndpointCallable(const CreateVpcEndpointRequestT &request) const
virtual Model::PutDefaultApplicationSettingOutcome PutDefaultApplicationSetting(const Model::PutDefaultApplicationSettingRequest &request) const
void RemoveTagsAsync(const RemoveTagsRequestT &request, const RemoveTagsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::CreateVpcEndpointOutcome CreateVpcEndpoint(const Model::CreateVpcEndpointRequest &request) const
void ListVpcEndpointsForDomainAsync(const ListVpcEndpointsForDomainRequestT &request, const ListVpcEndpointsForDomainResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::AuthorizeVpcEndpointAccessOutcome AuthorizeVpcEndpointAccess(const Model::AuthorizeVpcEndpointAccessRequest &request) const
Model::UpdatePackageScopeOutcomeCallable UpdatePackageScopeCallable(const UpdatePackageScopeRequestT &request) const
void DescribeReservedInstancesAsync(const DescribeReservedInstancesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeReservedInstancesRequestT &request={}) const
Model::DescribeDomainOutcomeCallable DescribeDomainCallable(const DescribeDomainRequestT &request) const
Model::DetachDataSourceOutcomeCallable DetachDataSourceCallable(const DetachDataSourceRequestT &request) const
Model::GetDirectQueryDataSourceOutcomeCallable GetDirectQueryDataSourceCallable(const GetDirectQueryDataSourceRequestT &request) const
Model::RevokeVpcEndpointAccessOutcomeCallable RevokeVpcEndpointAccessCallable(const RevokeVpcEndpointAccessRequestT &request) const
void RevokeVpcEndpointAccessAsync(const RevokeVpcEndpointAccessRequestT &request, const RevokeVpcEndpointAccessResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListVersionsOutcomeCallable ListVersionsCallable(const ListVersionsRequestT &request={}) const
virtual Model::DeregisterCapabilityOutcome DeregisterCapability(const Model::DeregisterCapabilityRequest &request) const
Model::CreateApplicationOutcomeCallable CreateApplicationCallable(const CreateApplicationRequestT &request) const
void DeleteIndexAsync(const DeleteIndexRequestT &request, const DeleteIndexResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::AddTagsOutcomeCallable AddTagsCallable(const AddTagsRequestT &request) const
void GetMigrationAsync(const GetMigrationRequestT &request, const GetMigrationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DescribePackagesOutcomeCallable DescribePackagesCallable(const DescribePackagesRequestT &request={}) const
void DescribeDomainAutoTunesAsync(const DescribeDomainAutoTunesRequestT &request, const DescribeDomainAutoTunesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::UpdateVpcEndpointOutcome UpdateVpcEndpoint(const Model::UpdateVpcEndpointRequest &request) const
OpenSearchServiceClient(const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::CancelDomainConfigChangeOutcome CancelDomainConfigChange(const Model::CancelDomainConfigChangeRequest &request) const
virtual Model::AssociatePackagesOutcome AssociatePackages(const Model::AssociatePackagesRequest &request) const
virtual Model::DeletePackageOutcome DeletePackage(const Model::DeletePackageRequest &request) const
virtual Model::GetCapabilityOutcome GetCapability(const Model::GetCapabilityRequest &request) const
virtual Model::ListScheduledActionsOutcome ListScheduledActions(const Model::ListScheduledActionsRequest &request) const
virtual Model::GetDataSourceOutcome GetDataSource(const Model::GetDataSourceRequest &request) const
void DescribeOutboundConnectionsAsync(const DescribeOutboundConnectionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeOutboundConnectionsRequestT &request={}) const
Model::UpdatePackageOutcomeCallable UpdatePackageCallable(const UpdatePackageRequestT &request) const
virtual Model::ListDataSourcesOutcome ListDataSources(const Model::ListDataSourcesRequest &request) const
Model::ListInstanceTypeDetailsOutcomeCallable ListInstanceTypeDetailsCallable(const ListInstanceTypeDetailsRequestT &request) const
void DescribeVpcEndpointsAsync(const DescribeVpcEndpointsRequestT &request, const DescribeVpcEndpointsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DescribeReservedInstanceOfferingsAsync(const DescribeReservedInstanceOfferingsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeReservedInstanceOfferingsRequestT &request={}) const
virtual Model::StartServiceSoftwareUpdateOutcome StartServiceSoftwareUpdate(const Model::StartServiceSoftwareUpdateRequest &request) const
virtual Model::DescribeReservedInstanceOfferingsOutcome DescribeReservedInstanceOfferings(const Model::DescribeReservedInstanceOfferingsRequest &request={}) const
Model::GetUpgradeHistoryOutcomeCallable GetUpgradeHistoryCallable(const GetUpgradeHistoryRequestT &request) const
Model::ListTagsOutcomeCallable ListTagsCallable(const ListTagsRequestT &request) const
OpenSearchServiceClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< OpenSearchServiceEndpointProviderBase > endpointProvider=nullptr, const Aws::OpenSearchService::OpenSearchServiceClientConfiguration &clientConfiguration=Aws::OpenSearchService::OpenSearchServiceClientConfiguration())
void UpdateScheduledActionAsync(const UpdateScheduledActionRequestT &request, const UpdateScheduledActionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::StartDomainMaintenanceOutcome StartDomainMaintenance(const Model::StartDomainMaintenanceRequest &request) const
Model::UpdateDataSourceOutcomeCallable UpdateDataSourceCallable(const UpdateDataSourceRequestT &request) const
virtual Model::UpdateIndexOutcome UpdateIndex(const Model::UpdateIndexRequest &request) const
void GetUpgradeStatusAsync(const GetUpgradeStatusRequestT &request, const GetUpgradeStatusResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListVpcEndpointsAsync(const ListVpcEndpointsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListVpcEndpointsRequestT &request={}) const
Model::AddDataSourceOutcomeCallable AddDataSourceCallable(const AddDataSourceRequestT &request) const
void DeleteVpcEndpointAsync(const DeleteVpcEndpointRequestT &request, const DeleteVpcEndpointResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreatePackageOutcomeCallable CreatePackageCallable(const CreatePackageRequestT &request) const
void ListVpcEndpointAccessAsync(const ListVpcEndpointAccessRequestT &request, const ListVpcEndpointAccessResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void AuthorizeVpcEndpointAccessAsync(const AuthorizeVpcEndpointAccessRequestT &request, const AuthorizeVpcEndpointAccessResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DeleteOutboundConnectionAsync(const DeleteOutboundConnectionRequestT &request, const DeleteOutboundConnectionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetCompatibleVersionsOutcome GetCompatibleVersions(const Model::GetCompatibleVersionsRequest &request={}) const
virtual Model::DescribeVpcEndpointsOutcome DescribeVpcEndpoints(const Model::DescribeVpcEndpointsRequest &request) const
virtual Model::DeleteDirectQueryDataSourceOutcome DeleteDirectQueryDataSource(const Model::DeleteDirectQueryDataSourceRequest &request) const
Model::UpdateApplicationOutcomeCallable UpdateApplicationCallable(const UpdateApplicationRequestT &request) const
OpenSearchServiceClient(const Aws::OpenSearchService::OpenSearchServiceClientConfiguration &clientConfiguration=Aws::OpenSearchService::OpenSearchServiceClientConfiguration(), std::shared_ptr< OpenSearchServiceEndpointProviderBase > endpointProvider=nullptr)
Model::ListVpcEndpointsOutcomeCallable ListVpcEndpointsCallable(const ListVpcEndpointsRequestT &request={}) const
Model::CancelDomainConfigChangeOutcomeCallable CancelDomainConfigChangeCallable(const CancelDomainConfigChangeRequestT &request) const
virtual Model::UpdateDataSourceOutcome UpdateDataSource(const Model::UpdateDataSourceRequest &request) const
virtual Model::AddDataSourceOutcome AddDataSource(const Model::AddDataSourceRequest &request) const
void GetCompatibleVersionsAsync(const GetCompatibleVersionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetCompatibleVersionsRequestT &request={}) const
Model::ListDirectQueryDataSourcesOutcomeCallable ListDirectQueryDataSourcesCallable(const ListDirectQueryDataSourcesRequestT &request={}) const
void UpgradeDomainAsync(const UpgradeDomainRequestT &request, const UpgradeDomainResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateOutboundConnectionOutcomeCallable CreateOutboundConnectionCallable(const CreateOutboundConnectionRequestT &request) const
Model::DeregisterCapabilityOutcomeCallable DeregisterCapabilityCallable(const DeregisterCapabilityRequestT &request) const
Model::ListPackagesForDomainOutcomeCallable ListPackagesForDomainCallable(const ListPackagesForDomainRequestT &request) const
void ListApplicationsAsync(const ListApplicationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListApplicationsRequestT &request={}) const
Model::DeleteInboundConnectionOutcomeCallable DeleteInboundConnectionCallable(const DeleteInboundConnectionRequestT &request) const
void DescribeInboundConnectionsAsync(const DescribeInboundConnectionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribeInboundConnectionsRequestT &request={}) const
Model::AttachDataSourceOutcomeCallable AttachDataSourceCallable(const AttachDataSourceRequestT &request) const
Model::DissociatePackagesOutcomeCallable DissociatePackagesCallable(const DissociatePackagesRequestT &request) const
virtual Model::DescribeDataSourceAttachmentOutcome DescribeDataSourceAttachment(const Model::DescribeDataSourceAttachmentRequest &request) const
Model::DescribeDomainNodesOutcomeCallable DescribeDomainNodesCallable(const DescribeDomainNodesRequestT &request) const
Model::DeleteDirectQueryDataSourceOutcomeCallable DeleteDirectQueryDataSourceCallable(const DeleteDirectQueryDataSourceRequestT &request) const
void DissociatePackagesAsync(const DissociatePackagesRequestT &request, const DissociatePackagesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DescribeDomainNodesAsync(const DescribeDomainNodesRequestT &request, const DescribeDomainNodesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void RollbackServiceSoftwareUpdateAsync(const RollbackServiceSoftwareUpdateRequestT &request, const RollbackServiceSoftwareUpdateResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListDomainsForPackageOutcomeCallable ListDomainsForPackageCallable(const ListDomainsForPackageRequestT &request) const
void GetCapabilityAsync(const GetCapabilityRequestT &request, const GetCapabilityResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void AcceptInboundConnectionAsync(const AcceptInboundConnectionRequestT &request, const AcceptInboundConnectionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DeletePackageOutcomeCallable DeletePackageCallable(const DeletePackageRequestT &request) const
virtual Model::DescribeInstanceTypeLimitsOutcome DescribeInstanceTypeLimits(const Model::DescribeInstanceTypeLimitsRequest &request) const
void ListInstanceTypeDetailsAsync(const ListInstanceTypeDetailsRequestT &request, const ListInstanceTypeDetailsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CancelDomainConfigChangeAsync(const CancelDomainConfigChangeRequestT &request, const CancelDomainConfigChangeResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DescribeDomainChangeProgressOutcome DescribeDomainChangeProgress(const Model::DescribeDomainChangeProgressRequest &request) const
Model::AssociatePackageOutcomeCallable AssociatePackageCallable(const AssociatePackageRequestT &request) const
void UpdatePackageAsync(const UpdatePackageRequestT &request, const UpdatePackageResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListDomainsForPackageOutcome ListDomainsForPackage(const Model::ListDomainsForPackageRequest &request) const
void DescribeDomainHealthAsync(const DescribeDomainHealthRequestT &request, const DescribeDomainHealthResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DeleteInboundConnectionAsync(const DeleteInboundConnectionRequestT &request, const DeleteInboundConnectionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListPackagesForDomainAsync(const ListPackagesForDomainRequestT &request, const ListPackagesForDomainResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DissociatePackagesOutcome DissociatePackages(const Model::DissociatePackagesRequest &request) const
virtual Model::DescribeDomainOutcome DescribeDomain(const Model::DescribeDomainRequest &request) const
void DescribeDomainChangeProgressAsync(const DescribeDomainChangeProgressRequestT &request, const DescribeDomainChangeProgressResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetDefaultApplicationSettingOutcome GetDefaultApplicationSetting(const Model::GetDefaultApplicationSettingRequest &request={}) const
Model::DeleteOutboundConnectionOutcomeCallable DeleteOutboundConnectionCallable(const DeleteOutboundConnectionRequestT &request) const
virtual Model::ListPackagesForDomainOutcome ListPackagesForDomain(const Model::ListPackagesForDomainRequest &request) const
Model::DescribeOutboundConnectionsOutcomeCallable DescribeOutboundConnectionsCallable(const DescribeOutboundConnectionsRequestT &request={}) const
virtual Model::DescribeDryRunProgressOutcome DescribeDryRunProgress(const Model::DescribeDryRunProgressRequest &request) const
void DetachDataSourceAsync(const DetachDataSourceRequestT &request, const DetachDataSourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DescribeReservedInstanceOfferingsOutcomeCallable DescribeReservedInstanceOfferingsCallable(const DescribeReservedInstanceOfferingsRequestT &request={}) const
virtual Model::ListTagsOutcome ListTags(const Model::ListTagsRequest &request) const
virtual Model::ListDomainMaintenancesOutcome ListDomainMaintenances(const Model::ListDomainMaintenancesRequest &request) const
void GetApplicationAsync(const GetApplicationRequestT &request, const GetApplicationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetMigrationOutcome GetMigration(const Model::GetMigrationRequest &request) const
Model::DescribeDomainAutoTunesOutcomeCallable DescribeDomainAutoTunesCallable(const DescribeDomainAutoTunesRequestT &request) const
void DeleteDirectQueryDataSourceAsync(const DeleteDirectQueryDataSourceRequestT &request, const DeleteDirectQueryDataSourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void AssociatePackagesAsync(const AssociatePackagesRequestT &request, const AssociatePackagesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DescribeDomainHealthOutcome DescribeDomainHealth(const Model::DescribeDomainHealthRequest &request) const
virtual Model::AssociatePackageOutcome AssociatePackage(const Model::AssociatePackageRequest &request) const
void CreateApplicationAsync(const CreateApplicationRequestT &request, const CreateApplicationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetUpgradeStatusOutcomeCallable GetUpgradeStatusCallable(const GetUpgradeStatusRequestT &request) const
Model::DissociatePackageOutcomeCallable DissociatePackageCallable(const DissociatePackageRequestT &request) const
void AddTagsAsync(const AddTagsRequestT &request, const AddTagsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetPackageVersionHistoryOutcomeCallable GetPackageVersionHistoryCallable(const GetPackageVersionHistoryRequestT &request) const
virtual Model::DescribeOutboundConnectionsOutcome DescribeOutboundConnections(const Model::DescribeOutboundConnectionsRequest &request={}) const
Model::StartServiceSoftwareUpdateOutcomeCallable StartServiceSoftwareUpdateCallable(const StartServiceSoftwareUpdateRequestT &request) const
virtual Model::CancelServiceSoftwareUpdateOutcome CancelServiceSoftwareUpdate(const Model::CancelServiceSoftwareUpdateRequest &request) const
void GetPackageVersionHistoryAsync(const GetPackageVersionHistoryRequestT &request, const GetPackageVersionHistoryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::AddTagsOutcome AddTags(const Model::AddTagsRequest &request) const
void DeleteDataSourceAsync(const DeleteDataSourceRequestT &request, const DeleteDataSourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::CreateIndexOutcome CreateIndex(const Model::CreateIndexRequest &request) const
virtual Model::RegisterCapabilityOutcome RegisterCapability(const Model::RegisterCapabilityRequest &request) const
virtual Model::GetPackageVersionHistoryOutcome GetPackageVersionHistory(const Model::GetPackageVersionHistoryRequest &request) const
Model::RegisterCapabilityOutcomeCallable RegisterCapabilityCallable(const RegisterCapabilityRequestT &request) const
Model::UpdateVpcEndpointOutcomeCallable UpdateVpcEndpointCallable(const UpdateVpcEndpointRequestT &request) const
virtual Model::DeleteInboundConnectionOutcome DeleteInboundConnection(const Model::DeleteInboundConnectionRequest &request) const
void DescribeDomainConfigAsync(const DescribeDomainConfigRequestT &request, const DescribeDomainConfigResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void InsightFeedbackAsync(const InsightFeedbackRequestT &request, const InsightFeedbackResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DescribeDomainConfigOutcomeCallable DescribeDomainConfigCallable(const DescribeDomainConfigRequestT &request) const
void DescribeDataSourceAttachmentAsync(const DescribeDataSourceAttachmentRequestT &request, const DescribeDataSourceAttachmentResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdateDirectQueryDataSourceAsync(const UpdateDirectQueryDataSourceRequestT &request, const UpdateDirectQueryDataSourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DescribeInboundConnectionsOutcome DescribeInboundConnections(const Model::DescribeInboundConnectionsRequest &request={}) const
virtual Model::GetUpgradeStatusOutcome GetUpgradeStatus(const Model::GetUpgradeStatusRequest &request) const
void GetDefaultApplicationSettingAsync(const GetDefaultApplicationSettingResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const GetDefaultApplicationSettingRequestT &request={}) const
void CreatePackageAsync(const CreatePackageRequestT &request, const CreatePackageResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::RejectInboundConnectionOutcomeCallable RejectInboundConnectionCallable(const RejectInboundConnectionRequestT &request) const
void CancelServiceSoftwareUpdateAsync(const CancelServiceSoftwareUpdateRequestT &request, const CancelServiceSoftwareUpdateResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual void OverrideEndpoint(const Aws::String &endpoint)
void ListDataSourceAttachmentsAsync(const ListDataSourceAttachmentsRequestT &request, const ListDataSourceAttachmentsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListDirectQueryDataSourcesOutcome ListDirectQueryDataSources(const Model::ListDirectQueryDataSourcesRequest &request={}) const
Model::DeleteVpcEndpointOutcomeCallable DeleteVpcEndpointCallable(const DeleteVpcEndpointRequestT &request) const
void DescribePackagesAsync(const DescribePackagesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const DescribePackagesRequestT &request={}) const
virtual Model::UpdateDomainConfigOutcome UpdateDomainConfig(const Model::UpdateDomainConfigRequest &request) const
virtual Model::ListInstanceTypeDetailsOutcome ListInstanceTypeDetails(const Model::ListInstanceTypeDetailsRequest &request) const
virtual Model::DescribeInsightDetailsOutcome DescribeInsightDetails(const Model::DescribeInsightDetailsRequest &request) const
Model::DeleteIndexOutcomeCallable DeleteIndexCallable(const DeleteIndexRequestT &request) const
virtual Model::DeleteApplicationOutcome DeleteApplication(const Model::DeleteApplicationRequest &request) const
Model::GetApplicationOutcomeCallable GetApplicationCallable(const GetApplicationRequestT &request) const
void ListDomainNamesAsync(const ListDomainNamesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListDomainNamesRequestT &request={}) const
virtual Model::RemoveTagsOutcome RemoveTags(const Model::RemoveTagsRequest &request) const
void DissociatePackageAsync(const DissociatePackageRequestT &request, const DissociatePackageResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::RevokeVpcEndpointAccessOutcome RevokeVpcEndpointAccess(const Model::RevokeVpcEndpointAccessRequest &request) const
void DeletePackageAsync(const DeletePackageRequestT &request, const DeletePackageResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DescribeDomainNodesOutcome DescribeDomainNodes(const Model::DescribeDomainNodesRequest &request) const
Model::DescribeInsightDetailsOutcomeCallable DescribeInsightDetailsCallable(const DescribeInsightDetailsRequestT &request) const
void ListDataSourcesAsync(const ListDataSourcesRequestT &request, const ListDataSourcesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListDomainMaintenancesOutcomeCallable ListDomainMaintenancesCallable(const ListDomainMaintenancesRequestT &request) const
Model::AssociatePackagesOutcomeCallable AssociatePackagesCallable(const AssociatePackagesRequestT &request) const
Model::StartDomainMaintenanceOutcomeCallable StartDomainMaintenanceCallable(const StartDomainMaintenanceRequestT &request) const
void AddDirectQueryDataSourceAsync(const AddDirectQueryDataSourceRequestT &request, const AddDirectQueryDataSourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DeleteIndexOutcome DeleteIndex(const Model::DeleteIndexRequest &request) const
Model::UpdateDomainConfigOutcomeCallable UpdateDomainConfigCallable(const UpdateDomainConfigRequestT &request) const
OpenSearchServiceClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
Model::UpdateIndexOutcomeCallable UpdateIndexCallable(const UpdateIndexRequestT &request) const
Model::DescribeDomainChangeProgressOutcomeCallable DescribeDomainChangeProgressCallable(const DescribeDomainChangeProgressRequestT &request) const
void DeregisterCapabilityAsync(const DeregisterCapabilityRequestT &request, const DeregisterCapabilityResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DescribeReservedInstancesOutcomeCallable DescribeReservedInstancesCallable(const DescribeReservedInstancesRequestT &request={}) const
void GetUpgradeHistoryAsync(const GetUpgradeHistoryRequestT &request, const GetUpgradeHistoryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetUpgradeHistoryOutcome GetUpgradeHistory(const Model::GetUpgradeHistoryRequest &request) const
Model::DeleteApplicationOutcomeCallable DeleteApplicationCallable(const DeleteApplicationRequestT &request) const
virtual Model::RollbackServiceSoftwareUpdateOutcome RollbackServiceSoftwareUpdate(const Model::RollbackServiceSoftwareUpdateRequest &request) const
void CreateOutboundConnectionAsync(const CreateOutboundConnectionRequestT &request, const CreateOutboundConnectionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::StartMigrationOutcome StartMigration(const Model::StartMigrationRequest &request) const
Model::ListInsightsOutcomeCallable ListInsightsCallable(const ListInsightsRequestT &request) const
void ListDomainMaintenancesAsync(const ListDomainMaintenancesRequestT &request, const ListDomainMaintenancesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdateVpcEndpointAsync(const UpdateVpcEndpointRequestT &request, const UpdateVpcEndpointResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::InsightFeedbackOutcomeCallable InsightFeedbackCallable(const InsightFeedbackRequestT &request) const
Model::ListVpcEndpointAccessOutcomeCallable ListVpcEndpointAccessCallable(const ListVpcEndpointAccessRequestT &request) const
void GetDomainMaintenanceStatusAsync(const GetDomainMaintenanceStatusRequestT &request, const GetDomainMaintenanceStatusResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DescribeDataSourceAttachmentOutcomeCallable DescribeDataSourceAttachmentCallable(const DescribeDataSourceAttachmentRequestT &request) const
virtual Model::DeleteDataSourceOutcome DeleteDataSource(const Model::DeleteDataSourceRequest &request) const
void DeleteDomainAsync(const DeleteDomainRequestT &request, const DeleteDomainResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DeleteDomainOutcomeCallable DeleteDomainCallable(const DeleteDomainRequestT &request) const
virtual Model::DissociatePackageOutcome DissociatePackage(const Model::DissociatePackageRequest &request) const
void PurchaseReservedInstanceOfferingAsync(const PurchaseReservedInstanceOfferingRequestT &request, const PurchaseReservedInstanceOfferingResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DescribeInboundConnectionsOutcomeCallable DescribeInboundConnectionsCallable(const DescribeInboundConnectionsRequestT &request={}) const
Model::DescribeDryRunProgressOutcomeCallable DescribeDryRunProgressCallable(const DescribeDryRunProgressRequestT &request) const
Model::AcceptInboundConnectionOutcomeCallable AcceptInboundConnectionCallable(const AcceptInboundConnectionRequestT &request) const
virtual Model::PurchaseReservedInstanceOfferingOutcome PurchaseReservedInstanceOffering(const Model::PurchaseReservedInstanceOfferingRequest &request) const
void ListScheduledActionsAsync(const ListScheduledActionsRequestT &request, const ListScheduledActionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void StartServiceSoftwareUpdateAsync(const StartServiceSoftwareUpdateRequestT &request, const StartServiceSoftwareUpdateResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DescribePackagesOutcome DescribePackages(const Model::DescribePackagesRequest &request={}) const
void StartDomainMaintenanceAsync(const StartDomainMaintenanceRequestT &request, const StartDomainMaintenanceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::AddDirectQueryDataSourceOutcome AddDirectQueryDataSource(const Model::AddDirectQueryDataSourceRequest &request) const
Model::ListScheduledActionsOutcomeCallable ListScheduledActionsCallable(const ListScheduledActionsRequestT &request) const
virtual Model::DescribeDomainAutoTunesOutcome DescribeDomainAutoTunes(const Model::DescribeDomainAutoTunesRequest &request) const
virtual Model::DeleteDomainOutcome DeleteDomain(const Model::DeleteDomainRequest &request) const
OpenSearchServiceClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< OpenSearchServiceEndpointProviderBase > endpointProvider=nullptr, const Aws::OpenSearchService::OpenSearchServiceClientConfiguration &clientConfiguration=Aws::OpenSearchService::OpenSearchServiceClientConfiguration())
virtual Model::DetachDataSourceOutcome DetachDataSource(const Model::DetachDataSourceRequest &request) const
Model::CancelServiceSoftwareUpdateOutcomeCallable CancelServiceSoftwareUpdateCallable(const CancelServiceSoftwareUpdateRequestT &request) const
virtual Model::ListVpcEndpointsForDomainOutcome ListVpcEndpointsForDomain(const Model::ListVpcEndpointsForDomainRequest &request) const
void DescribeInsightDetailsAsync(const DescribeInsightDetailsRequestT &request, const DescribeInsightDetailsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListDirectQueryDataSourcesAsync(const ListDirectQueryDataSourcesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListDirectQueryDataSourcesRequestT &request={}) const
Model::ListDataSourcesOutcomeCallable ListDataSourcesCallable(const ListDataSourcesRequestT &request) const
virtual Model::ListVersionsOutcome ListVersions(const Model::ListVersionsRequest &request={}) const
void DescribeInstanceTypeLimitsAsync(const DescribeInstanceTypeLimitsRequestT &request, const DescribeInstanceTypeLimitsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateDomainOutcomeCallable CreateDomainCallable(const CreateDomainRequestT &request) const
void ListInsightsAsync(const ListInsightsRequestT &request, const ListInsightsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateIndexOutcomeCallable CreateIndexCallable(const CreateIndexRequestT &request) const
virtual Model::AttachDataSourceOutcome AttachDataSource(const Model::AttachDataSourceRequest &request) const
void UpdateDataSourceAsync(const UpdateDataSourceRequestT &request, const UpdateDataSourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetMigrationOutcomeCallable GetMigrationCallable(const GetMigrationRequestT &request) const
void DescribeDryRunProgressAsync(const DescribeDryRunProgressRequestT &request, const DescribeDryRunProgressResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListApplicationsOutcome ListApplications(const Model::ListApplicationsRequest &request={}) const
Model::GetDataSourceOutcomeCallable GetDataSourceCallable(const GetDataSourceRequestT &request) const
virtual Model::ListInsightsOutcome ListInsights(const Model::ListInsightsRequest &request) const
virtual Model::ListVpcEndpointsOutcome ListVpcEndpoints(const Model::ListVpcEndpointsRequest &request={}) const
virtual Model::CreateDomainOutcome CreateDomain(const Model::CreateDomainRequest &request) const
Model::GetIndexOutcomeCallable GetIndexCallable(const GetIndexRequestT &request) const
virtual Model::UpdateDirectQueryDataSourceOutcome UpdateDirectQueryDataSource(const Model::UpdateDirectQueryDataSourceRequest &request) const
Model::ListDataSourceAttachmentsOutcomeCallable ListDataSourceAttachmentsCallable(const ListDataSourceAttachmentsRequestT &request) const
void DescribeDomainsAsync(const DescribeDomainsRequestT &request, const DescribeDomainsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DescribeDomainConfigOutcome DescribeDomainConfig(const Model::DescribeDomainConfigRequest &request) const
virtual Model::ListDataSourceAttachmentsOutcome ListDataSourceAttachments(const Model::ListDataSourceAttachmentsRequest &request) const
void GetDirectQueryDataSourceAsync(const GetDirectQueryDataSourceRequestT &request, const GetDirectQueryDataSourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DescribeDomainHealthOutcomeCallable DescribeDomainHealthCallable(const DescribeDomainHealthRequestT &request) const
virtual Model::GetIndexOutcome GetIndex(const Model::GetIndexRequest &request) const
void GetIndexAsync(const GetIndexRequestT &request, const GetIndexResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void AddDataSourceAsync(const AddDataSourceRequestT &request, const AddDataSourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListVersionsAsync(const ListVersionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListVersionsRequestT &request={}) const
Model::GetDefaultApplicationSettingOutcomeCallable GetDefaultApplicationSettingCallable(const GetDefaultApplicationSettingRequestT &request={}) const
virtual std::shared_ptr< OpenSearchServiceEndpointProviderBase > & accessEndpointProvider()
Model::GetCompatibleVersionsOutcomeCallable GetCompatibleVersionsCallable(const GetCompatibleVersionsRequestT &request={}) const
Model::UpdateDirectQueryDataSourceOutcomeCallable UpdateDirectQueryDataSourceCallable(const UpdateDirectQueryDataSourceRequestT &request) const
void UpdateApplicationAsync(const UpdateApplicationRequestT &request, const UpdateApplicationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void RejectInboundConnectionAsync(const RejectInboundConnectionRequestT &request, const RejectInboundConnectionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListDomainNamesOutcomeCallable ListDomainNamesCallable(const ListDomainNamesRequestT &request={}) const
Model::GetDomainMaintenanceStatusOutcomeCallable GetDomainMaintenanceStatusCallable(const GetDomainMaintenanceStatusRequestT &request) const
virtual Model::GetApplicationOutcome GetApplication(const Model::GetApplicationRequest &request) const
void RegisterCapabilityAsync(const RegisterCapabilityRequestT &request, const RegisterCapabilityResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::RollbackServiceSoftwareUpdateOutcomeCallable RollbackServiceSoftwareUpdateCallable(const RollbackServiceSoftwareUpdateRequestT &request) const
Model::DeleteDataSourceOutcomeCallable DeleteDataSourceCallable(const DeleteDataSourceRequestT &request) const
virtual Model::InsightFeedbackOutcome InsightFeedback(const Model::InsightFeedbackRequest &request) const
void UpdatePackageScopeAsync(const UpdatePackageScopeRequestT &request, const UpdatePackageScopeResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListApplicationsOutcomeCallable ListApplicationsCallable(const ListApplicationsRequestT &request={}) const
void StartMigrationAsync(const StartMigrationRequestT &request, const StartMigrationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetDataSourceAsync(const GetDataSourceRequestT &request, const GetDataSourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::AddDirectQueryDataSourceOutcomeCallable AddDirectQueryDataSourceCallable(const AddDirectQueryDataSourceRequestT &request) const
Model::UpdateScheduledActionOutcomeCallable UpdateScheduledActionCallable(const UpdateScheduledActionRequestT &request) const
virtual Model::DeleteOutboundConnectionOutcome DeleteOutboundConnection(const Model::DeleteOutboundConnectionRequest &request) const
virtual Model::UpdatePackageScopeOutcome UpdatePackageScope(const Model::UpdatePackageScopeRequest &request) const
void ListMigrationsAsync(const ListMigrationsRequestT &request, const ListMigrationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void AssociatePackageAsync(const AssociatePackageRequestT &request, const AssociatePackageResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DescribeDomainsOutcome DescribeDomains(const Model::DescribeDomainsRequest &request) const
virtual Model::GetDomainMaintenanceStatusOutcome GetDomainMaintenanceStatus(const Model::GetDomainMaintenanceStatusRequest &request) const
Model::DescribeInstanceTypeLimitsOutcomeCallable DescribeInstanceTypeLimitsCallable(const DescribeInstanceTypeLimitsRequestT &request) const
virtual Model::ListMigrationsOutcome ListMigrations(const Model::ListMigrationsRequest &request) const
virtual Model::CreateOutboundConnectionOutcome CreateOutboundConnection(const Model::CreateOutboundConnectionRequest &request) const
virtual Model::CreateApplicationOutcome CreateApplication(const Model::CreateApplicationRequest &request) const
virtual Model::GetDirectQueryDataSourceOutcome GetDirectQueryDataSource(const Model::GetDirectQueryDataSourceRequest &request) const
virtual Model::UpdateApplicationOutcome UpdateApplication(const Model::UpdateApplicationRequest &request) const
Model::AuthorizeVpcEndpointAccessOutcomeCallable AuthorizeVpcEndpointAccessCallable(const AuthorizeVpcEndpointAccessRequestT &request) const
virtual Model::DeleteVpcEndpointOutcome DeleteVpcEndpoint(const Model::DeleteVpcEndpointRequest &request) const
virtual Model::DescribeReservedInstancesOutcome DescribeReservedInstances(const Model::DescribeReservedInstancesRequest &request={}) const
void CreateDomainAsync(const CreateDomainRequestT &request, const CreateDomainResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdateIndexAsync(const UpdateIndexRequestT &request, const UpdateIndexResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CreateVpcEndpointAsync(const CreateVpcEndpointRequestT &request, const CreateVpcEndpointResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void AttachDataSourceAsync(const AttachDataSourceRequestT &request, const AttachDataSourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DescribeVpcEndpointsOutcomeCallable DescribeVpcEndpointsCallable(const DescribeVpcEndpointsRequestT &request) const
Model::PurchaseReservedInstanceOfferingOutcomeCallable PurchaseReservedInstanceOfferingCallable(const PurchaseReservedInstanceOfferingRequestT &request) const
virtual Model::ListDomainNamesOutcome ListDomainNames(const Model::ListDomainNamesRequest &request={}) const
virtual Model::UpdateScheduledActionOutcome UpdateScheduledAction(const Model::UpdateScheduledActionRequest &request) const
virtual Model::RejectInboundConnectionOutcome RejectInboundConnection(const Model::RejectInboundConnectionRequest &request) const
std::future< AssociatePackageOutcome > AssociatePackageOutcomeCallable
std::future< DescribeDomainOutcome > DescribeDomainOutcomeCallable
std::future< DeregisterCapabilityOutcome > DeregisterCapabilityOutcomeCallable
std::future< DescribeOutboundConnectionsOutcome > DescribeOutboundConnectionsOutcomeCallable
std::future< CreateApplicationOutcome > CreateApplicationOutcomeCallable
std::future< DescribeReservedInstanceOfferingsOutcome > DescribeReservedInstanceOfferingsOutcomeCallable
std::future< CreateOutboundConnectionOutcome > CreateOutboundConnectionOutcomeCallable
std::future< UpdateApplicationOutcome > UpdateApplicationOutcomeCallable
std::future< ListDataSourceAttachmentsOutcome > ListDataSourceAttachmentsOutcomeCallable
std::future< AssociatePackagesOutcome > AssociatePackagesOutcomeCallable
std::future< ListDataSourcesOutcome > ListDataSourcesOutcomeCallable
std::future< GetDirectQueryDataSourceOutcome > GetDirectQueryDataSourceOutcomeCallable
std::future< UpdateDataSourceOutcome > UpdateDataSourceOutcomeCallable
std::future< RemoveTagsOutcome > RemoveTagsOutcomeCallable
std::future< DescribeInsightDetailsOutcome > DescribeInsightDetailsOutcomeCallable
std::future< UpdateVpcEndpointOutcome > UpdateVpcEndpointOutcomeCallable
std::future< UpdatePackageOutcome > UpdatePackageOutcomeCallable
std::future< GetDefaultApplicationSettingOutcome > GetDefaultApplicationSettingOutcomeCallable
std::future< DescribeReservedInstancesOutcome > DescribeReservedInstancesOutcomeCallable
std::future< CreateVpcEndpointOutcome > CreateVpcEndpointOutcomeCallable
std::future< ListVpcEndpointAccessOutcome > ListVpcEndpointAccessOutcomeCallable
std::future< CreateDomainOutcome > CreateDomainOutcomeCallable
std::future< AddDirectQueryDataSourceOutcome > AddDirectQueryDataSourceOutcomeCallable
std::future< DescribeDataSourceAttachmentOutcome > DescribeDataSourceAttachmentOutcomeCallable
std::future< DeleteApplicationOutcome > DeleteApplicationOutcomeCallable
std::future< GetDataSourceOutcome > GetDataSourceOutcomeCallable
std::future< ListApplicationsOutcome > ListApplicationsOutcomeCallable
std::future< CancelDomainConfigChangeOutcome > CancelDomainConfigChangeOutcomeCallable
std::future< StartServiceSoftwareUpdateOutcome > StartServiceSoftwareUpdateOutcomeCallable
std::future< DeleteVpcEndpointOutcome > DeleteVpcEndpointOutcomeCallable
std::future< DeleteDataSourceOutcome > DeleteDataSourceOutcomeCallable
std::future< ListInsightsOutcome > ListInsightsOutcomeCallable
std::future< PurchaseReservedInstanceOfferingOutcome > PurchaseReservedInstanceOfferingOutcomeCallable
std::future< DeleteDirectQueryDataSourceOutcome > DeleteDirectQueryDataSourceOutcomeCallable
std::future< ListInstanceTypeDetailsOutcome > ListInstanceTypeDetailsOutcomeCallable
std::future< ListVersionsOutcome > ListVersionsOutcomeCallable
std::future< AddDataSourceOutcome > AddDataSourceOutcomeCallable
std::future< RollbackServiceSoftwareUpdateOutcome > RollbackServiceSoftwareUpdateOutcomeCallable
std::future< DeleteIndexOutcome > DeleteIndexOutcomeCallable
std::future< StartDomainMaintenanceOutcome > StartDomainMaintenanceOutcomeCallable
std::future< UpdateScheduledActionOutcome > UpdateScheduledActionOutcomeCallable
std::future< RejectInboundConnectionOutcome > RejectInboundConnectionOutcomeCallable
std::future< ListMigrationsOutcome > ListMigrationsOutcomeCallable
std::future< UpgradeDomainOutcome > UpgradeDomainOutcomeCallable
std::future< ListDomainsForPackageOutcome > ListDomainsForPackageOutcomeCallable
std::future< DescribeDomainsOutcome > DescribeDomainsOutcomeCallable
std::future< GetUpgradeHistoryOutcome > GetUpgradeHistoryOutcomeCallable
std::future< DescribeVpcEndpointsOutcome > DescribeVpcEndpointsOutcomeCallable
std::future< InsightFeedbackOutcome > InsightFeedbackOutcomeCallable
std::future< ListTagsOutcome > ListTagsOutcomeCallable
std::future< DissociatePackagesOutcome > DissociatePackagesOutcomeCallable
std::future< ListScheduledActionsOutcome > ListScheduledActionsOutcomeCallable
std::future< CreateIndexOutcome > CreateIndexOutcomeCallable
std::future< UpdateIndexOutcome > UpdateIndexOutcomeCallable
std::future< GetCompatibleVersionsOutcome > GetCompatibleVersionsOutcomeCallable
std::future< GetMigrationOutcome > GetMigrationOutcomeCallable
std::future< DescribeDryRunProgressOutcome > DescribeDryRunProgressOutcomeCallable
std::future< AuthorizeVpcEndpointAccessOutcome > AuthorizeVpcEndpointAccessOutcomeCallable
std::future< AddTagsOutcome > AddTagsOutcomeCallable
std::future< ListPackagesForDomainOutcome > ListPackagesForDomainOutcomeCallable
std::future< DescribeInboundConnectionsOutcome > DescribeInboundConnectionsOutcomeCallable
std::future< GetUpgradeStatusOutcome > GetUpgradeStatusOutcomeCallable
std::future< DescribePackagesOutcome > DescribePackagesOutcomeCallable
std::future< StartMigrationOutcome > StartMigrationOutcomeCallable
std::future< DetachDataSourceOutcome > DetachDataSourceOutcomeCallable
std::future< DissociatePackageOutcome > DissociatePackageOutcomeCallable
std::future< GetPackageVersionHistoryOutcome > GetPackageVersionHistoryOutcomeCallable
std::future< GetIndexOutcome > GetIndexOutcomeCallable
std::future< GetCapabilityOutcome > GetCapabilityOutcomeCallable
std::future< DescribeDomainChangeProgressOutcome > DescribeDomainChangeProgressOutcomeCallable
std::future< PutDefaultApplicationSettingOutcome > PutDefaultApplicationSettingOutcomeCallable
std::future< DeleteInboundConnectionOutcome > DeleteInboundConnectionOutcomeCallable
std::future< DescribeDomainConfigOutcome > DescribeDomainConfigOutcomeCallable
std::future< AcceptInboundConnectionOutcome > AcceptInboundConnectionOutcomeCallable
std::future< UpdateDomainConfigOutcome > UpdateDomainConfigOutcomeCallable
std::future< ListDirectQueryDataSourcesOutcome > ListDirectQueryDataSourcesOutcomeCallable
std::future< DeletePackageOutcome > DeletePackageOutcomeCallable
std::future< GetApplicationOutcome > GetApplicationOutcomeCallable
std::future< GetDomainMaintenanceStatusOutcome > GetDomainMaintenanceStatusOutcomeCallable
std::future< DescribeDomainAutoTunesOutcome > DescribeDomainAutoTunesOutcomeCallable
std::future< DeleteDomainOutcome > DeleteDomainOutcomeCallable
std::future< RevokeVpcEndpointAccessOutcome > RevokeVpcEndpointAccessOutcomeCallable
std::future< DescribeDomainHealthOutcome > DescribeDomainHealthOutcomeCallable
std::future< ListDomainNamesOutcome > ListDomainNamesOutcomeCallable
std::future< ListDomainMaintenancesOutcome > ListDomainMaintenancesOutcomeCallable
std::future< AttachDataSourceOutcome > AttachDataSourceOutcomeCallable
std::future< DescribeInstanceTypeLimitsOutcome > DescribeInstanceTypeLimitsOutcomeCallable
std::future< UpdateDirectQueryDataSourceOutcome > UpdateDirectQueryDataSourceOutcomeCallable
std::future< DeleteOutboundConnectionOutcome > DeleteOutboundConnectionOutcomeCallable
std::future< ListVpcEndpointsForDomainOutcome > ListVpcEndpointsForDomainOutcomeCallable
std::future< UpdatePackageScopeOutcome > UpdatePackageScopeOutcomeCallable
std::future< ListVpcEndpointsOutcome > ListVpcEndpointsOutcomeCallable
std::future< CancelServiceSoftwareUpdateOutcome > CancelServiceSoftwareUpdateOutcomeCallable
std::future< DescribeDomainNodesOutcome > DescribeDomainNodesOutcomeCallable
std::future< CreatePackageOutcome > CreatePackageOutcomeCallable
std::future< RegisterCapabilityOutcome > RegisterCapabilityOutcomeCallable
std::function< void(const OpenSearchServiceClient *, const Model::GetDomainMaintenanceStatusRequest &, const Model::GetDomainMaintenanceStatusOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDomainMaintenanceStatusResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::UpdatePackageScopeRequest &, const Model::UpdatePackageScopeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdatePackageScopeResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::ListInstanceTypeDetailsRequest &, const Model::ListInstanceTypeDetailsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListInstanceTypeDetailsResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::ListPackagesForDomainRequest &, const Model::ListPackagesForDomainOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListPackagesForDomainResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::AddTagsRequest &, const Model::AddTagsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AddTagsResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::CancelDomainConfigChangeRequest &, const Model::CancelDomainConfigChangeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CancelDomainConfigChangeResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::CreateApplicationRequest &, const Model::CreateApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateApplicationResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::RemoveTagsRequest &, const Model::RemoveTagsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RemoveTagsResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::GetCapabilityRequest &, const Model::GetCapabilityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCapabilityResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::ListDirectQueryDataSourcesRequest &, const Model::ListDirectQueryDataSourcesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDirectQueryDataSourcesResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DescribeOutboundConnectionsRequest &, const Model::DescribeOutboundConnectionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeOutboundConnectionsResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DescribeInsightDetailsRequest &, const Model::DescribeInsightDetailsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeInsightDetailsResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::GetCompatibleVersionsRequest &, const Model::GetCompatibleVersionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCompatibleVersionsResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DeletePackageRequest &, const Model::DeletePackageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeletePackageResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DeleteInboundConnectionRequest &, const Model::DeleteInboundConnectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteInboundConnectionResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::CreateOutboundConnectionRequest &, const Model::CreateOutboundConnectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateOutboundConnectionResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::ListTagsRequest &, const Model::ListTagsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DescribePackagesRequest &, const Model::DescribePackagesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribePackagesResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DescribeDomainChangeProgressRequest &, const Model::DescribeDomainChangeProgressOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeDomainChangeProgressResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DescribeDomainsRequest &, const Model::DescribeDomainsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeDomainsResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::AddDataSourceRequest &, const Model::AddDataSourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AddDataSourceResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::RevokeVpcEndpointAccessRequest &, const Model::RevokeVpcEndpointAccessOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RevokeVpcEndpointAccessResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DescribeInboundConnectionsRequest &, const Model::DescribeInboundConnectionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeInboundConnectionsResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::CreateDomainRequest &, const Model::CreateDomainOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateDomainResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::CreatePackageRequest &, const Model::CreatePackageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreatePackageResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::GetDataSourceRequest &, const Model::GetDataSourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDataSourceResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DescribeInstanceTypeLimitsRequest &, const Model::DescribeInstanceTypeLimitsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeInstanceTypeLimitsResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::PutDefaultApplicationSettingRequest &, const Model::PutDefaultApplicationSettingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutDefaultApplicationSettingResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::ListInsightsRequest &, const Model::ListInsightsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListInsightsResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DescribeReservedInstanceOfferingsRequest &, const Model::DescribeReservedInstanceOfferingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeReservedInstanceOfferingsResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::ListVpcEndpointAccessRequest &, const Model::ListVpcEndpointAccessOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListVpcEndpointAccessResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::UpdateVpcEndpointRequest &, const Model::UpdateVpcEndpointOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateVpcEndpointResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DeleteOutboundConnectionRequest &, const Model::DeleteOutboundConnectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteOutboundConnectionResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DescribeDataSourceAttachmentRequest &, const Model::DescribeDataSourceAttachmentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeDataSourceAttachmentResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::ListVersionsRequest &, const Model::ListVersionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListVersionsResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DeleteApplicationRequest &, const Model::DeleteApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteApplicationResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DetachDataSourceRequest &, const Model::DetachDataSourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DetachDataSourceResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::ListDomainNamesRequest &, const Model::ListDomainNamesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDomainNamesResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::UpdateIndexRequest &, const Model::UpdateIndexOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateIndexResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::GetIndexRequest &, const Model::GetIndexOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetIndexResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DescribeVpcEndpointsRequest &, const Model::DescribeVpcEndpointsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeVpcEndpointsResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::AssociatePackageRequest &, const Model::AssociatePackageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AssociatePackageResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::RegisterCapabilityRequest &, const Model::RegisterCapabilityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RegisterCapabilityResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DescribeDomainNodesRequest &, const Model::DescribeDomainNodesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeDomainNodesResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::GetApplicationRequest &, const Model::GetApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetApplicationResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::StartServiceSoftwareUpdateRequest &, const Model::StartServiceSoftwareUpdateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartServiceSoftwareUpdateResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DeleteDataSourceRequest &, const Model::DeleteDataSourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteDataSourceResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::ListDataSourceAttachmentsRequest &, const Model::ListDataSourceAttachmentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDataSourceAttachmentsResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DissociatePackagesRequest &, const Model::DissociatePackagesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DissociatePackagesResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::UpdateApplicationRequest &, const Model::UpdateApplicationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateApplicationResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DeleteVpcEndpointRequest &, const Model::DeleteVpcEndpointOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteVpcEndpointResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::GetUpgradeHistoryRequest &, const Model::GetUpgradeHistoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetUpgradeHistoryResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::AddDirectQueryDataSourceRequest &, const Model::AddDirectQueryDataSourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AddDirectQueryDataSourceResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::RejectInboundConnectionRequest &, const Model::RejectInboundConnectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RejectInboundConnectionResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DeleteDirectQueryDataSourceRequest &, const Model::DeleteDirectQueryDataSourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteDirectQueryDataSourceResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DescribeReservedInstancesRequest &, const Model::DescribeReservedInstancesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeReservedInstancesResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::ListDataSourcesRequest &, const Model::ListDataSourcesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDataSourcesResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DeleteDomainRequest &, const Model::DeleteDomainOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteDomainResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::ListDomainMaintenancesRequest &, const Model::ListDomainMaintenancesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDomainMaintenancesResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::ListDomainsForPackageRequest &, const Model::ListDomainsForPackageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDomainsForPackageResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DissociatePackageRequest &, const Model::DissociatePackageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DissociatePackageResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::GetDefaultApplicationSettingRequest &, const Model::GetDefaultApplicationSettingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDefaultApplicationSettingResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::ListMigrationsRequest &, const Model::ListMigrationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListMigrationsResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::GetPackageVersionHistoryRequest &, const Model::GetPackageVersionHistoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetPackageVersionHistoryResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::UpdateDirectQueryDataSourceRequest &, const Model::UpdateDirectQueryDataSourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateDirectQueryDataSourceResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DescribeDomainHealthRequest &, const Model::DescribeDomainHealthOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeDomainHealthResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::PurchaseReservedInstanceOfferingRequest &, const Model::PurchaseReservedInstanceOfferingOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PurchaseReservedInstanceOfferingResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::AttachDataSourceRequest &, const Model::AttachDataSourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AttachDataSourceResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DeregisterCapabilityRequest &, const Model::DeregisterCapabilityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeregisterCapabilityResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::UpgradeDomainRequest &, const Model::UpgradeDomainOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpgradeDomainResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::AcceptInboundConnectionRequest &, const Model::AcceptInboundConnectionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AcceptInboundConnectionResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::StartMigrationRequest &, const Model::StartMigrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartMigrationResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::AuthorizeVpcEndpointAccessRequest &, const Model::AuthorizeVpcEndpointAccessOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AuthorizeVpcEndpointAccessResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DescribeDomainConfigRequest &, const Model::DescribeDomainConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeDomainConfigResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::CancelServiceSoftwareUpdateRequest &, const Model::CancelServiceSoftwareUpdateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CancelServiceSoftwareUpdateResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::ListScheduledActionsRequest &, const Model::ListScheduledActionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListScheduledActionsResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DescribeDomainAutoTunesRequest &, const Model::DescribeDomainAutoTunesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeDomainAutoTunesResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::ListApplicationsRequest &, const Model::ListApplicationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListApplicationsResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::GetMigrationRequest &, const Model::GetMigrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetMigrationResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::InsightFeedbackRequest &, const Model::InsightFeedbackOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> InsightFeedbackResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::UpdatePackageRequest &, const Model::UpdatePackageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdatePackageResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::RollbackServiceSoftwareUpdateRequest &, const Model::RollbackServiceSoftwareUpdateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RollbackServiceSoftwareUpdateResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::ListVpcEndpointsForDomainRequest &, const Model::ListVpcEndpointsForDomainOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListVpcEndpointsForDomainResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::UpdateScheduledActionRequest &, const Model::UpdateScheduledActionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateScheduledActionResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::GetDirectQueryDataSourceRequest &, const Model::GetDirectQueryDataSourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDirectQueryDataSourceResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::UpdateDomainConfigRequest &, const Model::UpdateDomainConfigOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateDomainConfigResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::GetUpgradeStatusRequest &, const Model::GetUpgradeStatusOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetUpgradeStatusResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DeleteIndexRequest &, const Model::DeleteIndexOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteIndexResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DescribeDryRunProgressRequest &, const Model::DescribeDryRunProgressOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeDryRunProgressResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::DescribeDomainRequest &, const Model::DescribeDomainOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DescribeDomainResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::CreateIndexRequest &, const Model::CreateIndexOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateIndexResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::CreateVpcEndpointRequest &, const Model::CreateVpcEndpointOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateVpcEndpointResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::ListVpcEndpointsRequest &, const Model::ListVpcEndpointsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListVpcEndpointsResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::AssociatePackagesRequest &, const Model::AssociatePackagesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AssociatePackagesResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::StartDomainMaintenanceRequest &, const Model::StartDomainMaintenanceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartDomainMaintenanceResponseReceivedHandler
std::function< void(const OpenSearchServiceClient *, const Model::UpdateDataSourceRequest &, const Model::UpdateDataSourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateDataSourceResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String