AWS SDK for C++

AWS SDK for C++ Version 1.11.752

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/OpenSearchService_EXPORTS.h>
14
15namespace Aws {
16namespace OpenSearchService {
26class AWS_OPENSEARCHSERVICE_API OpenSearchServiceClient : public Aws::Client::AWSJsonClient,
27 public Aws::Client::ClientWithAsyncTemplateMethods<OpenSearchServiceClient>,
28 public OpenSearchServicePaginationBase<OpenSearchServiceClient> {
29 public:
31 static const char* GetServiceName();
32 static const char* GetAllocationTag();
33
36
43 std::shared_ptr<OpenSearchServiceEndpointProviderBase> endpointProvider = nullptr);
44
50 std::shared_ptr<OpenSearchServiceEndpointProviderBase> endpointProvider = nullptr,
53
58 OpenSearchServiceClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
59 std::shared_ptr<OpenSearchServiceEndpointProviderBase> endpointProvider = nullptr,
62
63 /* Legacy constructors due deprecation */
69
75
80 OpenSearchServiceClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
81 const Aws::Client::ClientConfiguration& clientConfiguration);
82
83 /* End of legacy constructors due deprecation */
85
95
100 template <typename AcceptInboundConnectionRequestT = Model::AcceptInboundConnectionRequest>
101 Model::AcceptInboundConnectionOutcomeCallable AcceptInboundConnectionCallable(const AcceptInboundConnectionRequestT& request) const {
102 return SubmitCallable(&OpenSearchServiceClient::AcceptInboundConnection, request);
103 }
104
109 template <typename AcceptInboundConnectionRequestT = Model::AcceptInboundConnectionRequest>
110 void AcceptInboundConnectionAsync(const AcceptInboundConnectionRequestT& request,
112 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
113 return SubmitAsync(&OpenSearchServiceClient::AcceptInboundConnection, request, handler, context);
114 }
115
126
130 template <typename AddDataSourceRequestT = Model::AddDataSourceRequest>
131 Model::AddDataSourceOutcomeCallable AddDataSourceCallable(const AddDataSourceRequestT& request) const {
132 return SubmitCallable(&OpenSearchServiceClient::AddDataSource, request);
133 }
134
139 template <typename AddDataSourceRequestT = Model::AddDataSourceRequest>
140 void AddDataSourceAsync(const AddDataSourceRequestT& request, const AddDataSourceResponseReceivedHandler& handler,
141 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
142 return SubmitAsync(&OpenSearchServiceClient::AddDataSource, request, handler, context);
143 }
144
152
157 template <typename AddDirectQueryDataSourceRequestT = Model::AddDirectQueryDataSourceRequest>
158 Model::AddDirectQueryDataSourceOutcomeCallable AddDirectQueryDataSourceCallable(const AddDirectQueryDataSourceRequestT& request) const {
159 return SubmitCallable(&OpenSearchServiceClient::AddDirectQueryDataSource, request);
160 }
161
166 template <typename AddDirectQueryDataSourceRequestT = Model::AddDirectQueryDataSourceRequest>
167 void AddDirectQueryDataSourceAsync(const AddDirectQueryDataSourceRequestT& request,
169 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
170 return SubmitAsync(&OpenSearchServiceClient::AddDirectQueryDataSource, request, handler, context);
171 }
172
184
188 template <typename AddTagsRequestT = Model::AddTagsRequest>
189 Model::AddTagsOutcomeCallable AddTagsCallable(const AddTagsRequestT& request) const {
190 return SubmitCallable(&OpenSearchServiceClient::AddTags, request);
191 }
192
197 template <typename AddTagsRequestT = Model::AddTagsRequest>
198 void AddTagsAsync(const AddTagsRequestT& request, const AddTagsResponseReceivedHandler& handler,
199 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
200 return SubmitAsync(&OpenSearchServiceClient::AddTags, request, handler, context);
201 }
202
212
217 template <typename AssociatePackageRequestT = Model::AssociatePackageRequest>
218 Model::AssociatePackageOutcomeCallable AssociatePackageCallable(const AssociatePackageRequestT& request) const {
219 return SubmitCallable(&OpenSearchServiceClient::AssociatePackage, request);
220 }
221
226 template <typename AssociatePackageRequestT = Model::AssociatePackageRequest>
227 void AssociatePackageAsync(const AssociatePackageRequestT& request, const AssociatePackageResponseReceivedHandler& handler,
228 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
229 return SubmitAsync(&OpenSearchServiceClient::AssociatePackage, request, handler, context);
230 }
231
239
244 template <typename AssociatePackagesRequestT = Model::AssociatePackagesRequest>
245 Model::AssociatePackagesOutcomeCallable AssociatePackagesCallable(const AssociatePackagesRequestT& request) const {
246 return SubmitCallable(&OpenSearchServiceClient::AssociatePackages, request);
247 }
248
253 template <typename AssociatePackagesRequestT = Model::AssociatePackagesRequest>
254 void AssociatePackagesAsync(const AssociatePackagesRequestT& request, const AssociatePackagesResponseReceivedHandler& handler,
255 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
256 return SubmitAsync(&OpenSearchServiceClient::AssociatePackages, request, handler, context);
257 }
258
266 const Model::AuthorizeVpcEndpointAccessRequest& request) const;
267
272 template <typename AuthorizeVpcEndpointAccessRequestT = Model::AuthorizeVpcEndpointAccessRequest>
274 const AuthorizeVpcEndpointAccessRequestT& request) const {
275 return SubmitCallable(&OpenSearchServiceClient::AuthorizeVpcEndpointAccess, request);
276 }
277
282 template <typename AuthorizeVpcEndpointAccessRequestT = Model::AuthorizeVpcEndpointAccessRequest>
283 void AuthorizeVpcEndpointAccessAsync(const AuthorizeVpcEndpointAccessRequestT& request,
285 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
286 return SubmitAsync(&OpenSearchServiceClient::AuthorizeVpcEndpointAccess, request, handler, context);
287 }
288
296
301 template <typename CancelDomainConfigChangeRequestT = Model::CancelDomainConfigChangeRequest>
302 Model::CancelDomainConfigChangeOutcomeCallable CancelDomainConfigChangeCallable(const CancelDomainConfigChangeRequestT& request) const {
303 return SubmitCallable(&OpenSearchServiceClient::CancelDomainConfigChange, request);
304 }
305
310 template <typename CancelDomainConfigChangeRequestT = Model::CancelDomainConfigChangeRequest>
311 void CancelDomainConfigChangeAsync(const CancelDomainConfigChangeRequestT& request,
313 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
314 return SubmitAsync(&OpenSearchServiceClient::CancelDomainConfigChange, request, handler, context);
315 }
316
328 const Model::CancelServiceSoftwareUpdateRequest& request) const;
329
334 template <typename CancelServiceSoftwareUpdateRequestT = Model::CancelServiceSoftwareUpdateRequest>
336 const CancelServiceSoftwareUpdateRequestT& request) const {
337 return SubmitCallable(&OpenSearchServiceClient::CancelServiceSoftwareUpdate, request);
338 }
339
344 template <typename CancelServiceSoftwareUpdateRequestT = Model::CancelServiceSoftwareUpdateRequest>
345 void CancelServiceSoftwareUpdateAsync(const CancelServiceSoftwareUpdateRequestT& request,
347 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
348 return SubmitAsync(&OpenSearchServiceClient::CancelServiceSoftwareUpdate, request, handler, context);
349 }
350
360
365 template <typename CreateApplicationRequestT = Model::CreateApplicationRequest>
366 Model::CreateApplicationOutcomeCallable CreateApplicationCallable(const CreateApplicationRequestT& request) const {
367 return SubmitCallable(&OpenSearchServiceClient::CreateApplication, request);
368 }
369
374 template <typename CreateApplicationRequestT = Model::CreateApplicationRequest>
375 void CreateApplicationAsync(const CreateApplicationRequestT& request, const CreateApplicationResponseReceivedHandler& handler,
376 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
377 return SubmitAsync(&OpenSearchServiceClient::CreateApplication, request, handler, context);
378 }
379
389
393 template <typename CreateDomainRequestT = Model::CreateDomainRequest>
394 Model::CreateDomainOutcomeCallable CreateDomainCallable(const CreateDomainRequestT& request) const {
395 return SubmitCallable(&OpenSearchServiceClient::CreateDomain, request);
396 }
397
402 template <typename CreateDomainRequestT = Model::CreateDomainRequest>
403 void CreateDomainAsync(const CreateDomainRequestT& request, const CreateDomainResponseReceivedHandler& handler,
404 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
405 return SubmitAsync(&OpenSearchServiceClient::CreateDomain, request, handler, context);
406 }
407
422
426 template <typename CreateIndexRequestT = Model::CreateIndexRequest>
427 Model::CreateIndexOutcomeCallable CreateIndexCallable(const CreateIndexRequestT& request) const {
428 return SubmitCallable(&OpenSearchServiceClient::CreateIndex, request);
429 }
430
435 template <typename CreateIndexRequestT = Model::CreateIndexRequest>
436 void CreateIndexAsync(const CreateIndexRequestT& request, const CreateIndexResponseReceivedHandler& handler,
437 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
438 return SubmitAsync(&OpenSearchServiceClient::CreateIndex, request, handler, context);
439 }
440
450
455 template <typename CreateOutboundConnectionRequestT = Model::CreateOutboundConnectionRequest>
456 Model::CreateOutboundConnectionOutcomeCallable CreateOutboundConnectionCallable(const CreateOutboundConnectionRequestT& request) const {
457 return SubmitCallable(&OpenSearchServiceClient::CreateOutboundConnection, request);
458 }
459
464 template <typename CreateOutboundConnectionRequestT = Model::CreateOutboundConnectionRequest>
465 void CreateOutboundConnectionAsync(const CreateOutboundConnectionRequestT& request,
467 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
468 return SubmitAsync(&OpenSearchServiceClient::CreateOutboundConnection, request, handler, context);
469 }
470
480
484 template <typename CreatePackageRequestT = Model::CreatePackageRequest>
485 Model::CreatePackageOutcomeCallable CreatePackageCallable(const CreatePackageRequestT& request) const {
486 return SubmitCallable(&OpenSearchServiceClient::CreatePackage, request);
487 }
488
493 template <typename CreatePackageRequestT = Model::CreatePackageRequest>
494 void CreatePackageAsync(const CreatePackageRequestT& request, const CreatePackageResponseReceivedHandler& handler,
495 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
496 return SubmitAsync(&OpenSearchServiceClient::CreatePackage, request, handler, context);
497 }
498
506
511 template <typename CreateVpcEndpointRequestT = Model::CreateVpcEndpointRequest>
512 Model::CreateVpcEndpointOutcomeCallable CreateVpcEndpointCallable(const CreateVpcEndpointRequestT& request) const {
513 return SubmitCallable(&OpenSearchServiceClient::CreateVpcEndpoint, request);
514 }
515
520 template <typename CreateVpcEndpointRequestT = Model::CreateVpcEndpointRequest>
521 void CreateVpcEndpointAsync(const CreateVpcEndpointRequestT& request, const CreateVpcEndpointResponseReceivedHandler& handler,
522 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
523 return SubmitAsync(&OpenSearchServiceClient::CreateVpcEndpoint, request, handler, context);
524 }
525
532
537 template <typename DeleteApplicationRequestT = Model::DeleteApplicationRequest>
538 Model::DeleteApplicationOutcomeCallable DeleteApplicationCallable(const DeleteApplicationRequestT& request) const {
539 return SubmitCallable(&OpenSearchServiceClient::DeleteApplication, request);
540 }
541
546 template <typename DeleteApplicationRequestT = Model::DeleteApplicationRequest>
547 void DeleteApplicationAsync(const DeleteApplicationRequestT& request, const DeleteApplicationResponseReceivedHandler& handler,
548 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
549 return SubmitAsync(&OpenSearchServiceClient::DeleteApplication, request, handler, context);
550 }
551
561
566 template <typename DeleteDataSourceRequestT = Model::DeleteDataSourceRequest>
567 Model::DeleteDataSourceOutcomeCallable DeleteDataSourceCallable(const DeleteDataSourceRequestT& request) const {
568 return SubmitCallable(&OpenSearchServiceClient::DeleteDataSource, request);
569 }
570
575 template <typename DeleteDataSourceRequestT = Model::DeleteDataSourceRequest>
576 void DeleteDataSourceAsync(const DeleteDataSourceRequestT& request, const DeleteDataSourceResponseReceivedHandler& handler,
577 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
578 return SubmitAsync(&OpenSearchServiceClient::DeleteDataSource, request, handler, context);
579 }
580
588 const Model::DeleteDirectQueryDataSourceRequest& request) const;
589
594 template <typename DeleteDirectQueryDataSourceRequestT = Model::DeleteDirectQueryDataSourceRequest>
596 const DeleteDirectQueryDataSourceRequestT& request) const {
597 return SubmitCallable(&OpenSearchServiceClient::DeleteDirectQueryDataSource, request);
598 }
599
604 template <typename DeleteDirectQueryDataSourceRequestT = Model::DeleteDirectQueryDataSourceRequest>
605 void DeleteDirectQueryDataSourceAsync(const DeleteDirectQueryDataSourceRequestT& request,
607 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
608 return SubmitAsync(&OpenSearchServiceClient::DeleteDirectQueryDataSource, request, handler, context);
609 }
610
618
622 template <typename DeleteDomainRequestT = Model::DeleteDomainRequest>
623 Model::DeleteDomainOutcomeCallable DeleteDomainCallable(const DeleteDomainRequestT& request) const {
624 return SubmitCallable(&OpenSearchServiceClient::DeleteDomain, request);
625 }
626
631 template <typename DeleteDomainRequestT = Model::DeleteDomainRequest>
632 void DeleteDomainAsync(const DeleteDomainRequestT& request, const DeleteDomainResponseReceivedHandler& handler,
633 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
634 return SubmitAsync(&OpenSearchServiceClient::DeleteDomain, request, handler, context);
635 }
636
646
651 template <typename DeleteInboundConnectionRequestT = Model::DeleteInboundConnectionRequest>
652 Model::DeleteInboundConnectionOutcomeCallable DeleteInboundConnectionCallable(const DeleteInboundConnectionRequestT& request) const {
653 return SubmitCallable(&OpenSearchServiceClient::DeleteInboundConnection, request);
654 }
655
660 template <typename DeleteInboundConnectionRequestT = Model::DeleteInboundConnectionRequest>
661 void DeleteInboundConnectionAsync(const DeleteInboundConnectionRequestT& request,
663 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
664 return SubmitAsync(&OpenSearchServiceClient::DeleteInboundConnection, request, handler, context);
665 }
666
674
678 template <typename DeleteIndexRequestT = Model::DeleteIndexRequest>
679 Model::DeleteIndexOutcomeCallable DeleteIndexCallable(const DeleteIndexRequestT& request) const {
680 return SubmitCallable(&OpenSearchServiceClient::DeleteIndex, request);
681 }
682
687 template <typename DeleteIndexRequestT = Model::DeleteIndexRequest>
688 void DeleteIndexAsync(const DeleteIndexRequestT& request, const DeleteIndexResponseReceivedHandler& handler,
689 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
690 return SubmitAsync(&OpenSearchServiceClient::DeleteIndex, request, handler, context);
691 }
692
702
707 template <typename DeleteOutboundConnectionRequestT = Model::DeleteOutboundConnectionRequest>
708 Model::DeleteOutboundConnectionOutcomeCallable DeleteOutboundConnectionCallable(const DeleteOutboundConnectionRequestT& request) const {
709 return SubmitCallable(&OpenSearchServiceClient::DeleteOutboundConnection, request);
710 }
711
716 template <typename DeleteOutboundConnectionRequestT = Model::DeleteOutboundConnectionRequest>
717 void DeleteOutboundConnectionAsync(const DeleteOutboundConnectionRequestT& request,
719 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
720 return SubmitAsync(&OpenSearchServiceClient::DeleteOutboundConnection, request, handler, context);
721 }
722
731
735 template <typename DeletePackageRequestT = Model::DeletePackageRequest>
736 Model::DeletePackageOutcomeCallable DeletePackageCallable(const DeletePackageRequestT& request) const {
737 return SubmitCallable(&OpenSearchServiceClient::DeletePackage, request);
738 }
739
744 template <typename DeletePackageRequestT = Model::DeletePackageRequest>
745 void DeletePackageAsync(const DeletePackageRequestT& request, const DeletePackageResponseReceivedHandler& handler,
746 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
747 return SubmitAsync(&OpenSearchServiceClient::DeletePackage, request, handler, context);
748 }
749
757
762 template <typename DeleteVpcEndpointRequestT = Model::DeleteVpcEndpointRequest>
763 Model::DeleteVpcEndpointOutcomeCallable DeleteVpcEndpointCallable(const DeleteVpcEndpointRequestT& request) const {
764 return SubmitCallable(&OpenSearchServiceClient::DeleteVpcEndpoint, request);
765 }
766
771 template <typename DeleteVpcEndpointRequestT = Model::DeleteVpcEndpointRequest>
772 void DeleteVpcEndpointAsync(const DeleteVpcEndpointRequestT& request, const DeleteVpcEndpointResponseReceivedHandler& handler,
773 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
774 return SubmitAsync(&OpenSearchServiceClient::DeleteVpcEndpoint, request, handler, context);
775 }
776
785
789 template <typename DescribeDomainRequestT = Model::DescribeDomainRequest>
790 Model::DescribeDomainOutcomeCallable DescribeDomainCallable(const DescribeDomainRequestT& request) const {
791 return SubmitCallable(&OpenSearchServiceClient::DescribeDomain, request);
792 }
793
798 template <typename DescribeDomainRequestT = Model::DescribeDomainRequest>
799 void DescribeDomainAsync(const DescribeDomainRequestT& request, const DescribeDomainResponseReceivedHandler& handler,
800 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
801 return SubmitAsync(&OpenSearchServiceClient::DescribeDomain, request, handler, context);
802 }
803
813
818 template <typename DescribeDomainAutoTunesRequestT = Model::DescribeDomainAutoTunesRequest>
819 Model::DescribeDomainAutoTunesOutcomeCallable DescribeDomainAutoTunesCallable(const DescribeDomainAutoTunesRequestT& request) const {
820 return SubmitCallable(&OpenSearchServiceClient::DescribeDomainAutoTunes, request);
821 }
822
827 template <typename DescribeDomainAutoTunesRequestT = Model::DescribeDomainAutoTunesRequest>
828 void DescribeDomainAutoTunesAsync(const DescribeDomainAutoTunesRequestT& request,
830 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
831 return SubmitAsync(&OpenSearchServiceClient::DescribeDomainAutoTunes, request, handler, context);
832 }
833
844 const Model::DescribeDomainChangeProgressRequest& request) const;
845
850 template <typename DescribeDomainChangeProgressRequestT = Model::DescribeDomainChangeProgressRequest>
852 const DescribeDomainChangeProgressRequestT& request) const {
853 return SubmitCallable(&OpenSearchServiceClient::DescribeDomainChangeProgress, request);
854 }
855
860 template <typename DescribeDomainChangeProgressRequestT = Model::DescribeDomainChangeProgressRequest>
861 void DescribeDomainChangeProgressAsync(const DescribeDomainChangeProgressRequestT& request,
863 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
864 return SubmitAsync(&OpenSearchServiceClient::DescribeDomainChangeProgress, request, handler, context);
865 }
866
874
879 template <typename DescribeDomainConfigRequestT = Model::DescribeDomainConfigRequest>
880 Model::DescribeDomainConfigOutcomeCallable DescribeDomainConfigCallable(const DescribeDomainConfigRequestT& request) const {
881 return SubmitCallable(&OpenSearchServiceClient::DescribeDomainConfig, request);
882 }
883
888 template <typename DescribeDomainConfigRequestT = Model::DescribeDomainConfigRequest>
889 void DescribeDomainConfigAsync(const DescribeDomainConfigRequestT& request, const DescribeDomainConfigResponseReceivedHandler& handler,
890 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
891 return SubmitAsync(&OpenSearchServiceClient::DescribeDomainConfig, request, handler, context);
892 }
893
902
907 template <typename DescribeDomainHealthRequestT = Model::DescribeDomainHealthRequest>
908 Model::DescribeDomainHealthOutcomeCallable DescribeDomainHealthCallable(const DescribeDomainHealthRequestT& request) const {
909 return SubmitCallable(&OpenSearchServiceClient::DescribeDomainHealth, request);
910 }
911
916 template <typename DescribeDomainHealthRequestT = Model::DescribeDomainHealthRequest>
917 void DescribeDomainHealthAsync(const DescribeDomainHealthRequestT& request, const DescribeDomainHealthResponseReceivedHandler& handler,
918 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
919 return SubmitAsync(&OpenSearchServiceClient::DescribeDomainHealth, request, handler, context);
920 }
921
930
935 template <typename DescribeDomainNodesRequestT = Model::DescribeDomainNodesRequest>
936 Model::DescribeDomainNodesOutcomeCallable DescribeDomainNodesCallable(const DescribeDomainNodesRequestT& request) const {
937 return SubmitCallable(&OpenSearchServiceClient::DescribeDomainNodes, request);
938 }
939
944 template <typename DescribeDomainNodesRequestT = Model::DescribeDomainNodesRequest>
945 void DescribeDomainNodesAsync(const DescribeDomainNodesRequestT& request, const DescribeDomainNodesResponseReceivedHandler& handler,
946 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
947 return SubmitAsync(&OpenSearchServiceClient::DescribeDomainNodes, request, handler, context);
948 }
949
957
961 template <typename DescribeDomainsRequestT = Model::DescribeDomainsRequest>
962 Model::DescribeDomainsOutcomeCallable DescribeDomainsCallable(const DescribeDomainsRequestT& request) const {
963 return SubmitCallable(&OpenSearchServiceClient::DescribeDomains, request);
964 }
965
970 template <typename DescribeDomainsRequestT = Model::DescribeDomainsRequest>
971 void DescribeDomainsAsync(const DescribeDomainsRequestT& request, const DescribeDomainsResponseReceivedHandler& handler,
972 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
973 return SubmitAsync(&OpenSearchServiceClient::DescribeDomains, request, handler, context);
974 }
975
986
991 template <typename DescribeDryRunProgressRequestT = Model::DescribeDryRunProgressRequest>
992 Model::DescribeDryRunProgressOutcomeCallable DescribeDryRunProgressCallable(const DescribeDryRunProgressRequestT& request) const {
993 return SubmitCallable(&OpenSearchServiceClient::DescribeDryRunProgress, request);
994 }
995
1000 template <typename DescribeDryRunProgressRequestT = Model::DescribeDryRunProgressRequest>
1001 void DescribeDryRunProgressAsync(const DescribeDryRunProgressRequestT& request,
1003 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1004 return SubmitAsync(&OpenSearchServiceClient::DescribeDryRunProgress, request, handler, context);
1005 }
1006
1016 const Model::DescribeInboundConnectionsRequest& request = {}) const;
1017
1022 template <typename DescribeInboundConnectionsRequestT = Model::DescribeInboundConnectionsRequest>
1024 const DescribeInboundConnectionsRequestT& request = {}) const {
1025 return SubmitCallable(&OpenSearchServiceClient::DescribeInboundConnections, request);
1026 }
1027
1032 template <typename DescribeInboundConnectionsRequestT = Model::DescribeInboundConnectionsRequest>
1034 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1035 const DescribeInboundConnectionsRequestT& request = {}) const {
1036 return SubmitAsync(&OpenSearchServiceClient::DescribeInboundConnections, request, handler, context);
1037 }
1038
1047 const Model::DescribeInstanceTypeLimitsRequest& request) const;
1048
1053 template <typename DescribeInstanceTypeLimitsRequestT = Model::DescribeInstanceTypeLimitsRequest>
1055 const DescribeInstanceTypeLimitsRequestT& request) const {
1056 return SubmitCallable(&OpenSearchServiceClient::DescribeInstanceTypeLimits, request);
1057 }
1058
1063 template <typename DescribeInstanceTypeLimitsRequestT = Model::DescribeInstanceTypeLimitsRequest>
1064 void DescribeInstanceTypeLimitsAsync(const DescribeInstanceTypeLimitsRequestT& request,
1066 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1067 return SubmitAsync(&OpenSearchServiceClient::DescribeInstanceTypeLimits, request, handler, context);
1068 }
1069
1079 const Model::DescribeOutboundConnectionsRequest& request = {}) const;
1080
1085 template <typename DescribeOutboundConnectionsRequestT = Model::DescribeOutboundConnectionsRequest>
1087 const DescribeOutboundConnectionsRequestT& request = {}) const {
1088 return SubmitCallable(&OpenSearchServiceClient::DescribeOutboundConnections, request);
1089 }
1090
1095 template <typename DescribeOutboundConnectionsRequestT = Model::DescribeOutboundConnectionsRequest>
1097 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1098 const DescribeOutboundConnectionsRequestT& request = {}) const {
1099 return SubmitAsync(&OpenSearchServiceClient::DescribeOutboundConnections, request, handler, context);
1100 }
1101
1111
1116 template <typename DescribePackagesRequestT = Model::DescribePackagesRequest>
1117 Model::DescribePackagesOutcomeCallable DescribePackagesCallable(const DescribePackagesRequestT& request = {}) const {
1118 return SubmitCallable(&OpenSearchServiceClient::DescribePackages, request);
1119 }
1120
1125 template <typename DescribePackagesRequestT = Model::DescribePackagesRequest>
1127 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1128 const DescribePackagesRequestT& request = {}) const {
1129 return SubmitAsync(&OpenSearchServiceClient::DescribePackages, request, handler, context);
1130 }
1131
1141 const Model::DescribeReservedInstanceOfferingsRequest& request = {}) const;
1142
1147 template <typename DescribeReservedInstanceOfferingsRequestT = Model::DescribeReservedInstanceOfferingsRequest>
1149 const DescribeReservedInstanceOfferingsRequestT& request = {}) const {
1150 return SubmitCallable(&OpenSearchServiceClient::DescribeReservedInstanceOfferings, request);
1151 }
1152
1157 template <typename DescribeReservedInstanceOfferingsRequestT = Model::DescribeReservedInstanceOfferingsRequest>
1159 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1160 const DescribeReservedInstanceOfferingsRequestT& request = {}) const {
1161 return SubmitAsync(&OpenSearchServiceClient::DescribeReservedInstanceOfferings, request, handler, context);
1162 }
1163
1173 const Model::DescribeReservedInstancesRequest& request = {}) const;
1174
1179 template <typename DescribeReservedInstancesRequestT = Model::DescribeReservedInstancesRequest>
1181 const DescribeReservedInstancesRequestT& request = {}) const {
1182 return SubmitCallable(&OpenSearchServiceClient::DescribeReservedInstances, request);
1183 }
1184
1189 template <typename DescribeReservedInstancesRequestT = Model::DescribeReservedInstancesRequest>
1191 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1192 const DescribeReservedInstancesRequestT& request = {}) const {
1193 return SubmitAsync(&OpenSearchServiceClient::DescribeReservedInstances, request, handler, context);
1194 }
1195
1203
1208 template <typename DescribeVpcEndpointsRequestT = Model::DescribeVpcEndpointsRequest>
1209 Model::DescribeVpcEndpointsOutcomeCallable DescribeVpcEndpointsCallable(const DescribeVpcEndpointsRequestT& request) const {
1210 return SubmitCallable(&OpenSearchServiceClient::DescribeVpcEndpoints, request);
1211 }
1212
1217 template <typename DescribeVpcEndpointsRequestT = Model::DescribeVpcEndpointsRequest>
1218 void DescribeVpcEndpointsAsync(const DescribeVpcEndpointsRequestT& request, const DescribeVpcEndpointsResponseReceivedHandler& handler,
1219 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1220 return SubmitAsync(&OpenSearchServiceClient::DescribeVpcEndpoints, request, handler, context);
1221 }
1222
1234
1239 template <typename DissociatePackageRequestT = Model::DissociatePackageRequest>
1240 Model::DissociatePackageOutcomeCallable DissociatePackageCallable(const DissociatePackageRequestT& request) const {
1241 return SubmitCallable(&OpenSearchServiceClient::DissociatePackage, request);
1242 }
1243
1248 template <typename DissociatePackageRequestT = Model::DissociatePackageRequest>
1249 void DissociatePackageAsync(const DissociatePackageRequestT& request, const DissociatePackageResponseReceivedHandler& handler,
1250 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1251 return SubmitAsync(&OpenSearchServiceClient::DissociatePackage, request, handler, context);
1252 }
1253
1261
1266 template <typename DissociatePackagesRequestT = Model::DissociatePackagesRequest>
1267 Model::DissociatePackagesOutcomeCallable DissociatePackagesCallable(const DissociatePackagesRequestT& request) const {
1268 return SubmitCallable(&OpenSearchServiceClient::DissociatePackages, request);
1269 }
1270
1275 template <typename DissociatePackagesRequestT = Model::DissociatePackagesRequest>
1276 void DissociatePackagesAsync(const DissociatePackagesRequestT& request, const DissociatePackagesResponseReceivedHandler& handler,
1277 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1278 return SubmitAsync(&OpenSearchServiceClient::DissociatePackages, request, handler, context);
1279 }
1280
1288
1292 template <typename GetApplicationRequestT = Model::GetApplicationRequest>
1293 Model::GetApplicationOutcomeCallable GetApplicationCallable(const GetApplicationRequestT& request) const {
1294 return SubmitCallable(&OpenSearchServiceClient::GetApplication, request);
1295 }
1296
1301 template <typename GetApplicationRequestT = Model::GetApplicationRequest>
1302 void GetApplicationAsync(const GetApplicationRequestT& request, const GetApplicationResponseReceivedHandler& handler,
1303 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1304 return SubmitAsync(&OpenSearchServiceClient::GetApplication, request, handler, context);
1305 }
1306
1314
1319 template <typename GetCompatibleVersionsRequestT = Model::GetCompatibleVersionsRequest>
1320 Model::GetCompatibleVersionsOutcomeCallable GetCompatibleVersionsCallable(const GetCompatibleVersionsRequestT& request = {}) const {
1321 return SubmitCallable(&OpenSearchServiceClient::GetCompatibleVersions, request);
1322 }
1323
1328 template <typename GetCompatibleVersionsRequestT = Model::GetCompatibleVersionsRequest>
1330 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1331 const GetCompatibleVersionsRequestT& request = {}) const {
1332 return SubmitAsync(&OpenSearchServiceClient::GetCompatibleVersions, request, handler, context);
1333 }
1334
1342
1346 template <typename GetDataSourceRequestT = Model::GetDataSourceRequest>
1347 Model::GetDataSourceOutcomeCallable GetDataSourceCallable(const GetDataSourceRequestT& request) const {
1348 return SubmitCallable(&OpenSearchServiceClient::GetDataSource, request);
1349 }
1350
1355 template <typename GetDataSourceRequestT = Model::GetDataSourceRequest>
1356 void GetDataSourceAsync(const GetDataSourceRequestT& request, const GetDataSourceResponseReceivedHandler& handler,
1357 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1358 return SubmitAsync(&OpenSearchServiceClient::GetDataSource, request, handler, context);
1359 }
1360
1369 const Model::GetDefaultApplicationSettingRequest& request = {}) const;
1370
1375 template <typename GetDefaultApplicationSettingRequestT = Model::GetDefaultApplicationSettingRequest>
1377 const GetDefaultApplicationSettingRequestT& request = {}) const {
1378 return SubmitCallable(&OpenSearchServiceClient::GetDefaultApplicationSetting, request);
1379 }
1380
1385 template <typename GetDefaultApplicationSettingRequestT = Model::GetDefaultApplicationSettingRequest>
1387 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1388 const GetDefaultApplicationSettingRequestT& request = {}) const {
1389 return SubmitAsync(&OpenSearchServiceClient::GetDefaultApplicationSetting, request, handler, context);
1390 }
1391
1399
1404 template <typename GetDirectQueryDataSourceRequestT = Model::GetDirectQueryDataSourceRequest>
1405 Model::GetDirectQueryDataSourceOutcomeCallable GetDirectQueryDataSourceCallable(const GetDirectQueryDataSourceRequestT& request) const {
1406 return SubmitCallable(&OpenSearchServiceClient::GetDirectQueryDataSource, request);
1407 }
1408
1413 template <typename GetDirectQueryDataSourceRequestT = Model::GetDirectQueryDataSourceRequest>
1414 void GetDirectQueryDataSourceAsync(const GetDirectQueryDataSourceRequestT& request,
1416 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1417 return SubmitAsync(&OpenSearchServiceClient::GetDirectQueryDataSource, request, handler, context);
1418 }
1419
1426 const Model::GetDomainMaintenanceStatusRequest& request) const;
1427
1432 template <typename GetDomainMaintenanceStatusRequestT = Model::GetDomainMaintenanceStatusRequest>
1434 const GetDomainMaintenanceStatusRequestT& request) const {
1435 return SubmitCallable(&OpenSearchServiceClient::GetDomainMaintenanceStatus, request);
1436 }
1437
1442 template <typename GetDomainMaintenanceStatusRequestT = Model::GetDomainMaintenanceStatusRequest>
1443 void GetDomainMaintenanceStatusAsync(const GetDomainMaintenanceStatusRequestT& request,
1445 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1446 return SubmitAsync(&OpenSearchServiceClient::GetDomainMaintenanceStatus, request, handler, context);
1447 }
1448
1457
1461 template <typename GetIndexRequestT = Model::GetIndexRequest>
1462 Model::GetIndexOutcomeCallable GetIndexCallable(const GetIndexRequestT& request) const {
1463 return SubmitCallable(&OpenSearchServiceClient::GetIndex, request);
1464 }
1465
1470 template <typename GetIndexRequestT = Model::GetIndexRequest>
1471 void GetIndexAsync(const GetIndexRequestT& request, const GetIndexResponseReceivedHandler& handler,
1472 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1473 return SubmitAsync(&OpenSearchServiceClient::GetIndex, request, handler, context);
1474 }
1475
1486
1491 template <typename GetPackageVersionHistoryRequestT = Model::GetPackageVersionHistoryRequest>
1492 Model::GetPackageVersionHistoryOutcomeCallable GetPackageVersionHistoryCallable(const GetPackageVersionHistoryRequestT& request) const {
1493 return SubmitCallable(&OpenSearchServiceClient::GetPackageVersionHistory, request);
1494 }
1495
1500 template <typename GetPackageVersionHistoryRequestT = Model::GetPackageVersionHistoryRequest>
1501 void GetPackageVersionHistoryAsync(const GetPackageVersionHistoryRequestT& request,
1503 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1504 return SubmitAsync(&OpenSearchServiceClient::GetPackageVersionHistory, request, handler, context);
1505 }
1506
1514
1519 template <typename GetUpgradeHistoryRequestT = Model::GetUpgradeHistoryRequest>
1520 Model::GetUpgradeHistoryOutcomeCallable GetUpgradeHistoryCallable(const GetUpgradeHistoryRequestT& request) const {
1521 return SubmitCallable(&OpenSearchServiceClient::GetUpgradeHistory, request);
1522 }
1523
1528 template <typename GetUpgradeHistoryRequestT = Model::GetUpgradeHistoryRequest>
1529 void GetUpgradeHistoryAsync(const GetUpgradeHistoryRequestT& request, const GetUpgradeHistoryResponseReceivedHandler& handler,
1530 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1531 return SubmitAsync(&OpenSearchServiceClient::GetUpgradeHistory, request, handler, context);
1532 }
1533
1542
1547 template <typename GetUpgradeStatusRequestT = Model::GetUpgradeStatusRequest>
1548 Model::GetUpgradeStatusOutcomeCallable GetUpgradeStatusCallable(const GetUpgradeStatusRequestT& request) const {
1549 return SubmitCallable(&OpenSearchServiceClient::GetUpgradeStatus, request);
1550 }
1551
1556 template <typename GetUpgradeStatusRequestT = Model::GetUpgradeStatusRequest>
1557 void GetUpgradeStatusAsync(const GetUpgradeStatusRequestT& request, const GetUpgradeStatusResponseReceivedHandler& handler,
1558 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1559 return SubmitAsync(&OpenSearchServiceClient::GetUpgradeStatus, request, handler, context);
1560 }
1561
1569
1574 template <typename ListApplicationsRequestT = Model::ListApplicationsRequest>
1575 Model::ListApplicationsOutcomeCallable ListApplicationsCallable(const ListApplicationsRequestT& request = {}) const {
1576 return SubmitCallable(&OpenSearchServiceClient::ListApplications, request);
1577 }
1578
1583 template <typename ListApplicationsRequestT = Model::ListApplicationsRequest>
1585 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1586 const ListApplicationsRequestT& request = {}) const {
1587 return SubmitAsync(&OpenSearchServiceClient::ListApplications, request, handler, context);
1588 }
1589
1600
1604 template <typename ListDataSourcesRequestT = Model::ListDataSourcesRequest>
1605 Model::ListDataSourcesOutcomeCallable ListDataSourcesCallable(const ListDataSourcesRequestT& request) const {
1606 return SubmitCallable(&OpenSearchServiceClient::ListDataSources, request);
1607 }
1608
1613 template <typename ListDataSourcesRequestT = Model::ListDataSourcesRequest>
1614 void ListDataSourcesAsync(const ListDataSourcesRequestT& request, const ListDataSourcesResponseReceivedHandler& handler,
1615 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1616 return SubmitAsync(&OpenSearchServiceClient::ListDataSources, request, handler, context);
1617 }
1618
1626 const Model::ListDirectQueryDataSourcesRequest& request = {}) const;
1627
1632 template <typename ListDirectQueryDataSourcesRequestT = Model::ListDirectQueryDataSourcesRequest>
1634 const ListDirectQueryDataSourcesRequestT& request = {}) const {
1635 return SubmitCallable(&OpenSearchServiceClient::ListDirectQueryDataSources, request);
1636 }
1637
1642 template <typename ListDirectQueryDataSourcesRequestT = Model::ListDirectQueryDataSourcesRequest>
1644 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1645 const ListDirectQueryDataSourcesRequestT& request = {}) const {
1646 return SubmitAsync(&OpenSearchServiceClient::ListDirectQueryDataSources, request, handler, context);
1647 }
1648
1655
1660 template <typename ListDomainMaintenancesRequestT = Model::ListDomainMaintenancesRequest>
1661 Model::ListDomainMaintenancesOutcomeCallable ListDomainMaintenancesCallable(const ListDomainMaintenancesRequestT& request) const {
1662 return SubmitCallable(&OpenSearchServiceClient::ListDomainMaintenances, request);
1663 }
1664
1669 template <typename ListDomainMaintenancesRequestT = Model::ListDomainMaintenancesRequest>
1670 void ListDomainMaintenancesAsync(const ListDomainMaintenancesRequestT& request,
1672 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1673 return SubmitAsync(&OpenSearchServiceClient::ListDomainMaintenances, request, handler, context);
1674 }
1675
1683
1687 template <typename ListDomainNamesRequestT = Model::ListDomainNamesRequest>
1688 Model::ListDomainNamesOutcomeCallable ListDomainNamesCallable(const ListDomainNamesRequestT& request = {}) const {
1689 return SubmitCallable(&OpenSearchServiceClient::ListDomainNames, request);
1690 }
1691
1696 template <typename ListDomainNamesRequestT = Model::ListDomainNamesRequest>
1698 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1699 const ListDomainNamesRequestT& request = {}) const {
1700 return SubmitAsync(&OpenSearchServiceClient::ListDomainNames, request, handler, context);
1701 }
1702
1712
1717 template <typename ListDomainsForPackageRequestT = Model::ListDomainsForPackageRequest>
1718 Model::ListDomainsForPackageOutcomeCallable ListDomainsForPackageCallable(const ListDomainsForPackageRequestT& request) const {
1719 return SubmitCallable(&OpenSearchServiceClient::ListDomainsForPackage, request);
1720 }
1721
1726 template <typename ListDomainsForPackageRequestT = Model::ListDomainsForPackageRequest>
1727 void ListDomainsForPackageAsync(const ListDomainsForPackageRequestT& request, const ListDomainsForPackageResponseReceivedHandler& handler,
1728 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1729 return SubmitAsync(&OpenSearchServiceClient::ListDomainsForPackage, request, handler, context);
1730 }
1731
1739
1744 template <typename ListInstanceTypeDetailsRequestT = Model::ListInstanceTypeDetailsRequest>
1745 Model::ListInstanceTypeDetailsOutcomeCallable ListInstanceTypeDetailsCallable(const ListInstanceTypeDetailsRequestT& request) const {
1746 return SubmitCallable(&OpenSearchServiceClient::ListInstanceTypeDetails, request);
1747 }
1748
1753 template <typename ListInstanceTypeDetailsRequestT = Model::ListInstanceTypeDetailsRequest>
1754 void ListInstanceTypeDetailsAsync(const ListInstanceTypeDetailsRequestT& request,
1756 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1757 return SubmitAsync(&OpenSearchServiceClient::ListInstanceTypeDetails, request, handler, context);
1758 }
1759
1769
1774 template <typename ListPackagesForDomainRequestT = Model::ListPackagesForDomainRequest>
1775 Model::ListPackagesForDomainOutcomeCallable ListPackagesForDomainCallable(const ListPackagesForDomainRequestT& request) const {
1776 return SubmitCallable(&OpenSearchServiceClient::ListPackagesForDomain, request);
1777 }
1778
1783 template <typename ListPackagesForDomainRequestT = Model::ListPackagesForDomainRequest>
1784 void ListPackagesForDomainAsync(const ListPackagesForDomainRequestT& request, const ListPackagesForDomainResponseReceivedHandler& handler,
1785 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1786 return SubmitAsync(&OpenSearchServiceClient::ListPackagesForDomain, request, handler, context);
1787 }
1788
1800
1805 template <typename ListScheduledActionsRequestT = Model::ListScheduledActionsRequest>
1806 Model::ListScheduledActionsOutcomeCallable ListScheduledActionsCallable(const ListScheduledActionsRequestT& request) const {
1807 return SubmitCallable(&OpenSearchServiceClient::ListScheduledActions, request);
1808 }
1809
1814 template <typename ListScheduledActionsRequestT = Model::ListScheduledActionsRequest>
1815 void ListScheduledActionsAsync(const ListScheduledActionsRequestT& request, const ListScheduledActionsResponseReceivedHandler& handler,
1816 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1817 return SubmitAsync(&OpenSearchServiceClient::ListScheduledActions, request, handler, context);
1818 }
1819
1829
1833 template <typename ListTagsRequestT = Model::ListTagsRequest>
1834 Model::ListTagsOutcomeCallable ListTagsCallable(const ListTagsRequestT& request) const {
1835 return SubmitCallable(&OpenSearchServiceClient::ListTags, request);
1836 }
1837
1842 template <typename ListTagsRequestT = Model::ListTagsRequest>
1843 void ListTagsAsync(const ListTagsRequestT& request, const ListTagsResponseReceivedHandler& handler,
1844 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1845 return SubmitAsync(&OpenSearchServiceClient::ListTags, request, handler, context);
1846 }
1847
1855
1859 template <typename ListVersionsRequestT = Model::ListVersionsRequest>
1860 Model::ListVersionsOutcomeCallable ListVersionsCallable(const ListVersionsRequestT& request = {}) const {
1861 return SubmitCallable(&OpenSearchServiceClient::ListVersions, request);
1862 }
1863
1868 template <typename ListVersionsRequestT = Model::ListVersionsRequest>
1870 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1871 const ListVersionsRequestT& request = {}) const {
1872 return SubmitAsync(&OpenSearchServiceClient::ListVersions, request, handler, context);
1873 }
1874
1883
1888 template <typename ListVpcEndpointAccessRequestT = Model::ListVpcEndpointAccessRequest>
1889 Model::ListVpcEndpointAccessOutcomeCallable ListVpcEndpointAccessCallable(const ListVpcEndpointAccessRequestT& request) const {
1890 return SubmitCallable(&OpenSearchServiceClient::ListVpcEndpointAccess, request);
1891 }
1892
1897 template <typename ListVpcEndpointAccessRequestT = Model::ListVpcEndpointAccessRequest>
1898 void ListVpcEndpointAccessAsync(const ListVpcEndpointAccessRequestT& request, const ListVpcEndpointAccessResponseReceivedHandler& handler,
1899 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1900 return SubmitAsync(&OpenSearchServiceClient::ListVpcEndpointAccess, request, handler, context);
1901 }
1902
1910
1915 template <typename ListVpcEndpointsRequestT = Model::ListVpcEndpointsRequest>
1916 Model::ListVpcEndpointsOutcomeCallable ListVpcEndpointsCallable(const ListVpcEndpointsRequestT& request = {}) const {
1917 return SubmitCallable(&OpenSearchServiceClient::ListVpcEndpoints, request);
1918 }
1919
1924 template <typename ListVpcEndpointsRequestT = Model::ListVpcEndpointsRequest>
1926 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1927 const ListVpcEndpointsRequestT& request = {}) const {
1928 return SubmitAsync(&OpenSearchServiceClient::ListVpcEndpoints, request, handler, context);
1929 }
1930
1938
1943 template <typename ListVpcEndpointsForDomainRequestT = Model::ListVpcEndpointsForDomainRequest>
1945 const ListVpcEndpointsForDomainRequestT& request) const {
1946 return SubmitCallable(&OpenSearchServiceClient::ListVpcEndpointsForDomain, request);
1947 }
1948
1953 template <typename ListVpcEndpointsForDomainRequestT = Model::ListVpcEndpointsForDomainRequest>
1954 void ListVpcEndpointsForDomainAsync(const ListVpcEndpointsForDomainRequestT& request,
1956 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1957 return SubmitAsync(&OpenSearchServiceClient::ListVpcEndpointsForDomain, request, handler, context);
1958 }
1959
1968
1973 template <typename PurchaseReservedInstanceOfferingRequestT = Model::PurchaseReservedInstanceOfferingRequest>
1975 const PurchaseReservedInstanceOfferingRequestT& request) const {
1976 return SubmitCallable(&OpenSearchServiceClient::PurchaseReservedInstanceOffering, request);
1977 }
1978
1983 template <typename PurchaseReservedInstanceOfferingRequestT = Model::PurchaseReservedInstanceOfferingRequest>
1984 void PurchaseReservedInstanceOfferingAsync(const PurchaseReservedInstanceOfferingRequestT& request,
1986 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1987 return SubmitAsync(&OpenSearchServiceClient::PurchaseReservedInstanceOffering, request, handler, context);
1988 }
1989
2001 const Model::PutDefaultApplicationSettingRequest& request) const;
2002
2007 template <typename PutDefaultApplicationSettingRequestT = Model::PutDefaultApplicationSettingRequest>
2009 const PutDefaultApplicationSettingRequestT& request) const {
2010 return SubmitCallable(&OpenSearchServiceClient::PutDefaultApplicationSetting, request);
2011 }
2012
2017 template <typename PutDefaultApplicationSettingRequestT = Model::PutDefaultApplicationSettingRequest>
2018 void PutDefaultApplicationSettingAsync(const PutDefaultApplicationSettingRequestT& request,
2020 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2021 return SubmitAsync(&OpenSearchServiceClient::PutDefaultApplicationSetting, request, handler, context);
2022 }
2023
2031
2036 template <typename RejectInboundConnectionRequestT = Model::RejectInboundConnectionRequest>
2037 Model::RejectInboundConnectionOutcomeCallable RejectInboundConnectionCallable(const RejectInboundConnectionRequestT& request) const {
2038 return SubmitCallable(&OpenSearchServiceClient::RejectInboundConnection, request);
2039 }
2040
2045 template <typename RejectInboundConnectionRequestT = Model::RejectInboundConnectionRequest>
2046 void RejectInboundConnectionAsync(const RejectInboundConnectionRequestT& request,
2048 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2049 return SubmitAsync(&OpenSearchServiceClient::RejectInboundConnection, request, handler, context);
2050 }
2051
2061
2065 template <typename RemoveTagsRequestT = Model::RemoveTagsRequest>
2066 Model::RemoveTagsOutcomeCallable RemoveTagsCallable(const RemoveTagsRequestT& request) const {
2067 return SubmitCallable(&OpenSearchServiceClient::RemoveTags, request);
2068 }
2069
2074 template <typename RemoveTagsRequestT = Model::RemoveTagsRequest>
2075 void RemoveTagsAsync(const RemoveTagsRequestT& request, const RemoveTagsResponseReceivedHandler& handler,
2076 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2077 return SubmitAsync(&OpenSearchServiceClient::RemoveTags, request, handler, context);
2078 }
2079
2087
2092 template <typename RevokeVpcEndpointAccessRequestT = Model::RevokeVpcEndpointAccessRequest>
2093 Model::RevokeVpcEndpointAccessOutcomeCallable RevokeVpcEndpointAccessCallable(const RevokeVpcEndpointAccessRequestT& request) const {
2094 return SubmitCallable(&OpenSearchServiceClient::RevokeVpcEndpointAccess, request);
2095 }
2096
2101 template <typename RevokeVpcEndpointAccessRequestT = Model::RevokeVpcEndpointAccessRequest>
2102 void RevokeVpcEndpointAccessAsync(const RevokeVpcEndpointAccessRequestT& request,
2104 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2105 return SubmitAsync(&OpenSearchServiceClient::RevokeVpcEndpointAccess, request, handler, context);
2106 }
2107
2116
2121 template <typename StartDomainMaintenanceRequestT = Model::StartDomainMaintenanceRequest>
2122 Model::StartDomainMaintenanceOutcomeCallable StartDomainMaintenanceCallable(const StartDomainMaintenanceRequestT& request) const {
2123 return SubmitCallable(&OpenSearchServiceClient::StartDomainMaintenance, request);
2124 }
2125
2130 template <typename StartDomainMaintenanceRequestT = Model::StartDomainMaintenanceRequest>
2131 void StartDomainMaintenanceAsync(const StartDomainMaintenanceRequestT& request,
2133 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2134 return SubmitAsync(&OpenSearchServiceClient::StartDomainMaintenance, request, handler, context);
2135 }
2136
2146 const Model::StartServiceSoftwareUpdateRequest& request) const;
2147
2152 template <typename StartServiceSoftwareUpdateRequestT = Model::StartServiceSoftwareUpdateRequest>
2154 const StartServiceSoftwareUpdateRequestT& request) const {
2155 return SubmitCallable(&OpenSearchServiceClient::StartServiceSoftwareUpdate, request);
2156 }
2157
2162 template <typename StartServiceSoftwareUpdateRequestT = Model::StartServiceSoftwareUpdateRequest>
2163 void StartServiceSoftwareUpdateAsync(const StartServiceSoftwareUpdateRequestT& request,
2165 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2166 return SubmitAsync(&OpenSearchServiceClient::StartServiceSoftwareUpdate, request, handler, context);
2167 }
2168
2176
2181 template <typename UpdateApplicationRequestT = Model::UpdateApplicationRequest>
2182 Model::UpdateApplicationOutcomeCallable UpdateApplicationCallable(const UpdateApplicationRequestT& request) const {
2183 return SubmitCallable(&OpenSearchServiceClient::UpdateApplication, request);
2184 }
2185
2190 template <typename UpdateApplicationRequestT = Model::UpdateApplicationRequest>
2191 void UpdateApplicationAsync(const UpdateApplicationRequestT& request, const UpdateApplicationResponseReceivedHandler& handler,
2192 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2193 return SubmitAsync(&OpenSearchServiceClient::UpdateApplication, request, handler, context);
2194 }
2195
2205
2210 template <typename UpdateDataSourceRequestT = Model::UpdateDataSourceRequest>
2211 Model::UpdateDataSourceOutcomeCallable UpdateDataSourceCallable(const UpdateDataSourceRequestT& request) const {
2212 return SubmitCallable(&OpenSearchServiceClient::UpdateDataSource, request);
2213 }
2214
2219 template <typename UpdateDataSourceRequestT = Model::UpdateDataSourceRequest>
2220 void UpdateDataSourceAsync(const UpdateDataSourceRequestT& request, const UpdateDataSourceResponseReceivedHandler& handler,
2221 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2222 return SubmitAsync(&OpenSearchServiceClient::UpdateDataSource, request, handler, context);
2223 }
2224
2232 const Model::UpdateDirectQueryDataSourceRequest& request) const;
2233
2238 template <typename UpdateDirectQueryDataSourceRequestT = Model::UpdateDirectQueryDataSourceRequest>
2240 const UpdateDirectQueryDataSourceRequestT& request) const {
2241 return SubmitCallable(&OpenSearchServiceClient::UpdateDirectQueryDataSource, request);
2242 }
2243
2248 template <typename UpdateDirectQueryDataSourceRequestT = Model::UpdateDirectQueryDataSourceRequest>
2249 void UpdateDirectQueryDataSourceAsync(const UpdateDirectQueryDataSourceRequestT& request,
2251 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2252 return SubmitAsync(&OpenSearchServiceClient::UpdateDirectQueryDataSource, request, handler, context);
2253 }
2254
2262
2267 template <typename UpdateDomainConfigRequestT = Model::UpdateDomainConfigRequest>
2268 Model::UpdateDomainConfigOutcomeCallable UpdateDomainConfigCallable(const UpdateDomainConfigRequestT& request) const {
2269 return SubmitCallable(&OpenSearchServiceClient::UpdateDomainConfig, request);
2270 }
2271
2276 template <typename UpdateDomainConfigRequestT = Model::UpdateDomainConfigRequest>
2277 void UpdateDomainConfigAsync(const UpdateDomainConfigRequestT& request, const UpdateDomainConfigResponseReceivedHandler& handler,
2278 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2279 return SubmitAsync(&OpenSearchServiceClient::UpdateDomainConfig, request, handler, context);
2280 }
2281
2291
2295 template <typename UpdateIndexRequestT = Model::UpdateIndexRequest>
2296 Model::UpdateIndexOutcomeCallable UpdateIndexCallable(const UpdateIndexRequestT& request) const {
2297 return SubmitCallable(&OpenSearchServiceClient::UpdateIndex, request);
2298 }
2299
2304 template <typename UpdateIndexRequestT = Model::UpdateIndexRequest>
2305 void UpdateIndexAsync(const UpdateIndexRequestT& request, const UpdateIndexResponseReceivedHandler& handler,
2306 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2307 return SubmitAsync(&OpenSearchServiceClient::UpdateIndex, request, handler, context);
2308 }
2309
2319
2323 template <typename UpdatePackageRequestT = Model::UpdatePackageRequest>
2324 Model::UpdatePackageOutcomeCallable UpdatePackageCallable(const UpdatePackageRequestT& request) const {
2325 return SubmitCallable(&OpenSearchServiceClient::UpdatePackage, request);
2326 }
2327
2332 template <typename UpdatePackageRequestT = Model::UpdatePackageRequest>
2333 void UpdatePackageAsync(const UpdatePackageRequestT& request, const UpdatePackageResponseReceivedHandler& handler,
2334 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2335 return SubmitAsync(&OpenSearchServiceClient::UpdatePackage, request, handler, context);
2336 }
2337
2345
2350 template <typename UpdatePackageScopeRequestT = Model::UpdatePackageScopeRequest>
2351 Model::UpdatePackageScopeOutcomeCallable UpdatePackageScopeCallable(const UpdatePackageScopeRequestT& request) const {
2352 return SubmitCallable(&OpenSearchServiceClient::UpdatePackageScope, request);
2353 }
2354
2359 template <typename UpdatePackageScopeRequestT = Model::UpdatePackageScopeRequest>
2360 void UpdatePackageScopeAsync(const UpdatePackageScopeRequestT& request, const UpdatePackageScopeResponseReceivedHandler& handler,
2361 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2362 return SubmitAsync(&OpenSearchServiceClient::UpdatePackageScope, request, handler, context);
2363 }
2364
2376
2381 template <typename UpdateScheduledActionRequestT = Model::UpdateScheduledActionRequest>
2382 Model::UpdateScheduledActionOutcomeCallable UpdateScheduledActionCallable(const UpdateScheduledActionRequestT& request) const {
2383 return SubmitCallable(&OpenSearchServiceClient::UpdateScheduledAction, request);
2384 }
2385
2390 template <typename UpdateScheduledActionRequestT = Model::UpdateScheduledActionRequest>
2391 void UpdateScheduledActionAsync(const UpdateScheduledActionRequestT& request, const UpdateScheduledActionResponseReceivedHandler& handler,
2392 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2393 return SubmitAsync(&OpenSearchServiceClient::UpdateScheduledAction, request, handler, context);
2394 }
2395
2403
2408 template <typename UpdateVpcEndpointRequestT = Model::UpdateVpcEndpointRequest>
2409 Model::UpdateVpcEndpointOutcomeCallable UpdateVpcEndpointCallable(const UpdateVpcEndpointRequestT& request) const {
2410 return SubmitCallable(&OpenSearchServiceClient::UpdateVpcEndpoint, request);
2411 }
2412
2417 template <typename UpdateVpcEndpointRequestT = Model::UpdateVpcEndpointRequest>
2418 void UpdateVpcEndpointAsync(const UpdateVpcEndpointRequestT& request, const UpdateVpcEndpointResponseReceivedHandler& handler,
2419 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2420 return SubmitAsync(&OpenSearchServiceClient::UpdateVpcEndpoint, request, handler, context);
2421 }
2422
2431
2435 template <typename UpgradeDomainRequestT = Model::UpgradeDomainRequest>
2436 Model::UpgradeDomainOutcomeCallable UpgradeDomainCallable(const UpgradeDomainRequestT& request) const {
2437 return SubmitCallable(&OpenSearchServiceClient::UpgradeDomain, request);
2438 }
2439
2444 template <typename UpgradeDomainRequestT = Model::UpgradeDomainRequest>
2445 void UpgradeDomainAsync(const UpgradeDomainRequestT& request, const UpgradeDomainResponseReceivedHandler& handler,
2446 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2447 return SubmitAsync(&OpenSearchServiceClient::UpgradeDomain, request, handler, context);
2448 }
2449
2450 virtual void OverrideEndpoint(const Aws::String& endpoint);
2451 virtual std::shared_ptr<OpenSearchServiceEndpointProviderBase>& accessEndpointProvider();
2452
2453 private:
2455 void init(const OpenSearchServiceClientConfiguration& clientConfiguration);
2456
2457 OpenSearchServiceClientConfiguration m_clientConfiguration;
2458 std::shared_ptr<OpenSearchServiceEndpointProviderBase> m_endpointProvider;
2459};
2460
2461} // namespace OpenSearchService
2462} // 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
OpenSearchServiceClientConfiguration ClientConfigurationType
virtual Model::AcceptInboundConnectionOutcome AcceptInboundConnection(const Model::AcceptInboundConnectionRequest &request) const
Model::DescribeDomainsOutcomeCallable DescribeDomainsCallable(const DescribeDomainsRequestT &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
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::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
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
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::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::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::DissociatePackagesOutcomeCallable DissociatePackagesCallable(const DissociatePackagesRequestT &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
Model::ListDomainsForPackageOutcomeCallable ListDomainsForPackageCallable(const ListDomainsForPackageRequestT &request) 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
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
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::GetPackageVersionHistoryOutcome GetPackageVersionHistory(const Model::GetPackageVersionHistoryRequest &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
Model::DescribeDomainConfigOutcomeCallable DescribeDomainConfigCallable(const DescribeDomainConfigRequestT &request) 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)
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
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
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
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
void CreateOutboundConnectionAsync(const CreateOutboundConnectionRequestT &request, const CreateOutboundConnectionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) 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::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
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())
Model::CancelServiceSoftwareUpdateOutcomeCallable CancelServiceSoftwareUpdateCallable(const CancelServiceSoftwareUpdateRequestT &request) const
virtual Model::ListVpcEndpointsForDomainOutcome ListVpcEndpointsForDomain(const Model::ListVpcEndpointsForDomainRequest &request) 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
Model::CreateIndexOutcomeCallable CreateIndexCallable(const CreateIndexRequestT &request) const
void UpdateDataSourceAsync(const UpdateDataSourceRequestT &request, const UpdateDataSourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) 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::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
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
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
Model::DeleteDataSourceOutcomeCallable DeleteDataSourceCallable(const DeleteDataSourceRequestT &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 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 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::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
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< DescribeOutboundConnectionsOutcome > DescribeOutboundConnectionsOutcomeCallable
std::future< CreateApplicationOutcome > CreateApplicationOutcomeCallable
std::future< DescribeReservedInstanceOfferingsOutcome > DescribeReservedInstanceOfferingsOutcomeCallable
std::future< CreateOutboundConnectionOutcome > CreateOutboundConnectionOutcomeCallable
std::future< UpdateApplicationOutcome > UpdateApplicationOutcomeCallable
std::future< AssociatePackagesOutcome > AssociatePackagesOutcomeCallable
std::future< ListDataSourcesOutcome > ListDataSourcesOutcomeCallable
std::future< GetDirectQueryDataSourceOutcome > GetDirectQueryDataSourceOutcomeCallable
std::future< UpdateDataSourceOutcome > UpdateDataSourceOutcomeCallable
std::future< RemoveTagsOutcome > RemoveTagsOutcomeCallable
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< 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< PurchaseReservedInstanceOfferingOutcome > PurchaseReservedInstanceOfferingOutcomeCallable
std::future< DeleteDirectQueryDataSourceOutcome > DeleteDirectQueryDataSourceOutcomeCallable
std::future< ListInstanceTypeDetailsOutcome > ListInstanceTypeDetailsOutcomeCallable
std::future< ListVersionsOutcome > ListVersionsOutcomeCallable
std::future< AddDataSourceOutcome > AddDataSourceOutcomeCallable
std::future< DeleteIndexOutcome > DeleteIndexOutcomeCallable
std::future< StartDomainMaintenanceOutcome > StartDomainMaintenanceOutcomeCallable
std::future< UpdateScheduledActionOutcome > UpdateScheduledActionOutcomeCallable
std::future< RejectInboundConnectionOutcome > RejectInboundConnectionOutcomeCallable
std::future< UpgradeDomainOutcome > UpgradeDomainOutcomeCallable
std::future< ListDomainsForPackageOutcome > ListDomainsForPackageOutcomeCallable
std::future< DescribeDomainsOutcome > DescribeDomainsOutcomeCallable
std::future< GetUpgradeHistoryOutcome > GetUpgradeHistoryOutcomeCallable
std::future< DescribeVpcEndpointsOutcome > DescribeVpcEndpointsOutcomeCallable
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< 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< DissociatePackageOutcome > DissociatePackageOutcomeCallable
std::future< GetPackageVersionHistoryOutcome > GetPackageVersionHistoryOutcomeCallable
std::future< GetIndexOutcome > GetIndexOutcomeCallable
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< 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::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::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::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::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::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::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::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::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::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::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::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::UpdatePackageRequest &, const Model::UpdatePackageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdatePackageResponseReceivedHandler
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