@aws-sdk/client-athena 3.775.0 → 3.777.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/BatchGetNamedQueryCommand.d.ts +1 -0
- package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +1 -0
- package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +1 -0
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +1 -0
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataCatalogCommand.d.ts +1 -0
- package/dist-types/commands/CreateNamedQueryCommand.d.ts +1 -0
- package/dist-types/commands/CreateNotebookCommand.d.ts +1 -0
- package/dist-types/commands/CreatePreparedStatementCommand.d.ts +1 -0
- package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +1 -0
- package/dist-types/commands/CreateWorkGroupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCapacityReservationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDataCatalogCommand.d.ts +1 -0
- package/dist-types/commands/DeleteNamedQueryCommand.d.ts +1 -0
- package/dist-types/commands/DeleteNotebookCommand.d.ts +1 -0
- package/dist-types/commands/DeletePreparedStatementCommand.d.ts +1 -0
- package/dist-types/commands/DeleteWorkGroupCommand.d.ts +1 -0
- package/dist-types/commands/ExportNotebookCommand.d.ts +1 -0
- package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +1 -0
- package/dist-types/commands/GetCalculationExecutionCommand.d.ts +1 -0
- package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetCapacityAssignmentConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetCapacityReservationCommand.d.ts +1 -0
- package/dist-types/commands/GetDataCatalogCommand.d.ts +1 -0
- package/dist-types/commands/GetDatabaseCommand.d.ts +1 -0
- package/dist-types/commands/GetNamedQueryCommand.d.ts +1 -0
- package/dist-types/commands/GetNotebookMetadataCommand.d.ts +1 -0
- package/dist-types/commands/GetPreparedStatementCommand.d.ts +1 -0
- package/dist-types/commands/GetQueryExecutionCommand.d.ts +1 -0
- package/dist-types/commands/GetQueryResultsCommand.d.ts +1 -0
- package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +1 -0
- package/dist-types/commands/GetSessionCommand.d.ts +1 -0
- package/dist-types/commands/GetSessionStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetTableMetadataCommand.d.ts +1 -0
- package/dist-types/commands/GetWorkGroupCommand.d.ts +1 -0
- package/dist-types/commands/ImportNotebookCommand.d.ts +1 -0
- package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +1 -0
- package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +1 -0
- package/dist-types/commands/ListCapacityReservationsCommand.d.ts +2 -1
- package/dist-types/commands/ListDataCatalogsCommand.d.ts +1 -0
- package/dist-types/commands/ListDatabasesCommand.d.ts +1 -0
- package/dist-types/commands/ListEngineVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListExecutorsCommand.d.ts +1 -0
- package/dist-types/commands/ListNamedQueriesCommand.d.ts +1 -0
- package/dist-types/commands/ListNotebookMetadataCommand.d.ts +1 -0
- package/dist-types/commands/ListNotebookSessionsCommand.d.ts +1 -0
- package/dist-types/commands/ListPreparedStatementsCommand.d.ts +1 -0
- package/dist-types/commands/ListQueryExecutionsCommand.d.ts +1 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +1 -0
- package/dist-types/commands/ListTableMetadataCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListWorkGroupsCommand.d.ts +1 -0
- package/dist-types/commands/PutCapacityAssignmentConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/StartCalculationExecutionCommand.d.ts +1 -0
- package/dist-types/commands/StartQueryExecutionCommand.d.ts +1 -0
- package/dist-types/commands/StartSessionCommand.d.ts +1 -0
- package/dist-types/commands/StopCalculationExecutionCommand.d.ts +1 -0
- package/dist-types/commands/StopQueryExecutionCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/TerminateSessionCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCapacityReservationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDataCatalogCommand.d.ts +1 -0
- package/dist-types/commands/UpdateNamedQueryCommand.d.ts +1 -0
- package/dist-types/commands/UpdateNotebookCommand.d.ts +1 -0
- package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +1 -0
- package/dist-types/commands/UpdatePreparedStatementCommand.d.ts +1 -0
- package/dist-types/commands/UpdateWorkGroupCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -88,6 +88,7 @@ declare const BatchGetNamedQueryCommand_base: {
|
|
|
88
88
|
* @throws {@link AthenaServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class BatchGetNamedQueryCommand extends BatchGetNamedQueryCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const BatchGetPreparedStatementCommand_base: {
|
|
|
84
84
|
* @throws {@link AthenaServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class BatchGetPreparedStatementCommand extends BatchGetPreparedStatementCommand_base {
|
|
@@ -142,6 +142,7 @@ declare const BatchGetQueryExecutionCommand_base: {
|
|
|
142
142
|
* @throws {@link AthenaServiceException}
|
|
143
143
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
144
144
|
*
|
|
145
|
+
*
|
|
145
146
|
* @public
|
|
146
147
|
*/
|
|
147
148
|
export declare class BatchGetQueryExecutionCommand extends BatchGetQueryExecutionCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const CancelCapacityReservationCommand_base: {
|
|
|
63
63
|
* @throws {@link AthenaServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class CancelCapacityReservationCommand extends CancelCapacityReservationCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const CreateCapacityReservationCommand_base: {
|
|
|
68
68
|
* @throws {@link AthenaServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class CreateCapacityReservationCommand extends CreateCapacityReservationCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const CreateDataCatalogCommand_base: {
|
|
|
102
102
|
* @throws {@link AthenaServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class CreateDataCatalogCommand extends CreateDataCatalogCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const CreateNamedQueryCommand_base: {
|
|
|
68
68
|
* @throws {@link AthenaServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class CreateNamedQueryCommand extends CreateNamedQueryCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const CreateNotebookCommand_base: {
|
|
|
69
69
|
* @throws {@link AthenaServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class CreateNotebookCommand extends CreateNotebookCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const CreatePreparedStatementCommand_base: {
|
|
|
63
63
|
* @throws {@link AthenaServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class CreatePreparedStatementCommand extends CreatePreparedStatementCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const CreatePresignedNotebookUrlCommand_base: {
|
|
|
71
71
|
* @throws {@link AthenaServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class CreatePresignedNotebookUrlCommand extends CreatePresignedNotebookUrlCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const CreateWorkGroupCommand_base: {
|
|
|
104
104
|
* @throws {@link AthenaServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class CreateWorkGroupCommand extends CreateWorkGroupCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const DeleteCapacityReservationCommand_base: {
|
|
|
64
64
|
* @throws {@link AthenaServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeleteCapacityReservationCommand extends DeleteCapacityReservationCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const DeleteDataCatalogCommand_base: {
|
|
|
73
73
|
* @throws {@link AthenaServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DeleteDataCatalogCommand extends DeleteDataCatalogCommand_base {
|
|
@@ -61,6 +61,7 @@ declare const DeleteNamedQueryCommand_base: {
|
|
|
61
61
|
* @throws {@link AthenaServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
63
63
|
*
|
|
64
|
+
*
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteNamedQueryCommand extends DeleteNamedQueryCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const DeleteNotebookCommand_base: {
|
|
|
63
63
|
* @throws {@link AthenaServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class DeleteNotebookCommand extends DeleteNotebookCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DeletePreparedStatementCommand_base: {
|
|
|
65
65
|
* @throws {@link AthenaServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DeletePreparedStatementCommand extends DeletePreparedStatementCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const DeleteWorkGroupCommand_base: {
|
|
|
62
62
|
* @throws {@link AthenaServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DeleteWorkGroupCommand extends DeleteWorkGroupCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const ExportNotebookCommand_base: {
|
|
|
73
73
|
* @throws {@link AthenaServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ExportNotebookCommand extends ExportNotebookCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const GetCalculationExecutionCodeCommand_base: {
|
|
|
65
65
|
* @throws {@link AthenaServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class GetCalculationExecutionCodeCommand extends GetCalculationExecutionCodeCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const GetCalculationExecutionCommand_base: {
|
|
|
84
84
|
* @throws {@link AthenaServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class GetCalculationExecutionCommand extends GetCalculationExecutionCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const GetCalculationExecutionStatusCommand_base: {
|
|
|
74
74
|
* @throws {@link AthenaServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetCalculationExecutionStatusCommand extends GetCalculationExecutionStatusCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const GetCapacityAssignmentConfigurationCommand_base: {
|
|
|
72
72
|
* @throws {@link AthenaServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetCapacityAssignmentConfigurationCommand extends GetCapacityAssignmentConfigurationCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const GetCapacityReservationCommand_base: {
|
|
|
75
75
|
* @throws {@link AthenaServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class GetCapacityReservationCommand extends GetCapacityReservationCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const GetDataCatalogCommand_base: {
|
|
|
73
73
|
* @throws {@link AthenaServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetDataCatalogCommand extends GetDataCatalogCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const GetDatabaseCommand_base: {
|
|
|
78
78
|
* @throws {@link AthenaServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class GetDatabaseCommand extends GetDatabaseCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const GetNamedQueryCommand_base: {
|
|
|
70
70
|
* @throws {@link AthenaServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class GetNamedQueryCommand extends GetNamedQueryCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const GetNotebookMetadataCommand_base: {
|
|
|
72
72
|
* @throws {@link AthenaServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class GetNotebookMetadataCommand extends GetNotebookMetadataCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const GetPreparedStatementCommand_base: {
|
|
|
73
73
|
* @throws {@link AthenaServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetPreparedStatementCommand extends GetPreparedStatementCommand_base {
|
|
@@ -128,6 +128,7 @@ declare const GetQueryExecutionCommand_base: {
|
|
|
128
128
|
* @throws {@link AthenaServiceException}
|
|
129
129
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
130
130
|
*
|
|
131
|
+
*
|
|
131
132
|
* @public
|
|
132
133
|
*/
|
|
133
134
|
export declare class GetQueryExecutionCommand extends GetQueryExecutionCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const GetQueryResultsCommand_base: {
|
|
|
110
110
|
* @throws {@link AthenaServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class GetQueryResultsCommand extends GetQueryResultsCommand_base {
|
|
@@ -126,6 +126,7 @@ declare const GetQueryRuntimeStatisticsCommand_base: {
|
|
|
126
126
|
* @throws {@link AthenaServiceException}
|
|
127
127
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
128
128
|
*
|
|
129
|
+
*
|
|
129
130
|
* @public
|
|
130
131
|
*/
|
|
131
132
|
export declare class GetQueryRuntimeStatisticsCommand extends GetQueryRuntimeStatisticsCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const GetSessionCommand_base: {
|
|
|
101
101
|
* @throws {@link AthenaServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class GetSessionCommand extends GetSessionCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const GetSessionStatusCommand_base: {
|
|
|
73
73
|
* @throws {@link AthenaServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class GetSessionStatusCommand extends GetSessionStatusCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const GetTableMetadataCommand_base: {
|
|
|
95
95
|
* @throws {@link AthenaServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class GetTableMetadataCommand extends GetTableMetadataCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const GetWorkGroupCommand_base: {
|
|
|
104
104
|
* @throws {@link AthenaServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class GetWorkGroupCommand extends GetWorkGroupCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const ImportNotebookCommand_base: {
|
|
|
75
75
|
* @throws {@link AthenaServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class ImportNotebookCommand extends ImportNotebookCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const ListApplicationDPUSizesCommand_base: {
|
|
|
75
75
|
* @throws {@link AthenaServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class ListApplicationDPUSizesCommand extends ListApplicationDPUSizesCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const ListCalculationExecutionsCommand_base: {
|
|
|
81
81
|
* @throws {@link AthenaServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListCalculationExecutionsCommand extends ListCalculationExecutionsCommand_base {
|
|
@@ -24,7 +24,7 @@ export interface ListCapacityReservationsCommandOutput extends ListCapacityReser
|
|
|
24
24
|
declare const ListCapacityReservationsCommand_base: {
|
|
25
25
|
new (input: ListCapacityReservationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCapacityReservationsCommandInput, ListCapacityReservationsCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (...[input]: [] | [ListCapacityReservationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCapacityReservationsCommandInput, ListCapacityReservationsCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Lists the capacity reservations for the current account.</p>
|
|
@@ -79,6 +79,7 @@ declare const ListCapacityReservationsCommand_base: {
|
|
|
79
79
|
* @throws {@link AthenaServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class ListCapacityReservationsCommand extends ListCapacityReservationsCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const ListDataCatalogsCommand_base: {
|
|
|
77
77
|
* @throws {@link AthenaServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListDataCatalogsCommand extends ListDataCatalogsCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const ListDatabasesCommand_base: {
|
|
|
82
82
|
* @throws {@link AthenaServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListDatabasesCommand extends ListDatabasesCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const ListEngineVersionsCommand_base: {
|
|
|
70
70
|
* @throws {@link AthenaServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListEngineVersionsCommand extends ListEngineVersionsCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const ListExecutorsCommand_base: {
|
|
|
81
81
|
* @throws {@link AthenaServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListExecutorsCommand extends ListExecutorsCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const ListNamedQueriesCommand_base: {
|
|
|
69
69
|
* @throws {@link AthenaServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class ListNamedQueriesCommand extends ListNamedQueriesCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const ListNotebookMetadataCommand_base: {
|
|
|
80
80
|
* @throws {@link AthenaServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListNotebookMetadataCommand extends ListNotebookMetadataCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const ListNotebookSessionsCommand_base: {
|
|
|
76
76
|
* @throws {@link AthenaServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListNotebookSessionsCommand extends ListNotebookSessionsCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const ListPreparedStatementsCommand_base: {
|
|
|
70
70
|
* @throws {@link AthenaServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListPreparedStatementsCommand extends ListPreparedStatementsCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const ListQueryExecutionsCommand_base: {
|
|
|
70
70
|
* @throws {@link AthenaServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class ListQueryExecutionsCommand extends ListQueryExecutionsCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const ListSessionsCommand_base: {
|
|
|
90
90
|
* @throws {@link AthenaServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class ListSessionsCommand extends ListSessionsCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const ListTableMetadataCommand_base: {
|
|
|
100
100
|
* @throws {@link AthenaServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class ListTableMetadataCommand extends ListTableMetadataCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
73
73
|
* @throws {@link AthenaServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const ListWorkGroupsCommand_base: {
|
|
|
76
76
|
* @throws {@link AthenaServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListWorkGroupsCommand extends ListWorkGroupsCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const PutCapacityAssignmentConfigurationCommand_base: {
|
|
|
69
69
|
* @throws {@link AthenaServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class PutCapacityAssignmentConfigurationCommand extends PutCapacityAssignmentConfigurationCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const StartCalculationExecutionCommand_base: {
|
|
|
79
79
|
* @throws {@link AthenaServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class StartCalculationExecutionCommand extends StartCalculationExecutionCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const StartQueryExecutionCommand_base: {
|
|
|
96
96
|
* @throws {@link AthenaServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class StartQueryExecutionCommand extends StartQueryExecutionCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const StartSessionCommand_base: {
|
|
|
88
88
|
* @throws {@link AthenaServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class StartSessionCommand extends StartSessionCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const StopCalculationExecutionCommand_base: {
|
|
|
74
74
|
* @throws {@link AthenaServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class StopCalculationExecutionCommand extends StopCalculationExecutionCommand_base {
|
|
@@ -61,6 +61,7 @@ declare const StopQueryExecutionCommand_base: {
|
|
|
61
61
|
* @throws {@link AthenaServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
63
63
|
*
|
|
64
|
+
*
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class StopQueryExecutionCommand extends StopQueryExecutionCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const TagResourceCommand_base: {
|
|
|
79
79
|
* @throws {@link AthenaServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const TerminateSessionCommand_base: {
|
|
|
69
69
|
* @throws {@link AthenaServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class TerminateSessionCommand extends TerminateSessionCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const UntagResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link AthenaServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const UpdateCapacityReservationCommand_base: {
|
|
|
62
62
|
* @throws {@link AthenaServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class UpdateCapacityReservationCommand extends UpdateCapacityReservationCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const UpdateDataCatalogCommand_base: {
|
|
|
65
65
|
* @throws {@link AthenaServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class UpdateDataCatalogCommand extends UpdateDataCatalogCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const UpdateNamedQueryCommand_base: {
|
|
|
64
64
|
* @throws {@link AthenaServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class UpdateNamedQueryCommand extends UpdateNamedQueryCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const UpdateNotebookCommand_base: {
|
|
|
67
67
|
* @throws {@link AthenaServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class UpdateNotebookCommand extends UpdateNotebookCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const UpdateNotebookMetadataCommand_base: {
|
|
|
65
65
|
* @throws {@link AthenaServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class UpdateNotebookMetadataCommand extends UpdateNotebookMetadataCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const UpdatePreparedStatementCommand_base: {
|
|
|
66
66
|
* @throws {@link AthenaServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class UpdatePreparedStatementCommand extends UpdatePreparedStatementCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const UpdateWorkGroupCommand_base: {
|
|
|
101
101
|
* @throws {@link AthenaServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from Athena service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class UpdateWorkGroupCommand extends UpdateWorkGroupCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-athena",
|
|
3
3
|
"description": "AWS SDK for JavaScript Athena Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-athena",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|