@aws-sdk/client-athena 3.218.0 → 3.221.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.
Files changed (135) hide show
  1. package/dist-cjs/Athena.js +345 -0
  2. package/dist-cjs/commands/CreateNotebookCommand.js +46 -0
  3. package/dist-cjs/commands/CreatePresignedNotebookUrlCommand.js +46 -0
  4. package/dist-cjs/commands/DeleteNotebookCommand.js +46 -0
  5. package/dist-cjs/commands/ExportNotebookCommand.js +46 -0
  6. package/dist-cjs/commands/GetCalculationExecutionCodeCommand.js +46 -0
  7. package/dist-cjs/commands/GetCalculationExecutionCommand.js +46 -0
  8. package/dist-cjs/commands/GetCalculationExecutionStatusCommand.js +46 -0
  9. package/dist-cjs/commands/GetNotebookMetadataCommand.js +46 -0
  10. package/dist-cjs/commands/GetSessionCommand.js +46 -0
  11. package/dist-cjs/commands/GetSessionStatusCommand.js +46 -0
  12. package/dist-cjs/commands/ImportNotebookCommand.js +46 -0
  13. package/dist-cjs/commands/ListApplicationDPUSizesCommand.js +46 -0
  14. package/dist-cjs/commands/ListCalculationExecutionsCommand.js +46 -0
  15. package/dist-cjs/commands/ListExecutorsCommand.js +46 -0
  16. package/dist-cjs/commands/ListNotebookMetadataCommand.js +46 -0
  17. package/dist-cjs/commands/ListNotebookSessionsCommand.js +46 -0
  18. package/dist-cjs/commands/ListSessionsCommand.js +46 -0
  19. package/dist-cjs/commands/StartCalculationExecutionCommand.js +46 -0
  20. package/dist-cjs/commands/StartSessionCommand.js +46 -0
  21. package/dist-cjs/commands/StopCalculationExecutionCommand.js +46 -0
  22. package/dist-cjs/commands/TerminateSessionCommand.js +46 -0
  23. package/dist-cjs/commands/UpdateNotebookCommand.js +46 -0
  24. package/dist-cjs/commands/UpdateNotebookMetadataCommand.js +46 -0
  25. package/dist-cjs/commands/index.js +23 -0
  26. package/dist-cjs/models/models_0.js +322 -18
  27. package/dist-cjs/pagination/ListApplicationDPUSizesPaginator.js +36 -0
  28. package/dist-cjs/pagination/ListCalculationExecutionsPaginator.js +36 -0
  29. package/dist-cjs/pagination/ListExecutorsPaginator.js +36 -0
  30. package/dist-cjs/pagination/ListSessionsPaginator.js +36 -0
  31. package/dist-cjs/pagination/index.js +4 -0
  32. package/dist-cjs/protocols/Aws_json1_1.js +1908 -183
  33. package/dist-es/Athena.js +345 -0
  34. package/dist-es/commands/CreateNotebookCommand.js +42 -0
  35. package/dist-es/commands/CreatePresignedNotebookUrlCommand.js +42 -0
  36. package/dist-es/commands/DeleteNotebookCommand.js +42 -0
  37. package/dist-es/commands/ExportNotebookCommand.js +42 -0
  38. package/dist-es/commands/GetCalculationExecutionCodeCommand.js +42 -0
  39. package/dist-es/commands/GetCalculationExecutionCommand.js +42 -0
  40. package/dist-es/commands/GetCalculationExecutionStatusCommand.js +42 -0
  41. package/dist-es/commands/GetNotebookMetadataCommand.js +42 -0
  42. package/dist-es/commands/GetSessionCommand.js +42 -0
  43. package/dist-es/commands/GetSessionStatusCommand.js +42 -0
  44. package/dist-es/commands/ImportNotebookCommand.js +42 -0
  45. package/dist-es/commands/ListApplicationDPUSizesCommand.js +42 -0
  46. package/dist-es/commands/ListCalculationExecutionsCommand.js +42 -0
  47. package/dist-es/commands/ListExecutorsCommand.js +42 -0
  48. package/dist-es/commands/ListNotebookMetadataCommand.js +42 -0
  49. package/dist-es/commands/ListNotebookSessionsCommand.js +42 -0
  50. package/dist-es/commands/ListSessionsCommand.js +42 -0
  51. package/dist-es/commands/StartCalculationExecutionCommand.js +42 -0
  52. package/dist-es/commands/StartSessionCommand.js +42 -0
  53. package/dist-es/commands/StopCalculationExecutionCommand.js +42 -0
  54. package/dist-es/commands/TerminateSessionCommand.js +42 -0
  55. package/dist-es/commands/UpdateNotebookCommand.js +42 -0
  56. package/dist-es/commands/UpdateNotebookMetadataCommand.js +42 -0
  57. package/dist-es/commands/index.js +23 -0
  58. package/dist-es/models/models_0.js +254 -14
  59. package/dist-es/pagination/ListApplicationDPUSizesPaginator.js +32 -0
  60. package/dist-es/pagination/ListCalculationExecutionsPaginator.js +32 -0
  61. package/dist-es/pagination/ListExecutorsPaginator.js +32 -0
  62. package/dist-es/pagination/ListSessionsPaginator.js +32 -0
  63. package/dist-es/pagination/index.js +4 -0
  64. package/dist-es/protocols/Aws_json1_1.js +1835 -157
  65. package/dist-types/Athena.d.ts +212 -8
  66. package/dist-types/AthenaClient.d.ts +25 -2
  67. package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +5 -1
  68. package/dist-types/commands/CreateNotebookCommand.d.ts +39 -0
  69. package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +39 -0
  70. package/dist-types/commands/CreateWorkGroupCommand.d.ts +4 -1
  71. package/dist-types/commands/DeleteNotebookCommand.d.ts +37 -0
  72. package/dist-types/commands/ExportNotebookCommand.d.ts +37 -0
  73. package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +38 -0
  74. package/dist-types/commands/GetCalculationExecutionCommand.d.ts +37 -0
  75. package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +37 -0
  76. package/dist-types/commands/GetNotebookMetadataCommand.d.ts +37 -0
  77. package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +4 -4
  78. package/dist-types/commands/GetSessionCommand.d.ts +38 -0
  79. package/dist-types/commands/GetSessionStatusCommand.d.ts +37 -0
  80. package/dist-types/commands/ImportNotebookCommand.d.ts +39 -0
  81. package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +38 -0
  82. package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +38 -0
  83. package/dist-types/commands/ListExecutorsCommand.d.ts +39 -0
  84. package/dist-types/commands/ListNotebookMetadataCommand.d.ts +37 -0
  85. package/dist-types/commands/ListNotebookSessionsCommand.d.ts +40 -0
  86. package/dist-types/commands/ListSessionsCommand.d.ts +40 -0
  87. package/dist-types/commands/StartCalculationExecutionCommand.d.ts +38 -0
  88. package/dist-types/commands/StartSessionCommand.d.ts +38 -0
  89. package/dist-types/commands/StopCalculationExecutionCommand.d.ts +46 -0
  90. package/dist-types/commands/TerminateSessionCommand.d.ts +41 -0
  91. package/dist-types/commands/UpdateNotebookCommand.d.ts +37 -0
  92. package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +37 -0
  93. package/dist-types/commands/UpdateWorkGroupCommand.d.ts +5 -2
  94. package/dist-types/commands/index.d.ts +23 -0
  95. package/dist-types/models/models_0.d.ts +1511 -101
  96. package/dist-types/pagination/ListApplicationDPUSizesPaginator.d.ts +4 -0
  97. package/dist-types/pagination/ListCalculationExecutionsPaginator.d.ts +4 -0
  98. package/dist-types/pagination/ListExecutorsPaginator.d.ts +4 -0
  99. package/dist-types/pagination/ListSessionsPaginator.d.ts +4 -0
  100. package/dist-types/pagination/index.d.ts +4 -0
  101. package/dist-types/protocols/Aws_json1_1.d.ts +69 -0
  102. package/dist-types/ts3.4/Athena.d.ts +391 -0
  103. package/dist-types/ts3.4/AthenaClient.d.ts +138 -0
  104. package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +34 -0
  105. package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +41 -0
  106. package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +34 -0
  107. package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +34 -0
  108. package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +41 -0
  109. package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +41 -0
  110. package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +41 -0
  111. package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +38 -0
  112. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +34 -0
  113. package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +37 -0
  114. package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +34 -0
  115. package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +41 -0
  116. package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +41 -0
  117. package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +37 -0
  118. package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +41 -0
  119. package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +41 -0
  120. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +34 -0
  121. package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +41 -0
  122. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +34 -0
  123. package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +41 -0
  124. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +37 -0
  125. package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +34 -0
  126. package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +41 -0
  127. package/dist-types/ts3.4/commands/index.d.ts +23 -0
  128. package/dist-types/ts3.4/models/models_0.d.ts +538 -21
  129. package/dist-types/ts3.4/pagination/ListApplicationDPUSizesPaginator.d.ts +11 -0
  130. package/dist-types/ts3.4/pagination/ListCalculationExecutionsPaginator.d.ts +11 -0
  131. package/dist-types/ts3.4/pagination/ListExecutorsPaginator.d.ts +11 -0
  132. package/dist-types/ts3.4/pagination/ListSessionsPaginator.d.ts +11 -0
  133. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  134. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +276 -0
  135. package/package.json +1 -1
