@aws-sdk/client-athena 3.451.0 → 3.458.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/README.md +68 -71
- package/dist-types/Athena.d.ts +0 -3
- package/dist-types/AthenaClient.d.ts +0 -3
- package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +1 -0
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +4 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/CreateNamedQueryCommand.d.ts +0 -3
- package/dist-types/commands/DeleteCapacityReservationCommand.d.ts +5 -1
- package/dist-types/commands/DeleteNamedQueryCommand.d.ts +0 -3
- package/dist-types/commands/GetCapacityAssignmentConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetQueryExecutionCommand.d.ts +1 -0
- package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +1 -0
- package/dist-types/commands/ListNamedQueriesCommand.d.ts +0 -3
- package/dist-types/commands/ListQueryExecutionsCommand.d.ts +1 -4
- package/dist-types/commands/PutCapacityAssignmentConfigurationCommand.d.ts +3 -1
- package/dist-types/commands/StartCalculationExecutionCommand.d.ts +7 -0
- package/dist-types/commands/StopQueryExecutionCommand.d.ts +0 -3
- package/dist-types/commands/TagResourceCommand.d.ts +10 -8
- package/dist-types/commands/UpdateCapacityReservationCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -3
- package/dist-types/models/models_0.d.ts +136 -100
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -17,9 +17,6 @@ Guide</i>.</p>
|
|
|
17
17
|
driver or later with the Amazon Athena API. Earlier version drivers do not
|
|
18
18
|
support the API. For more information and to download the driver, see <a href="https://docs.aws.amazon.com/athena/latest/ug/connect-with-jdbc.html">Accessing
|
|
19
19
|
Amazon Athena with JDBC</a>.</p>
|
|
20
|
-
<p>For code samples using the Amazon Web Services SDK for Java, see <a href="https://docs.aws.amazon.com/athena/latest/ug/code-samples.html">Examples and
|
|
21
|
-
Code Samples</a> in the <i>Amazon Athena User
|
|
22
|
-
Guide</i>.</p>
|
|
23
20
|
|
|
24
21
|
## Installing
|
|
25
22
|
|
|
@@ -221,7 +218,7 @@ see LICENSE for more information.
|
|
|
221
218
|
BatchGetNamedQuery
|
|
222
219
|
</summary>
|
|
223
220
|
|
|
224
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
221
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/BatchGetNamedQueryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/BatchGetNamedQueryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/BatchGetNamedQueryCommandOutput/)
|
|
225
222
|
|
|
226
223
|
</details>
|
|
227
224
|
<details>
|
|
@@ -229,7 +226,7 @@ BatchGetNamedQuery
|
|
|
229
226
|
BatchGetPreparedStatement
|
|
230
227
|
</summary>
|
|
231
228
|
|
|
232
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
229
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/BatchGetPreparedStatementCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/BatchGetPreparedStatementCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/BatchGetPreparedStatementCommandOutput/)
|
|
233
230
|
|
|
234
231
|
</details>
|
|
235
232
|
<details>
|
|
@@ -237,7 +234,7 @@ BatchGetPreparedStatement
|
|
|
237
234
|
BatchGetQueryExecution
|
|
238
235
|
</summary>
|
|
239
236
|
|
|
240
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
237
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/BatchGetQueryExecutionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/BatchGetQueryExecutionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/BatchGetQueryExecutionCommandOutput/)
|
|
241
238
|
|
|
242
239
|
</details>
|
|
243
240
|
<details>
|
|
@@ -245,7 +242,7 @@ BatchGetQueryExecution
|
|
|
245
242
|
CancelCapacityReservation
|
|
246
243
|
</summary>
|
|
247
244
|
|
|
248
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
245
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/CancelCapacityReservationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/CancelCapacityReservationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/CancelCapacityReservationCommandOutput/)
|
|
249
246
|
|
|
250
247
|
</details>
|
|
251
248
|
<details>
|
|
@@ -253,7 +250,7 @@ CancelCapacityReservation
|
|
|
253
250
|
CreateCapacityReservation
|
|
254
251
|
</summary>
|
|
255
252
|
|
|
256
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
253
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/CreateCapacityReservationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/CreateCapacityReservationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/CreateCapacityReservationCommandOutput/)
|
|
257
254
|
|
|
258
255
|
</details>
|
|
259
256
|
<details>
|
|
@@ -261,7 +258,7 @@ CreateCapacityReservation
|
|
|
261
258
|
CreateDataCatalog
|
|
262
259
|
</summary>
|
|
263
260
|
|
|
264
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
261
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/CreateDataCatalogCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/CreateDataCatalogCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/CreateDataCatalogCommandOutput/)
|
|
265
262
|
|
|
266
263
|
</details>
|
|
267
264
|
<details>
|
|
@@ -269,7 +266,7 @@ CreateDataCatalog
|
|
|
269
266
|
CreateNamedQuery
|
|
270
267
|
</summary>
|
|
271
268
|
|
|
272
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
269
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/CreateNamedQueryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/CreateNamedQueryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/CreateNamedQueryCommandOutput/)
|
|
273
270
|
|
|
274
271
|
</details>
|
|
275
272
|
<details>
|
|
@@ -277,7 +274,7 @@ CreateNamedQuery
|
|
|
277
274
|
CreateNotebook
|
|
278
275
|
</summary>
|
|
279
276
|
|
|
280
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
277
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/CreateNotebookCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/CreateNotebookCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/CreateNotebookCommandOutput/)
|
|
281
278
|
|
|
282
279
|
</details>
|
|
283
280
|
<details>
|
|
@@ -285,7 +282,7 @@ CreateNotebook
|
|
|
285
282
|
CreatePreparedStatement
|
|
286
283
|
</summary>
|
|
287
284
|
|
|
288
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
285
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/CreatePreparedStatementCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/CreatePreparedStatementCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/CreatePreparedStatementCommandOutput/)
|
|
289
286
|
|
|
290
287
|
</details>
|
|
291
288
|
<details>
|
|
@@ -293,7 +290,7 @@ CreatePreparedStatement
|
|
|
293
290
|
CreatePresignedNotebookUrl
|
|
294
291
|
</summary>
|
|
295
292
|
|
|
296
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
293
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/CreatePresignedNotebookUrlCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/CreatePresignedNotebookUrlCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/CreatePresignedNotebookUrlCommandOutput/)
|
|
297
294
|
|
|
298
295
|
</details>
|
|
299
296
|
<details>
|
|
@@ -301,7 +298,7 @@ CreatePresignedNotebookUrl
|
|
|
301
298
|
CreateWorkGroup
|
|
302
299
|
</summary>
|
|
303
300
|
|
|
304
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
301
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/CreateWorkGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/CreateWorkGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/CreateWorkGroupCommandOutput/)
|
|
305
302
|
|
|
306
303
|
</details>
|
|
307
304
|
<details>
|
|
@@ -309,7 +306,7 @@ CreateWorkGroup
|
|
|
309
306
|
DeleteCapacityReservation
|
|
310
307
|
</summary>
|
|
311
308
|
|
|
312
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
309
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/DeleteCapacityReservationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/DeleteCapacityReservationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/DeleteCapacityReservationCommandOutput/)
|
|
313
310
|
|
|
314
311
|
</details>
|
|
315
312
|
<details>
|
|
@@ -317,7 +314,7 @@ DeleteCapacityReservation
|
|
|
317
314
|
DeleteDataCatalog
|
|
318
315
|
</summary>
|
|
319
316
|
|
|
320
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
317
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/DeleteDataCatalogCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/DeleteDataCatalogCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/DeleteDataCatalogCommandOutput/)
|
|
321
318
|
|
|
322
319
|
</details>
|
|
323
320
|
<details>
|
|
@@ -325,7 +322,7 @@ DeleteDataCatalog
|
|
|
325
322
|
DeleteNamedQuery
|
|
326
323
|
</summary>
|
|
327
324
|
|
|
328
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
325
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/DeleteNamedQueryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/DeleteNamedQueryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/DeleteNamedQueryCommandOutput/)
|
|
329
326
|
|
|
330
327
|
</details>
|
|
331
328
|
<details>
|
|
@@ -333,7 +330,7 @@ DeleteNamedQuery
|
|
|
333
330
|
DeleteNotebook
|
|
334
331
|
</summary>
|
|
335
332
|
|
|
336
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
333
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/DeleteNotebookCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/DeleteNotebookCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/DeleteNotebookCommandOutput/)
|
|
337
334
|
|
|
338
335
|
</details>
|
|
339
336
|
<details>
|
|
@@ -341,7 +338,7 @@ DeleteNotebook
|
|
|
341
338
|
DeletePreparedStatement
|
|
342
339
|
</summary>
|
|
343
340
|
|
|
344
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
341
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/DeletePreparedStatementCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/DeletePreparedStatementCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/DeletePreparedStatementCommandOutput/)
|
|
345
342
|
|
|
346
343
|
</details>
|
|
347
344
|
<details>
|
|
@@ -349,7 +346,7 @@ DeletePreparedStatement
|
|
|
349
346
|
DeleteWorkGroup
|
|
350
347
|
</summary>
|
|
351
348
|
|
|
352
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
349
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/DeleteWorkGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/DeleteWorkGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/DeleteWorkGroupCommandOutput/)
|
|
353
350
|
|
|
354
351
|
</details>
|
|
355
352
|
<details>
|
|
@@ -357,7 +354,7 @@ DeleteWorkGroup
|
|
|
357
354
|
ExportNotebook
|
|
358
355
|
</summary>
|
|
359
356
|
|
|
360
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
357
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/ExportNotebookCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ExportNotebookCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ExportNotebookCommandOutput/)
|
|
361
358
|
|
|
362
359
|
</details>
|
|
363
360
|
<details>
|
|
@@ -365,7 +362,7 @@ ExportNotebook
|
|
|
365
362
|
GetCalculationExecution
|
|
366
363
|
</summary>
|
|
367
364
|
|
|
368
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
365
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/GetCalculationExecutionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetCalculationExecutionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetCalculationExecutionCommandOutput/)
|
|
369
366
|
|
|
370
367
|
</details>
|
|
371
368
|
<details>
|
|
@@ -373,7 +370,7 @@ GetCalculationExecution
|
|
|
373
370
|
GetCalculationExecutionCode
|
|
374
371
|
</summary>
|
|
375
372
|
|
|
376
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
373
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/GetCalculationExecutionCodeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetCalculationExecutionCodeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetCalculationExecutionCodeCommandOutput/)
|
|
377
374
|
|
|
378
375
|
</details>
|
|
379
376
|
<details>
|
|
@@ -381,7 +378,7 @@ GetCalculationExecutionCode
|
|
|
381
378
|
GetCalculationExecutionStatus
|
|
382
379
|
</summary>
|
|
383
380
|
|
|
384
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
381
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/GetCalculationExecutionStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetCalculationExecutionStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetCalculationExecutionStatusCommandOutput/)
|
|
385
382
|
|
|
386
383
|
</details>
|
|
387
384
|
<details>
|
|
@@ -389,7 +386,7 @@ GetCalculationExecutionStatus
|
|
|
389
386
|
GetCapacityAssignmentConfiguration
|
|
390
387
|
</summary>
|
|
391
388
|
|
|
392
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
389
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/GetCapacityAssignmentConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetCapacityAssignmentConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetCapacityAssignmentConfigurationCommandOutput/)
|
|
393
390
|
|
|
394
391
|
</details>
|
|
395
392
|
<details>
|
|
@@ -397,7 +394,7 @@ GetCapacityAssignmentConfiguration
|
|
|
397
394
|
GetCapacityReservation
|
|
398
395
|
</summary>
|
|
399
396
|
|
|
400
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
397
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/GetCapacityReservationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetCapacityReservationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetCapacityReservationCommandOutput/)
|
|
401
398
|
|
|
402
399
|
</details>
|
|
403
400
|
<details>
|
|
@@ -405,7 +402,7 @@ GetCapacityReservation
|
|
|
405
402
|
GetDatabase
|
|
406
403
|
</summary>
|
|
407
404
|
|
|
408
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
405
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/GetDatabaseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetDatabaseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetDatabaseCommandOutput/)
|
|
409
406
|
|
|
410
407
|
</details>
|
|
411
408
|
<details>
|
|
@@ -413,7 +410,7 @@ GetDatabase
|
|
|
413
410
|
GetDataCatalog
|
|
414
411
|
</summary>
|
|
415
412
|
|
|
416
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
413
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/GetDataCatalogCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetDataCatalogCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetDataCatalogCommandOutput/)
|
|
417
414
|
|
|
418
415
|
</details>
|
|
419
416
|
<details>
|
|
@@ -421,7 +418,7 @@ GetDataCatalog
|
|
|
421
418
|
GetNamedQuery
|
|
422
419
|
</summary>
|
|
423
420
|
|
|
424
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
421
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/GetNamedQueryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetNamedQueryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetNamedQueryCommandOutput/)
|
|
425
422
|
|
|
426
423
|
</details>
|
|
427
424
|
<details>
|
|
@@ -429,7 +426,7 @@ GetNamedQuery
|
|
|
429
426
|
GetNotebookMetadata
|
|
430
427
|
</summary>
|
|
431
428
|
|
|
432
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
429
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/GetNotebookMetadataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetNotebookMetadataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetNotebookMetadataCommandOutput/)
|
|
433
430
|
|
|
434
431
|
</details>
|
|
435
432
|
<details>
|
|
@@ -437,7 +434,7 @@ GetNotebookMetadata
|
|
|
437
434
|
GetPreparedStatement
|
|
438
435
|
</summary>
|
|
439
436
|
|
|
440
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
437
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/GetPreparedStatementCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetPreparedStatementCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetPreparedStatementCommandOutput/)
|
|
441
438
|
|
|
442
439
|
</details>
|
|
443
440
|
<details>
|
|
@@ -445,7 +442,7 @@ GetPreparedStatement
|
|
|
445
442
|
GetQueryExecution
|
|
446
443
|
</summary>
|
|
447
444
|
|
|
448
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
445
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/GetQueryExecutionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetQueryExecutionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetQueryExecutionCommandOutput/)
|
|
449
446
|
|
|
450
447
|
</details>
|
|
451
448
|
<details>
|
|
@@ -453,7 +450,7 @@ GetQueryExecution
|
|
|
453
450
|
GetQueryResults
|
|
454
451
|
</summary>
|
|
455
452
|
|
|
456
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
453
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/GetQueryResultsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetQueryResultsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetQueryResultsCommandOutput/)
|
|
457
454
|
|
|
458
455
|
</details>
|
|
459
456
|
<details>
|
|
@@ -461,7 +458,7 @@ GetQueryResults
|
|
|
461
458
|
GetQueryRuntimeStatistics
|
|
462
459
|
</summary>
|
|
463
460
|
|
|
464
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
461
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/GetQueryRuntimeStatisticsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetQueryRuntimeStatisticsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetQueryRuntimeStatisticsCommandOutput/)
|
|
465
462
|
|
|
466
463
|
</details>
|
|
467
464
|
<details>
|
|
@@ -469,7 +466,7 @@ GetQueryRuntimeStatistics
|
|
|
469
466
|
GetSession
|
|
470
467
|
</summary>
|
|
471
468
|
|
|
472
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
469
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/GetSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetSessionCommandOutput/)
|
|
473
470
|
|
|
474
471
|
</details>
|
|
475
472
|
<details>
|
|
@@ -477,7 +474,7 @@ GetSession
|
|
|
477
474
|
GetSessionStatus
|
|
478
475
|
</summary>
|
|
479
476
|
|
|
480
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
477
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/GetSessionStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetSessionStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetSessionStatusCommandOutput/)
|
|
481
478
|
|
|
482
479
|
</details>
|
|
483
480
|
<details>
|
|
@@ -485,7 +482,7 @@ GetSessionStatus
|
|
|
485
482
|
GetTableMetadata
|
|
486
483
|
</summary>
|
|
487
484
|
|
|
488
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
485
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/GetTableMetadataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetTableMetadataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetTableMetadataCommandOutput/)
|
|
489
486
|
|
|
490
487
|
</details>
|
|
491
488
|
<details>
|
|
@@ -493,7 +490,7 @@ GetTableMetadata
|
|
|
493
490
|
GetWorkGroup
|
|
494
491
|
</summary>
|
|
495
492
|
|
|
496
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
493
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/GetWorkGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetWorkGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetWorkGroupCommandOutput/)
|
|
497
494
|
|
|
498
495
|
</details>
|
|
499
496
|
<details>
|
|
@@ -501,7 +498,7 @@ GetWorkGroup
|
|
|
501
498
|
ImportNotebook
|
|
502
499
|
</summary>
|
|
503
500
|
|
|
504
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
501
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/ImportNotebookCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ImportNotebookCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ImportNotebookCommandOutput/)
|
|
505
502
|
|
|
506
503
|
</details>
|
|
507
504
|
<details>
|
|
@@ -509,7 +506,7 @@ ImportNotebook
|
|
|
509
506
|
ListApplicationDPUSizes
|
|
510
507
|
</summary>
|
|
511
508
|
|
|
512
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
509
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/ListApplicationDPUSizesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListApplicationDPUSizesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListApplicationDPUSizesCommandOutput/)
|
|
513
510
|
|
|
514
511
|
</details>
|
|
515
512
|
<details>
|
|
@@ -517,7 +514,7 @@ ListApplicationDPUSizes
|
|
|
517
514
|
ListCalculationExecutions
|
|
518
515
|
</summary>
|
|
519
516
|
|
|
520
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
517
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/ListCalculationExecutionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListCalculationExecutionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListCalculationExecutionsCommandOutput/)
|
|
521
518
|
|
|
522
519
|
</details>
|
|
523
520
|
<details>
|
|
@@ -525,7 +522,7 @@ ListCalculationExecutions
|
|
|
525
522
|
ListCapacityReservations
|
|
526
523
|
</summary>
|
|
527
524
|
|
|
528
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
525
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/ListCapacityReservationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListCapacityReservationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListCapacityReservationsCommandOutput/)
|
|
529
526
|
|
|
530
527
|
</details>
|
|
531
528
|
<details>
|
|
@@ -533,7 +530,7 @@ ListCapacityReservations
|
|
|
533
530
|
ListDatabases
|
|
534
531
|
</summary>
|
|
535
532
|
|
|
536
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
533
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/ListDatabasesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListDatabasesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListDatabasesCommandOutput/)
|
|
537
534
|
|
|
538
535
|
</details>
|
|
539
536
|
<details>
|
|
@@ -541,7 +538,7 @@ ListDatabases
|
|
|
541
538
|
ListDataCatalogs
|
|
542
539
|
</summary>
|
|
543
540
|
|
|
544
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
541
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/ListDataCatalogsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListDataCatalogsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListDataCatalogsCommandOutput/)
|
|
545
542
|
|
|
546
543
|
</details>
|
|
547
544
|
<details>
|
|
@@ -549,7 +546,7 @@ ListDataCatalogs
|
|
|
549
546
|
ListEngineVersions
|
|
550
547
|
</summary>
|
|
551
548
|
|
|
552
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
549
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/ListEngineVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListEngineVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListEngineVersionsCommandOutput/)
|
|
553
550
|
|
|
554
551
|
</details>
|
|
555
552
|
<details>
|
|
@@ -557,7 +554,7 @@ ListEngineVersions
|
|
|
557
554
|
ListExecutors
|
|
558
555
|
</summary>
|
|
559
556
|
|
|
560
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
557
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/ListExecutorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListExecutorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListExecutorsCommandOutput/)
|
|
561
558
|
|
|
562
559
|
</details>
|
|
563
560
|
<details>
|
|
@@ -565,7 +562,7 @@ ListExecutors
|
|
|
565
562
|
ListNamedQueries
|
|
566
563
|
</summary>
|
|
567
564
|
|
|
568
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
565
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/ListNamedQueriesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListNamedQueriesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListNamedQueriesCommandOutput/)
|
|
569
566
|
|
|
570
567
|
</details>
|
|
571
568
|
<details>
|
|
@@ -573,7 +570,7 @@ ListNamedQueries
|
|
|
573
570
|
ListNotebookMetadata
|
|
574
571
|
</summary>
|
|
575
572
|
|
|
576
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
573
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/ListNotebookMetadataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListNotebookMetadataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListNotebookMetadataCommandOutput/)
|
|
577
574
|
|
|
578
575
|
</details>
|
|
579
576
|
<details>
|
|
@@ -581,7 +578,7 @@ ListNotebookMetadata
|
|
|
581
578
|
ListNotebookSessions
|
|
582
579
|
</summary>
|
|
583
580
|
|
|
584
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
581
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/ListNotebookSessionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListNotebookSessionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListNotebookSessionsCommandOutput/)
|
|
585
582
|
|
|
586
583
|
</details>
|
|
587
584
|
<details>
|
|
@@ -589,7 +586,7 @@ ListNotebookSessions
|
|
|
589
586
|
ListPreparedStatements
|
|
590
587
|
</summary>
|
|
591
588
|
|
|
592
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
589
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/ListPreparedStatementsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListPreparedStatementsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListPreparedStatementsCommandOutput/)
|
|
593
590
|
|
|
594
591
|
</details>
|
|
595
592
|
<details>
|
|
@@ -597,7 +594,7 @@ ListPreparedStatements
|
|
|
597
594
|
ListQueryExecutions
|
|
598
595
|
</summary>
|
|
599
596
|
|
|
600
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
597
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/ListQueryExecutionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListQueryExecutionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListQueryExecutionsCommandOutput/)
|
|
601
598
|
|
|
602
599
|
</details>
|
|
603
600
|
<details>
|
|
@@ -605,7 +602,7 @@ ListQueryExecutions
|
|
|
605
602
|
ListSessions
|
|
606
603
|
</summary>
|
|
607
604
|
|
|
608
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
605
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/ListSessionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListSessionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListSessionsCommandOutput/)
|
|
609
606
|
|
|
610
607
|
</details>
|
|
611
608
|
<details>
|
|
@@ -613,7 +610,7 @@ ListSessions
|
|
|
613
610
|
ListTableMetadata
|
|
614
611
|
</summary>
|
|
615
612
|
|
|
616
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
613
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/ListTableMetadataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListTableMetadataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListTableMetadataCommandOutput/)
|
|
617
614
|
|
|
618
615
|
</details>
|
|
619
616
|
<details>
|
|
@@ -621,7 +618,7 @@ ListTableMetadata
|
|
|
621
618
|
ListTagsForResource
|
|
622
619
|
</summary>
|
|
623
620
|
|
|
624
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
621
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListTagsForResourceCommandOutput/)
|
|
625
622
|
|
|
626
623
|
</details>
|
|
627
624
|
<details>
|
|
@@ -629,7 +626,7 @@ ListTagsForResource
|
|
|
629
626
|
ListWorkGroups
|
|
630
627
|
</summary>
|
|
631
628
|
|
|
632
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
629
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/ListWorkGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListWorkGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/ListWorkGroupsCommandOutput/)
|
|
633
630
|
|
|
634
631
|
</details>
|
|
635
632
|
<details>
|
|
@@ -637,7 +634,7 @@ ListWorkGroups
|
|
|
637
634
|
PutCapacityAssignmentConfiguration
|
|
638
635
|
</summary>
|
|
639
636
|
|
|
640
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
637
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/PutCapacityAssignmentConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/PutCapacityAssignmentConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/PutCapacityAssignmentConfigurationCommandOutput/)
|
|
641
638
|
|
|
642
639
|
</details>
|
|
643
640
|
<details>
|
|
@@ -645,7 +642,7 @@ PutCapacityAssignmentConfiguration
|
|
|
645
642
|
StartCalculationExecution
|
|
646
643
|
</summary>
|
|
647
644
|
|
|
648
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
645
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/StartCalculationExecutionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/StartCalculationExecutionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/StartCalculationExecutionCommandOutput/)
|
|
649
646
|
|
|
650
647
|
</details>
|
|
651
648
|
<details>
|
|
@@ -653,7 +650,7 @@ StartCalculationExecution
|
|
|
653
650
|
StartQueryExecution
|
|
654
651
|
</summary>
|
|
655
652
|
|
|
656
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
653
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/StartQueryExecutionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/StartQueryExecutionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/StartQueryExecutionCommandOutput/)
|
|
657
654
|
|
|
658
655
|
</details>
|
|
659
656
|
<details>
|
|
@@ -661,7 +658,7 @@ StartQueryExecution
|
|
|
661
658
|
StartSession
|
|
662
659
|
</summary>
|
|
663
660
|
|
|
664
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
661
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/StartSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/StartSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/StartSessionCommandOutput/)
|
|
665
662
|
|
|
666
663
|
</details>
|
|
667
664
|
<details>
|
|
@@ -669,7 +666,7 @@ StartSession
|
|
|
669
666
|
StopCalculationExecution
|
|
670
667
|
</summary>
|
|
671
668
|
|
|
672
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
669
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/StopCalculationExecutionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/StopCalculationExecutionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/StopCalculationExecutionCommandOutput/)
|
|
673
670
|
|
|
674
671
|
</details>
|
|
675
672
|
<details>
|
|
@@ -677,7 +674,7 @@ StopCalculationExecution
|
|
|
677
674
|
StopQueryExecution
|
|
678
675
|
</summary>
|
|
679
676
|
|
|
680
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
677
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/StopQueryExecutionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/StopQueryExecutionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/StopQueryExecutionCommandOutput/)
|
|
681
678
|
|
|
682
679
|
</details>
|
|
683
680
|
<details>
|
|
@@ -685,7 +682,7 @@ StopQueryExecution
|
|
|
685
682
|
TagResource
|
|
686
683
|
</summary>
|
|
687
684
|
|
|
688
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
685
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/TagResourceCommandOutput/)
|
|
689
686
|
|
|
690
687
|
</details>
|
|
691
688
|
<details>
|
|
@@ -693,7 +690,7 @@ TagResource
|
|
|
693
690
|
TerminateSession
|
|
694
691
|
</summary>
|
|
695
692
|
|
|
696
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
693
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/TerminateSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/TerminateSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/TerminateSessionCommandOutput/)
|
|
697
694
|
|
|
698
695
|
</details>
|
|
699
696
|
<details>
|
|
@@ -701,7 +698,7 @@ TerminateSession
|
|
|
701
698
|
UntagResource
|
|
702
699
|
</summary>
|
|
703
700
|
|
|
704
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
701
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/UntagResourceCommandOutput/)
|
|
705
702
|
|
|
706
703
|
</details>
|
|
707
704
|
<details>
|
|
@@ -709,7 +706,7 @@ UntagResource
|
|
|
709
706
|
UpdateCapacityReservation
|
|
710
707
|
</summary>
|
|
711
708
|
|
|
712
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
709
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/UpdateCapacityReservationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/UpdateCapacityReservationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/UpdateCapacityReservationCommandOutput/)
|
|
713
710
|
|
|
714
711
|
</details>
|
|
715
712
|
<details>
|
|
@@ -717,7 +714,7 @@ UpdateCapacityReservation
|
|
|
717
714
|
UpdateDataCatalog
|
|
718
715
|
</summary>
|
|
719
716
|
|
|
720
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
717
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/UpdateDataCatalogCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/UpdateDataCatalogCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/UpdateDataCatalogCommandOutput/)
|
|
721
718
|
|
|
722
719
|
</details>
|
|
723
720
|
<details>
|
|
@@ -725,7 +722,7 @@ UpdateDataCatalog
|
|
|
725
722
|
UpdateNamedQuery
|
|
726
723
|
</summary>
|
|
727
724
|
|
|
728
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
725
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/UpdateNamedQueryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/UpdateNamedQueryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/UpdateNamedQueryCommandOutput/)
|
|
729
726
|
|
|
730
727
|
</details>
|
|
731
728
|
<details>
|
|
@@ -733,7 +730,7 @@ UpdateNamedQuery
|
|
|
733
730
|
UpdateNotebook
|
|
734
731
|
</summary>
|
|
735
732
|
|
|
736
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
733
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/UpdateNotebookCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/UpdateNotebookCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/UpdateNotebookCommandOutput/)
|
|
737
734
|
|
|
738
735
|
</details>
|
|
739
736
|
<details>
|
|
@@ -741,7 +738,7 @@ UpdateNotebook
|
|
|
741
738
|
UpdateNotebookMetadata
|
|
742
739
|
</summary>
|
|
743
740
|
|
|
744
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
741
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/UpdateNotebookMetadataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/UpdateNotebookMetadataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/UpdateNotebookMetadataCommandOutput/)
|
|
745
742
|
|
|
746
743
|
</details>
|
|
747
744
|
<details>
|
|
@@ -749,7 +746,7 @@ UpdateNotebookMetadata
|
|
|
749
746
|
UpdatePreparedStatement
|
|
750
747
|
</summary>
|
|
751
748
|
|
|
752
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
749
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/UpdatePreparedStatementCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/UpdatePreparedStatementCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/UpdatePreparedStatementCommandOutput/)
|
|
753
750
|
|
|
754
751
|
</details>
|
|
755
752
|
<details>
|
|
@@ -757,6 +754,6 @@ UpdatePreparedStatement
|
|
|
757
754
|
UpdateWorkGroup
|
|
758
755
|
</summary>
|
|
759
756
|
|
|
760
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/
|
|
757
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/UpdateWorkGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/UpdateWorkGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/UpdateWorkGroupCommandOutput/)
|
|
761
758
|
|
|
762
759
|
</details>
|