@aws-sdk/client-athena 3.278.0 → 3.281.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 (62) hide show
  1. package/README.md +483 -0
  2. package/dist-types/commands/BatchGetNamedQueryCommand.d.ts +6 -0
  3. package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +6 -0
  4. package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateDataCatalogCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateNamedQueryCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateNotebookCommand.d.ts +6 -0
  8. package/dist-types/commands/CreatePreparedStatementCommand.d.ts +6 -0
  9. package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateWorkGroupCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteDataCatalogCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteNamedQueryCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteNotebookCommand.d.ts +6 -0
  14. package/dist-types/commands/DeletePreparedStatementCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteWorkGroupCommand.d.ts +6 -0
  16. package/dist-types/commands/ExportNotebookCommand.d.ts +6 -0
  17. package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +6 -0
  18. package/dist-types/commands/GetCalculationExecutionCommand.d.ts +6 -0
  19. package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +6 -0
  20. package/dist-types/commands/GetDataCatalogCommand.d.ts +6 -0
  21. package/dist-types/commands/GetDatabaseCommand.d.ts +6 -0
  22. package/dist-types/commands/GetNamedQueryCommand.d.ts +6 -0
  23. package/dist-types/commands/GetNotebookMetadataCommand.d.ts +6 -0
  24. package/dist-types/commands/GetPreparedStatementCommand.d.ts +6 -0
  25. package/dist-types/commands/GetQueryExecutionCommand.d.ts +6 -0
  26. package/dist-types/commands/GetQueryResultsCommand.d.ts +6 -0
  27. package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +6 -0
  28. package/dist-types/commands/GetSessionCommand.d.ts +6 -0
  29. package/dist-types/commands/GetSessionStatusCommand.d.ts +6 -0
  30. package/dist-types/commands/GetTableMetadataCommand.d.ts +6 -0
  31. package/dist-types/commands/GetWorkGroupCommand.d.ts +6 -0
  32. package/dist-types/commands/ImportNotebookCommand.d.ts +6 -0
  33. package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +6 -0
  34. package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +6 -0
  35. package/dist-types/commands/ListDataCatalogsCommand.d.ts +6 -0
  36. package/dist-types/commands/ListDatabasesCommand.d.ts +6 -0
  37. package/dist-types/commands/ListEngineVersionsCommand.d.ts +6 -0
  38. package/dist-types/commands/ListExecutorsCommand.d.ts +6 -0
  39. package/dist-types/commands/ListNamedQueriesCommand.d.ts +6 -0
  40. package/dist-types/commands/ListNotebookMetadataCommand.d.ts +6 -0
  41. package/dist-types/commands/ListNotebookSessionsCommand.d.ts +6 -0
  42. package/dist-types/commands/ListPreparedStatementsCommand.d.ts +6 -0
  43. package/dist-types/commands/ListQueryExecutionsCommand.d.ts +6 -0
  44. package/dist-types/commands/ListSessionsCommand.d.ts +6 -0
  45. package/dist-types/commands/ListTableMetadataCommand.d.ts +6 -0
  46. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  47. package/dist-types/commands/ListWorkGroupsCommand.d.ts +6 -0
  48. package/dist-types/commands/StartCalculationExecutionCommand.d.ts +6 -0
  49. package/dist-types/commands/StartQueryExecutionCommand.d.ts +6 -0
  50. package/dist-types/commands/StartSessionCommand.d.ts +6 -0
  51. package/dist-types/commands/StopCalculationExecutionCommand.d.ts +6 -0
  52. package/dist-types/commands/StopQueryExecutionCommand.d.ts +6 -0
  53. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  54. package/dist-types/commands/TerminateSessionCommand.d.ts +6 -0
  55. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  56. package/dist-types/commands/UpdateDataCatalogCommand.d.ts +6 -0
  57. package/dist-types/commands/UpdateNamedQueryCommand.d.ts +6 -0
  58. package/dist-types/commands/UpdateNotebookCommand.d.ts +6 -0
  59. package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +6 -0
  60. package/dist-types/commands/UpdatePreparedStatementCommand.d.ts +6 -0
  61. package/dist-types/commands/UpdateWorkGroupCommand.d.ts +6 -0
  62. package/package.json +6 -6