@@ -63,10 +63,18 @@ import {
63
63
  CreateNamedQueryCommandInput,
64
64
  CreateNamedQueryCommandOutput,
65
65
  } from "./commands/CreateNamedQueryCommand";
66
+ import {
67
+ CreateNotebookCommandInput,
68
+ CreateNotebookCommandOutput,
69
+ } from "./commands/CreateNotebookCommand";
66
70
  import {
67
71
  CreatePreparedStatementCommandInput,
68
72
  CreatePreparedStatementCommandOutput,
69
73
  } from "./commands/CreatePreparedStatementCommand";
74
+ import {
75
+ CreatePresignedNotebookUrlCommandInput,
76
+ CreatePresignedNotebookUrlCommandOutput,
77
+ } from "./commands/CreatePresignedNotebookUrlCommand";
70
78
  import {
71
79
  CreateWorkGroupCommandInput,
72
80
  CreateWorkGroupCommandOutput,
@@ -79,6 +87,10 @@ import {
79
87
  DeleteNamedQueryCommandInput,
80
88
  DeleteNamedQueryCommandOutput,
81
89
  } from "./commands/DeleteNamedQueryCommand";
90
+ import {
91
+ DeleteNotebookCommandInput,
92
+ DeleteNotebookCommandOutput,
93
+ } from "./commands/DeleteNotebookCommand";
82
94
  import {
83
95
  DeletePreparedStatementCommandInput,
84
96
  DeletePreparedStatementCommandOutput,
@@ -87,6 +99,22 @@ import {
87
99
  DeleteWorkGroupCommandInput,
88
100
  DeleteWorkGroupCommandOutput,
89
101
  } from "./commands/DeleteWorkGroupCommand";
102
+ import {
103
+ ExportNotebookCommandInput,
104
+ ExportNotebookCommandOutput,
105
+ } from "./commands/ExportNotebookCommand";
106
+ import {
107
+ GetCalculationExecutionCodeCommandInput,
108
+ GetCalculationExecutionCodeCommandOutput,
109
+ } from "./commands/GetCalculationExecutionCodeCommand";
110
+ import {
111
+ GetCalculationExecutionCommandInput,
112
+ GetCalculationExecutionCommandOutput,
113
+ } from "./commands/GetCalculationExecutionCommand";
114
+ import {
115
+ GetCalculationExecutionStatusCommandInput,
116
+ GetCalculationExecutionStatusCommandOutput,
117
+ } from "./commands/GetCalculationExecutionStatusCommand";
90
118
  import {
91
119
  GetDatabaseCommandInput,
92
120
  GetDatabaseCommandOutput,
@@ -99,6 +127,10 @@ import {
99
127
  GetNamedQueryCommandInput,
100
128
  GetNamedQueryCommandOutput,
101
129
  } from "./commands/GetNamedQueryCommand";
130
+ import {
131
+ GetNotebookMetadataCommandInput,
132
+ GetNotebookMetadataCommandOutput,
133
+ } from "./commands/GetNotebookMetadataCommand";
102
134
  import {
103
135
  GetPreparedStatementCommandInput,
104
136
  GetPreparedStatementCommandOutput,
@@ -115,6 +147,14 @@ import {
115
147
  GetQueryRuntimeStatisticsCommandInput,
116
148
  GetQueryRuntimeStatisticsCommandOutput,
117
149
  } from "./commands/GetQueryRuntimeStatisticsCommand";
150
+ import {
151
+ GetSessionCommandInput,
152
+ GetSessionCommandOutput,
153
+ } from "./commands/GetSessionCommand";
154
+ import {
155
+ GetSessionStatusCommandInput,
156
+ GetSessionStatusCommandOutput,
157
+ } from "./commands/GetSessionStatusCommand";
118
158
  import {
119
159
  GetTableMetadataCommandInput,
120
160
  GetTableMetadataCommandOutput,
@@ -123,6 +163,18 @@ import {
123
163
  GetWorkGroupCommandInput,
124
164
  GetWorkGroupCommandOutput,
125
165
  } from "./commands/GetWorkGroupCommand";
166
+ import {
167
+ ImportNotebookCommandInput,
168
+ ImportNotebookCommandOutput,
169
+ } from "./commands/ImportNotebookCommand";
170
+ import {
171
+ ListApplicationDPUSizesCommandInput,
172
+ ListApplicationDPUSizesCommandOutput,
173
+ } from "./commands/ListApplicationDPUSizesCommand";
174
+ import {
175
+ ListCalculationExecutionsCommandInput,
176
+ ListCalculationExecutionsCommandOutput,
177
+ } from "./commands/ListCalculationExecutionsCommand";
126
178
  import {
127
179
  ListDatabasesCommandInput,
128
180
  ListDatabasesCommandOutput,
@@ -135,10 +187,22 @@ import {
135
187
  ListEngineVersionsCommandInput,
136
188
  ListEngineVersionsCommandOutput,
137
189
  } from "./commands/ListEngineVersionsCommand";
190
+ import {
191
+ ListExecutorsCommandInput,
192
+ ListExecutorsCommandOutput,
193
+ } from "./commands/ListExecutorsCommand";
138
194
  import {
139
195
  ListNamedQueriesCommandInput,
140
196
  ListNamedQueriesCommandOutput,
141
197
  } from "./commands/ListNamedQueriesCommand";
198
+ import {
199
+ ListNotebookMetadataCommandInput,
200
+ ListNotebookMetadataCommandOutput,
201
+ } from "./commands/ListNotebookMetadataCommand";
202
+ import {
203
+ ListNotebookSessionsCommandInput,
204
+ ListNotebookSessionsCommandOutput,
205
+ } from "./commands/ListNotebookSessionsCommand";
142
206
  import {
143
207
  ListPreparedStatementsCommandInput,
144
208
  ListPreparedStatementsCommandOutput,
@@ -147,6 +211,10 @@ import {
147
211
  ListQueryExecutionsCommandInput,
148
212
  ListQueryExecutionsCommandOutput,
149
213
  } from "./commands/ListQueryExecutionsCommand";
214
+ import {
215
+ ListSessionsCommandInput,
216
+ ListSessionsCommandOutput,
217
+ } from "./commands/ListSessionsCommand";
150
218
  import {
151
219
  ListTableMetadataCommandInput,
152
220
  ListTableMetadataCommandOutput,
@@ -159,10 +227,22 @@ import {
159
227
  ListWorkGroupsCommandInput,
160
228
  ListWorkGroupsCommandOutput,
161
229
  } from "./commands/ListWorkGroupsCommand";
230
+ import {
231
+ StartCalculationExecutionCommandInput,
232
+ StartCalculationExecutionCommandOutput,
233
+ } from "./commands/StartCalculationExecutionCommand";
162
234
  import {
163
235
  StartQueryExecutionCommandInput,
164
236
  StartQueryExecutionCommandOutput,
165
237
  } from "./commands/StartQueryExecutionCommand";
238
+ import {
239
+ StartSessionCommandInput,
240
+ StartSessionCommandOutput,
241
+ } from "./commands/StartSessionCommand";
242
+ import {
243
+ StopCalculationExecutionCommandInput,
244
+ StopCalculationExecutionCommandOutput,
245
+ } from "./commands/StopCalculationExecutionCommand";
166
246
  import {
167
247
  StopQueryExecutionCommandInput,
168
248
  StopQueryExecutionCommandOutput,
@@ -171,6 +251,10 @@ import {
171
251
  TagResourceCommandInput,
172
252
  TagResourceCommandOutput,
173
253
  } from "./commands/TagResourceCommand";
254
+ import {
255
+ TerminateSessionCommandInput,
256
+ TerminateSessionCommandOutput,
257
+ } from "./commands/TerminateSessionCommand";
174
258
  import {
175
259
  UntagResourceCommandInput,
176
260
  UntagResourceCommandOutput,
@@ -183,6 +267,14 @@ import {
183
267
  UpdateNamedQueryCommandInput,
184
268
  UpdateNamedQueryCommandOutput,
185
269
  } from "./commands/UpdateNamedQueryCommand";
270
+ import {
271
+ UpdateNotebookCommandInput,
272
+ UpdateNotebookCommandOutput,
273
+ } from "./commands/UpdateNotebookCommand";
274
+ import {
275
+ UpdateNotebookMetadataCommandInput,
276
+ UpdateNotebookMetadataCommandOutput,
277
+ } from "./commands/UpdateNotebookMetadataCommand";
186
278
  import {
187
279
  UpdatePreparedStatementCommandInput,
188
280
  UpdatePreparedStatementCommandOutput,
@@ -202,36 +294,59 @@ export declare type ServiceInputTypes =
202
294
  | BatchGetQueryExecutionCommandInput
203
295
  | CreateDataCatalogCommandInput
204
296
  | CreateNamedQueryCommandInput
297
+ | CreateNotebookCommandInput
205
298
  | CreatePreparedStatementCommandInput
299
+ | CreatePresignedNotebookUrlCommandInput
206
300
  | CreateWorkGroupCommandInput
207
301
  | DeleteDataCatalogCommandInput
208
302
  | DeleteNamedQueryCommandInput
303
+ | DeleteNotebookCommandInput
209
304
  | DeletePreparedStatementCommandInput
210
305
  | DeleteWorkGroupCommandInput
306
+ | ExportNotebookCommandInput
307
+ | GetCalculationExecutionCodeCommandInput
308
+ | GetCalculationExecutionCommandInput
309
+ | GetCalculationExecutionStatusCommandInput
211
310
  | GetDataCatalogCommandInput
212
311
  | GetDatabaseCommandInput
213
312
  | GetNamedQueryCommandInput
313
+ | GetNotebookMetadataCommandInput
214
314
  | GetPreparedStatementCommandInput
215
315
  | GetQueryExecutionCommandInput
216
316
  | GetQueryResultsCommandInput
217
317
  | GetQueryRuntimeStatisticsCommandInput
318
+ | GetSessionCommandInput
319
+ | GetSessionStatusCommandInput
218
320
  | GetTableMetadataCommandInput
219
321
  | GetWorkGroupCommandInput
322
+ | ImportNotebookCommandInput
323
+ | ListApplicationDPUSizesCommandInput
324
+ | ListCalculationExecutionsCommandInput
220
325
  | ListDataCatalogsCommandInput
221
326
  | ListDatabasesCommandInput
222
327
  | ListEngineVersionsCommandInput
328
+ | ListExecutorsCommandInput
223
329
  | ListNamedQueriesCommandInput
330
+ | ListNotebookMetadataCommandInput
331
+ | ListNotebookSessionsCommandInput
224
332
  | ListPreparedStatementsCommandInput
225
333
  | ListQueryExecutionsCommandInput
334
+ | ListSessionsCommandInput
226
335
  | ListTableMetadataCommandInput
227
336
  | ListTagsForResourceCommandInput
228
337
  | ListWorkGroupsCommandInput
338
+ | StartCalculationExecutionCommandInput
229
339
  | StartQueryExecutionCommandInput
340
+ | StartSessionCommandInput
341
+ | StopCalculationExecutionCommandInput
230
342
  | StopQueryExecutionCommandInput
231
343
  | TagResourceCommandInput
344
+ | TerminateSessionCommandInput
232
345
  | UntagResourceCommandInput
233
346
  | UpdateDataCatalogCommandInput
234
347
  | UpdateNamedQueryCommandInput
348
+ | UpdateNotebookCommandInput
349
+ | UpdateNotebookMetadataCommandInput
235
350
  | UpdatePreparedStatementCommandInput
236
351
  | UpdateWorkGroupCommandInput;
237
352
  export declare type ServiceOutputTypes =
@@ -240,36 +355,59 @@ export declare type ServiceOutputTypes =
240
355
  | BatchGetQueryExecutionCommandOutput
241
356
  | CreateDataCatalogCommandOutput
242
357
  | CreateNamedQueryCommandOutput
358
+ | CreateNotebookCommandOutput
243
359
  | CreatePreparedStatementCommandOutput
360
+ | CreatePresignedNotebookUrlCommandOutput
244
361
  | CreateWorkGroupCommandOutput
245
362
  | DeleteDataCatalogCommandOutput
246
363
  | DeleteNamedQueryCommandOutput
364
+ | DeleteNotebookCommandOutput
247
365
  | DeletePreparedStatementCommandOutput
248
366
  | DeleteWorkGroupCommandOutput
367
+ | ExportNotebookCommandOutput
368
+ | GetCalculationExecutionCodeCommandOutput
369
+ | GetCalculationExecutionCommandOutput
370
+ | GetCalculationExecutionStatusCommandOutput
249
371
  | GetDataCatalogCommandOutput
250
372
  | GetDatabaseCommandOutput
251
373
  | GetNamedQueryCommandOutput
374
+ | GetNotebookMetadataCommandOutput
252
375
  | GetPreparedStatementCommandOutput
253
376
  | GetQueryExecutionCommandOutput
254
377
  | GetQueryResultsCommandOutput
255
378
  | GetQueryRuntimeStatisticsCommandOutput
379
+ | GetSessionCommandOutput
380
+ | GetSessionStatusCommandOutput
256
381
  | GetTableMetadataCommandOutput
257
382
  | GetWorkGroupCommandOutput
383
+ | ImportNotebookCommandOutput
384
+ | ListApplicationDPUSizesCommandOutput
385
+ | ListCalculationExecutionsCommandOutput
258
386
  | ListDataCatalogsCommandOutput
259
387
  | ListDatabasesCommandOutput
260
388
  | ListEngineVersionsCommandOutput
389
+ | ListExecutorsCommandOutput
261
390
  | ListNamedQueriesCommandOutput
391
+ | ListNotebookMetadataCommandOutput
392
+ | ListNotebookSessionsCommandOutput
262
393
  | ListPreparedStatementsCommandOutput
263
394
  | ListQueryExecutionsCommandOutput
395
+ | ListSessionsCommandOutput
264
396
  | ListTableMetadataCommandOutput
265
397
  | ListTagsForResourceCommandOutput
266
398
  | ListWorkGroupsCommandOutput
399
+ | StartCalculationExecutionCommandOutput
267
400
  | StartQueryExecutionCommandOutput
401
+ | StartSessionCommandOutput
402
+ | StopCalculationExecutionCommandOutput
268
403
  | StopQueryExecutionCommandOutput
269
404
  | TagResourceCommandOutput
405
+ | TerminateSessionCommandOutput
270
406
  | UntagResourceCommandOutput
271
407
  | UpdateDataCatalogCommandOutput
272
408
  | UpdateNamedQueryCommandOutput
409
+ | UpdateNotebookCommandOutput
410
+ | UpdateNotebookMetadataCommandOutput
273
411
  | UpdatePreparedStatementCommandOutput
274
412
  | UpdateWorkGroupCommandOutput;
275
413
  export interface ClientDefaults
@@ -0,0 +1,34 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import { CreateNotebookInput, CreateNotebookOutput } from "../models/models_0";
15
+ export interface CreateNotebookCommandInput extends CreateNotebookInput {}
16
+ export interface CreateNotebookCommandOutput
17
+ extends CreateNotebookOutput,
18
+ __MetadataBearer {}
19
+ export declare class CreateNotebookCommand extends $Command<
20
+ CreateNotebookCommandInput,
21
+ CreateNotebookCommandOutput,
22
+ AthenaClientResolvedConfig
23
+ > {
24
+ readonly input: CreateNotebookCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
+ constructor(input: CreateNotebookCommandInput);
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AthenaClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateNotebookCommandInput, CreateNotebookCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import {
15
+ CreatePresignedNotebookUrlRequest,
16
+ CreatePresignedNotebookUrlResponse,
17
+ } from "../models/models_0";
18
+ export interface CreatePresignedNotebookUrlCommandInput
19
+ extends CreatePresignedNotebookUrlRequest {}
20
+ export interface CreatePresignedNotebookUrlCommandOutput
21
+ extends CreatePresignedNotebookUrlResponse,
22
+ __MetadataBearer {}
23
+ export declare class CreatePresignedNotebookUrlCommand extends $Command<
24
+ CreatePresignedNotebookUrlCommandInput,
25
+ CreatePresignedNotebookUrlCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: CreatePresignedNotebookUrlCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: CreatePresignedNotebookUrlCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreatePresignedNotebookUrlCommandInput,
37
+ CreatePresignedNotebookUrlCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,34 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import { DeleteNotebookInput, DeleteNotebookOutput } from "../models/models_0";
15
+ export interface DeleteNotebookCommandInput extends DeleteNotebookInput {}
16
+ export interface DeleteNotebookCommandOutput
17
+ extends DeleteNotebookOutput,
18
+ __MetadataBearer {}
19
+ export declare class DeleteNotebookCommand extends $Command<
20
+ DeleteNotebookCommandInput,
21
+ DeleteNotebookCommandOutput,
22
+ AthenaClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteNotebookCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
+ constructor(input: DeleteNotebookCommandInput);
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AthenaClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteNotebookCommandInput, DeleteNotebookCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -0,0 +1,34 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import { ExportNotebookInput, ExportNotebookOutput } from "../models/models_0";
15
+ export interface ExportNotebookCommandInput extends ExportNotebookInput {}
16
+ export interface ExportNotebookCommandOutput
17
+ extends ExportNotebookOutput,
18
+ __MetadataBearer {}
19
+ export declare class ExportNotebookCommand extends $Command<
20
+ ExportNotebookCommandInput,
21
+ ExportNotebookCommandOutput,
22
+ AthenaClientResolvedConfig
23
+ > {
24
+ readonly input: ExportNotebookCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
+ constructor(input: ExportNotebookCommandInput);
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AthenaClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ExportNotebookCommandInput, ExportNotebookCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import {
15
+ GetCalculationExecutionCodeRequest,
16
+ GetCalculationExecutionCodeResponse,
17
+ } from "../models/models_0";
18
+ export interface GetCalculationExecutionCodeCommandInput
19
+ extends GetCalculationExecutionCodeRequest {}
20
+ export interface GetCalculationExecutionCodeCommandOutput
21
+ extends GetCalculationExecutionCodeResponse,
22
+ __MetadataBearer {}
23
+ export declare class GetCalculationExecutionCodeCommand extends $Command<
24
+ GetCalculationExecutionCodeCommandInput,
25
+ GetCalculationExecutionCodeCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: GetCalculationExecutionCodeCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetCalculationExecutionCodeCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetCalculationExecutionCodeCommandInput,
37
+ GetCalculationExecutionCodeCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import {
15
+ GetCalculationExecutionRequest,
16
+ GetCalculationExecutionResponse,
17
+ } from "../models/models_0";
18
+ export interface GetCalculationExecutionCommandInput
19
+ extends GetCalculationExecutionRequest {}
20
+ export interface GetCalculationExecutionCommandOutput
21
+ extends GetCalculationExecutionResponse,
22
+ __MetadataBearer {}
23
+ export declare class GetCalculationExecutionCommand extends $Command<
24
+ GetCalculationExecutionCommandInput,
25
+ GetCalculationExecutionCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: GetCalculationExecutionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetCalculationExecutionCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetCalculationExecutionCommandInput,
37
+ GetCalculationExecutionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import {
15
+ GetCalculationExecutionStatusRequest,
16
+ GetCalculationExecutionStatusResponse,
17
+ } from "../models/models_0";
18
+ export interface GetCalculationExecutionStatusCommandInput
19
+ extends GetCalculationExecutionStatusRequest {}
20
+ export interface GetCalculationExecutionStatusCommandOutput
21
+ extends GetCalculationExecutionStatusResponse,
22
+ __MetadataBearer {}
23
+ export declare class GetCalculationExecutionStatusCommand extends $Command<
24
+ GetCalculationExecutionStatusCommandInput,
25
+ GetCalculationExecutionStatusCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: GetCalculationExecutionStatusCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetCalculationExecutionStatusCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetCalculationExecutionStatusCommandInput,
37
+ GetCalculationExecutionStatusCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -0,0 +1,38 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import {
15
+ GetNotebookMetadataInput,
16
+ GetNotebookMetadataOutput,
17
+ } from "../models/models_0";
18
+ export interface GetNotebookMetadataCommandInput
19
+ extends GetNotebookMetadataInput {}
20
+ export interface GetNotebookMetadataCommandOutput
21
+ extends GetNotebookMetadataOutput,
22
+ __MetadataBearer {}
23
+ export declare class GetNotebookMetadataCommand extends $Command<
24
+ GetNotebookMetadataCommandInput,
25
+ GetNotebookMetadataCommandOutput,
26
+ AthenaClientResolvedConfig
27
+ > {
28
+ readonly input: GetNotebookMetadataCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: GetNotebookMetadataCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AthenaClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetNotebookMetadataCommandInput, GetNotebookMetadataCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -0,0 +1,34 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import { GetSessionRequest, GetSessionResponse } from "../models/models_0";
15
+ export interface GetSessionCommandInput extends GetSessionRequest {}
16
+ export interface GetSessionCommandOutput
17
+ extends GetSessionResponse,
18
+ __MetadataBearer {}
19
+ export declare class GetSessionCommand extends $Command<
20
+ GetSessionCommandInput,
21
+ GetSessionCommandOutput,
22
+ AthenaClientResolvedConfig
23
+ > {
24
+ readonly input: GetSessionCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
+ constructor(input: GetSessionCommandInput);
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: AthenaClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetSessionCommandInput, GetSessionCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -0,0 +1,37 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ AthenaClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../AthenaClient";
14
+ import {
15
+ GetSessionStatusRequest,
16
+ GetSessionStatusResponse,
17
+ } from "../models/models_0";
18
+ export interface GetSessionStatusCommandInput extends GetSessionStatusRequest {}
19
+ export interface GetSessionStatusCommandOutput
20
+ extends GetSessionStatusResponse,
21
+ __MetadataBearer {}
22
+ export declare class GetSessionStatusCommand extends $Command<
23
+ GetSessionStatusCommandInput,
24
+ GetSessionStatusCommandOutput,
25
+ AthenaClientResolvedConfig
26
+ > {
27
+ readonly input: GetSessionStatusCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
+ constructor(input: GetSessionStatusCommandInput);
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: AthenaClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetSessionStatusCommandInput, GetSessionStatusCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }