AWS SDK for C++

AWS SDK for C++ Version 1.11.750

Loading...
Searching...
No Matches
AthenaClient.h
1
6#pragma once
7#include <aws/athena/AthenaPaginationBase.h>
8#include <aws/athena/AthenaServiceClientModel.h>
9#include <aws/athena/Athena_EXPORTS.h>
10#include <aws/core/client/AWSClient.h>
11#include <aws/core/client/AWSClientAsyncCRTP.h>
12#include <aws/core/client/ClientConfiguration.h>
13#include <aws/core/utils/json/JsonSerializer.h>
14
15namespace Aws {
16namespace Athena {
33class AWS_ATHENA_API AthenaClient : public Aws::Client::AWSJsonClient,
35 public AthenaPaginationBase<AthenaClient> {
36 public:
38 static const char* GetServiceName();
39 static const char* GetAllocationTag();
40
43
49 std::shared_ptr<AthenaEndpointProviderBase> endpointProvider = nullptr);
50
55 AthenaClient(const Aws::Auth::AWSCredentials& credentials, std::shared_ptr<AthenaEndpointProviderBase> endpointProvider = nullptr,
57
62 AthenaClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
63 std::shared_ptr<AthenaEndpointProviderBase> endpointProvider = nullptr,
65
66 /* Legacy constructors due deprecation */
72
77 AthenaClient(const Aws::Auth::AWSCredentials& credentials, const Aws::Client::ClientConfiguration& clientConfiguration);
78
83 AthenaClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
84 const Aws::Client::ClientConfiguration& clientConfiguration);
85
86 /* End of legacy constructors due deprecation */
87 virtual ~AthenaClient();
88
104
109 template <typename BatchGetNamedQueryRequestT = Model::BatchGetNamedQueryRequest>
110 Model::BatchGetNamedQueryOutcomeCallable BatchGetNamedQueryCallable(const BatchGetNamedQueryRequestT& request) const {
111 return SubmitCallable(&AthenaClient::BatchGetNamedQuery, request);
112 }
113
118 template <typename BatchGetNamedQueryRequestT = Model::BatchGetNamedQueryRequest>
119 void BatchGetNamedQueryAsync(const BatchGetNamedQueryRequestT& request, const BatchGetNamedQueryResponseReceivedHandler& handler,
120 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
121 return SubmitAsync(&AthenaClient::BatchGetNamedQuery, request, handler, context);
122 }
123
135
140 template <typename BatchGetPreparedStatementRequestT = Model::BatchGetPreparedStatementRequest>
142 const BatchGetPreparedStatementRequestT& request) const {
143 return SubmitCallable(&AthenaClient::BatchGetPreparedStatement, request);
144 }
145
150 template <typename BatchGetPreparedStatementRequestT = Model::BatchGetPreparedStatementRequest>
151 void BatchGetPreparedStatementAsync(const BatchGetPreparedStatementRequestT& request,
153 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
154 return SubmitAsync(&AthenaClient::BatchGetPreparedStatement, request, handler, context);
155 }
156
169
174 template <typename BatchGetQueryExecutionRequestT = Model::BatchGetQueryExecutionRequest>
175 Model::BatchGetQueryExecutionOutcomeCallable BatchGetQueryExecutionCallable(const BatchGetQueryExecutionRequestT& request) const {
176 return SubmitCallable(&AthenaClient::BatchGetQueryExecution, request);
177 }
178
183 template <typename BatchGetQueryExecutionRequestT = Model::BatchGetQueryExecutionRequest>
184 void BatchGetQueryExecutionAsync(const BatchGetQueryExecutionRequestT& request,
186 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
187 return SubmitAsync(&AthenaClient::BatchGetQueryExecution, request, handler, context);
188 }
189
200
205 template <typename CancelCapacityReservationRequestT = Model::CancelCapacityReservationRequest>
207 const CancelCapacityReservationRequestT& request) const {
208 return SubmitCallable(&AthenaClient::CancelCapacityReservation, request);
209 }
210
215 template <typename CancelCapacityReservationRequestT = Model::CancelCapacityReservationRequest>
216 void CancelCapacityReservationAsync(const CancelCapacityReservationRequestT& request,
218 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
219 return SubmitAsync(&AthenaClient::CancelCapacityReservation, request, handler, context);
220 }
221
229
234 template <typename CreateCapacityReservationRequestT = Model::CreateCapacityReservationRequest>
236 const CreateCapacityReservationRequestT& request) const {
237 return SubmitCallable(&AthenaClient::CreateCapacityReservation, request);
238 }
239
244 template <typename CreateCapacityReservationRequestT = Model::CreateCapacityReservationRequest>
245 void CreateCapacityReservationAsync(const CreateCapacityReservationRequestT& request,
247 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
248 return SubmitAsync(&AthenaClient::CreateCapacityReservation, request, handler, context);
249 }
250
268
273 template <typename CreateDataCatalogRequestT = Model::CreateDataCatalogRequest>
274 Model::CreateDataCatalogOutcomeCallable CreateDataCatalogCallable(const CreateDataCatalogRequestT& request) const {
275 return SubmitCallable(&AthenaClient::CreateDataCatalog, request);
276 }
277
282 template <typename CreateDataCatalogRequestT = Model::CreateDataCatalogRequest>
283 void CreateDataCatalogAsync(const CreateDataCatalogRequestT& request, const CreateDataCatalogResponseReceivedHandler& handler,
284 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
285 return SubmitAsync(&AthenaClient::CreateDataCatalog, request, handler, context);
286 }
287
295
300 template <typename CreateNamedQueryRequestT = Model::CreateNamedQueryRequest>
301 Model::CreateNamedQueryOutcomeCallable CreateNamedQueryCallable(const CreateNamedQueryRequestT& request) const {
302 return SubmitCallable(&AthenaClient::CreateNamedQuery, request);
303 }
304
309 template <typename CreateNamedQueryRequestT = Model::CreateNamedQueryRequest>
310 void CreateNamedQueryAsync(const CreateNamedQueryRequestT& request, const CreateNamedQueryResponseReceivedHandler& handler,
311 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
312 return SubmitAsync(&AthenaClient::CreateNamedQuery, request, handler, context);
313 }
314
323
327 template <typename CreateNotebookRequestT = Model::CreateNotebookRequest>
328 Model::CreateNotebookOutcomeCallable CreateNotebookCallable(const CreateNotebookRequestT& request) const {
329 return SubmitCallable(&AthenaClient::CreateNotebook, request);
330 }
331
336 template <typename CreateNotebookRequestT = Model::CreateNotebookRequest>
337 void CreateNotebookAsync(const CreateNotebookRequestT& request, const CreateNotebookResponseReceivedHandler& handler,
338 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
339 return SubmitAsync(&AthenaClient::CreateNotebook, request, handler, context);
340 }
341
349
354 template <typename CreatePreparedStatementRequestT = Model::CreatePreparedStatementRequest>
355 Model::CreatePreparedStatementOutcomeCallable CreatePreparedStatementCallable(const CreatePreparedStatementRequestT& request) const {
356 return SubmitCallable(&AthenaClient::CreatePreparedStatement, request);
357 }
358
363 template <typename CreatePreparedStatementRequestT = Model::CreatePreparedStatementRequest>
364 void CreatePreparedStatementAsync(const CreatePreparedStatementRequestT& request,
366 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
367 return SubmitAsync(&AthenaClient::CreatePreparedStatement, request, handler, context);
368 }
369
381 const Model::CreatePresignedNotebookUrlRequest& request) const;
382
387 template <typename CreatePresignedNotebookUrlRequestT = Model::CreatePresignedNotebookUrlRequest>
389 const CreatePresignedNotebookUrlRequestT& request) const {
390 return SubmitCallable(&AthenaClient::CreatePresignedNotebookUrl, request);
391 }
392
397 template <typename CreatePresignedNotebookUrlRequestT = Model::CreatePresignedNotebookUrlRequest>
398 void CreatePresignedNotebookUrlAsync(const CreatePresignedNotebookUrlRequestT& request,
400 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
401 return SubmitAsync(&AthenaClient::CreatePresignedNotebookUrl, request, handler, context);
402 }
403
412
416 template <typename CreateWorkGroupRequestT = Model::CreateWorkGroupRequest>
417 Model::CreateWorkGroupOutcomeCallable CreateWorkGroupCallable(const CreateWorkGroupRequestT& request) const {
418 return SubmitCallable(&AthenaClient::CreateWorkGroup, request);
419 }
420
425 template <typename CreateWorkGroupRequestT = Model::CreateWorkGroupRequest>
426 void CreateWorkGroupAsync(const CreateWorkGroupRequestT& request, const CreateWorkGroupResponseReceivedHandler& handler,
427 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
428 return SubmitAsync(&AthenaClient::CreateWorkGroup, request, handler, context);
429 }
430
442
447 template <typename DeleteCapacityReservationRequestT = Model::DeleteCapacityReservationRequest>
449 const DeleteCapacityReservationRequestT& request) const {
450 return SubmitCallable(&AthenaClient::DeleteCapacityReservation, request);
451 }
452
457 template <typename DeleteCapacityReservationRequestT = Model::DeleteCapacityReservationRequest>
458 void DeleteCapacityReservationAsync(const DeleteCapacityReservationRequestT& request,
460 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
461 return SubmitAsync(&AthenaClient::DeleteCapacityReservation, request, handler, context);
462 }
463
470
475 template <typename DeleteDataCatalogRequestT = Model::DeleteDataCatalogRequest>
476 Model::DeleteDataCatalogOutcomeCallable DeleteDataCatalogCallable(const DeleteDataCatalogRequestT& request) const {
477 return SubmitCallable(&AthenaClient::DeleteDataCatalog, request);
478 }
479
484 template <typename DeleteDataCatalogRequestT = Model::DeleteDataCatalogRequest>
485 void DeleteDataCatalogAsync(const DeleteDataCatalogRequestT& request, const DeleteDataCatalogResponseReceivedHandler& handler,
486 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
487 return SubmitAsync(&AthenaClient::DeleteDataCatalog, request, handler, context);
488 }
489
497
502 template <typename DeleteNamedQueryRequestT = Model::DeleteNamedQueryRequest>
503 Model::DeleteNamedQueryOutcomeCallable DeleteNamedQueryCallable(const DeleteNamedQueryRequestT& request) const {
504 return SubmitCallable(&AthenaClient::DeleteNamedQuery, request);
505 }
506
511 template <typename DeleteNamedQueryRequestT = Model::DeleteNamedQueryRequest>
512 void DeleteNamedQueryAsync(const DeleteNamedQueryRequestT& request, const DeleteNamedQueryResponseReceivedHandler& handler,
513 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
514 return SubmitAsync(&AthenaClient::DeleteNamedQuery, request, handler, context);
515 }
516
523
527 template <typename DeleteNotebookRequestT = Model::DeleteNotebookRequest>
528 Model::DeleteNotebookOutcomeCallable DeleteNotebookCallable(const DeleteNotebookRequestT& request) const {
529 return SubmitCallable(&AthenaClient::DeleteNotebook, request);
530 }
531
536 template <typename DeleteNotebookRequestT = Model::DeleteNotebookRequest>
537 void DeleteNotebookAsync(const DeleteNotebookRequestT& request, const DeleteNotebookResponseReceivedHandler& handler,
538 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
539 return SubmitAsync(&AthenaClient::DeleteNotebook, request, handler, context);
540 }
541
549
554 template <typename DeletePreparedStatementRequestT = Model::DeletePreparedStatementRequest>
555 Model::DeletePreparedStatementOutcomeCallable DeletePreparedStatementCallable(const DeletePreparedStatementRequestT& request) const {
556 return SubmitCallable(&AthenaClient::DeletePreparedStatement, request);
557 }
558
563 template <typename DeletePreparedStatementRequestT = Model::DeletePreparedStatementRequest>
564 void DeletePreparedStatementAsync(const DeletePreparedStatementRequestT& request,
566 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
567 return SubmitAsync(&AthenaClient::DeletePreparedStatement, request, handler, context);
568 }
569
577
581 template <typename DeleteWorkGroupRequestT = Model::DeleteWorkGroupRequest>
582 Model::DeleteWorkGroupOutcomeCallable DeleteWorkGroupCallable(const DeleteWorkGroupRequestT& request) const {
583 return SubmitCallable(&AthenaClient::DeleteWorkGroup, request);
584 }
585
590 template <typename DeleteWorkGroupRequestT = Model::DeleteWorkGroupRequest>
591 void DeleteWorkGroupAsync(const DeleteWorkGroupRequestT& request, const DeleteWorkGroupResponseReceivedHandler& handler,
592 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
593 return SubmitAsync(&AthenaClient::DeleteWorkGroup, request, handler, context);
594 }
595
603
607 template <typename ExportNotebookRequestT = Model::ExportNotebookRequest>
608 Model::ExportNotebookOutcomeCallable ExportNotebookCallable(const ExportNotebookRequestT& request) const {
609 return SubmitCallable(&AthenaClient::ExportNotebook, request);
610 }
611
616 template <typename ExportNotebookRequestT = Model::ExportNotebookRequest>
617 void ExportNotebookAsync(const ExportNotebookRequestT& request, const ExportNotebookResponseReceivedHandler& handler,
618 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
619 return SubmitAsync(&AthenaClient::ExportNotebook, request, handler, context);
620 }
621
629
634 template <typename GetCalculationExecutionRequestT = Model::GetCalculationExecutionRequest>
635 Model::GetCalculationExecutionOutcomeCallable GetCalculationExecutionCallable(const GetCalculationExecutionRequestT& request) const {
636 return SubmitCallable(&AthenaClient::GetCalculationExecution, request);
637 }
638
643 template <typename GetCalculationExecutionRequestT = Model::GetCalculationExecutionRequest>
644 void GetCalculationExecutionAsync(const GetCalculationExecutionRequestT& request,
646 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
647 return SubmitAsync(&AthenaClient::GetCalculationExecution, request, handler, context);
648 }
649
657 const Model::GetCalculationExecutionCodeRequest& request) const;
658
663 template <typename GetCalculationExecutionCodeRequestT = Model::GetCalculationExecutionCodeRequest>
665 const GetCalculationExecutionCodeRequestT& request) const {
666 return SubmitCallable(&AthenaClient::GetCalculationExecutionCode, request);
667 }
668
673 template <typename GetCalculationExecutionCodeRequestT = Model::GetCalculationExecutionCodeRequest>
674 void GetCalculationExecutionCodeAsync(const GetCalculationExecutionCodeRequestT& request,
676 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
677 return SubmitAsync(&AthenaClient::GetCalculationExecutionCode, request, handler, context);
678 }
679
687
692 template <typename GetCalculationExecutionStatusRequestT = Model::GetCalculationExecutionStatusRequest>
694 const GetCalculationExecutionStatusRequestT& request) const {
695 return SubmitCallable(&AthenaClient::GetCalculationExecutionStatus, request);
696 }
697
702 template <typename GetCalculationExecutionStatusRequestT = Model::GetCalculationExecutionStatusRequest>
703 void GetCalculationExecutionStatusAsync(const GetCalculationExecutionStatusRequestT& request,
705 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
706 return SubmitAsync(&AthenaClient::GetCalculationExecutionStatus, request, handler, context);
707 }
708
717
722 template <typename GetCapacityAssignmentConfigurationRequestT = Model::GetCapacityAssignmentConfigurationRequest>
724 const GetCapacityAssignmentConfigurationRequestT& request) const {
725 return SubmitCallable(&AthenaClient::GetCapacityAssignmentConfiguration, request);
726 }
727
732 template <typename GetCapacityAssignmentConfigurationRequestT = Model::GetCapacityAssignmentConfigurationRequest>
733 void GetCapacityAssignmentConfigurationAsync(const GetCapacityAssignmentConfigurationRequestT& request,
735 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
736 return SubmitAsync(&AthenaClient::GetCapacityAssignmentConfiguration, request, handler, context);
737 }
738
746
751 template <typename GetCapacityReservationRequestT = Model::GetCapacityReservationRequest>
752 Model::GetCapacityReservationOutcomeCallable GetCapacityReservationCallable(const GetCapacityReservationRequestT& request) const {
753 return SubmitCallable(&AthenaClient::GetCapacityReservation, request);
754 }
755
760 template <typename GetCapacityReservationRequestT = Model::GetCapacityReservationRequest>
761 void GetCapacityReservationAsync(const GetCapacityReservationRequestT& request,
763 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
764 return SubmitAsync(&AthenaClient::GetCapacityReservation, request, handler, context);
765 }
766
773
777 template <typename GetDataCatalogRequestT = Model::GetDataCatalogRequest>
778 Model::GetDataCatalogOutcomeCallable GetDataCatalogCallable(const GetDataCatalogRequestT& request) const {
779 return SubmitCallable(&AthenaClient::GetDataCatalog, request);
780 }
781
786 template <typename GetDataCatalogRequestT = Model::GetDataCatalogRequest>
787 void GetDataCatalogAsync(const GetDataCatalogRequestT& request, const GetDataCatalogResponseReceivedHandler& handler,
788 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
789 return SubmitAsync(&AthenaClient::GetDataCatalog, request, handler, context);
790 }
791
799
803 template <typename GetDatabaseRequestT = Model::GetDatabaseRequest>
804 Model::GetDatabaseOutcomeCallable GetDatabaseCallable(const GetDatabaseRequestT& request) const {
805 return SubmitCallable(&AthenaClient::GetDatabase, request);
806 }
807
812 template <typename GetDatabaseRequestT = Model::GetDatabaseRequest>
813 void GetDatabaseAsync(const GetDatabaseRequestT& request, const GetDatabaseResponseReceivedHandler& handler,
814 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
815 return SubmitAsync(&AthenaClient::GetDatabase, request, handler, context);
816 }
817
825
829 template <typename GetNamedQueryRequestT = Model::GetNamedQueryRequest>
830 Model::GetNamedQueryOutcomeCallable GetNamedQueryCallable(const GetNamedQueryRequestT& request) const {
831 return SubmitCallable(&AthenaClient::GetNamedQuery, request);
832 }
833
838 template <typename GetNamedQueryRequestT = Model::GetNamedQueryRequest>
839 void GetNamedQueryAsync(const GetNamedQueryRequestT& request, const GetNamedQueryResponseReceivedHandler& handler,
840 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
841 return SubmitAsync(&AthenaClient::GetNamedQuery, request, handler, context);
842 }
843
851
856 template <typename GetNotebookMetadataRequestT = Model::GetNotebookMetadataRequest>
857 Model::GetNotebookMetadataOutcomeCallable GetNotebookMetadataCallable(const GetNotebookMetadataRequestT& request) const {
858 return SubmitCallable(&AthenaClient::GetNotebookMetadata, request);
859 }
860
865 template <typename GetNotebookMetadataRequestT = Model::GetNotebookMetadataRequest>
866 void GetNotebookMetadataAsync(const GetNotebookMetadataRequestT& request, const GetNotebookMetadataResponseReceivedHandler& handler,
867 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
868 return SubmitAsync(&AthenaClient::GetNotebookMetadata, request, handler, context);
869 }
870
878
883 template <typename GetPreparedStatementRequestT = Model::GetPreparedStatementRequest>
884 Model::GetPreparedStatementOutcomeCallable GetPreparedStatementCallable(const GetPreparedStatementRequestT& request) const {
885 return SubmitCallable(&AthenaClient::GetPreparedStatement, request);
886 }
887
892 template <typename GetPreparedStatementRequestT = Model::GetPreparedStatementRequest>
893 void GetPreparedStatementAsync(const GetPreparedStatementRequestT& request, const GetPreparedStatementResponseReceivedHandler& handler,
894 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
895 return SubmitAsync(&AthenaClient::GetPreparedStatement, request, handler, context);
896 }
897
907
912 template <typename GetQueryExecutionRequestT = Model::GetQueryExecutionRequest>
913 Model::GetQueryExecutionOutcomeCallable GetQueryExecutionCallable(const GetQueryExecutionRequestT& request) const {
914 return SubmitCallable(&AthenaClient::GetQueryExecution, request);
915 }
916
921 template <typename GetQueryExecutionRequestT = Model::GetQueryExecutionRequest>
922 void GetQueryExecutionAsync(const GetQueryExecutionRequestT& request, const GetQueryExecutionResponseReceivedHandler& handler,
923 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
924 return SubmitAsync(&AthenaClient::GetQueryExecution, request, handler, context);
925 }
926
948
952 template <typename GetQueryResultsRequestT = Model::GetQueryResultsRequest>
953 Model::GetQueryResultsOutcomeCallable GetQueryResultsCallable(const GetQueryResultsRequestT& request) const {
954 return SubmitCallable(&AthenaClient::GetQueryResults, request);
955 }
956
961 template <typename GetQueryResultsRequestT = Model::GetQueryResultsRequest>
962 void GetQueryResultsAsync(const GetQueryResultsRequestT& request, const GetQueryResultsResponseReceivedHandler& handler,
963 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
964 return SubmitAsync(&AthenaClient::GetQueryResults, request, handler, context);
965 }
966
981
986 template <typename GetQueryRuntimeStatisticsRequestT = Model::GetQueryRuntimeStatisticsRequest>
988 const GetQueryRuntimeStatisticsRequestT& request) const {
989 return SubmitCallable(&AthenaClient::GetQueryRuntimeStatistics, request);
990 }
991
996 template <typename GetQueryRuntimeStatisticsRequestT = Model::GetQueryRuntimeStatisticsRequest>
997 void GetQueryRuntimeStatisticsAsync(const GetQueryRuntimeStatisticsRequestT& request,
999 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1000 return SubmitAsync(&AthenaClient::GetQueryRuntimeStatistics, request, handler, context);
1001 }
1002
1009
1014 template <typename GetResourceDashboardRequestT = Model::GetResourceDashboardRequest>
1015 Model::GetResourceDashboardOutcomeCallable GetResourceDashboardCallable(const GetResourceDashboardRequestT& request) const {
1016 return SubmitCallable(&AthenaClient::GetResourceDashboard, request);
1017 }
1018
1023 template <typename GetResourceDashboardRequestT = Model::GetResourceDashboardRequest>
1024 void GetResourceDashboardAsync(const GetResourceDashboardRequestT& request, const GetResourceDashboardResponseReceivedHandler& handler,
1025 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1026 return SubmitAsync(&AthenaClient::GetResourceDashboard, request, handler, context);
1027 }
1028
1036
1040 template <typename GetSessionRequestT = Model::GetSessionRequest>
1041 Model::GetSessionOutcomeCallable GetSessionCallable(const GetSessionRequestT& request) const {
1042 return SubmitCallable(&AthenaClient::GetSession, request);
1043 }
1044
1049 template <typename GetSessionRequestT = Model::GetSessionRequest>
1050 void GetSessionAsync(const GetSessionRequestT& request, const GetSessionResponseReceivedHandler& handler,
1051 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1052 return SubmitAsync(&AthenaClient::GetSession, request, handler, context);
1053 }
1054
1062
1067 template <typename GetSessionEndpointRequestT = Model::GetSessionEndpointRequest>
1068 Model::GetSessionEndpointOutcomeCallable GetSessionEndpointCallable(const GetSessionEndpointRequestT& request) const {
1069 return SubmitCallable(&AthenaClient::GetSessionEndpoint, request);
1070 }
1071
1076 template <typename GetSessionEndpointRequestT = Model::GetSessionEndpointRequest>
1077 void GetSessionEndpointAsync(const GetSessionEndpointRequestT& request, const GetSessionEndpointResponseReceivedHandler& handler,
1078 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1079 return SubmitAsync(&AthenaClient::GetSessionEndpoint, request, handler, context);
1080 }
1081
1088
1093 template <typename GetSessionStatusRequestT = Model::GetSessionStatusRequest>
1094 Model::GetSessionStatusOutcomeCallable GetSessionStatusCallable(const GetSessionStatusRequestT& request) const {
1095 return SubmitCallable(&AthenaClient::GetSessionStatus, request);
1096 }
1097
1102 template <typename GetSessionStatusRequestT = Model::GetSessionStatusRequest>
1103 void GetSessionStatusAsync(const GetSessionStatusRequestT& request, const GetSessionStatusResponseReceivedHandler& handler,
1104 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1105 return SubmitAsync(&AthenaClient::GetSessionStatus, request, handler, context);
1106 }
1107
1115
1120 template <typename GetTableMetadataRequestT = Model::GetTableMetadataRequest>
1121 Model::GetTableMetadataOutcomeCallable GetTableMetadataCallable(const GetTableMetadataRequestT& request) const {
1122 return SubmitCallable(&AthenaClient::GetTableMetadata, request);
1123 }
1124
1129 template <typename GetTableMetadataRequestT = Model::GetTableMetadataRequest>
1130 void GetTableMetadataAsync(const GetTableMetadataRequestT& request, const GetTableMetadataResponseReceivedHandler& handler,
1131 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1132 return SubmitAsync(&AthenaClient::GetTableMetadata, request, handler, context);
1133 }
1134
1142
1146 template <typename GetWorkGroupRequestT = Model::GetWorkGroupRequest>
1147 Model::GetWorkGroupOutcomeCallable GetWorkGroupCallable(const GetWorkGroupRequestT& request) const {
1148 return SubmitCallable(&AthenaClient::GetWorkGroup, request);
1149 }
1150
1155 template <typename GetWorkGroupRequestT = Model::GetWorkGroupRequest>
1156 void GetWorkGroupAsync(const GetWorkGroupRequestT& request, const GetWorkGroupResponseReceivedHandler& handler,
1157 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1158 return SubmitAsync(&AthenaClient::GetWorkGroup, request, handler, context);
1159 }
1160
1173
1177 template <typename ImportNotebookRequestT = Model::ImportNotebookRequest>
1178 Model::ImportNotebookOutcomeCallable ImportNotebookCallable(const ImportNotebookRequestT& request) const {
1179 return SubmitCallable(&AthenaClient::ImportNotebook, request);
1180 }
1181
1186 template <typename ImportNotebookRequestT = Model::ImportNotebookRequest>
1187 void ImportNotebookAsync(const ImportNotebookRequestT& request, const ImportNotebookResponseReceivedHandler& handler,
1188 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1189 return SubmitAsync(&AthenaClient::ImportNotebook, request, handler, context);
1190 }
1191
1199
1204 template <typename ListApplicationDPUSizesRequestT = Model::ListApplicationDPUSizesRequest>
1205 Model::ListApplicationDPUSizesOutcomeCallable ListApplicationDPUSizesCallable(const ListApplicationDPUSizesRequestT& request = {}) const {
1206 return SubmitCallable(&AthenaClient::ListApplicationDPUSizes, request);
1207 }
1208
1213 template <typename ListApplicationDPUSizesRequestT = Model::ListApplicationDPUSizesRequest>
1215 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1216 const ListApplicationDPUSizesRequestT& request = {}) const {
1217 return SubmitAsync(&AthenaClient::ListApplicationDPUSizes, request, handler, context);
1218 }
1219
1228
1233 template <typename ListCalculationExecutionsRequestT = Model::ListCalculationExecutionsRequest>
1235 const ListCalculationExecutionsRequestT& request) const {
1236 return SubmitCallable(&AthenaClient::ListCalculationExecutions, request);
1237 }
1238
1243 template <typename ListCalculationExecutionsRequestT = Model::ListCalculationExecutionsRequest>
1244 void ListCalculationExecutionsAsync(const ListCalculationExecutionsRequestT& request,
1246 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1247 return SubmitAsync(&AthenaClient::ListCalculationExecutions, request, handler, context);
1248 }
1249
1257
1262 template <typename ListCapacityReservationsRequestT = Model::ListCapacityReservationsRequest>
1264 const ListCapacityReservationsRequestT& request = {}) const {
1265 return SubmitCallable(&AthenaClient::ListCapacityReservations, request);
1266 }
1267
1272 template <typename ListCapacityReservationsRequestT = Model::ListCapacityReservationsRequest>
1274 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1275 const ListCapacityReservationsRequestT& request = {}) const {
1276 return SubmitAsync(&AthenaClient::ListCapacityReservations, request, handler, context);
1277 }
1278
1288
1293 template <typename ListDataCatalogsRequestT = Model::ListDataCatalogsRequest>
1294 Model::ListDataCatalogsOutcomeCallable ListDataCatalogsCallable(const ListDataCatalogsRequestT& request = {}) const {
1295 return SubmitCallable(&AthenaClient::ListDataCatalogs, request);
1296 }
1297
1302 template <typename ListDataCatalogsRequestT = Model::ListDataCatalogsRequest>
1304 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1305 const ListDataCatalogsRequestT& request = {}) const {
1306 return SubmitAsync(&AthenaClient::ListDataCatalogs, request, handler, context);
1307 }
1308
1316
1320 template <typename ListDatabasesRequestT = Model::ListDatabasesRequest>
1321 Model::ListDatabasesOutcomeCallable ListDatabasesCallable(const ListDatabasesRequestT& request) const {
1322 return SubmitCallable(&AthenaClient::ListDatabases, request);
1323 }
1324
1329 template <typename ListDatabasesRequestT = Model::ListDatabasesRequest>
1330 void ListDatabasesAsync(const ListDatabasesRequestT& request, const ListDatabasesResponseReceivedHandler& handler,
1331 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1332 return SubmitAsync(&AthenaClient::ListDatabases, request, handler, context);
1333 }
1334
1342
1347 template <typename ListEngineVersionsRequestT = Model::ListEngineVersionsRequest>
1348 Model::ListEngineVersionsOutcomeCallable ListEngineVersionsCallable(const ListEngineVersionsRequestT& request = {}) const {
1349 return SubmitCallable(&AthenaClient::ListEngineVersions, request);
1350 }
1351
1356 template <typename ListEngineVersionsRequestT = Model::ListEngineVersionsRequest>
1358 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1359 const ListEngineVersionsRequestT& request = {}) const {
1360 return SubmitAsync(&AthenaClient::ListEngineVersions, request, handler, context);
1361 }
1362
1371
1375 template <typename ListExecutorsRequestT = Model::ListExecutorsRequest>
1376 Model::ListExecutorsOutcomeCallable ListExecutorsCallable(const ListExecutorsRequestT& request) const {
1377 return SubmitCallable(&AthenaClient::ListExecutors, request);
1378 }
1379
1384 template <typename ListExecutorsRequestT = Model::ListExecutorsRequest>
1385 void ListExecutorsAsync(const ListExecutorsRequestT& request, const ListExecutorsResponseReceivedHandler& handler,
1386 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1387 return SubmitAsync(&AthenaClient::ListExecutors, request, handler, context);
1388 }
1389
1399
1404 template <typename ListNamedQueriesRequestT = Model::ListNamedQueriesRequest>
1405 Model::ListNamedQueriesOutcomeCallable ListNamedQueriesCallable(const ListNamedQueriesRequestT& request = {}) const {
1406 return SubmitCallable(&AthenaClient::ListNamedQueries, request);
1407 }
1408
1413 template <typename ListNamedQueriesRequestT = Model::ListNamedQueriesRequest>
1415 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1416 const ListNamedQueriesRequestT& request = {}) const {
1417 return SubmitAsync(&AthenaClient::ListNamedQueries, request, handler, context);
1418 }
1419
1427
1432 template <typename ListNotebookMetadataRequestT = Model::ListNotebookMetadataRequest>
1433 Model::ListNotebookMetadataOutcomeCallable ListNotebookMetadataCallable(const ListNotebookMetadataRequestT& request) const {
1434 return SubmitCallable(&AthenaClient::ListNotebookMetadata, request);
1435 }
1436
1441 template <typename ListNotebookMetadataRequestT = Model::ListNotebookMetadataRequest>
1442 void ListNotebookMetadataAsync(const ListNotebookMetadataRequestT& request, const ListNotebookMetadataResponseReceivedHandler& handler,
1443 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1444 return SubmitAsync(&AthenaClient::ListNotebookMetadata, request, handler, context);
1445 }
1446
1456
1461 template <typename ListNotebookSessionsRequestT = Model::ListNotebookSessionsRequest>
1462 Model::ListNotebookSessionsOutcomeCallable ListNotebookSessionsCallable(const ListNotebookSessionsRequestT& request) const {
1463 return SubmitCallable(&AthenaClient::ListNotebookSessions, request);
1464 }
1465
1470 template <typename ListNotebookSessionsRequestT = Model::ListNotebookSessionsRequest>
1471 void ListNotebookSessionsAsync(const ListNotebookSessionsRequestT& request, const ListNotebookSessionsResponseReceivedHandler& handler,
1472 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1473 return SubmitAsync(&AthenaClient::ListNotebookSessions, request, handler, context);
1474 }
1475
1483
1488 template <typename ListPreparedStatementsRequestT = Model::ListPreparedStatementsRequest>
1489 Model::ListPreparedStatementsOutcomeCallable ListPreparedStatementsCallable(const ListPreparedStatementsRequestT& request) const {
1490 return SubmitCallable(&AthenaClient::ListPreparedStatements, request);
1491 }
1492
1497 template <typename ListPreparedStatementsRequestT = Model::ListPreparedStatementsRequest>
1498 void ListPreparedStatementsAsync(const ListPreparedStatementsRequestT& request,
1500 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1501 return SubmitAsync(&AthenaClient::ListPreparedStatements, request, handler, context);
1502 }
1503
1514
1519 template <typename ListQueryExecutionsRequestT = Model::ListQueryExecutionsRequest>
1520 Model::ListQueryExecutionsOutcomeCallable ListQueryExecutionsCallable(const ListQueryExecutionsRequestT& request = {}) const {
1521 return SubmitCallable(&AthenaClient::ListQueryExecutions, request);
1522 }
1523
1528 template <typename ListQueryExecutionsRequestT = Model::ListQueryExecutionsRequest>
1530 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1531 const ListQueryExecutionsRequestT& request = {}) const {
1532 return SubmitAsync(&AthenaClient::ListQueryExecutions, request, handler, context);
1533 }
1534
1544
1548 template <typename ListSessionsRequestT = Model::ListSessionsRequest>
1549 Model::ListSessionsOutcomeCallable ListSessionsCallable(const ListSessionsRequestT& request) const {
1550 return SubmitCallable(&AthenaClient::ListSessions, request);
1551 }
1552
1557 template <typename ListSessionsRequestT = Model::ListSessionsRequest>
1558 void ListSessionsAsync(const ListSessionsRequestT& request, const ListSessionsResponseReceivedHandler& handler,
1559 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1560 return SubmitAsync(&AthenaClient::ListSessions, request, handler, context);
1561 }
1562
1570
1575 template <typename ListTableMetadataRequestT = Model::ListTableMetadataRequest>
1576 Model::ListTableMetadataOutcomeCallable ListTableMetadataCallable(const ListTableMetadataRequestT& request) const {
1577 return SubmitCallable(&AthenaClient::ListTableMetadata, request);
1578 }
1579
1584 template <typename ListTableMetadataRequestT = Model::ListTableMetadataRequest>
1585 void ListTableMetadataAsync(const ListTableMetadataRequestT& request, const ListTableMetadataResponseReceivedHandler& handler,
1586 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1587 return SubmitAsync(&AthenaClient::ListTableMetadata, request, handler, context);
1588 }
1589
1597
1602 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
1603 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const {
1604 return SubmitCallable(&AthenaClient::ListTagsForResource, request);
1605 }
1606
1611 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
1612 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler,
1613 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1614 return SubmitAsync(&AthenaClient::ListTagsForResource, request, handler, context);
1615 }
1616
1623
1627 template <typename ListWorkGroupsRequestT = Model::ListWorkGroupsRequest>
1628 Model::ListWorkGroupsOutcomeCallable ListWorkGroupsCallable(const ListWorkGroupsRequestT& request = {}) const {
1629 return SubmitCallable(&AthenaClient::ListWorkGroups, request);
1630 }
1631
1636 template <typename ListWorkGroupsRequestT = Model::ListWorkGroupsRequest>
1638 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1639 const ListWorkGroupsRequestT& request = {}) const {
1640 return SubmitAsync(&AthenaClient::ListWorkGroups, request, handler, context);
1641 }
1642
1653
1658 template <typename PutCapacityAssignmentConfigurationRequestT = Model::PutCapacityAssignmentConfigurationRequest>
1660 const PutCapacityAssignmentConfigurationRequestT& request) const {
1661 return SubmitCallable(&AthenaClient::PutCapacityAssignmentConfiguration, request);
1662 }
1663
1668 template <typename PutCapacityAssignmentConfigurationRequestT = Model::PutCapacityAssignmentConfigurationRequest>
1669 void PutCapacityAssignmentConfigurationAsync(const PutCapacityAssignmentConfigurationRequestT& request,
1671 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1672 return SubmitAsync(&AthenaClient::PutCapacityAssignmentConfiguration, request, handler, context);
1673 }
1674
1687
1692 template <typename StartCalculationExecutionRequestT = Model::StartCalculationExecutionRequest>
1694 const StartCalculationExecutionRequestT& request) const {
1695 return SubmitCallable(&AthenaClient::StartCalculationExecution, request);
1696 }
1697
1702 template <typename StartCalculationExecutionRequestT = Model::StartCalculationExecutionRequest>
1703 void StartCalculationExecutionAsync(const StartCalculationExecutionRequestT& request,
1705 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1706 return SubmitAsync(&AthenaClient::StartCalculationExecution, request, handler, context);
1707 }
1708
1721
1726 template <typename StartQueryExecutionRequestT = Model::StartQueryExecutionRequest>
1727 Model::StartQueryExecutionOutcomeCallable StartQueryExecutionCallable(const StartQueryExecutionRequestT& request) const {
1728 return SubmitCallable(&AthenaClient::StartQueryExecution, request);
1729 }
1730
1735 template <typename StartQueryExecutionRequestT = Model::StartQueryExecutionRequest>
1736 void StartQueryExecutionAsync(const StartQueryExecutionRequestT& request, const StartQueryExecutionResponseReceivedHandler& handler,
1737 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1738 return SubmitAsync(&AthenaClient::StartQueryExecution, request, handler, context);
1739 }
1740
1748
1752 template <typename StartSessionRequestT = Model::StartSessionRequest>
1753 Model::StartSessionOutcomeCallable StartSessionCallable(const StartSessionRequestT& request) const {
1754 return SubmitCallable(&AthenaClient::StartSession, request);
1755 }
1756
1761 template <typename StartSessionRequestT = Model::StartSessionRequest>
1762 void StartSessionAsync(const StartSessionRequestT& request, const StartSessionResponseReceivedHandler& handler,
1763 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1764 return SubmitAsync(&AthenaClient::StartSession, request, handler, context);
1765 }
1766
1781
1786 template <typename StopCalculationExecutionRequestT = Model::StopCalculationExecutionRequest>
1787 Model::StopCalculationExecutionOutcomeCallable StopCalculationExecutionCallable(const StopCalculationExecutionRequestT& request) const {
1788 return SubmitCallable(&AthenaClient::StopCalculationExecution, request);
1789 }
1790
1795 template <typename StopCalculationExecutionRequestT = Model::StopCalculationExecutionRequest>
1796 void StopCalculationExecutionAsync(const StopCalculationExecutionRequestT& request,
1798 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1799 return SubmitAsync(&AthenaClient::StopCalculationExecution, request, handler, context);
1800 }
1801
1809
1814 template <typename StopQueryExecutionRequestT = Model::StopQueryExecutionRequest>
1815 Model::StopQueryExecutionOutcomeCallable StopQueryExecutionCallable(const StopQueryExecutionRequestT& request) const {
1816 return SubmitCallable(&AthenaClient::StopQueryExecution, request);
1817 }
1818
1823 template <typename StopQueryExecutionRequestT = Model::StopQueryExecutionRequest>
1824 void StopQueryExecutionAsync(const StopQueryExecutionRequestT& request, const StopQueryExecutionResponseReceivedHandler& handler,
1825 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1826 return SubmitAsync(&AthenaClient::StopQueryExecution, request, handler, context);
1827 }
1828
1847
1851 template <typename TagResourceRequestT = Model::TagResourceRequest>
1852 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const {
1853 return SubmitCallable(&AthenaClient::TagResource, request);
1854 }
1855
1860 template <typename TagResourceRequestT = Model::TagResourceRequest>
1861 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler,
1862 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1863 return SubmitAsync(&AthenaClient::TagResource, request, handler, context);
1864 }
1865
1877
1882 template <typename TerminateSessionRequestT = Model::TerminateSessionRequest>
1883 Model::TerminateSessionOutcomeCallable TerminateSessionCallable(const TerminateSessionRequestT& request) const {
1884 return SubmitCallable(&AthenaClient::TerminateSession, request);
1885 }
1886
1891 template <typename TerminateSessionRequestT = Model::TerminateSessionRequest>
1892 void TerminateSessionAsync(const TerminateSessionRequestT& request, const TerminateSessionResponseReceivedHandler& handler,
1893 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1894 return SubmitAsync(&AthenaClient::TerminateSession, request, handler, context);
1895 }
1896
1904
1908 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
1909 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const {
1910 return SubmitCallable(&AthenaClient::UntagResource, request);
1911 }
1912
1917 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
1918 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler,
1919 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1920 return SubmitAsync(&AthenaClient::UntagResource, request, handler, context);
1921 }
1922
1930
1935 template <typename UpdateCapacityReservationRequestT = Model::UpdateCapacityReservationRequest>
1937 const UpdateCapacityReservationRequestT& request) const {
1938 return SubmitCallable(&AthenaClient::UpdateCapacityReservation, request);
1939 }
1940
1945 template <typename UpdateCapacityReservationRequestT = Model::UpdateCapacityReservationRequest>
1946 void UpdateCapacityReservationAsync(const UpdateCapacityReservationRequestT& request,
1948 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1949 return SubmitAsync(&AthenaClient::UpdateCapacityReservation, request, handler, context);
1950 }
1951
1959
1964 template <typename UpdateDataCatalogRequestT = Model::UpdateDataCatalogRequest>
1965 Model::UpdateDataCatalogOutcomeCallable UpdateDataCatalogCallable(const UpdateDataCatalogRequestT& request) const {
1966 return SubmitCallable(&AthenaClient::UpdateDataCatalog, request);
1967 }
1968
1973 template <typename UpdateDataCatalogRequestT = Model::UpdateDataCatalogRequest>
1974 void UpdateDataCatalogAsync(const UpdateDataCatalogRequestT& request, const UpdateDataCatalogResponseReceivedHandler& handler,
1975 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1976 return SubmitAsync(&AthenaClient::UpdateDataCatalog, request, handler, context);
1977 }
1978
1986
1991 template <typename UpdateNamedQueryRequestT = Model::UpdateNamedQueryRequest>
1992 Model::UpdateNamedQueryOutcomeCallable UpdateNamedQueryCallable(const UpdateNamedQueryRequestT& request) const {
1993 return SubmitCallable(&AthenaClient::UpdateNamedQuery, request);
1994 }
1995
2000 template <typename UpdateNamedQueryRequestT = Model::UpdateNamedQueryRequest>
2001 void UpdateNamedQueryAsync(const UpdateNamedQueryRequestT& request, const UpdateNamedQueryResponseReceivedHandler& handler,
2002 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2003 return SubmitAsync(&AthenaClient::UpdateNamedQuery, request, handler, context);
2004 }
2005
2012
2016 template <typename UpdateNotebookRequestT = Model::UpdateNotebookRequest>
2017 Model::UpdateNotebookOutcomeCallable UpdateNotebookCallable(const UpdateNotebookRequestT& request) const {
2018 return SubmitCallable(&AthenaClient::UpdateNotebook, request);
2019 }
2020
2025 template <typename UpdateNotebookRequestT = Model::UpdateNotebookRequest>
2026 void UpdateNotebookAsync(const UpdateNotebookRequestT& request, const UpdateNotebookResponseReceivedHandler& handler,
2027 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2028 return SubmitAsync(&AthenaClient::UpdateNotebook, request, handler, context);
2029 }
2030
2037
2042 template <typename UpdateNotebookMetadataRequestT = Model::UpdateNotebookMetadataRequest>
2043 Model::UpdateNotebookMetadataOutcomeCallable UpdateNotebookMetadataCallable(const UpdateNotebookMetadataRequestT& request) const {
2044 return SubmitCallable(&AthenaClient::UpdateNotebookMetadata, request);
2045 }
2046
2051 template <typename UpdateNotebookMetadataRequestT = Model::UpdateNotebookMetadataRequest>
2052 void UpdateNotebookMetadataAsync(const UpdateNotebookMetadataRequestT& request,
2054 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2055 return SubmitAsync(&AthenaClient::UpdateNotebookMetadata, request, handler, context);
2056 }
2057
2064
2069 template <typename UpdatePreparedStatementRequestT = Model::UpdatePreparedStatementRequest>
2070 Model::UpdatePreparedStatementOutcomeCallable UpdatePreparedStatementCallable(const UpdatePreparedStatementRequestT& request) const {
2071 return SubmitCallable(&AthenaClient::UpdatePreparedStatement, request);
2072 }
2073
2078 template <typename UpdatePreparedStatementRequestT = Model::UpdatePreparedStatementRequest>
2079 void UpdatePreparedStatementAsync(const UpdatePreparedStatementRequestT& request,
2081 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2082 return SubmitAsync(&AthenaClient::UpdatePreparedStatement, request, handler, context);
2083 }
2084
2093
2097 template <typename UpdateWorkGroupRequestT = Model::UpdateWorkGroupRequest>
2098 Model::UpdateWorkGroupOutcomeCallable UpdateWorkGroupCallable(const UpdateWorkGroupRequestT& request) const {
2099 return SubmitCallable(&AthenaClient::UpdateWorkGroup, request);
2100 }
2101
2106 template <typename UpdateWorkGroupRequestT = Model::UpdateWorkGroupRequest>
2107 void UpdateWorkGroupAsync(const UpdateWorkGroupRequestT& request, const UpdateWorkGroupResponseReceivedHandler& handler,
2108 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2109 return SubmitAsync(&AthenaClient::UpdateWorkGroup, request, handler, context);
2110 }
2111
2112 virtual void OverrideEndpoint(const Aws::String& endpoint);
2113 virtual std::shared_ptr<AthenaEndpointProviderBase>& accessEndpointProvider();
2114
2115 private:
2117 void init(const AthenaClientConfiguration& clientConfiguration);
2118
2119 AthenaClientConfiguration m_clientConfiguration;
2120 std::shared_ptr<AthenaEndpointProviderBase> m_endpointProvider;
2121};
2122
2123} // namespace Athena
2124} // namespace Aws
void ListSessionsAsync(const ListSessionsRequestT &request, const ListSessionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetCalculationExecutionStatusAsync(const GetCalculationExecutionStatusRequestT &request, const GetCalculationExecutionStatusResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListApplicationDPUSizesAsync(const ListApplicationDPUSizesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListApplicationDPUSizesRequestT &request={}) const
Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT &request) const
AthenaClient(const Aws::Athena::AthenaClientConfiguration &clientConfiguration=Aws::Athena::AthenaClientConfiguration(), std::shared_ptr< AthenaEndpointProviderBase > endpointProvider=nullptr)
Model::GetCapacityAssignmentConfigurationOutcomeCallable GetCapacityAssignmentConfigurationCallable(const GetCapacityAssignmentConfigurationRequestT &request) const
Model::CreateWorkGroupOutcomeCallable CreateWorkGroupCallable(const CreateWorkGroupRequestT &request) const
virtual Model::StartQueryExecutionOutcome StartQueryExecution(const Model::StartQueryExecutionRequest &request) const
Model::GetResourceDashboardOutcomeCallable GetResourceDashboardCallable(const GetResourceDashboardRequestT &request) const
Model::StopQueryExecutionOutcomeCallable StopQueryExecutionCallable(const StopQueryExecutionRequestT &request) const
static const char * GetServiceName()
virtual Model::UpdateDataCatalogOutcome UpdateDataCatalog(const Model::UpdateDataCatalogRequest &request) const
virtual Model::ListSessionsOutcome ListSessions(const Model::ListSessionsRequest &request) const
void BatchGetPreparedStatementAsync(const BatchGetPreparedStatementRequestT &request, const BatchGetPreparedStatementResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListNotebookMetadataOutcomeCallable ListNotebookMetadataCallable(const ListNotebookMetadataRequestT &request) const
virtual Model::CancelCapacityReservationOutcome CancelCapacityReservation(const Model::CancelCapacityReservationRequest &request) const
Model::StartSessionOutcomeCallable StartSessionCallable(const StartSessionRequestT &request) const
void ListNotebookMetadataAsync(const ListNotebookMetadataRequestT &request, const ListNotebookMetadataResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::CreateNamedQueryOutcome CreateNamedQuery(const Model::CreateNamedQueryRequest &request) const
virtual std::shared_ptr< AthenaEndpointProviderBase > & accessEndpointProvider()
virtual Model::ListTagsForResourceOutcome ListTagsForResource(const Model::ListTagsForResourceRequest &request) const
virtual Model::StopQueryExecutionOutcome StopQueryExecution(const Model::StopQueryExecutionRequest &request) const
virtual Model::ListDatabasesOutcome ListDatabases(const Model::ListDatabasesRequest &request) const
virtual Model::BatchGetQueryExecutionOutcome BatchGetQueryExecution(const Model::BatchGetQueryExecutionRequest &request) const
void UpdateNamedQueryAsync(const UpdateNamedQueryRequestT &request, const UpdateNamedQueryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListPreparedStatementsOutcome ListPreparedStatements(const Model::ListPreparedStatementsRequest &request) const
virtual Model::GetCapacityAssignmentConfigurationOutcome GetCapacityAssignmentConfiguration(const Model::GetCapacityAssignmentConfigurationRequest &request) const
void DeleteWorkGroupAsync(const DeleteWorkGroupRequestT &request, const DeleteWorkGroupResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdateNotebookMetadataAsync(const UpdateNotebookMetadataRequestT &request, const UpdateNotebookMetadataResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetDatabaseOutcome GetDatabase(const Model::GetDatabaseRequest &request) const
void DeleteNotebookAsync(const DeleteNotebookRequestT &request, const DeleteNotebookResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::CreateNotebookOutcome CreateNotebook(const Model::CreateNotebookRequest &request) const
virtual Model::ListNotebookSessionsOutcome ListNotebookSessions(const Model::ListNotebookSessionsRequest &request) const
void GetSessionEndpointAsync(const GetSessionEndpointRequestT &request, const GetSessionEndpointResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListPreparedStatementsOutcomeCallable ListPreparedStatementsCallable(const ListPreparedStatementsRequestT &request) const
virtual Model::GetDataCatalogOutcome GetDataCatalog(const Model::GetDataCatalogRequest &request) const
AthenaClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< AthenaEndpointProviderBase > endpointProvider=nullptr, const Aws::Athena::AthenaClientConfiguration &clientConfiguration=Aws::Athena::AthenaClientConfiguration())
Model::DeleteNotebookOutcomeCallable DeleteNotebookCallable(const DeleteNotebookRequestT &request) const
virtual Model::UpdateNotebookMetadataOutcome UpdateNotebookMetadata(const Model::UpdateNotebookMetadataRequest &request) const
AthenaEndpointProvider EndpointProviderType
Model::CreatePresignedNotebookUrlOutcomeCallable CreatePresignedNotebookUrlCallable(const CreatePresignedNotebookUrlRequestT &request) const
virtual Model::BatchGetPreparedStatementOutcome BatchGetPreparedStatement(const Model::BatchGetPreparedStatementRequest &request) const
virtual Model::TerminateSessionOutcome TerminateSession(const Model::TerminateSessionRequest &request) const
void ImportNotebookAsync(const ImportNotebookRequestT &request, const ImportNotebookResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetCalculationExecutionCodeOutcome GetCalculationExecutionCode(const Model::GetCalculationExecutionCodeRequest &request) const
void ListDatabasesAsync(const ListDatabasesRequestT &request, const ListDatabasesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
AthenaClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::CreatePreparedStatementOutcome CreatePreparedStatement(const Model::CreatePreparedStatementRequest &request) const
virtual Model::GetQueryResultsOutcome GetQueryResults(const Model::GetQueryResultsRequest &request) const
Model::GetCapacityReservationOutcomeCallable GetCapacityReservationCallable(const GetCapacityReservationRequestT &request) const
Model::GetSessionEndpointOutcomeCallable GetSessionEndpointCallable(const GetSessionEndpointRequestT &request) const
void StopQueryExecutionAsync(const StopQueryExecutionRequestT &request, const StopQueryExecutionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListNotebookMetadataOutcome ListNotebookMetadata(const Model::ListNotebookMetadataRequest &request) const
static const char * GetAllocationTag()
virtual Model::GetQueryExecutionOutcome GetQueryExecution(const Model::GetQueryExecutionRequest &request) const
Model::ListExecutorsOutcomeCallable ListExecutorsCallable(const ListExecutorsRequestT &request) const
virtual Model::DeleteWorkGroupOutcome DeleteWorkGroup(const Model::DeleteWorkGroupRequest &request) const
void GetNamedQueryAsync(const GetNamedQueryRequestT &request, const GetNamedQueryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdateCapacityReservationAsync(const UpdateCapacityReservationRequestT &request, const UpdateCapacityReservationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListQueryExecutionsAsync(const ListQueryExecutionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListQueryExecutionsRequestT &request={}) const
Model::GetTableMetadataOutcomeCallable GetTableMetadataCallable(const GetTableMetadataRequestT &request) const
void UntagResourceAsync(const UntagResourceRequestT &request, const UntagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::BatchGetNamedQueryOutcomeCallable BatchGetNamedQueryCallable(const BatchGetNamedQueryRequestT &request) const
virtual Model::UpdateNotebookOutcome UpdateNotebook(const Model::UpdateNotebookRequest &request) const
void GetCalculationExecutionAsync(const GetCalculationExecutionRequestT &request, const GetCalculationExecutionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListTableMetadataAsync(const ListTableMetadataRequestT &request, const ListTableMetadataResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::BatchGetQueryExecutionOutcomeCallable BatchGetQueryExecutionCallable(const BatchGetQueryExecutionRequestT &request) const
virtual Model::ExportNotebookOutcome ExportNotebook(const Model::ExportNotebookRequest &request) const
virtual Model::ListCalculationExecutionsOutcome ListCalculationExecutions(const Model::ListCalculationExecutionsRequest &request) const
virtual Model::GetNotebookMetadataOutcome GetNotebookMetadata(const Model::GetNotebookMetadataRequest &request) const
Model::ListEngineVersionsOutcomeCallable ListEngineVersionsCallable(const ListEngineVersionsRequestT &request={}) const
virtual Model::ListCapacityReservationsOutcome ListCapacityReservations(const Model::ListCapacityReservationsRequest &request={}) const
AthenaClient(const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::GetCapacityReservationOutcome GetCapacityReservation(const Model::GetCapacityReservationRequest &request) const
Model::UpdatePreparedStatementOutcomeCallable UpdatePreparedStatementCallable(const UpdatePreparedStatementRequestT &request) const
void DeleteCapacityReservationAsync(const DeleteCapacityReservationRequestT &request, const DeleteCapacityReservationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListApplicationDPUSizesOutcome ListApplicationDPUSizes(const Model::ListApplicationDPUSizesRequest &request={}) const
Model::ListQueryExecutionsOutcomeCallable ListQueryExecutionsCallable(const ListQueryExecutionsRequestT &request={}) const
void ListNamedQueriesAsync(const ListNamedQueriesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListNamedQueriesRequestT &request={}) const
Model::CancelCapacityReservationOutcomeCallable CancelCapacityReservationCallable(const CancelCapacityReservationRequestT &request) const
virtual Model::UpdateCapacityReservationOutcome UpdateCapacityReservation(const Model::UpdateCapacityReservationRequest &request) const
void GetDatabaseAsync(const GetDatabaseRequestT &request, const GetDatabaseResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::UntagResourceOutcome UntagResource(const Model::UntagResourceRequest &request) const
void GetNotebookMetadataAsync(const GetNotebookMetadataRequestT &request, const GetNotebookMetadataResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::StartQueryExecutionOutcomeCallable StartQueryExecutionCallable(const StartQueryExecutionRequestT &request) const
Model::TerminateSessionOutcomeCallable TerminateSessionCallable(const TerminateSessionRequestT &request) const
void UpdateNotebookAsync(const UpdateNotebookRequestT &request, const UpdateNotebookResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetDataCatalogOutcomeCallable GetDataCatalogCallable(const GetDataCatalogRequestT &request) const
Model::DeleteNamedQueryOutcomeCallable DeleteNamedQueryCallable(const DeleteNamedQueryRequestT &request) const
Aws::Client::AWSJsonClient BASECLASS
void CreatePreparedStatementAsync(const CreatePreparedStatementRequestT &request, const CreatePreparedStatementResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void BatchGetNamedQueryAsync(const BatchGetNamedQueryRequestT &request, const BatchGetNamedQueryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListWorkGroupsOutcome ListWorkGroups(const Model::ListWorkGroupsRequest &request={}) const
void GetResourceDashboardAsync(const GetResourceDashboardRequestT &request, const GetResourceDashboardResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdateWorkGroupAsync(const UpdateWorkGroupRequestT &request, const UpdateWorkGroupResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetSessionStatusAsync(const GetSessionStatusRequestT &request, const GetSessionStatusResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetDataCatalogAsync(const GetDataCatalogRequestT &request, const GetDataCatalogResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::StartCalculationExecutionOutcome StartCalculationExecution(const Model::StartCalculationExecutionRequest &request) const
virtual Model::CreateDataCatalogOutcome CreateDataCatalog(const Model::CreateDataCatalogRequest &request) const
void UpdatePreparedStatementAsync(const UpdatePreparedStatementRequestT &request, const UpdatePreparedStatementResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DeleteNotebookOutcome DeleteNotebook(const Model::DeleteNotebookRequest &request) const
Model::DeleteDataCatalogOutcomeCallable DeleteDataCatalogCallable(const DeleteDataCatalogRequestT &request) const
Model::ListCalculationExecutionsOutcomeCallable ListCalculationExecutionsCallable(const ListCalculationExecutionsRequestT &request) const
void ListCalculationExecutionsAsync(const ListCalculationExecutionsRequestT &request, const ListCalculationExecutionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetNotebookMetadataOutcomeCallable GetNotebookMetadataCallable(const GetNotebookMetadataRequestT &request) const
virtual Model::BatchGetNamedQueryOutcome BatchGetNamedQuery(const Model::BatchGetNamedQueryRequest &request) const
Model::GetSessionStatusOutcomeCallable GetSessionStatusCallable(const GetSessionStatusRequestT &request) const
Model::ListCapacityReservationsOutcomeCallable ListCapacityReservationsCallable(const ListCapacityReservationsRequestT &request={}) const
Model::GetCalculationExecutionCodeOutcomeCallable GetCalculationExecutionCodeCallable(const GetCalculationExecutionCodeRequestT &request) const
void GetQueryResultsAsync(const GetQueryResultsRequestT &request, const GetQueryResultsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void StartQueryExecutionAsync(const StartQueryExecutionRequestT &request, const StartQueryExecutionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ImportNotebookOutcome ImportNotebook(const Model::ImportNotebookRequest &request) const
void ListEngineVersionsAsync(const ListEngineVersionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListEngineVersionsRequestT &request={}) const
Model::BatchGetPreparedStatementOutcomeCallable BatchGetPreparedStatementCallable(const BatchGetPreparedStatementRequestT &request) const
virtual Model::ListNamedQueriesOutcome ListNamedQueries(const Model::ListNamedQueriesRequest &request={}) const
Model::GetCalculationExecutionStatusOutcomeCallable GetCalculationExecutionStatusCallable(const GetCalculationExecutionStatusRequestT &request) const
void DeleteNamedQueryAsync(const DeleteNamedQueryRequestT &request, const DeleteNamedQueryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CreateWorkGroupAsync(const CreateWorkGroupRequestT &request, const CreateWorkGroupResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ExportNotebookAsync(const ExportNotebookRequestT &request, const ExportNotebookResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListNotebookSessionsOutcomeCallable ListNotebookSessionsCallable(const ListNotebookSessionsRequestT &request) const
void StartSessionAsync(const StartSessionRequestT &request, const StartSessionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateDataCatalogOutcomeCallable CreateDataCatalogCallable(const CreateDataCatalogRequestT &request) const
void ListDataCatalogsAsync(const ListDataCatalogsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListDataCatalogsRequestT &request={}) const
Model::UpdateNamedQueryOutcomeCallable UpdateNamedQueryCallable(const UpdateNamedQueryRequestT &request) const
void GetCapacityAssignmentConfigurationAsync(const GetCapacityAssignmentConfigurationRequestT &request, const GetCapacityAssignmentConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CreateCapacityReservationAsync(const CreateCapacityReservationRequestT &request, const CreateCapacityReservationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::CreateWorkGroupOutcome CreateWorkGroup(const Model::CreateWorkGroupRequest &request) const
Model::GetNamedQueryOutcomeCallable GetNamedQueryCallable(const GetNamedQueryRequestT &request) const
virtual Model::GetCalculationExecutionOutcome GetCalculationExecution(const Model::GetCalculationExecutionRequest &request) const
virtual Model::TagResourceOutcome TagResource(const Model::TagResourceRequest &request) const
void ListWorkGroupsAsync(const ListWorkGroupsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListWorkGroupsRequestT &request={}) const
void GetWorkGroupAsync(const GetWorkGroupRequestT &request, const GetWorkGroupResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetQueryExecutionOutcomeCallable GetQueryExecutionCallable(const GetQueryExecutionRequestT &request) const
Model::ListWorkGroupsOutcomeCallable ListWorkGroupsCallable(const ListWorkGroupsRequestT &request={}) const
Model::PutCapacityAssignmentConfigurationOutcomeCallable PutCapacityAssignmentConfigurationCallable(const PutCapacityAssignmentConfigurationRequestT &request) const
virtual Model::CreatePresignedNotebookUrlOutcome CreatePresignedNotebookUrl(const Model::CreatePresignedNotebookUrlRequest &request) const
Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT &request) const
virtual Model::GetNamedQueryOutcome GetNamedQuery(const Model::GetNamedQueryRequest &request) const
Model::DeleteWorkGroupOutcomeCallable DeleteWorkGroupCallable(const DeleteWorkGroupRequestT &request) const
Model::GetDatabaseOutcomeCallable GetDatabaseCallable(const GetDatabaseRequestT &request) const
Model::DeleteCapacityReservationOutcomeCallable DeleteCapacityReservationCallable(const DeleteCapacityReservationRequestT &request) const
void GetQueryRuntimeStatisticsAsync(const GetQueryRuntimeStatisticsRequestT &request, const GetQueryRuntimeStatisticsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::UpdateWorkGroupOutcomeCallable UpdateWorkGroupCallable(const UpdateWorkGroupRequestT &request) const
AthenaClientConfiguration ClientConfigurationType
virtual Model::DeletePreparedStatementOutcome DeletePreparedStatement(const Model::DeletePreparedStatementRequest &request) const
Model::GetSessionOutcomeCallable GetSessionCallable(const GetSessionRequestT &request) const
virtual Model::GetWorkGroupOutcome GetWorkGroup(const Model::GetWorkGroupRequest &request) const
void GetTableMetadataAsync(const GetTableMetadataRequestT &request, const GetTableMetadataResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
AthenaClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< AthenaEndpointProviderBase > endpointProvider=nullptr, const Aws::Athena::AthenaClientConfiguration &clientConfiguration=Aws::Athena::AthenaClientConfiguration())
void BatchGetQueryExecutionAsync(const BatchGetQueryExecutionRequestT &request, const BatchGetQueryExecutionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetSessionAsync(const GetSessionRequestT &request, const GetSessionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void StopCalculationExecutionAsync(const StopCalculationExecutionRequestT &request, const StopCalculationExecutionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListDatabasesOutcomeCallable ListDatabasesCallable(const ListDatabasesRequestT &request) const
Model::UpdateDataCatalogOutcomeCallable UpdateDataCatalogCallable(const UpdateDataCatalogRequestT &request) const
void ListPreparedStatementsAsync(const ListPreparedStatementsRequestT &request, const ListPreparedStatementsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ImportNotebookOutcomeCallable ImportNotebookCallable(const ImportNotebookRequestT &request) const
Model::ListDataCatalogsOutcomeCallable ListDataCatalogsCallable(const ListDataCatalogsRequestT &request={}) const
virtual Model::StartSessionOutcome StartSession(const Model::StartSessionRequest &request) const
Model::DeletePreparedStatementOutcomeCallable DeletePreparedStatementCallable(const DeletePreparedStatementRequestT &request) const
void CreateDataCatalogAsync(const CreateDataCatalogRequestT &request, const CreateDataCatalogResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetQueryResultsOutcomeCallable GetQueryResultsCallable(const GetQueryResultsRequestT &request) const
Model::UpdateCapacityReservationOutcomeCallable UpdateCapacityReservationCallable(const UpdateCapacityReservationRequestT &request) const
void TerminateSessionAsync(const TerminateSessionRequestT &request, const TerminateSessionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT &request) const
Model::ListSessionsOutcomeCallable ListSessionsCallable(const ListSessionsRequestT &request) const
Model::GetQueryRuntimeStatisticsOutcomeCallable GetQueryRuntimeStatisticsCallable(const GetQueryRuntimeStatisticsRequestT &request) const
Model::CreateNamedQueryOutcomeCallable CreateNamedQueryCallable(const CreateNamedQueryRequestT &request) const
virtual Model::GetSessionOutcome GetSession(const Model::GetSessionRequest &request) const
Model::GetWorkGroupOutcomeCallable GetWorkGroupCallable(const GetWorkGroupRequestT &request) const
void ListNotebookSessionsAsync(const ListNotebookSessionsRequestT &request, const ListNotebookSessionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::UpdateNamedQueryOutcome UpdateNamedQuery(const Model::UpdateNamedQueryRequest &request) const
void GetCalculationExecutionCodeAsync(const GetCalculationExecutionCodeRequestT &request, const GetCalculationExecutionCodeResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CancelCapacityReservationAsync(const CancelCapacityReservationRequestT &request, const CancelCapacityReservationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetCalculationExecutionStatusOutcome GetCalculationExecutionStatus(const Model::GetCalculationExecutionStatusRequest &request) const
Model::UpdateNotebookMetadataOutcomeCallable UpdateNotebookMetadataCallable(const UpdateNotebookMetadataRequestT &request) const
Model::StartCalculationExecutionOutcomeCallable StartCalculationExecutionCallable(const StartCalculationExecutionRequestT &request) const
virtual Model::GetSessionEndpointOutcome GetSessionEndpoint(const Model::GetSessionEndpointRequest &request) const
virtual Model::DeleteNamedQueryOutcome DeleteNamedQuery(const Model::DeleteNamedQueryRequest &request) const
Model::ListApplicationDPUSizesOutcomeCallable ListApplicationDPUSizesCallable(const ListApplicationDPUSizesRequestT &request={}) const
void UpdateDataCatalogAsync(const UpdateDataCatalogRequestT &request, const UpdateDataCatalogResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual void OverrideEndpoint(const Aws::String &endpoint)
void DeletePreparedStatementAsync(const DeletePreparedStatementRequestT &request, const DeletePreparedStatementResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void StartCalculationExecutionAsync(const StartCalculationExecutionRequestT &request, const StartCalculationExecutionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetPreparedStatementOutcomeCallable GetPreparedStatementCallable(const GetPreparedStatementRequestT &request) const
void ListExecutorsAsync(const ListExecutorsRequestT &request, const ListExecutorsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateCapacityReservationOutcomeCallable CreateCapacityReservationCallable(const CreateCapacityReservationRequestT &request) const
virtual Model::GetTableMetadataOutcome GetTableMetadata(const Model::GetTableMetadataRequest &request) const
virtual Model::ListTableMetadataOutcome ListTableMetadata(const Model::ListTableMetadataRequest &request) const
virtual Model::ListEngineVersionsOutcome ListEngineVersions(const Model::ListEngineVersionsRequest &request={}) const
Model::GetCalculationExecutionOutcomeCallable GetCalculationExecutionCallable(const GetCalculationExecutionRequestT &request) const
Model::StopCalculationExecutionOutcomeCallable StopCalculationExecutionCallable(const StopCalculationExecutionRequestT &request) const
void GetCapacityReservationAsync(const GetCapacityReservationRequestT &request, const GetCapacityReservationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListNamedQueriesOutcomeCallable ListNamedQueriesCallable(const ListNamedQueriesRequestT &request={}) const
void CreatePresignedNotebookUrlAsync(const CreatePresignedNotebookUrlRequestT &request, const CreatePresignedNotebookUrlResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
AthenaClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
Model::CreatePreparedStatementOutcomeCallable CreatePreparedStatementCallable(const CreatePreparedStatementRequestT &request) const
Model::UpdateNotebookOutcomeCallable UpdateNotebookCallable(const UpdateNotebookRequestT &request) const
virtual Model::GetResourceDashboardOutcome GetResourceDashboard(const Model::GetResourceDashboardRequest &request) const
virtual Model::UpdatePreparedStatementOutcome UpdatePreparedStatement(const Model::UpdatePreparedStatementRequest &request) const
virtual Model::StopCalculationExecutionOutcome StopCalculationExecution(const Model::StopCalculationExecutionRequest &request) const
void GetQueryExecutionAsync(const GetQueryExecutionRequestT &request, const GetQueryExecutionResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetPreparedStatementOutcome GetPreparedStatement(const Model::GetPreparedStatementRequest &request) const
void TagResourceAsync(const TagResourceRequestT &request, const TagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::CreateCapacityReservationOutcome CreateCapacityReservation(const Model::CreateCapacityReservationRequest &request) const
void GetPreparedStatementAsync(const GetPreparedStatementRequestT &request, const GetPreparedStatementResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DeleteDataCatalogAsync(const DeleteDataCatalogRequestT &request, const DeleteDataCatalogResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListTagsForResourceAsync(const ListTagsForResourceRequestT &request, const ListTagsForResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListQueryExecutionsOutcome ListQueryExecutions(const Model::ListQueryExecutionsRequest &request={}) const
virtual Model::ListDataCatalogsOutcome ListDataCatalogs(const Model::ListDataCatalogsRequest &request={}) const
Model::ListTableMetadataOutcomeCallable ListTableMetadataCallable(const ListTableMetadataRequestT &request) const
void ListCapacityReservationsAsync(const ListCapacityReservationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListCapacityReservationsRequestT &request={}) const
Model::CreateNotebookOutcomeCallable CreateNotebookCallable(const CreateNotebookRequestT &request) const
void PutCapacityAssignmentConfigurationAsync(const PutCapacityAssignmentConfigurationRequestT &request, const PutCapacityAssignmentConfigurationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DeleteCapacityReservationOutcome DeleteCapacityReservation(const Model::DeleteCapacityReservationRequest &request) const
void CreateNotebookAsync(const CreateNotebookRequestT &request, const CreateNotebookResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ExportNotebookOutcomeCallable ExportNotebookCallable(const ExportNotebookRequestT &request) const
virtual Model::ListExecutorsOutcome ListExecutors(const Model::ListExecutorsRequest &request) const
virtual Model::GetSessionStatusOutcome GetSessionStatus(const Model::GetSessionStatusRequest &request) const
virtual Model::PutCapacityAssignmentConfigurationOutcome PutCapacityAssignmentConfiguration(const Model::PutCapacityAssignmentConfigurationRequest &request) const
virtual Model::GetQueryRuntimeStatisticsOutcome GetQueryRuntimeStatistics(const Model::GetQueryRuntimeStatisticsRequest &request) const
void CreateNamedQueryAsync(const CreateNamedQueryRequestT &request, const CreateNamedQueryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DeleteDataCatalogOutcome DeleteDataCatalog(const Model::DeleteDataCatalogRequest &request) const
virtual Model::UpdateWorkGroupOutcome UpdateWorkGroup(const Model::UpdateWorkGroupRequest &request) const
std::future< GetTableMetadataOutcome > GetTableMetadataOutcomeCallable
std::future< ListCapacityReservationsOutcome > ListCapacityReservationsOutcomeCallable
std::future< ListQueryExecutionsOutcome > ListQueryExecutionsOutcomeCallable
std::future< TerminateSessionOutcome > TerminateSessionOutcomeCallable
std::future< CreateNotebookOutcome > CreateNotebookOutcomeCallable
std::future< StartSessionOutcome > StartSessionOutcomeCallable
std::future< UpdateDataCatalogOutcome > UpdateDataCatalogOutcomeCallable
std::future< UpdateNamedQueryOutcome > UpdateNamedQueryOutcomeCallable
std::future< DeleteNotebookOutcome > DeleteNotebookOutcomeCallable
std::future< ListSessionsOutcome > ListSessionsOutcomeCallable
std::future< GetResourceDashboardOutcome > GetResourceDashboardOutcomeCallable
std::future< GetWorkGroupOutcome > GetWorkGroupOutcomeCallable
std::future< ListDataCatalogsOutcome > ListDataCatalogsOutcomeCallable
std::future< GetQueryRuntimeStatisticsOutcome > GetQueryRuntimeStatisticsOutcomeCallable
std::future< BatchGetNamedQueryOutcome > BatchGetNamedQueryOutcomeCallable
std::future< DeleteNamedQueryOutcome > DeleteNamedQueryOutcomeCallable
std::future< ImportNotebookOutcome > ImportNotebookOutcomeCallable
std::future< ListNotebookSessionsOutcome > ListNotebookSessionsOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< BatchGetQueryExecutionOutcome > BatchGetQueryExecutionOutcomeCallable
std::future< CancelCapacityReservationOutcome > CancelCapacityReservationOutcomeCallable
std::future< ListPreparedStatementsOutcome > ListPreparedStatementsOutcomeCallable
std::future< StopCalculationExecutionOutcome > StopCalculationExecutionOutcomeCallable
std::future< ListWorkGroupsOutcome > ListWorkGroupsOutcomeCallable
std::future< ListExecutorsOutcome > ListExecutorsOutcomeCallable
std::future< GetCalculationExecutionOutcome > GetCalculationExecutionOutcomeCallable
std::future< CreateWorkGroupOutcome > CreateWorkGroupOutcomeCallable
std::future< ListEngineVersionsOutcome > ListEngineVersionsOutcomeCallable
std::future< StartCalculationExecutionOutcome > StartCalculationExecutionOutcomeCallable
std::future< DeleteWorkGroupOutcome > DeleteWorkGroupOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< GetQueryExecutionOutcome > GetQueryExecutionOutcomeCallable
std::future< GetDatabaseOutcome > GetDatabaseOutcomeCallable
std::future< CreatePresignedNotebookUrlOutcome > CreatePresignedNotebookUrlOutcomeCallable
std::future< GetCalculationExecutionStatusOutcome > GetCalculationExecutionStatusOutcomeCallable
std::future< UpdateCapacityReservationOutcome > UpdateCapacityReservationOutcomeCallable
std::future< GetQueryResultsOutcome > GetQueryResultsOutcomeCallable
std::future< DeleteCapacityReservationOutcome > DeleteCapacityReservationOutcomeCallable
std::future< GetCalculationExecutionCodeOutcome > GetCalculationExecutionCodeOutcomeCallable
std::future< ListNotebookMetadataOutcome > ListNotebookMetadataOutcomeCallable
std::future< UpdateNotebookOutcome > UpdateNotebookOutcomeCallable
std::future< BatchGetPreparedStatementOutcome > BatchGetPreparedStatementOutcomeCallable
std::future< ListCalculationExecutionsOutcome > ListCalculationExecutionsOutcomeCallable
std::future< CreateDataCatalogOutcome > CreateDataCatalogOutcomeCallable
std::future< GetCapacityAssignmentConfigurationOutcome > GetCapacityAssignmentConfigurationOutcomeCallable
std::future< GetDataCatalogOutcome > GetDataCatalogOutcomeCallable
std::future< GetSessionOutcome > GetSessionOutcomeCallable
std::future< CreateCapacityReservationOutcome > CreateCapacityReservationOutcomeCallable
std::future< UpdateWorkGroupOutcome > UpdateWorkGroupOutcomeCallable
std::future< ListApplicationDPUSizesOutcome > ListApplicationDPUSizesOutcomeCallable
std::future< GetSessionEndpointOutcome > GetSessionEndpointOutcomeCallable
std::future< CreatePreparedStatementOutcome > CreatePreparedStatementOutcomeCallable
std::future< PutCapacityAssignmentConfigurationOutcome > PutCapacityAssignmentConfigurationOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< ListTableMetadataOutcome > ListTableMetadataOutcomeCallable
std::future< ListDatabasesOutcome > ListDatabasesOutcomeCallable
std::future< ListNamedQueriesOutcome > ListNamedQueriesOutcomeCallable
std::future< UpdatePreparedStatementOutcome > UpdatePreparedStatementOutcomeCallable
std::future< GetCapacityReservationOutcome > GetCapacityReservationOutcomeCallable
std::future< StopQueryExecutionOutcome > StopQueryExecutionOutcomeCallable
std::future< UpdateNotebookMetadataOutcome > UpdateNotebookMetadataOutcomeCallable
std::future< GetSessionStatusOutcome > GetSessionStatusOutcomeCallable
std::future< GetPreparedStatementOutcome > GetPreparedStatementOutcomeCallable
std::future< GetNotebookMetadataOutcome > GetNotebookMetadataOutcomeCallable
std::future< CreateNamedQueryOutcome > CreateNamedQueryOutcomeCallable
std::future< DeleteDataCatalogOutcome > DeleteDataCatalogOutcomeCallable
std::future< StartQueryExecutionOutcome > StartQueryExecutionOutcomeCallable
std::future< ExportNotebookOutcome > ExportNotebookOutcomeCallable
std::future< GetNamedQueryOutcome > GetNamedQueryOutcomeCallable
std::future< DeletePreparedStatementOutcome > DeletePreparedStatementOutcomeCallable
std::function< void(const AthenaClient *, const Model::CreatePresignedNotebookUrlRequest &, const Model::CreatePresignedNotebookUrlOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreatePresignedNotebookUrlResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::UpdateWorkGroupRequest &, const Model::UpdateWorkGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateWorkGroupResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::StartQueryExecutionRequest &, const Model::StartQueryExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartQueryExecutionResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::DeleteDataCatalogRequest &, const Model::DeleteDataCatalogOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteDataCatalogResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::GetNamedQueryRequest &, const Model::GetNamedQueryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetNamedQueryResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::ListNamedQueriesRequest &, const Model::ListNamedQueriesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListNamedQueriesResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::UpdateCapacityReservationRequest &, const Model::UpdateCapacityReservationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateCapacityReservationResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::StartSessionRequest &, const Model::StartSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartSessionResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::GetCalculationExecutionStatusRequest &, const Model::GetCalculationExecutionStatusOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCalculationExecutionStatusResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::GetNotebookMetadataRequest &, const Model::GetNotebookMetadataOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetNotebookMetadataResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::GetQueryExecutionRequest &, const Model::GetQueryExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetQueryExecutionResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::ListCalculationExecutionsRequest &, const Model::ListCalculationExecutionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListCalculationExecutionsResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::ListApplicationDPUSizesRequest &, const Model::ListApplicationDPUSizesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListApplicationDPUSizesResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::UpdateDataCatalogRequest &, const Model::UpdateDataCatalogOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateDataCatalogResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::BatchGetQueryExecutionRequest &, const Model::BatchGetQueryExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetQueryExecutionResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::CreateDataCatalogRequest &, const Model::CreateDataCatalogOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateDataCatalogResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::CreateCapacityReservationRequest &, const Model::CreateCapacityReservationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateCapacityReservationResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::ListCapacityReservationsRequest &, const Model::ListCapacityReservationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListCapacityReservationsResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::StopQueryExecutionRequest &, const Model::StopQueryExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StopQueryExecutionResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::BatchGetNamedQueryRequest &, const Model::BatchGetNamedQueryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetNamedQueryResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::ExportNotebookRequest &, const Model::ExportNotebookOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ExportNotebookResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::DeletePreparedStatementRequest &, const Model::DeletePreparedStatementOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeletePreparedStatementResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::BatchGetPreparedStatementRequest &, const Model::BatchGetPreparedStatementOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> BatchGetPreparedStatementResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::ListTableMetadataRequest &, const Model::ListTableMetadataOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTableMetadataResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::UpdateNamedQueryRequest &, const Model::UpdateNamedQueryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateNamedQueryResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::GetDatabaseRequest &, const Model::GetDatabaseOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDatabaseResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::GetWorkGroupRequest &, const Model::GetWorkGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetWorkGroupResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::GetTableMetadataRequest &, const Model::GetTableMetadataOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetTableMetadataResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::CreateNamedQueryRequest &, const Model::CreateNamedQueryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateNamedQueryResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::UpdateNotebookRequest &, const Model::UpdateNotebookOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateNotebookResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::CreateNotebookRequest &, const Model::CreateNotebookOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateNotebookResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::GetCapacityReservationRequest &, const Model::GetCapacityReservationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCapacityReservationResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::StopCalculationExecutionRequest &, const Model::StopCalculationExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StopCalculationExecutionResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::GetSessionRequest &, const Model::GetSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetSessionResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::ListSessionsRequest &, const Model::ListSessionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListSessionsResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::GetSessionEndpointRequest &, const Model::GetSessionEndpointOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetSessionEndpointResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::DeleteNotebookRequest &, const Model::DeleteNotebookOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteNotebookResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::UpdatePreparedStatementRequest &, const Model::UpdatePreparedStatementOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdatePreparedStatementResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::ListEngineVersionsRequest &, const Model::ListEngineVersionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListEngineVersionsResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::GetQueryResultsRequest &, const Model::GetQueryResultsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetQueryResultsResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::PutCapacityAssignmentConfigurationRequest &, const Model::PutCapacityAssignmentConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutCapacityAssignmentConfigurationResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::GetSessionStatusRequest &, const Model::GetSessionStatusOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetSessionStatusResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::GetDataCatalogRequest &, const Model::GetDataCatalogOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDataCatalogResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::ListDatabasesRequest &, const Model::ListDatabasesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDatabasesResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::ListWorkGroupsRequest &, const Model::ListWorkGroupsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListWorkGroupsResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::DeleteCapacityReservationRequest &, const Model::DeleteCapacityReservationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteCapacityReservationResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::GetQueryRuntimeStatisticsRequest &, const Model::GetQueryRuntimeStatisticsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetQueryRuntimeStatisticsResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::GetCapacityAssignmentConfigurationRequest &, const Model::GetCapacityAssignmentConfigurationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCapacityAssignmentConfigurationResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::ListNotebookSessionsRequest &, const Model::ListNotebookSessionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListNotebookSessionsResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::GetResourceDashboardRequest &, const Model::GetResourceDashboardOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetResourceDashboardResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::StartCalculationExecutionRequest &, const Model::StartCalculationExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartCalculationExecutionResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::ListQueryExecutionsRequest &, const Model::ListQueryExecutionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListQueryExecutionsResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::TerminateSessionRequest &, const Model::TerminateSessionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TerminateSessionResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::ImportNotebookRequest &, const Model::ImportNotebookOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ImportNotebookResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::DeleteNamedQueryRequest &, const Model::DeleteNamedQueryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteNamedQueryResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::ListPreparedStatementsRequest &, const Model::ListPreparedStatementsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListPreparedStatementsResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::ListExecutorsRequest &, const Model::ListExecutorsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListExecutorsResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::ListDataCatalogsRequest &, const Model::ListDataCatalogsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListDataCatalogsResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::ListNotebookMetadataRequest &, const Model::ListNotebookMetadataOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListNotebookMetadataResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::CreateWorkGroupRequest &, const Model::CreateWorkGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateWorkGroupResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::CreatePreparedStatementRequest &, const Model::CreatePreparedStatementOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreatePreparedStatementResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::DeleteWorkGroupRequest &, const Model::DeleteWorkGroupOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteWorkGroupResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::CancelCapacityReservationRequest &, const Model::CancelCapacityReservationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CancelCapacityReservationResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::GetCalculationExecutionCodeRequest &, const Model::GetCalculationExecutionCodeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCalculationExecutionCodeResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::GetCalculationExecutionRequest &, const Model::GetCalculationExecutionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCalculationExecutionResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::UpdateNotebookMetadataRequest &, const Model::UpdateNotebookMetadataOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateNotebookMetadataResponseReceivedHandler
std::function< void(const AthenaClient *, const Model::GetPreparedStatementRequest &, const Model::GetPreparedStatementOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetPreparedStatementResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String