AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
AthenaClient.h
1
6#pragma once
7#include <aws/athena/AthenaServiceClientModel.h>
8#include <aws/athena/Athena_EXPORTS.h>
9#include <aws/core/client/AWSClient.h>
10#include <aws/core/client/AWSClientAsyncCRTP.h>
11#include <aws/core/client/ClientConfiguration.h>
12#include <aws/core/utils/json/JsonSerializer.h>
13
14namespace Aws {
15namespace Athena {
32class AWS_ATHENA_API AthenaClient : public Aws::Client::AWSJsonClient, public Aws::Client::ClientWithAsyncTemplateMethods<AthenaClient> {
33 public:
35 static const char* GetServiceName();
36 static const char* GetAllocationTag();
37
40
46 std::shared_ptr<AthenaEndpointProviderBase> endpointProvider = nullptr);
47
52 AthenaClient(const Aws::Auth::AWSCredentials& credentials, std::shared_ptr<AthenaEndpointProviderBase> endpointProvider = nullptr,
54
59 AthenaClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
60 std::shared_ptr<AthenaEndpointProviderBase> endpointProvider = nullptr,
62
63 /* Legacy constructors due deprecation */
69
74 AthenaClient(const Aws::Auth::AWSCredentials& credentials, const Aws::Client::ClientConfiguration& clientConfiguration);
75
80 AthenaClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
81 const Aws::Client::ClientConfiguration& clientConfiguration);
82
83 /* End of legacy constructors due deprecation */
84 virtual ~AthenaClient();
85
101
106 template <typename BatchGetNamedQueryRequestT = Model::BatchGetNamedQueryRequest>
107 Model::BatchGetNamedQueryOutcomeCallable BatchGetNamedQueryCallable(const BatchGetNamedQueryRequestT& request) const {
108 return SubmitCallable(&AthenaClient::BatchGetNamedQuery, request);
109 }
110
115 template <typename BatchGetNamedQueryRequestT = Model::BatchGetNamedQueryRequest>
116 void BatchGetNamedQueryAsync(const BatchGetNamedQueryRequestT& request, const BatchGetNamedQueryResponseReceivedHandler& handler,
117 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
118 return SubmitAsync(&AthenaClient::BatchGetNamedQuery, request, handler, context);
119 }
120
132
137 template <typename BatchGetPreparedStatementRequestT = Model::BatchGetPreparedStatementRequest>
139 const BatchGetPreparedStatementRequestT& request) const {
140 return SubmitCallable(&AthenaClient::BatchGetPreparedStatement, request);
141 }
142
147 template <typename BatchGetPreparedStatementRequestT = Model::BatchGetPreparedStatementRequest>
148 void BatchGetPreparedStatementAsync(const BatchGetPreparedStatementRequestT& request,
150 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
151 return SubmitAsync(&AthenaClient::BatchGetPreparedStatement, request, handler, context);
152 }
153
166
171 template <typename BatchGetQueryExecutionRequestT = Model::BatchGetQueryExecutionRequest>
172 Model::BatchGetQueryExecutionOutcomeCallable BatchGetQueryExecutionCallable(const BatchGetQueryExecutionRequestT& request) const {
173 return SubmitCallable(&AthenaClient::BatchGetQueryExecution, request);
174 }
175
180 template <typename BatchGetQueryExecutionRequestT = Model::BatchGetQueryExecutionRequest>
181 void BatchGetQueryExecutionAsync(const BatchGetQueryExecutionRequestT& request,
183 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
184 return SubmitAsync(&AthenaClient::BatchGetQueryExecution, request, handler, context);
185 }
186
197
202 template <typename CancelCapacityReservationRequestT = Model::CancelCapacityReservationRequest>
204 const CancelCapacityReservationRequestT& request) const {
205 return SubmitCallable(&AthenaClient::CancelCapacityReservation, request);
206 }
207
212 template <typename CancelCapacityReservationRequestT = Model::CancelCapacityReservationRequest>
213 void CancelCapacityReservationAsync(const CancelCapacityReservationRequestT& request,
215 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
216 return SubmitAsync(&AthenaClient::CancelCapacityReservation, request, handler, context);
217 }
218
226
231 template <typename CreateCapacityReservationRequestT = Model::CreateCapacityReservationRequest>
233 const CreateCapacityReservationRequestT& request) const {
234 return SubmitCallable(&AthenaClient::CreateCapacityReservation, request);
235 }
236
241 template <typename CreateCapacityReservationRequestT = Model::CreateCapacityReservationRequest>
242 void CreateCapacityReservationAsync(const CreateCapacityReservationRequestT& request,
244 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
245 return SubmitAsync(&AthenaClient::CreateCapacityReservation, request, handler, context);
246 }
247
265
270 template <typename CreateDataCatalogRequestT = Model::CreateDataCatalogRequest>
271 Model::CreateDataCatalogOutcomeCallable CreateDataCatalogCallable(const CreateDataCatalogRequestT& request) const {
272 return SubmitCallable(&AthenaClient::CreateDataCatalog, request);
273 }
274
279 template <typename CreateDataCatalogRequestT = Model::CreateDataCatalogRequest>
280 void CreateDataCatalogAsync(const CreateDataCatalogRequestT& request, const CreateDataCatalogResponseReceivedHandler& handler,
281 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
282 return SubmitAsync(&AthenaClient::CreateDataCatalog, request, handler, context);
283 }
284
292
297 template <typename CreateNamedQueryRequestT = Model::CreateNamedQueryRequest>
298 Model::CreateNamedQueryOutcomeCallable CreateNamedQueryCallable(const CreateNamedQueryRequestT& request) const {
299 return SubmitCallable(&AthenaClient::CreateNamedQuery, request);
300 }
301
306 template <typename CreateNamedQueryRequestT = Model::CreateNamedQueryRequest>
307 void CreateNamedQueryAsync(const CreateNamedQueryRequestT& request, const CreateNamedQueryResponseReceivedHandler& handler,
308 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
309 return SubmitAsync(&AthenaClient::CreateNamedQuery, request, handler, context);
310 }
311
320
324 template <typename CreateNotebookRequestT = Model::CreateNotebookRequest>
325 Model::CreateNotebookOutcomeCallable CreateNotebookCallable(const CreateNotebookRequestT& request) const {
326 return SubmitCallable(&AthenaClient::CreateNotebook, request);
327 }
328
333 template <typename CreateNotebookRequestT = Model::CreateNotebookRequest>
334 void CreateNotebookAsync(const CreateNotebookRequestT& request, const CreateNotebookResponseReceivedHandler& handler,
335 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
336 return SubmitAsync(&AthenaClient::CreateNotebook, request, handler, context);
337 }
338
346
351 template <typename CreatePreparedStatementRequestT = Model::CreatePreparedStatementRequest>
352 Model::CreatePreparedStatementOutcomeCallable CreatePreparedStatementCallable(const CreatePreparedStatementRequestT& request) const {
353 return SubmitCallable(&AthenaClient::CreatePreparedStatement, request);
354 }
355
360 template <typename CreatePreparedStatementRequestT = Model::CreatePreparedStatementRequest>
361 void CreatePreparedStatementAsync(const CreatePreparedStatementRequestT& request,
363 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
364 return SubmitAsync(&AthenaClient::CreatePreparedStatement, request, handler, context);
365 }
366
378 const Model::CreatePresignedNotebookUrlRequest& request) const;
379
384 template <typename CreatePresignedNotebookUrlRequestT = Model::CreatePresignedNotebookUrlRequest>
386 const CreatePresignedNotebookUrlRequestT& request) const {
387 return SubmitCallable(&AthenaClient::CreatePresignedNotebookUrl, request);
388 }
389
394 template <typename CreatePresignedNotebookUrlRequestT = Model::CreatePresignedNotebookUrlRequest>
395 void CreatePresignedNotebookUrlAsync(const CreatePresignedNotebookUrlRequestT& request,
397 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
398 return SubmitAsync(&AthenaClient::CreatePresignedNotebookUrl, request, handler, context);
399 }
400
409
413 template <typename CreateWorkGroupRequestT = Model::CreateWorkGroupRequest>
414 Model::CreateWorkGroupOutcomeCallable CreateWorkGroupCallable(const CreateWorkGroupRequestT& request) const {
415 return SubmitCallable(&AthenaClient::CreateWorkGroup, request);
416 }
417
422 template <typename CreateWorkGroupRequestT = Model::CreateWorkGroupRequest>
423 void CreateWorkGroupAsync(const CreateWorkGroupRequestT& request, const CreateWorkGroupResponseReceivedHandler& handler,
424 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
425 return SubmitAsync(&AthenaClient::CreateWorkGroup, request, handler, context);
426 }
427
439
444 template <typename DeleteCapacityReservationRequestT = Model::DeleteCapacityReservationRequest>
446 const DeleteCapacityReservationRequestT& request) const {
447 return SubmitCallable(&AthenaClient::DeleteCapacityReservation, request);
448 }
449
454 template <typename DeleteCapacityReservationRequestT = Model::DeleteCapacityReservationRequest>
455 void DeleteCapacityReservationAsync(const DeleteCapacityReservationRequestT& request,
457 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
458 return SubmitAsync(&AthenaClient::DeleteCapacityReservation, request, handler, context);
459 }
460
467
472 template <typename DeleteDataCatalogRequestT = Model::DeleteDataCatalogRequest>
473 Model::DeleteDataCatalogOutcomeCallable DeleteDataCatalogCallable(const DeleteDataCatalogRequestT& request) const {
474 return SubmitCallable(&AthenaClient::DeleteDataCatalog, request);
475 }
476
481 template <typename DeleteDataCatalogRequestT = Model::DeleteDataCatalogRequest>
482 void DeleteDataCatalogAsync(const DeleteDataCatalogRequestT& request, const DeleteDataCatalogResponseReceivedHandler& handler,
483 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
484 return SubmitAsync(&AthenaClient::DeleteDataCatalog, request, handler, context);
485 }
486
494
499 template <typename DeleteNamedQueryRequestT = Model::DeleteNamedQueryRequest>
500 Model::DeleteNamedQueryOutcomeCallable DeleteNamedQueryCallable(const DeleteNamedQueryRequestT& request) const {
501 return SubmitCallable(&AthenaClient::DeleteNamedQuery, request);
502 }
503
508 template <typename DeleteNamedQueryRequestT = Model::DeleteNamedQueryRequest>
509 void DeleteNamedQueryAsync(const DeleteNamedQueryRequestT& request, const DeleteNamedQueryResponseReceivedHandler& handler,
510 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
511 return SubmitAsync(&AthenaClient::DeleteNamedQuery, request, handler, context);
512 }
513
520
524 template <typename DeleteNotebookRequestT = Model::DeleteNotebookRequest>
525 Model::DeleteNotebookOutcomeCallable DeleteNotebookCallable(const DeleteNotebookRequestT& request) const {
526 return SubmitCallable(&AthenaClient::DeleteNotebook, request);
527 }
528
533 template <typename DeleteNotebookRequestT = Model::DeleteNotebookRequest>
534 void DeleteNotebookAsync(const DeleteNotebookRequestT& request, const DeleteNotebookResponseReceivedHandler& handler,
535 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
536 return SubmitAsync(&AthenaClient::DeleteNotebook, request, handler, context);
537 }
538
546
551 template <typename DeletePreparedStatementRequestT = Model::DeletePreparedStatementRequest>
552 Model::DeletePreparedStatementOutcomeCallable DeletePreparedStatementCallable(const DeletePreparedStatementRequestT& request) const {
553 return SubmitCallable(&AthenaClient::DeletePreparedStatement, request);
554 }
555
560 template <typename DeletePreparedStatementRequestT = Model::DeletePreparedStatementRequest>
561 void DeletePreparedStatementAsync(const DeletePreparedStatementRequestT& request,
563 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
564 return SubmitAsync(&AthenaClient::DeletePreparedStatement, request, handler, context);
565 }
566
574
578 template <typename DeleteWorkGroupRequestT = Model::DeleteWorkGroupRequest>
579 Model::DeleteWorkGroupOutcomeCallable DeleteWorkGroupCallable(const DeleteWorkGroupRequestT& request) const {
580 return SubmitCallable(&AthenaClient::DeleteWorkGroup, request);
581 }
582
587 template <typename DeleteWorkGroupRequestT = Model::DeleteWorkGroupRequest>
588 void DeleteWorkGroupAsync(const DeleteWorkGroupRequestT& request, const DeleteWorkGroupResponseReceivedHandler& handler,
589 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
590 return SubmitAsync(&AthenaClient::DeleteWorkGroup, request, handler, context);
591 }
592
600
604 template <typename ExportNotebookRequestT = Model::ExportNotebookRequest>
605 Model::ExportNotebookOutcomeCallable ExportNotebookCallable(const ExportNotebookRequestT& request) const {
606 return SubmitCallable(&AthenaClient::ExportNotebook, request);
607 }
608
613 template <typename ExportNotebookRequestT = Model::ExportNotebookRequest>
614 void ExportNotebookAsync(const ExportNotebookRequestT& request, const ExportNotebookResponseReceivedHandler& handler,
615 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
616 return SubmitAsync(&AthenaClient::ExportNotebook, request, handler, context);
617 }
618
626
631 template <typename GetCalculationExecutionRequestT = Model::GetCalculationExecutionRequest>
632 Model::GetCalculationExecutionOutcomeCallable GetCalculationExecutionCallable(const GetCalculationExecutionRequestT& request) const {
633 return SubmitCallable(&AthenaClient::GetCalculationExecution, request);
634 }
635
640 template <typename GetCalculationExecutionRequestT = Model::GetCalculationExecutionRequest>
641 void GetCalculationExecutionAsync(const GetCalculationExecutionRequestT& request,
643 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
644 return SubmitAsync(&AthenaClient::GetCalculationExecution, request, handler, context);
645 }
646
654 const Model::GetCalculationExecutionCodeRequest& request) const;
655
660 template <typename GetCalculationExecutionCodeRequestT = Model::GetCalculationExecutionCodeRequest>
662 const GetCalculationExecutionCodeRequestT& request) const {
663 return SubmitCallable(&AthenaClient::GetCalculationExecutionCode, request);
664 }
665
670 template <typename GetCalculationExecutionCodeRequestT = Model::GetCalculationExecutionCodeRequest>
671 void GetCalculationExecutionCodeAsync(const GetCalculationExecutionCodeRequestT& request,
673 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
674 return SubmitAsync(&AthenaClient::GetCalculationExecutionCode, request, handler, context);
675 }
676
684
689 template <typename GetCalculationExecutionStatusRequestT = Model::GetCalculationExecutionStatusRequest>
691 const GetCalculationExecutionStatusRequestT& request) const {
692 return SubmitCallable(&AthenaClient::GetCalculationExecutionStatus, request);
693 }
694
699 template <typename GetCalculationExecutionStatusRequestT = Model::GetCalculationExecutionStatusRequest>
700 void GetCalculationExecutionStatusAsync(const GetCalculationExecutionStatusRequestT& request,
702 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
703 return SubmitAsync(&AthenaClient::GetCalculationExecutionStatus, request, handler, context);
704 }
705
714
719 template <typename GetCapacityAssignmentConfigurationRequestT = Model::GetCapacityAssignmentConfigurationRequest>
721 const GetCapacityAssignmentConfigurationRequestT& request) const {
722 return SubmitCallable(&AthenaClient::GetCapacityAssignmentConfiguration, request);
723 }
724
729 template <typename GetCapacityAssignmentConfigurationRequestT = Model::GetCapacityAssignmentConfigurationRequest>
730 void GetCapacityAssignmentConfigurationAsync(const GetCapacityAssignmentConfigurationRequestT& request,
732 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
733 return SubmitAsync(&AthenaClient::GetCapacityAssignmentConfiguration, request, handler, context);
734 }
735
743
748 template <typename GetCapacityReservationRequestT = Model::GetCapacityReservationRequest>
749 Model::GetCapacityReservationOutcomeCallable GetCapacityReservationCallable(const GetCapacityReservationRequestT& request) const {
750 return SubmitCallable(&AthenaClient::GetCapacityReservation, request);
751 }
752
757 template <typename GetCapacityReservationRequestT = Model::GetCapacityReservationRequest>
758 void GetCapacityReservationAsync(const GetCapacityReservationRequestT& request,
760 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
761 return SubmitAsync(&AthenaClient::GetCapacityReservation, request, handler, context);
762 }
763
770
774 template <typename GetDataCatalogRequestT = Model::GetDataCatalogRequest>
775 Model::GetDataCatalogOutcomeCallable GetDataCatalogCallable(const GetDataCatalogRequestT& request) const {
776 return SubmitCallable(&AthenaClient::GetDataCatalog, request);
777 }
778
783 template <typename GetDataCatalogRequestT = Model::GetDataCatalogRequest>
784 void GetDataCatalogAsync(const GetDataCatalogRequestT& request, const GetDataCatalogResponseReceivedHandler& handler,
785 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
786 return SubmitAsync(&AthenaClient::GetDataCatalog, request, handler, context);
787 }
788
796
800 template <typename GetDatabaseRequestT = Model::GetDatabaseRequest>
801 Model::GetDatabaseOutcomeCallable GetDatabaseCallable(const GetDatabaseRequestT& request) const {
802 return SubmitCallable(&AthenaClient::GetDatabase, request);
803 }
804
809 template <typename GetDatabaseRequestT = Model::GetDatabaseRequest>
810 void GetDatabaseAsync(const GetDatabaseRequestT& request, const GetDatabaseResponseReceivedHandler& handler,
811 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
812 return SubmitAsync(&AthenaClient::GetDatabase, request, handler, context);
813 }
814
822
826 template <typename GetNamedQueryRequestT = Model::GetNamedQueryRequest>
827 Model::GetNamedQueryOutcomeCallable GetNamedQueryCallable(const GetNamedQueryRequestT& request) const {
828 return SubmitCallable(&AthenaClient::GetNamedQuery, request);
829 }
830
835 template <typename GetNamedQueryRequestT = Model::GetNamedQueryRequest>
836 void GetNamedQueryAsync(const GetNamedQueryRequestT& request, const GetNamedQueryResponseReceivedHandler& handler,
837 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
838 return SubmitAsync(&AthenaClient::GetNamedQuery, request, handler, context);
839 }
840
848
853 template <typename GetNotebookMetadataRequestT = Model::GetNotebookMetadataRequest>
854 Model::GetNotebookMetadataOutcomeCallable GetNotebookMetadataCallable(const GetNotebookMetadataRequestT& request) const {
855 return SubmitCallable(&AthenaClient::GetNotebookMetadata, request);
856 }
857
862 template <typename GetNotebookMetadataRequestT = Model::GetNotebookMetadataRequest>
863 void GetNotebookMetadataAsync(const GetNotebookMetadataRequestT& request, const GetNotebookMetadataResponseReceivedHandler& handler,
864 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
865 return SubmitAsync(&AthenaClient::GetNotebookMetadata, request, handler, context);
866 }
867
875
880 template <typename GetPreparedStatementRequestT = Model::GetPreparedStatementRequest>
881 Model::GetPreparedStatementOutcomeCallable GetPreparedStatementCallable(const GetPreparedStatementRequestT& request) const {
882 return SubmitCallable(&AthenaClient::GetPreparedStatement, request);
883 }
884
889 template <typename GetPreparedStatementRequestT = Model::GetPreparedStatementRequest>
890 void GetPreparedStatementAsync(const GetPreparedStatementRequestT& request, const GetPreparedStatementResponseReceivedHandler& handler,
891 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
892 return SubmitAsync(&AthenaClient::GetPreparedStatement, request, handler, context);
893 }
894
904
909 template <typename GetQueryExecutionRequestT = Model::GetQueryExecutionRequest>
910 Model::GetQueryExecutionOutcomeCallable GetQueryExecutionCallable(const GetQueryExecutionRequestT& request) const {
911 return SubmitCallable(&AthenaClient::GetQueryExecution, request);
912 }
913
918 template <typename GetQueryExecutionRequestT = Model::GetQueryExecutionRequest>
919 void GetQueryExecutionAsync(const GetQueryExecutionRequestT& request, const GetQueryExecutionResponseReceivedHandler& handler,
920 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
921 return SubmitAsync(&AthenaClient::GetQueryExecution, request, handler, context);
922 }
923
945
949 template <typename GetQueryResultsRequestT = Model::GetQueryResultsRequest>
950 Model::GetQueryResultsOutcomeCallable GetQueryResultsCallable(const GetQueryResultsRequestT& request) const {
951 return SubmitCallable(&AthenaClient::GetQueryResults, request);
952 }
953
958 template <typename GetQueryResultsRequestT = Model::GetQueryResultsRequest>
959 void GetQueryResultsAsync(const GetQueryResultsRequestT& request, const GetQueryResultsResponseReceivedHandler& handler,
960 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
961 return SubmitAsync(&AthenaClient::GetQueryResults, request, handler, context);
962 }
963
978
983 template <typename GetQueryRuntimeStatisticsRequestT = Model::GetQueryRuntimeStatisticsRequest>
985 const GetQueryRuntimeStatisticsRequestT& request) const {
986 return SubmitCallable(&AthenaClient::GetQueryRuntimeStatistics, request);
987 }
988
993 template <typename GetQueryRuntimeStatisticsRequestT = Model::GetQueryRuntimeStatisticsRequest>
994 void GetQueryRuntimeStatisticsAsync(const GetQueryRuntimeStatisticsRequestT& request,
996 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
997 return SubmitAsync(&AthenaClient::GetQueryRuntimeStatistics, request, handler, context);
998 }
999
1006
1011 template <typename GetResourceDashboardRequestT = Model::GetResourceDashboardRequest>
1012 Model::GetResourceDashboardOutcomeCallable GetResourceDashboardCallable(const GetResourceDashboardRequestT& request) const {
1013 return SubmitCallable(&AthenaClient::GetResourceDashboard, request);
1014 }
1015
1020 template <typename GetResourceDashboardRequestT = Model::GetResourceDashboardRequest>
1021 void GetResourceDashboardAsync(const GetResourceDashboardRequestT& request, const GetResourceDashboardResponseReceivedHandler& handler,
1022 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1023 return SubmitAsync(&AthenaClient::GetResourceDashboard, request, handler, context);
1024 }
1025
1033
1037 template <typename GetSessionRequestT = Model::GetSessionRequest>
1038 Model::GetSessionOutcomeCallable GetSessionCallable(const GetSessionRequestT& request) const {
1039 return SubmitCallable(&AthenaClient::GetSession, request);
1040 }
1041
1046 template <typename GetSessionRequestT = Model::GetSessionRequest>
1047 void GetSessionAsync(const GetSessionRequestT& request, const GetSessionResponseReceivedHandler& handler,
1048 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1049 return SubmitAsync(&AthenaClient::GetSession, request, handler, context);
1050 }
1051
1059
1064 template <typename GetSessionEndpointRequestT = Model::GetSessionEndpointRequest>
1065 Model::GetSessionEndpointOutcomeCallable GetSessionEndpointCallable(const GetSessionEndpointRequestT& request) const {
1066 return SubmitCallable(&AthenaClient::GetSessionEndpoint, request);
1067 }
1068
1073 template <typename GetSessionEndpointRequestT = Model::GetSessionEndpointRequest>
1074 void GetSessionEndpointAsync(const GetSessionEndpointRequestT& request, const GetSessionEndpointResponseReceivedHandler& handler,
1075 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1076 return SubmitAsync(&AthenaClient::GetSessionEndpoint, request, handler, context);
1077 }
1078
1085
1090 template <typename GetSessionStatusRequestT = Model::GetSessionStatusRequest>
1091 Model::GetSessionStatusOutcomeCallable GetSessionStatusCallable(const GetSessionStatusRequestT& request) const {
1092 return SubmitCallable(&AthenaClient::GetSessionStatus, request);
1093 }
1094
1099 template <typename GetSessionStatusRequestT = Model::GetSessionStatusRequest>
1100 void GetSessionStatusAsync(const GetSessionStatusRequestT& request, const GetSessionStatusResponseReceivedHandler& handler,
1101 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1102 return SubmitAsync(&AthenaClient::GetSessionStatus, request, handler, context);
1103 }
1104
1112
1117 template <typename GetTableMetadataRequestT = Model::GetTableMetadataRequest>
1118 Model::GetTableMetadataOutcomeCallable GetTableMetadataCallable(const GetTableMetadataRequestT& request) const {
1119 return SubmitCallable(&AthenaClient::GetTableMetadata, request);
1120 }
1121
1126 template <typename GetTableMetadataRequestT = Model::GetTableMetadataRequest>
1127 void GetTableMetadataAsync(const GetTableMetadataRequestT& request, const GetTableMetadataResponseReceivedHandler& handler,
1128 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1129 return SubmitAsync(&AthenaClient::GetTableMetadata, request, handler, context);
1130 }
1131
1139
1143 template <typename GetWorkGroupRequestT = Model::GetWorkGroupRequest>
1144 Model::GetWorkGroupOutcomeCallable GetWorkGroupCallable(const GetWorkGroupRequestT& request) const {
1145 return SubmitCallable(&AthenaClient::GetWorkGroup, request);
1146 }
1147
1152 template <typename GetWorkGroupRequestT = Model::GetWorkGroupRequest>
1153 void GetWorkGroupAsync(const GetWorkGroupRequestT& request, const GetWorkGroupResponseReceivedHandler& handler,
1154 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1155 return SubmitAsync(&AthenaClient::GetWorkGroup, request, handler, context);
1156 }
1157
1170
1174 template <typename ImportNotebookRequestT = Model::ImportNotebookRequest>
1175 Model::ImportNotebookOutcomeCallable ImportNotebookCallable(const ImportNotebookRequestT& request) const {
1176 return SubmitCallable(&AthenaClient::ImportNotebook, request);
1177 }
1178
1183 template <typename ImportNotebookRequestT = Model::ImportNotebookRequest>
1184 void ImportNotebookAsync(const ImportNotebookRequestT& request, const ImportNotebookResponseReceivedHandler& handler,
1185 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1186 return SubmitAsync(&AthenaClient::ImportNotebook, request, handler, context);
1187 }
1188
1196
1201 template <typename ListApplicationDPUSizesRequestT = Model::ListApplicationDPUSizesRequest>
1202 Model::ListApplicationDPUSizesOutcomeCallable ListApplicationDPUSizesCallable(const ListApplicationDPUSizesRequestT& request = {}) const {
1203 return SubmitCallable(&AthenaClient::ListApplicationDPUSizes, request);
1204 }
1205
1210 template <typename ListApplicationDPUSizesRequestT = Model::ListApplicationDPUSizesRequest>
1212 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1213 const ListApplicationDPUSizesRequestT& request = {}) const {
1214 return SubmitAsync(&AthenaClient::ListApplicationDPUSizes, request, handler, context);
1215 }
1216
1225
1230 template <typename ListCalculationExecutionsRequestT = Model::ListCalculationExecutionsRequest>
1232 const ListCalculationExecutionsRequestT& request) const {
1233 return SubmitCallable(&AthenaClient::ListCalculationExecutions, request);
1234 }
1235
1240 template <typename ListCalculationExecutionsRequestT = Model::ListCalculationExecutionsRequest>
1241 void ListCalculationExecutionsAsync(const ListCalculationExecutionsRequestT& request,
1243 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1244 return SubmitAsync(&AthenaClient::ListCalculationExecutions, request, handler, context);
1245 }
1246
1254
1259 template <typename ListCapacityReservationsRequestT = Model::ListCapacityReservationsRequest>
1261 const ListCapacityReservationsRequestT& request = {}) const {
1262 return SubmitCallable(&AthenaClient::ListCapacityReservations, request);
1263 }
1264
1269 template <typename ListCapacityReservationsRequestT = Model::ListCapacityReservationsRequest>
1271 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1272 const ListCapacityReservationsRequestT& request = {}) const {
1273 return SubmitAsync(&AthenaClient::ListCapacityReservations, request, handler, context);
1274 }
1275
1285
1290 template <typename ListDataCatalogsRequestT = Model::ListDataCatalogsRequest>
1291 Model::ListDataCatalogsOutcomeCallable ListDataCatalogsCallable(const ListDataCatalogsRequestT& request = {}) const {
1292 return SubmitCallable(&AthenaClient::ListDataCatalogs, request);
1293 }
1294
1299 template <typename ListDataCatalogsRequestT = Model::ListDataCatalogsRequest>
1301 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1302 const ListDataCatalogsRequestT& request = {}) const {
1303 return SubmitAsync(&AthenaClient::ListDataCatalogs, request, handler, context);
1304 }
1305
1313
1317 template <typename ListDatabasesRequestT = Model::ListDatabasesRequest>
1318 Model::ListDatabasesOutcomeCallable ListDatabasesCallable(const ListDatabasesRequestT& request) const {
1319 return SubmitCallable(&AthenaClient::ListDatabases, request);
1320 }
1321
1326 template <typename ListDatabasesRequestT = Model::ListDatabasesRequest>
1327 void ListDatabasesAsync(const ListDatabasesRequestT& request, const ListDatabasesResponseReceivedHandler& handler,
1328 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1329 return SubmitAsync(&AthenaClient::ListDatabases, request, handler, context);
1330 }
1331
1339
1344 template <typename ListEngineVersionsRequestT = Model::ListEngineVersionsRequest>
1345 Model::ListEngineVersionsOutcomeCallable ListEngineVersionsCallable(const ListEngineVersionsRequestT& request = {}) const {
1346 return SubmitCallable(&AthenaClient::ListEngineVersions, request);
1347 }
1348
1353 template <typename ListEngineVersionsRequestT = Model::ListEngineVersionsRequest>
1355 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1356 const ListEngineVersionsRequestT& request = {}) const {
1357 return SubmitAsync(&AthenaClient::ListEngineVersions, request, handler, context);
1358 }
1359
1368
1372 template <typename ListExecutorsRequestT = Model::ListExecutorsRequest>
1373 Model::ListExecutorsOutcomeCallable ListExecutorsCallable(const ListExecutorsRequestT& request) const {
1374 return SubmitCallable(&AthenaClient::ListExecutors, request);
1375 }
1376
1381 template <typename ListExecutorsRequestT = Model::ListExecutorsRequest>
1382 void ListExecutorsAsync(const ListExecutorsRequestT& request, const ListExecutorsResponseReceivedHandler& handler,
1383 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1384 return SubmitAsync(&AthenaClient::ListExecutors, request, handler, context);
1385 }
1386
1396
1401 template <typename ListNamedQueriesRequestT = Model::ListNamedQueriesRequest>
1402 Model::ListNamedQueriesOutcomeCallable ListNamedQueriesCallable(const ListNamedQueriesRequestT& request = {}) const {
1403 return SubmitCallable(&AthenaClient::ListNamedQueries, request);
1404 }
1405
1410 template <typename ListNamedQueriesRequestT = Model::ListNamedQueriesRequest>
1412 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1413 const ListNamedQueriesRequestT& request = {}) const {
1414 return SubmitAsync(&AthenaClient::ListNamedQueries, request, handler, context);
1415 }
1416
1424
1429 template <typename ListNotebookMetadataRequestT = Model::ListNotebookMetadataRequest>
1430 Model::ListNotebookMetadataOutcomeCallable ListNotebookMetadataCallable(const ListNotebookMetadataRequestT& request) const {
1431 return SubmitCallable(&AthenaClient::ListNotebookMetadata, request);
1432 }
1433
1438 template <typename ListNotebookMetadataRequestT = Model::ListNotebookMetadataRequest>
1439 void ListNotebookMetadataAsync(const ListNotebookMetadataRequestT& request, const ListNotebookMetadataResponseReceivedHandler& handler,
1440 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1441 return SubmitAsync(&AthenaClient::ListNotebookMetadata, request, handler, context);
1442 }
1443
1453
1458 template <typename ListNotebookSessionsRequestT = Model::ListNotebookSessionsRequest>
1459 Model::ListNotebookSessionsOutcomeCallable ListNotebookSessionsCallable(const ListNotebookSessionsRequestT& request) const {
1460 return SubmitCallable(&AthenaClient::ListNotebookSessions, request);
1461 }
1462
1467 template <typename ListNotebookSessionsRequestT = Model::ListNotebookSessionsRequest>
1468 void ListNotebookSessionsAsync(const ListNotebookSessionsRequestT& request, const ListNotebookSessionsResponseReceivedHandler& handler,
1469 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1470 return SubmitAsync(&AthenaClient::ListNotebookSessions, request, handler, context);
1471 }
1472
1480
1485 template <typename ListPreparedStatementsRequestT = Model::ListPreparedStatementsRequest>
1486 Model::ListPreparedStatementsOutcomeCallable ListPreparedStatementsCallable(const ListPreparedStatementsRequestT& request) const {
1487 return SubmitCallable(&AthenaClient::ListPreparedStatements, request);
1488 }
1489
1494 template <typename ListPreparedStatementsRequestT = Model::ListPreparedStatementsRequest>
1495 void ListPreparedStatementsAsync(const ListPreparedStatementsRequestT& request,
1497 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1498 return SubmitAsync(&AthenaClient::ListPreparedStatements, request, handler, context);
1499 }
1500
1511
1516 template <typename ListQueryExecutionsRequestT = Model::ListQueryExecutionsRequest>
1517 Model::ListQueryExecutionsOutcomeCallable ListQueryExecutionsCallable(const ListQueryExecutionsRequestT& request = {}) const {
1518 return SubmitCallable(&AthenaClient::ListQueryExecutions, request);
1519 }
1520
1525 template <typename ListQueryExecutionsRequestT = Model::ListQueryExecutionsRequest>
1527 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1528 const ListQueryExecutionsRequestT& request = {}) const {
1529 return SubmitAsync(&AthenaClient::ListQueryExecutions, request, handler, context);
1530 }
1531
1541
1545 template <typename ListSessionsRequestT = Model::ListSessionsRequest>
1546 Model::ListSessionsOutcomeCallable ListSessionsCallable(const ListSessionsRequestT& request) const {
1547 return SubmitCallable(&AthenaClient::ListSessions, request);
1548 }
1549
1554 template <typename ListSessionsRequestT = Model::ListSessionsRequest>
1555 void ListSessionsAsync(const ListSessionsRequestT& request, const ListSessionsResponseReceivedHandler& handler,
1556 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1557 return SubmitAsync(&AthenaClient::ListSessions, request, handler, context);
1558 }
1559
1567
1572 template <typename ListTableMetadataRequestT = Model::ListTableMetadataRequest>
1573 Model::ListTableMetadataOutcomeCallable ListTableMetadataCallable(const ListTableMetadataRequestT& request) const {
1574 return SubmitCallable(&AthenaClient::ListTableMetadata, request);
1575 }
1576
1581 template <typename ListTableMetadataRequestT = Model::ListTableMetadataRequest>
1582 void ListTableMetadataAsync(const ListTableMetadataRequestT& request, const ListTableMetadataResponseReceivedHandler& handler,
1583 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1584 return SubmitAsync(&AthenaClient::ListTableMetadata, request, handler, context);
1585 }
1586
1594
1599 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
1600 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const {
1601 return SubmitCallable(&AthenaClient::ListTagsForResource, request);
1602 }
1603
1608 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
1609 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler,
1610 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1611 return SubmitAsync(&AthenaClient::ListTagsForResource, request, handler, context);
1612 }
1613
1620
1624 template <typename ListWorkGroupsRequestT = Model::ListWorkGroupsRequest>
1625 Model::ListWorkGroupsOutcomeCallable ListWorkGroupsCallable(const ListWorkGroupsRequestT& request = {}) const {
1626 return SubmitCallable(&AthenaClient::ListWorkGroups, request);
1627 }
1628
1633 template <typename ListWorkGroupsRequestT = Model::ListWorkGroupsRequest>
1635 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
1636 const ListWorkGroupsRequestT& request = {}) const {
1637 return SubmitAsync(&AthenaClient::ListWorkGroups, request, handler, context);
1638 }
1639
1650
1655 template <typename PutCapacityAssignmentConfigurationRequestT = Model::PutCapacityAssignmentConfigurationRequest>
1657 const PutCapacityAssignmentConfigurationRequestT& request) const {
1658 return SubmitCallable(&AthenaClient::PutCapacityAssignmentConfiguration, request);
1659 }
1660
1665 template <typename PutCapacityAssignmentConfigurationRequestT = Model::PutCapacityAssignmentConfigurationRequest>
1666 void PutCapacityAssignmentConfigurationAsync(const PutCapacityAssignmentConfigurationRequestT& request,
1668 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1669 return SubmitAsync(&AthenaClient::PutCapacityAssignmentConfiguration, request, handler, context);
1670 }
1671
1684
1689 template <typename StartCalculationExecutionRequestT = Model::StartCalculationExecutionRequest>
1691 const StartCalculationExecutionRequestT& request) const {
1692 return SubmitCallable(&AthenaClient::StartCalculationExecution, request);
1693 }
1694
1699 template <typename StartCalculationExecutionRequestT = Model::StartCalculationExecutionRequest>
1700 void StartCalculationExecutionAsync(const StartCalculationExecutionRequestT& request,
1702 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1703 return SubmitAsync(&AthenaClient::StartCalculationExecution, request, handler, context);
1704 }
1705
1718
1723 template <typename StartQueryExecutionRequestT = Model::StartQueryExecutionRequest>
1724 Model::StartQueryExecutionOutcomeCallable StartQueryExecutionCallable(const StartQueryExecutionRequestT& request) const {
1725 return SubmitCallable(&AthenaClient::StartQueryExecution, request);
1726 }
1727
1732 template <typename StartQueryExecutionRequestT = Model::StartQueryExecutionRequest>
1733 void StartQueryExecutionAsync(const StartQueryExecutionRequestT& request, const StartQueryExecutionResponseReceivedHandler& handler,
1734 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1735 return SubmitAsync(&AthenaClient::StartQueryExecution, request, handler, context);
1736 }
1737
1745
1749 template <typename StartSessionRequestT = Model::StartSessionRequest>
1750 Model::StartSessionOutcomeCallable StartSessionCallable(const StartSessionRequestT& request) const {
1751 return SubmitCallable(&AthenaClient::StartSession, request);
1752 }
1753
1758 template <typename StartSessionRequestT = Model::StartSessionRequest>
1759 void StartSessionAsync(const StartSessionRequestT& request, const StartSessionResponseReceivedHandler& handler,
1760 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1761 return SubmitAsync(&AthenaClient::StartSession, request, handler, context);
1762 }
1763
1778
1783 template <typename StopCalculationExecutionRequestT = Model::StopCalculationExecutionRequest>
1784 Model::StopCalculationExecutionOutcomeCallable StopCalculationExecutionCallable(const StopCalculationExecutionRequestT& request) const {
1785 return SubmitCallable(&AthenaClient::StopCalculationExecution, request);
1786 }
1787
1792 template <typename StopCalculationExecutionRequestT = Model::StopCalculationExecutionRequest>
1793 void StopCalculationExecutionAsync(const StopCalculationExecutionRequestT& request,
1795 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1796 return SubmitAsync(&AthenaClient::StopCalculationExecution, request, handler, context);
1797 }
1798
1806
1811 template <typename StopQueryExecutionRequestT = Model::StopQueryExecutionRequest>
1812 Model::StopQueryExecutionOutcomeCallable StopQueryExecutionCallable(const StopQueryExecutionRequestT& request) const {
1813 return SubmitCallable(&AthenaClient::StopQueryExecution, request);
1814 }
1815
1820 template <typename StopQueryExecutionRequestT = Model::StopQueryExecutionRequest>
1821 void StopQueryExecutionAsync(const StopQueryExecutionRequestT& request, const StopQueryExecutionResponseReceivedHandler& handler,
1822 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1823 return SubmitAsync(&AthenaClient::StopQueryExecution, request, handler, context);
1824 }
1825
1844
1848 template <typename TagResourceRequestT = Model::TagResourceRequest>
1849 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const {
1850 return SubmitCallable(&AthenaClient::TagResource, request);
1851 }
1852
1857 template <typename TagResourceRequestT = Model::TagResourceRequest>
1858 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler,
1859 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1860 return SubmitAsync(&AthenaClient::TagResource, request, handler, context);
1861 }
1862
1874
1879 template <typename TerminateSessionRequestT = Model::TerminateSessionRequest>
1880 Model::TerminateSessionOutcomeCallable TerminateSessionCallable(const TerminateSessionRequestT& request) const {
1881 return SubmitCallable(&AthenaClient::TerminateSession, request);
1882 }
1883
1888 template <typename TerminateSessionRequestT = Model::TerminateSessionRequest>
1889 void TerminateSessionAsync(const TerminateSessionRequestT& request, const TerminateSessionResponseReceivedHandler& handler,
1890 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1891 return SubmitAsync(&AthenaClient::TerminateSession, request, handler, context);
1892 }
1893
1901
1905 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
1906 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const {
1907 return SubmitCallable(&AthenaClient::UntagResource, request);
1908 }
1909
1914 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
1915 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler,
1916 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1917 return SubmitAsync(&AthenaClient::UntagResource, request, handler, context);
1918 }
1919
1927
1932 template <typename UpdateCapacityReservationRequestT = Model::UpdateCapacityReservationRequest>
1934 const UpdateCapacityReservationRequestT& request) const {
1935 return SubmitCallable(&AthenaClient::UpdateCapacityReservation, request);
1936 }
1937
1942 template <typename UpdateCapacityReservationRequestT = Model::UpdateCapacityReservationRequest>
1943 void UpdateCapacityReservationAsync(const UpdateCapacityReservationRequestT& request,
1945 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1946 return SubmitAsync(&AthenaClient::UpdateCapacityReservation, request, handler, context);
1947 }
1948
1956
1961 template <typename UpdateDataCatalogRequestT = Model::UpdateDataCatalogRequest>
1962 Model::UpdateDataCatalogOutcomeCallable UpdateDataCatalogCallable(const UpdateDataCatalogRequestT& request) const {
1963 return SubmitCallable(&AthenaClient::UpdateDataCatalog, request);
1964 }
1965
1970 template <typename UpdateDataCatalogRequestT = Model::UpdateDataCatalogRequest>
1971 void UpdateDataCatalogAsync(const UpdateDataCatalogRequestT& request, const UpdateDataCatalogResponseReceivedHandler& handler,
1972 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1973 return SubmitAsync(&AthenaClient::UpdateDataCatalog, request, handler, context);
1974 }
1975
1983
1988 template <typename UpdateNamedQueryRequestT = Model::UpdateNamedQueryRequest>
1989 Model::UpdateNamedQueryOutcomeCallable UpdateNamedQueryCallable(const UpdateNamedQueryRequestT& request) const {
1990 return SubmitCallable(&AthenaClient::UpdateNamedQuery, request);
1991 }
1992
1997 template <typename UpdateNamedQueryRequestT = Model::UpdateNamedQueryRequest>
1998 void UpdateNamedQueryAsync(const UpdateNamedQueryRequestT& request, const UpdateNamedQueryResponseReceivedHandler& handler,
1999 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2000 return SubmitAsync(&AthenaClient::UpdateNamedQuery, request, handler, context);
2001 }
2002
2009
2013 template <typename UpdateNotebookRequestT = Model::UpdateNotebookRequest>
2014 Model::UpdateNotebookOutcomeCallable UpdateNotebookCallable(const UpdateNotebookRequestT& request) const {
2015 return SubmitCallable(&AthenaClient::UpdateNotebook, request);
2016 }
2017
2022 template <typename UpdateNotebookRequestT = Model::UpdateNotebookRequest>
2023 void UpdateNotebookAsync(const UpdateNotebookRequestT& request, const UpdateNotebookResponseReceivedHandler& handler,
2024 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2025 return SubmitAsync(&AthenaClient::UpdateNotebook, request, handler, context);
2026 }
2027
2034
2039 template <typename UpdateNotebookMetadataRequestT = Model::UpdateNotebookMetadataRequest>
2040 Model::UpdateNotebookMetadataOutcomeCallable UpdateNotebookMetadataCallable(const UpdateNotebookMetadataRequestT& request) const {
2041 return SubmitCallable(&AthenaClient::UpdateNotebookMetadata, request);
2042 }
2043
2048 template <typename UpdateNotebookMetadataRequestT = Model::UpdateNotebookMetadataRequest>
2049 void UpdateNotebookMetadataAsync(const UpdateNotebookMetadataRequestT& request,
2051 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2052 return SubmitAsync(&AthenaClient::UpdateNotebookMetadata, request, handler, context);
2053 }
2054
2061
2066 template <typename UpdatePreparedStatementRequestT = Model::UpdatePreparedStatementRequest>
2067 Model::UpdatePreparedStatementOutcomeCallable UpdatePreparedStatementCallable(const UpdatePreparedStatementRequestT& request) const {
2068 return SubmitCallable(&AthenaClient::UpdatePreparedStatement, request);
2069 }
2070
2075 template <typename UpdatePreparedStatementRequestT = Model::UpdatePreparedStatementRequest>
2076 void UpdatePreparedStatementAsync(const UpdatePreparedStatementRequestT& request,
2078 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2079 return SubmitAsync(&AthenaClient::UpdatePreparedStatement, request, handler, context);
2080 }
2081
2090
2094 template <typename UpdateWorkGroupRequestT = Model::UpdateWorkGroupRequest>
2095 Model::UpdateWorkGroupOutcomeCallable UpdateWorkGroupCallable(const UpdateWorkGroupRequestT& request) const {
2096 return SubmitCallable(&AthenaClient::UpdateWorkGroup, request);
2097 }
2098
2103 template <typename UpdateWorkGroupRequestT = Model::UpdateWorkGroupRequest>
2104 void UpdateWorkGroupAsync(const UpdateWorkGroupRequestT& request, const UpdateWorkGroupResponseReceivedHandler& handler,
2105 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
2106 return SubmitAsync(&AthenaClient::UpdateWorkGroup, request, handler, context);
2107 }
2108
2109 void OverrideEndpoint(const Aws::String& endpoint);
2110 std::shared_ptr<AthenaEndpointProviderBase>& accessEndpointProvider();
2111
2112 private:
2114 void init(const AthenaClientConfiguration& clientConfiguration);
2115
2116 AthenaClientConfiguration m_clientConfiguration;
2117 std::shared_ptr<AthenaEndpointProviderBase> m_endpointProvider;
2118};
2119
2120} // namespace Athena
2121} // 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 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
std::shared_ptr< AthenaEndpointProviderBase > & accessEndpointProvider()
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
void OverrideEndpoint(const Aws::String &endpoint)
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
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