package/README.md CHANGED
@@ -216,3 +216,486 @@ To contribute to client you can check our [generate clients scripts](https://git
216
216
  This SDK is distributed under the
217
217
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
218
218
  see LICENSE for more information.
219
+
220
+ ## Client Commands (Operations List)
221
+
222
+ <details>
223
+ <summary>
224
+ BatchGetNamedQuery
225
+ </summary>
226
+
227
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/batchgetnamedquerycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/batchgetnamedquerycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/batchgetnamedquerycommandoutput.html)
228
+
229
+ </details>
230
+ <details>
231
+ <summary>
232
+ BatchGetPreparedStatement
233
+ </summary>
234
+
235
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/batchgetpreparedstatementcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/batchgetpreparedstatementcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/batchgetpreparedstatementcommandoutput.html)
236
+
237
+ </details>
238
+ <details>
239
+ <summary>
240
+ BatchGetQueryExecution
241
+ </summary>
242
+
243
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/batchgetqueryexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/batchgetqueryexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/batchgetqueryexecutioncommandoutput.html)
244
+
245
+ </details>
246
+ <details>
247
+ <summary>
248
+ CreateDataCatalog
249
+ </summary>
250
+
251
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/createdatacatalogcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/createdatacatalogcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/createdatacatalogcommandoutput.html)
252
+
253
+ </details>
254
+ <details>
255
+ <summary>
256
+ CreateNamedQuery
257
+ </summary>
258
+
259
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/createnamedquerycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/createnamedquerycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/createnamedquerycommandoutput.html)
260
+
261
+ </details>
262
+ <details>
263
+ <summary>
264
+ CreateNotebook
265
+ </summary>
266
+
267
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/createnotebookcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/createnotebookcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/createnotebookcommandoutput.html)
268
+
269
+ </details>
270
+ <details>
271
+ <summary>
272
+ CreatePreparedStatement
273
+ </summary>
274
+
275
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/createpreparedstatementcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/createpreparedstatementcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/createpreparedstatementcommandoutput.html)
276
+
277
+ </details>
278
+ <details>
279
+ <summary>
280
+ CreatePresignedNotebookUrl
281
+ </summary>
282
+
283
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/createpresignednotebookurlcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/createpresignednotebookurlcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/createpresignednotebookurlcommandoutput.html)
284
+
285
+ </details>
286
+ <details>
287
+ <summary>
288
+ CreateWorkGroup
289
+ </summary>
290
+
291
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/createworkgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/createworkgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/createworkgroupcommandoutput.html)
292
+
293
+ </details>
294
+ <details>
295
+ <summary>
296
+ DeleteDataCatalog
297
+ </summary>
298
+
299
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/deletedatacatalogcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/deletedatacatalogcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/deletedatacatalogcommandoutput.html)
300
+
301
+ </details>
302
+ <details>
303
+ <summary>
304
+ DeleteNamedQuery
305
+ </summary>
306
+
307
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/deletenamedquerycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/deletenamedquerycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/deletenamedquerycommandoutput.html)
308
+
309
+ </details>
310
+ <details>
311
+ <summary>
312
+ DeleteNotebook
313
+ </summary>
314
+
315
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/deletenotebookcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/deletenotebookcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/deletenotebookcommandoutput.html)
316
+
317
+ </details>
318
+ <details>
319
+ <summary>
320
+ DeletePreparedStatement
321
+ </summary>
322
+
323
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/deletepreparedstatementcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/deletepreparedstatementcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/deletepreparedstatementcommandoutput.html)
324
+
325
+ </details>
326
+ <details>
327
+ <summary>
328
+ DeleteWorkGroup
329
+ </summary>
330
+
331
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/deleteworkgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/deleteworkgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/deleteworkgroupcommandoutput.html)
332
+
333
+ </details>
334
+ <details>
335
+ <summary>
336
+ ExportNotebook
337
+ </summary>
338
+
339
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/exportnotebookcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/exportnotebookcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/exportnotebookcommandoutput.html)
340
+
341
+ </details>
342
+ <details>
343
+ <summary>
344
+ GetCalculationExecution
345
+ </summary>
346
+
347
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/getcalculationexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getcalculationexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getcalculationexecutioncommandoutput.html)
348
+
349
+ </details>
350
+ <details>
351
+ <summary>
352
+ GetCalculationExecutionCode
353
+ </summary>
354
+
355
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/getcalculationexecutioncodecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getcalculationexecutioncodecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getcalculationexecutioncodecommandoutput.html)
356
+
357
+ </details>
358
+ <details>
359
+ <summary>
360
+ GetCalculationExecutionStatus
361
+ </summary>
362
+
363
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/getcalculationexecutionstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getcalculationexecutionstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getcalculationexecutionstatuscommandoutput.html)
364
+
365
+ </details>
366
+ <details>
367
+ <summary>
368
+ GetDatabase
369
+ </summary>
370
+
371
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/getdatabasecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getdatabasecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getdatabasecommandoutput.html)
372
+
373
+ </details>
374
+ <details>
375
+ <summary>
376
+ GetDataCatalog
377
+ </summary>
378
+
379
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/getdatacatalogcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getdatacatalogcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getdatacatalogcommandoutput.html)
380
+
381
+ </details>
382
+ <details>
383
+ <summary>
384
+ GetNamedQuery
385
+ </summary>
386
+
387
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/getnamedquerycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getnamedquerycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getnamedquerycommandoutput.html)
388
+
389
+ </details>
390
+ <details>
391
+ <summary>
392
+ GetNotebookMetadata
393
+ </summary>
394
+
395
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/getnotebookmetadatacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getnotebookmetadatacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getnotebookmetadatacommandoutput.html)
396
+
397
+ </details>
398
+ <details>
399
+ <summary>
400
+ GetPreparedStatement
401
+ </summary>
402
+
403
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/getpreparedstatementcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getpreparedstatementcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getpreparedstatementcommandoutput.html)
404
+
405
+ </details>
406
+ <details>
407
+ <summary>
408
+ GetQueryExecution
409
+ </summary>
410
+
411
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/getqueryexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getqueryexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getqueryexecutioncommandoutput.html)
412
+
413
+ </details>
414
+ <details>
415
+ <summary>
416
+ GetQueryResults
417
+ </summary>
418
+
419
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/getqueryresultscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getqueryresultscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getqueryresultscommandoutput.html)
420
+
421
+ </details>
422
+ <details>
423
+ <summary>
424
+ GetQueryRuntimeStatistics
425
+ </summary>
426
+
427
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/getqueryruntimestatisticscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getqueryruntimestatisticscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getqueryruntimestatisticscommandoutput.html)
428
+
429
+ </details>
430
+ <details>
431
+ <summary>
432
+ GetSession
433
+ </summary>
434
+
435
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/getsessioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getsessioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getsessioncommandoutput.html)
436
+
437
+ </details>
438
+ <details>
439
+ <summary>
440
+ GetSessionStatus
441
+ </summary>
442
+
443
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/getsessionstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getsessionstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getsessionstatuscommandoutput.html)
444
+
445
+ </details>
446
+ <details>
447
+ <summary>
448
+ GetTableMetadata
449
+ </summary>
450
+
451
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/gettablemetadatacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/gettablemetadatacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/gettablemetadatacommandoutput.html)
452
+
453
+ </details>
454
+ <details>
455
+ <summary>
456
+ GetWorkGroup
457
+ </summary>
458
+
459
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/getworkgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getworkgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/getworkgroupcommandoutput.html)
460
+
461
+ </details>
462
+ <details>
463
+ <summary>
464
+ ImportNotebook
465
+ </summary>
466
+
467
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/importnotebookcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/importnotebookcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/importnotebookcommandoutput.html)
468
+
469
+ </details>
470
+ <details>
471
+ <summary>
472
+ ListApplicationDPUSizes
473
+ </summary>
474
+
475
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/listapplicationdpusizescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listapplicationdpusizescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listapplicationdpusizescommandoutput.html)
476
+
477
+ </details>
478
+ <details>
479
+ <summary>
480
+ ListCalculationExecutions
481
+ </summary>
482
+
483
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/listcalculationexecutionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listcalculationexecutionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listcalculationexecutionscommandoutput.html)
484
+
485
+ </details>
486
+ <details>
487
+ <summary>
488
+ ListDatabases
489
+ </summary>
490
+
491
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/listdatabasescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listdatabasescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listdatabasescommandoutput.html)
492
+
493
+ </details>
494
+ <details>
495
+ <summary>
496
+ ListDataCatalogs
497
+ </summary>
498
+
499
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/listdatacatalogscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listdatacatalogscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listdatacatalogscommandoutput.html)
500
+
501
+ </details>
502
+ <details>
503
+ <summary>
504
+ ListEngineVersions
505
+ </summary>
506
+
507
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/listengineversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listengineversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listengineversionscommandoutput.html)
508
+
509
+ </details>
510
+ <details>
511
+ <summary>
512
+ ListExecutors
513
+ </summary>
514
+
515
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/listexecutorscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listexecutorscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listexecutorscommandoutput.html)
516
+
517
+ </details>
518
+ <details>
519
+ <summary>
520
+ ListNamedQueries
521
+ </summary>
522
+
523
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/listnamedqueriescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listnamedqueriescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listnamedqueriescommandoutput.html)
524
+
525
+ </details>
526
+ <details>
527
+ <summary>
528
+ ListNotebookMetadata
529
+ </summary>
530
+
531
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/listnotebookmetadatacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listnotebookmetadatacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listnotebookmetadatacommandoutput.html)
532
+
533
+ </details>
534
+ <details>
535
+ <summary>
536
+ ListNotebookSessions
537
+ </summary>
538
+
539
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/listnotebooksessionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listnotebooksessionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listnotebooksessionscommandoutput.html)
540
+
541
+ </details>
542
+ <details>
543
+ <summary>
544
+ ListPreparedStatements
545
+ </summary>
546
+
547
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/listpreparedstatementscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listpreparedstatementscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listpreparedstatementscommandoutput.html)
548
+
549
+ </details>
550
+ <details>
551
+ <summary>
552
+ ListQueryExecutions
553
+ </summary>
554
+
555
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/listqueryexecutionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listqueryexecutionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listqueryexecutionscommandoutput.html)
556
+
557
+ </details>
558
+ <details>
559
+ <summary>
560
+ ListSessions
561
+ </summary>
562
+
563
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/listsessionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listsessionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listsessionscommandoutput.html)
564
+
565
+ </details>
566
+ <details>
567
+ <summary>
568
+ ListTableMetadata
569
+ </summary>
570
+
571
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/listtablemetadatacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listtablemetadatacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listtablemetadatacommandoutput.html)
572
+
573
+ </details>
574
+ <details>
575
+ <summary>
576
+ ListTagsForResource
577
+ </summary>
578
+
579
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listtagsforresourcecommandoutput.html)
580
+
581
+ </details>
582
+ <details>
583
+ <summary>
584
+ ListWorkGroups
585
+ </summary>
586
+
587
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/listworkgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listworkgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/listworkgroupscommandoutput.html)
588
+
589
+ </details>
590
+ <details>
591
+ <summary>
592
+ StartCalculationExecution
593
+ </summary>
594
+
595
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/startcalculationexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/startcalculationexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/startcalculationexecutioncommandoutput.html)
596
+
597
+ </details>
598
+ <details>
599
+ <summary>
600
+ StartQueryExecution
601
+ </summary>
602
+
603
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/startqueryexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/startqueryexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/startqueryexecutioncommandoutput.html)
604
+
605
+ </details>
606
+ <details>
607
+ <summary>
608
+ StartSession
609
+ </summary>
610
+
611
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/startsessioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/startsessioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/startsessioncommandoutput.html)
612
+
613
+ </details>
614
+ <details>
615
+ <summary>
616
+ StopCalculationExecution
617
+ </summary>
618
+
619
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/stopcalculationexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/stopcalculationexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/stopcalculationexecutioncommandoutput.html)
620
+
621
+ </details>
622
+ <details>
623
+ <summary>
624
+ StopQueryExecution
625
+ </summary>
626
+
627
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/stopqueryexecutioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/stopqueryexecutioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/stopqueryexecutioncommandoutput.html)
628
+
629
+ </details>
630
+ <details>
631
+ <summary>
632
+ TagResource
633
+ </summary>
634
+
635
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/tagresourcecommandoutput.html)
636
+
637
+ </details>
638
+ <details>
639
+ <summary>
640
+ TerminateSession
641
+ </summary>
642
+
643
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/terminatesessioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/terminatesessioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/terminatesessioncommandoutput.html)
644
+
645
+ </details>
646
+ <details>
647
+ <summary>
648
+ UntagResource
649
+ </summary>
650
+
651
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/untagresourcecommandoutput.html)
652
+
653
+ </details>
654
+ <details>
655
+ <summary>
656
+ UpdateDataCatalog
657
+ </summary>
658
+
659
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/updatedatacatalogcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/updatedatacatalogcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/updatedatacatalogcommandoutput.html)
660
+
661
+ </details>
662
+ <details>
663
+ <summary>
664
+ UpdateNamedQuery
665
+ </summary>
666
+
667
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/updatenamedquerycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/updatenamedquerycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/updatenamedquerycommandoutput.html)
668
+
669
+ </details>
670
+ <details>
671
+ <summary>
672
+ UpdateNotebook
673
+ </summary>
674
+
675
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/updatenotebookcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/updatenotebookcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/updatenotebookcommandoutput.html)
676
+
677
+ </details>
678
+ <details>
679
+ <summary>
680
+ UpdateNotebookMetadata
681
+ </summary>
682
+
683
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/updatenotebookmetadatacommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/updatenotebookmetadatacommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/updatenotebookmetadatacommandoutput.html)
684
+
685
+ </details>
686
+ <details>
687
+ <summary>
688
+ UpdatePreparedStatement
689
+ </summary>
690
+
691
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/updatepreparedstatementcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/updatepreparedstatementcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/updatepreparedstatementcommandoutput.html)
692
+
693
+ </details>
694
+ <details>
695
+ <summary>
696
+ UpdateWorkGroup
697
+ </summary>
698
+
699
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/classes/updateworkgroupcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/updateworkgroupcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-athena/interfaces/updateworkgroupcommandoutput.html)
700
+
701
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
5
5
  import { BatchGetNamedQueryInput, BatchGetNamedQueryOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchGetNamedQueryCommand}.
8
+ */
6
9
  export interface BatchGetNamedQueryCommandInput extends BatchGetNamedQueryInput {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchGetNamedQueryCommand}.
13
+ */
8
14
  export interface BatchGetNamedQueryCommandOutput extends BatchGetNamedQueryOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
5
5
  import { BatchGetPreparedStatementInput, BatchGetPreparedStatementOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchGetPreparedStatementCommand}.
8
+ */
6
9
  export interface BatchGetPreparedStatementCommandInput extends BatchGetPreparedStatementInput {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchGetPreparedStatementCommand}.
13
+ */
8
14
  export interface BatchGetPreparedStatementCommandOutput extends BatchGetPreparedStatementOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
5
5
  import { BatchGetQueryExecutionInput, BatchGetQueryExecutionOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchGetQueryExecutionCommand}.
8
+ */
6
9
  export interface BatchGetQueryExecutionCommandInput extends BatchGetQueryExecutionInput {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchGetQueryExecutionCommand}.
13
+ */
8
14
  export interface BatchGetQueryExecutionCommandOutput extends BatchGetQueryExecutionOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
5
5
  import { CreateDataCatalogInput, CreateDataCatalogOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateDataCatalogCommand}.
8
+ */
6
9
  export interface CreateDataCatalogCommandInput extends CreateDataCatalogInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDataCatalogCommand}.
13
+ */
8
14
  export interface CreateDataCatalogCommandOutput extends CreateDataCatalogOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
5
5
  import { CreateNamedQueryInput, CreateNamedQueryOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateNamedQueryCommand}.
8
+ */
6
9
  export interface CreateNamedQueryCommandInput extends CreateNamedQueryInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateNamedQueryCommand}.
13
+ */
8
14
  export interface CreateNamedQueryCommandOutput extends CreateNamedQueryOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
5
5
  import { CreateNotebookInput, CreateNotebookOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateNotebookCommand}.
8
+ */
6
9
  export interface CreateNotebookCommandInput extends CreateNotebookInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateNotebookCommand}.
13
+ */
8
14
  export interface CreateNotebookCommandOutput extends CreateNotebookOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
5
5
  import { CreatePreparedStatementInput, CreatePreparedStatementOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreatePreparedStatementCommand}.
8
+ */
6
9
  export interface CreatePreparedStatementCommandInput extends CreatePreparedStatementInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreatePreparedStatementCommand}.
13
+ */
8
14
  export interface CreatePreparedStatementCommandOutput extends CreatePreparedStatementOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
5
5
  import { CreatePresignedNotebookUrlRequest, CreatePresignedNotebookUrlResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreatePresignedNotebookUrlCommand}.
8
+ */
6
9
  export interface CreatePresignedNotebookUrlCommandInput extends CreatePresignedNotebookUrlRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreatePresignedNotebookUrlCommand}.
13
+ */
8
14
  export interface CreatePresignedNotebookUrlCommandOutput extends CreatePresignedNotebookUrlResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
5
5
  import { CreateWorkGroupInput, CreateWorkGroupOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateWorkGroupCommand}.
8
+ */
6
9
  export interface CreateWorkGroupCommandInput extends CreateWorkGroupInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateWorkGroupCommand}.
13
+ */
8
14
  export interface CreateWorkGroupCommandOutput extends CreateWorkGroupOutput, __MetadataBearer {
9
15
  }
10
16
  /**