@aws-sdk/client-athena 3.306.0 → 3.309.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 (125) hide show
  1. package/dist-cjs/commands/BatchGetNamedQueryCommand.js +2 -2
  2. package/dist-cjs/commands/BatchGetPreparedStatementCommand.js +2 -2
  3. package/dist-cjs/commands/BatchGetQueryExecutionCommand.js +2 -2
  4. package/dist-cjs/commands/CreateDataCatalogCommand.js +2 -2
  5. package/dist-cjs/commands/CreateNamedQueryCommand.js +2 -2
  6. package/dist-cjs/commands/CreateNotebookCommand.js +2 -2
  7. package/dist-cjs/commands/CreatePreparedStatementCommand.js +2 -2
  8. package/dist-cjs/commands/CreatePresignedNotebookUrlCommand.js +2 -2
  9. package/dist-cjs/commands/CreateWorkGroupCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteDataCatalogCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteNamedQueryCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteNotebookCommand.js +2 -2
  13. package/dist-cjs/commands/DeletePreparedStatementCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteWorkGroupCommand.js +2 -2
  15. package/dist-cjs/commands/ExportNotebookCommand.js +2 -2
  16. package/dist-cjs/commands/GetCalculationExecutionCodeCommand.js +2 -2
  17. package/dist-cjs/commands/GetCalculationExecutionCommand.js +2 -2
  18. package/dist-cjs/commands/GetCalculationExecutionStatusCommand.js +2 -2
  19. package/dist-cjs/commands/GetDataCatalogCommand.js +2 -2
  20. package/dist-cjs/commands/GetDatabaseCommand.js +2 -2
  21. package/dist-cjs/commands/GetNamedQueryCommand.js +2 -2
  22. package/dist-cjs/commands/GetNotebookMetadataCommand.js +2 -2
  23. package/dist-cjs/commands/GetPreparedStatementCommand.js +2 -2
  24. package/dist-cjs/commands/GetQueryExecutionCommand.js +2 -2
  25. package/dist-cjs/commands/GetQueryResultsCommand.js +2 -2
  26. package/dist-cjs/commands/GetQueryRuntimeStatisticsCommand.js +2 -2
  27. package/dist-cjs/commands/GetSessionCommand.js +2 -2
  28. package/dist-cjs/commands/GetSessionStatusCommand.js +2 -2
  29. package/dist-cjs/commands/GetTableMetadataCommand.js +2 -2
  30. package/dist-cjs/commands/GetWorkGroupCommand.js +2 -2
  31. package/dist-cjs/commands/ImportNotebookCommand.js +2 -2
  32. package/dist-cjs/commands/ListApplicationDPUSizesCommand.js +2 -2
  33. package/dist-cjs/commands/ListCalculationExecutionsCommand.js +2 -2
  34. package/dist-cjs/commands/ListDataCatalogsCommand.js +2 -2
  35. package/dist-cjs/commands/ListDatabasesCommand.js +2 -2
  36. package/dist-cjs/commands/ListEngineVersionsCommand.js +2 -2
  37. package/dist-cjs/commands/ListExecutorsCommand.js +2 -2
  38. package/dist-cjs/commands/ListNamedQueriesCommand.js +2 -2
  39. package/dist-cjs/commands/ListNotebookMetadataCommand.js +2 -2
  40. package/dist-cjs/commands/ListNotebookSessionsCommand.js +2 -2
  41. package/dist-cjs/commands/ListPreparedStatementsCommand.js +2 -2
  42. package/dist-cjs/commands/ListQueryExecutionsCommand.js +2 -2
  43. package/dist-cjs/commands/ListSessionsCommand.js +2 -2
  44. package/dist-cjs/commands/ListTableMetadataCommand.js +2 -2
  45. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  46. package/dist-cjs/commands/ListWorkGroupsCommand.js +2 -2
  47. package/dist-cjs/commands/StartCalculationExecutionCommand.js +2 -2
  48. package/dist-cjs/commands/StartQueryExecutionCommand.js +2 -2
  49. package/dist-cjs/commands/StartSessionCommand.js +2 -2
  50. package/dist-cjs/commands/StopCalculationExecutionCommand.js +2 -2
  51. package/dist-cjs/commands/StopQueryExecutionCommand.js +2 -2
  52. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  53. package/dist-cjs/commands/TerminateSessionCommand.js +2 -2
  54. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  55. package/dist-cjs/commands/UpdateDataCatalogCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateNamedQueryCommand.js +2 -2
  57. package/dist-cjs/commands/UpdateNotebookCommand.js +2 -2
  58. package/dist-cjs/commands/UpdateNotebookMetadataCommand.js +2 -2
  59. package/dist-cjs/commands/UpdatePreparedStatementCommand.js +2 -2
  60. package/dist-cjs/commands/UpdateWorkGroupCommand.js +2 -2
  61. package/dist-cjs/protocols/Aws_json1_1.js +1019 -1085
  62. package/dist-es/commands/BatchGetNamedQueryCommand.js +3 -3
  63. package/dist-es/commands/BatchGetPreparedStatementCommand.js +3 -3
  64. package/dist-es/commands/BatchGetQueryExecutionCommand.js +3 -3
  65. package/dist-es/commands/CreateDataCatalogCommand.js +3 -3
  66. package/dist-es/commands/CreateNamedQueryCommand.js +3 -3
  67. package/dist-es/commands/CreateNotebookCommand.js +3 -3
  68. package/dist-es/commands/CreatePreparedStatementCommand.js +3 -3
  69. package/dist-es/commands/CreatePresignedNotebookUrlCommand.js +3 -3
  70. package/dist-es/commands/CreateWorkGroupCommand.js +3 -3
  71. package/dist-es/commands/DeleteDataCatalogCommand.js +3 -3
  72. package/dist-es/commands/DeleteNamedQueryCommand.js +3 -3
  73. package/dist-es/commands/DeleteNotebookCommand.js +3 -3
  74. package/dist-es/commands/DeletePreparedStatementCommand.js +3 -3
  75. package/dist-es/commands/DeleteWorkGroupCommand.js +3 -3
  76. package/dist-es/commands/ExportNotebookCommand.js +3 -3
  77. package/dist-es/commands/GetCalculationExecutionCodeCommand.js +3 -3
  78. package/dist-es/commands/GetCalculationExecutionCommand.js +3 -3
  79. package/dist-es/commands/GetCalculationExecutionStatusCommand.js +3 -3
  80. package/dist-es/commands/GetDataCatalogCommand.js +3 -3
  81. package/dist-es/commands/GetDatabaseCommand.js +3 -3
  82. package/dist-es/commands/GetNamedQueryCommand.js +3 -3
  83. package/dist-es/commands/GetNotebookMetadataCommand.js +3 -3
  84. package/dist-es/commands/GetPreparedStatementCommand.js +3 -3
  85. package/dist-es/commands/GetQueryExecutionCommand.js +3 -3
  86. package/dist-es/commands/GetQueryResultsCommand.js +3 -3
  87. package/dist-es/commands/GetQueryRuntimeStatisticsCommand.js +3 -3
  88. package/dist-es/commands/GetSessionCommand.js +3 -3
  89. package/dist-es/commands/GetSessionStatusCommand.js +3 -3
  90. package/dist-es/commands/GetTableMetadataCommand.js +3 -3
  91. package/dist-es/commands/GetWorkGroupCommand.js +3 -3
  92. package/dist-es/commands/ImportNotebookCommand.js +3 -3
  93. package/dist-es/commands/ListApplicationDPUSizesCommand.js +3 -3
  94. package/dist-es/commands/ListCalculationExecutionsCommand.js +3 -3
  95. package/dist-es/commands/ListDataCatalogsCommand.js +3 -3
  96. package/dist-es/commands/ListDatabasesCommand.js +3 -3
  97. package/dist-es/commands/ListEngineVersionsCommand.js +3 -3
  98. package/dist-es/commands/ListExecutorsCommand.js +3 -3
  99. package/dist-es/commands/ListNamedQueriesCommand.js +3 -3
  100. package/dist-es/commands/ListNotebookMetadataCommand.js +3 -3
  101. package/dist-es/commands/ListNotebookSessionsCommand.js +3 -3
  102. package/dist-es/commands/ListPreparedStatementsCommand.js +3 -3
  103. package/dist-es/commands/ListQueryExecutionsCommand.js +3 -3
  104. package/dist-es/commands/ListSessionsCommand.js +3 -3
  105. package/dist-es/commands/ListTableMetadataCommand.js +3 -3
  106. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  107. package/dist-es/commands/ListWorkGroupsCommand.js +3 -3
  108. package/dist-es/commands/StartCalculationExecutionCommand.js +3 -3
  109. package/dist-es/commands/StartQueryExecutionCommand.js +3 -3
  110. package/dist-es/commands/StartSessionCommand.js +3 -3
  111. package/dist-es/commands/StopCalculationExecutionCommand.js +3 -3
  112. package/dist-es/commands/StopQueryExecutionCommand.js +3 -3
  113. package/dist-es/commands/TagResourceCommand.js +3 -3
  114. package/dist-es/commands/TerminateSessionCommand.js +3 -3
  115. package/dist-es/commands/UntagResourceCommand.js +3 -3
  116. package/dist-es/commands/UpdateDataCatalogCommand.js +3 -3
  117. package/dist-es/commands/UpdateNamedQueryCommand.js +3 -3
  118. package/dist-es/commands/UpdateNotebookCommand.js +3 -3
  119. package/dist-es/commands/UpdateNotebookMetadataCommand.js +3 -3
  120. package/dist-es/commands/UpdatePreparedStatementCommand.js +3 -3
  121. package/dist-es/commands/UpdateWorkGroupCommand.js +3 -3
  122. package/dist-es/protocols/Aws_json1_1.js +896 -962
  123. package/dist-types/protocols/Aws_json1_1.d.ts +480 -120
  124. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +120 -120
  125. package/package.json +6 -6
@@ -243,483 +243,483 @@ import {
243
243
  UpdateWorkGroupCommandInput,
244
244
  UpdateWorkGroupCommandOutput,
245
245
  } from "../commands/UpdateWorkGroupCommand";
246
- export declare const serializeAws_json1_1BatchGetNamedQueryCommand: (
246
+ export declare const se_BatchGetNamedQueryCommand: (
247
247
  input: BatchGetNamedQueryCommandInput,
248
248
  context: __SerdeContext
249
249
  ) => Promise<__HttpRequest>;
250
- export declare const serializeAws_json1_1BatchGetPreparedStatementCommand: (
250
+ export declare const se_BatchGetPreparedStatementCommand: (
251
251
  input: BatchGetPreparedStatementCommandInput,
252
252
  context: __SerdeContext
253
253
  ) => Promise<__HttpRequest>;
254
- export declare const serializeAws_json1_1BatchGetQueryExecutionCommand: (
254
+ export declare const se_BatchGetQueryExecutionCommand: (
255
255
  input: BatchGetQueryExecutionCommandInput,
256
256
  context: __SerdeContext
257
257
  ) => Promise<__HttpRequest>;
258
- export declare const serializeAws_json1_1CreateDataCatalogCommand: (
258
+ export declare const se_CreateDataCatalogCommand: (
259
259
  input: CreateDataCatalogCommandInput,
260
260
  context: __SerdeContext
261
261
  ) => Promise<__HttpRequest>;
262
- export declare const serializeAws_json1_1CreateNamedQueryCommand: (
262
+ export declare const se_CreateNamedQueryCommand: (
263
263
  input: CreateNamedQueryCommandInput,
264
264
  context: __SerdeContext
265
265
  ) => Promise<__HttpRequest>;
266
- export declare const serializeAws_json1_1CreateNotebookCommand: (
266
+ export declare const se_CreateNotebookCommand: (
267
267
  input: CreateNotebookCommandInput,
268
268
  context: __SerdeContext
269
269
  ) => Promise<__HttpRequest>;
270
- export declare const serializeAws_json1_1CreatePreparedStatementCommand: (
270
+ export declare const se_CreatePreparedStatementCommand: (
271
271
  input: CreatePreparedStatementCommandInput,
272
272
  context: __SerdeContext
273
273
  ) => Promise<__HttpRequest>;
274
- export declare const serializeAws_json1_1CreatePresignedNotebookUrlCommand: (
274
+ export declare const se_CreatePresignedNotebookUrlCommand: (
275
275
  input: CreatePresignedNotebookUrlCommandInput,
276
276
  context: __SerdeContext
277
277
  ) => Promise<__HttpRequest>;
278
- export declare const serializeAws_json1_1CreateWorkGroupCommand: (
278
+ export declare const se_CreateWorkGroupCommand: (
279
279
  input: CreateWorkGroupCommandInput,
280
280
  context: __SerdeContext
281
281
  ) => Promise<__HttpRequest>;
282
- export declare const serializeAws_json1_1DeleteDataCatalogCommand: (
282
+ export declare const se_DeleteDataCatalogCommand: (
283
283
  input: DeleteDataCatalogCommandInput,
284
284
  context: __SerdeContext
285
285
  ) => Promise<__HttpRequest>;
286
- export declare const serializeAws_json1_1DeleteNamedQueryCommand: (
286
+ export declare const se_DeleteNamedQueryCommand: (
287
287
  input: DeleteNamedQueryCommandInput,
288
288
  context: __SerdeContext
289
289
  ) => Promise<__HttpRequest>;
290
- export declare const serializeAws_json1_1DeleteNotebookCommand: (
290
+ export declare const se_DeleteNotebookCommand: (
291
291
  input: DeleteNotebookCommandInput,
292
292
  context: __SerdeContext
293
293
  ) => Promise<__HttpRequest>;
294
- export declare const serializeAws_json1_1DeletePreparedStatementCommand: (
294
+ export declare const se_DeletePreparedStatementCommand: (
295
295
  input: DeletePreparedStatementCommandInput,
296
296
  context: __SerdeContext
297
297
  ) => Promise<__HttpRequest>;
298
- export declare const serializeAws_json1_1DeleteWorkGroupCommand: (
298
+ export declare const se_DeleteWorkGroupCommand: (
299
299
  input: DeleteWorkGroupCommandInput,
300
300
  context: __SerdeContext
301
301
  ) => Promise<__HttpRequest>;
302
- export declare const serializeAws_json1_1ExportNotebookCommand: (
302
+ export declare const se_ExportNotebookCommand: (
303
303
  input: ExportNotebookCommandInput,
304
304
  context: __SerdeContext
305
305
  ) => Promise<__HttpRequest>;
306
- export declare const serializeAws_json1_1GetCalculationExecutionCommand: (
306
+ export declare const se_GetCalculationExecutionCommand: (
307
307
  input: GetCalculationExecutionCommandInput,
308
308
  context: __SerdeContext
309
309
  ) => Promise<__HttpRequest>;
310
- export declare const serializeAws_json1_1GetCalculationExecutionCodeCommand: (
310
+ export declare const se_GetCalculationExecutionCodeCommand: (
311
311
  input: GetCalculationExecutionCodeCommandInput,
312
312
  context: __SerdeContext
313
313
  ) => Promise<__HttpRequest>;
314
- export declare const serializeAws_json1_1GetCalculationExecutionStatusCommand: (
314
+ export declare const se_GetCalculationExecutionStatusCommand: (
315
315
  input: GetCalculationExecutionStatusCommandInput,
316
316
  context: __SerdeContext
317
317
  ) => Promise<__HttpRequest>;
318
- export declare const serializeAws_json1_1GetDatabaseCommand: (
318
+ export declare const se_GetDatabaseCommand: (
319
319
  input: GetDatabaseCommandInput,
320
320
  context: __SerdeContext
321
321
  ) => Promise<__HttpRequest>;
322
- export declare const serializeAws_json1_1GetDataCatalogCommand: (
322
+ export declare const se_GetDataCatalogCommand: (
323
323
  input: GetDataCatalogCommandInput,
324
324
  context: __SerdeContext
325
325
  ) => Promise<__HttpRequest>;
326
- export declare const serializeAws_json1_1GetNamedQueryCommand: (
326
+ export declare const se_GetNamedQueryCommand: (
327
327
  input: GetNamedQueryCommandInput,
328
328
  context: __SerdeContext
329
329
  ) => Promise<__HttpRequest>;
330
- export declare const serializeAws_json1_1GetNotebookMetadataCommand: (
330
+ export declare const se_GetNotebookMetadataCommand: (
331
331
  input: GetNotebookMetadataCommandInput,
332
332
  context: __SerdeContext
333
333
  ) => Promise<__HttpRequest>;
334
- export declare const serializeAws_json1_1GetPreparedStatementCommand: (
334
+ export declare const se_GetPreparedStatementCommand: (
335
335
  input: GetPreparedStatementCommandInput,
336
336
  context: __SerdeContext
337
337
  ) => Promise<__HttpRequest>;
338
- export declare const serializeAws_json1_1GetQueryExecutionCommand: (
338
+ export declare const se_GetQueryExecutionCommand: (
339
339
  input: GetQueryExecutionCommandInput,
340
340
  context: __SerdeContext
341
341
  ) => Promise<__HttpRequest>;
342
- export declare const serializeAws_json1_1GetQueryResultsCommand: (
342
+ export declare const se_GetQueryResultsCommand: (
343
343
  input: GetQueryResultsCommandInput,
344
344
  context: __SerdeContext
345
345
  ) => Promise<__HttpRequest>;
346
- export declare const serializeAws_json1_1GetQueryRuntimeStatisticsCommand: (
346
+ export declare const se_GetQueryRuntimeStatisticsCommand: (
347
347
  input: GetQueryRuntimeStatisticsCommandInput,
348
348
  context: __SerdeContext
349
349
  ) => Promise<__HttpRequest>;
350
- export declare const serializeAws_json1_1GetSessionCommand: (
350
+ export declare const se_GetSessionCommand: (
351
351
  input: GetSessionCommandInput,
352
352
  context: __SerdeContext
353
353
  ) => Promise<__HttpRequest>;
354
- export declare const serializeAws_json1_1GetSessionStatusCommand: (
354
+ export declare const se_GetSessionStatusCommand: (
355
355
  input: GetSessionStatusCommandInput,
356
356
  context: __SerdeContext
357
357
  ) => Promise<__HttpRequest>;
358
- export declare const serializeAws_json1_1GetTableMetadataCommand: (
358
+ export declare const se_GetTableMetadataCommand: (
359
359
  input: GetTableMetadataCommandInput,
360
360
  context: __SerdeContext
361
361
  ) => Promise<__HttpRequest>;
362
- export declare const serializeAws_json1_1GetWorkGroupCommand: (
362
+ export declare const se_GetWorkGroupCommand: (
363
363
  input: GetWorkGroupCommandInput,
364
364
  context: __SerdeContext
365
365
  ) => Promise<__HttpRequest>;
366
- export declare const serializeAws_json1_1ImportNotebookCommand: (
366
+ export declare const se_ImportNotebookCommand: (
367
367
  input: ImportNotebookCommandInput,
368
368
  context: __SerdeContext
369
369
  ) => Promise<__HttpRequest>;
370
- export declare const serializeAws_json1_1ListApplicationDPUSizesCommand: (
370
+ export declare const se_ListApplicationDPUSizesCommand: (
371
371
  input: ListApplicationDPUSizesCommandInput,
372
372
  context: __SerdeContext
373
373
  ) => Promise<__HttpRequest>;
374
- export declare const serializeAws_json1_1ListCalculationExecutionsCommand: (
374
+ export declare const se_ListCalculationExecutionsCommand: (
375
375
  input: ListCalculationExecutionsCommandInput,
376
376
  context: __SerdeContext
377
377
  ) => Promise<__HttpRequest>;
378
- export declare const serializeAws_json1_1ListDatabasesCommand: (
378
+ export declare const se_ListDatabasesCommand: (
379
379
  input: ListDatabasesCommandInput,
380
380
  context: __SerdeContext
381
381
  ) => Promise<__HttpRequest>;
382
- export declare const serializeAws_json1_1ListDataCatalogsCommand: (
382
+ export declare const se_ListDataCatalogsCommand: (
383
383
  input: ListDataCatalogsCommandInput,
384
384
  context: __SerdeContext
385
385
  ) => Promise<__HttpRequest>;
386
- export declare const serializeAws_json1_1ListEngineVersionsCommand: (
386
+ export declare const se_ListEngineVersionsCommand: (
387
387
  input: ListEngineVersionsCommandInput,
388
388
  context: __SerdeContext
389
389
  ) => Promise<__HttpRequest>;
390
- export declare const serializeAws_json1_1ListExecutorsCommand: (
390
+ export declare const se_ListExecutorsCommand: (
391
391
  input: ListExecutorsCommandInput,
392
392
  context: __SerdeContext
393
393
  ) => Promise<__HttpRequest>;
394
- export declare const serializeAws_json1_1ListNamedQueriesCommand: (
394
+ export declare const se_ListNamedQueriesCommand: (
395
395
  input: ListNamedQueriesCommandInput,
396
396
  context: __SerdeContext
397
397
  ) => Promise<__HttpRequest>;
398
- export declare const serializeAws_json1_1ListNotebookMetadataCommand: (
398
+ export declare const se_ListNotebookMetadataCommand: (
399
399
  input: ListNotebookMetadataCommandInput,
400
400
  context: __SerdeContext
401
401
  ) => Promise<__HttpRequest>;
402
- export declare const serializeAws_json1_1ListNotebookSessionsCommand: (
402
+ export declare const se_ListNotebookSessionsCommand: (
403
403
  input: ListNotebookSessionsCommandInput,
404
404
  context: __SerdeContext
405
405
  ) => Promise<__HttpRequest>;
406
- export declare const serializeAws_json1_1ListPreparedStatementsCommand: (
406
+ export declare const se_ListPreparedStatementsCommand: (
407
407
  input: ListPreparedStatementsCommandInput,
408
408
  context: __SerdeContext
409
409
  ) => Promise<__HttpRequest>;
410
- export declare const serializeAws_json1_1ListQueryExecutionsCommand: (
410
+ export declare const se_ListQueryExecutionsCommand: (
411
411
  input: ListQueryExecutionsCommandInput,
412
412
  context: __SerdeContext
413
413
  ) => Promise<__HttpRequest>;
414
- export declare const serializeAws_json1_1ListSessionsCommand: (
414
+ export declare const se_ListSessionsCommand: (
415
415
  input: ListSessionsCommandInput,
416
416
  context: __SerdeContext
417
417
  ) => Promise<__HttpRequest>;
418
- export declare const serializeAws_json1_1ListTableMetadataCommand: (
418
+ export declare const se_ListTableMetadataCommand: (
419
419
  input: ListTableMetadataCommandInput,
420
420
  context: __SerdeContext
421
421
  ) => Promise<__HttpRequest>;
422
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (
422
+ export declare const se_ListTagsForResourceCommand: (
423
423
  input: ListTagsForResourceCommandInput,
424
424
  context: __SerdeContext
425
425
  ) => Promise<__HttpRequest>;
426
- export declare const serializeAws_json1_1ListWorkGroupsCommand: (
426
+ export declare const se_ListWorkGroupsCommand: (
427
427
  input: ListWorkGroupsCommandInput,
428
428
  context: __SerdeContext
429
429
  ) => Promise<__HttpRequest>;
430
- export declare const serializeAws_json1_1StartCalculationExecutionCommand: (
430
+ export declare const se_StartCalculationExecutionCommand: (
431
431
  input: StartCalculationExecutionCommandInput,
432
432
  context: __SerdeContext
433
433
  ) => Promise<__HttpRequest>;
434
- export declare const serializeAws_json1_1StartQueryExecutionCommand: (
434
+ export declare const se_StartQueryExecutionCommand: (
435
435
  input: StartQueryExecutionCommandInput,
436
436
  context: __SerdeContext
437
437
  ) => Promise<__HttpRequest>;
438
- export declare const serializeAws_json1_1StartSessionCommand: (
438
+ export declare const se_StartSessionCommand: (
439
439
  input: StartSessionCommandInput,
440
440
  context: __SerdeContext
441
441
  ) => Promise<__HttpRequest>;
442
- export declare const serializeAws_json1_1StopCalculationExecutionCommand: (
442
+ export declare const se_StopCalculationExecutionCommand: (
443
443
  input: StopCalculationExecutionCommandInput,
444
444
  context: __SerdeContext
445
445
  ) => Promise<__HttpRequest>;
446
- export declare const serializeAws_json1_1StopQueryExecutionCommand: (
446
+ export declare const se_StopQueryExecutionCommand: (
447
447
  input: StopQueryExecutionCommandInput,
448
448
  context: __SerdeContext
449
449
  ) => Promise<__HttpRequest>;
450
- export declare const serializeAws_json1_1TagResourceCommand: (
450
+ export declare const se_TagResourceCommand: (
451
451
  input: TagResourceCommandInput,
452
452
  context: __SerdeContext
453
453
  ) => Promise<__HttpRequest>;
454
- export declare const serializeAws_json1_1TerminateSessionCommand: (
454
+ export declare const se_TerminateSessionCommand: (
455
455
  input: TerminateSessionCommandInput,
456
456
  context: __SerdeContext
457
457
  ) => Promise<__HttpRequest>;
458
- export declare const serializeAws_json1_1UntagResourceCommand: (
458
+ export declare const se_UntagResourceCommand: (
459
459
  input: UntagResourceCommandInput,
460
460
  context: __SerdeContext
461
461
  ) => Promise<__HttpRequest>;
462
- export declare const serializeAws_json1_1UpdateDataCatalogCommand: (
462
+ export declare const se_UpdateDataCatalogCommand: (
463
463
  input: UpdateDataCatalogCommandInput,
464
464
  context: __SerdeContext
465
465
  ) => Promise<__HttpRequest>;
466
- export declare const serializeAws_json1_1UpdateNamedQueryCommand: (
466
+ export declare const se_UpdateNamedQueryCommand: (
467
467
  input: UpdateNamedQueryCommandInput,
468
468
  context: __SerdeContext
469
469
  ) => Promise<__HttpRequest>;
470
- export declare const serializeAws_json1_1UpdateNotebookCommand: (
470
+ export declare const se_UpdateNotebookCommand: (
471
471
  input: UpdateNotebookCommandInput,
472
472
  context: __SerdeContext
473
473
  ) => Promise<__HttpRequest>;
474
- export declare const serializeAws_json1_1UpdateNotebookMetadataCommand: (
474
+ export declare const se_UpdateNotebookMetadataCommand: (
475
475
  input: UpdateNotebookMetadataCommandInput,
476
476
  context: __SerdeContext
477
477
  ) => Promise<__HttpRequest>;
478
- export declare const serializeAws_json1_1UpdatePreparedStatementCommand: (
478
+ export declare const se_UpdatePreparedStatementCommand: (
479
479
  input: UpdatePreparedStatementCommandInput,
480
480
  context: __SerdeContext
481
481
  ) => Promise<__HttpRequest>;
482
- export declare const serializeAws_json1_1UpdateWorkGroupCommand: (
482
+ export declare const se_UpdateWorkGroupCommand: (
483
483
  input: UpdateWorkGroupCommandInput,
484
484
  context: __SerdeContext
485
485
  ) => Promise<__HttpRequest>;
486
- export declare const deserializeAws_json1_1BatchGetNamedQueryCommand: (
486
+ export declare const de_BatchGetNamedQueryCommand: (
487
487
  output: __HttpResponse,
488
488
  context: __SerdeContext
489
489
  ) => Promise<BatchGetNamedQueryCommandOutput>;
490
- export declare const deserializeAws_json1_1BatchGetPreparedStatementCommand: (
490
+ export declare const de_BatchGetPreparedStatementCommand: (
491
491
  output: __HttpResponse,
492
492
  context: __SerdeContext
493
493
  ) => Promise<BatchGetPreparedStatementCommandOutput>;
494
- export declare const deserializeAws_json1_1BatchGetQueryExecutionCommand: (
494
+ export declare const de_BatchGetQueryExecutionCommand: (
495
495
  output: __HttpResponse,
496
496
  context: __SerdeContext
497
497
  ) => Promise<BatchGetQueryExecutionCommandOutput>;
498
- export declare const deserializeAws_json1_1CreateDataCatalogCommand: (
498
+ export declare const de_CreateDataCatalogCommand: (
499
499
  output: __HttpResponse,
500
500
  context: __SerdeContext
501
501
  ) => Promise<CreateDataCatalogCommandOutput>;
502
- export declare const deserializeAws_json1_1CreateNamedQueryCommand: (
502
+ export declare const de_CreateNamedQueryCommand: (
503
503
  output: __HttpResponse,
504
504
  context: __SerdeContext
505
505
  ) => Promise<CreateNamedQueryCommandOutput>;
506
- export declare const deserializeAws_json1_1CreateNotebookCommand: (
506
+ export declare const de_CreateNotebookCommand: (
507
507
  output: __HttpResponse,
508
508
  context: __SerdeContext
509
509
  ) => Promise<CreateNotebookCommandOutput>;
510
- export declare const deserializeAws_json1_1CreatePreparedStatementCommand: (
510
+ export declare const de_CreatePreparedStatementCommand: (
511
511
  output: __HttpResponse,
512
512
  context: __SerdeContext
513
513
  ) => Promise<CreatePreparedStatementCommandOutput>;
514
- export declare const deserializeAws_json1_1CreatePresignedNotebookUrlCommand: (
514
+ export declare const de_CreatePresignedNotebookUrlCommand: (
515
515
  output: __HttpResponse,
516
516
  context: __SerdeContext
517
517
  ) => Promise<CreatePresignedNotebookUrlCommandOutput>;
518
- export declare const deserializeAws_json1_1CreateWorkGroupCommand: (
518
+ export declare const de_CreateWorkGroupCommand: (
519
519
  output: __HttpResponse,
520
520
  context: __SerdeContext
521
521
  ) => Promise<CreateWorkGroupCommandOutput>;
522
- export declare const deserializeAws_json1_1DeleteDataCatalogCommand: (
522
+ export declare const de_DeleteDataCatalogCommand: (
523
523
  output: __HttpResponse,
524
524
  context: __SerdeContext
525
525
  ) => Promise<DeleteDataCatalogCommandOutput>;
526
- export declare const deserializeAws_json1_1DeleteNamedQueryCommand: (
526
+ export declare const de_DeleteNamedQueryCommand: (
527
527
  output: __HttpResponse,
528
528
  context: __SerdeContext
529
529
  ) => Promise<DeleteNamedQueryCommandOutput>;
530
- export declare const deserializeAws_json1_1DeleteNotebookCommand: (
530
+ export declare const de_DeleteNotebookCommand: (
531
531
  output: __HttpResponse,
532
532
  context: __SerdeContext
533
533
  ) => Promise<DeleteNotebookCommandOutput>;
534
- export declare const deserializeAws_json1_1DeletePreparedStatementCommand: (
534
+ export declare const de_DeletePreparedStatementCommand: (
535
535
  output: __HttpResponse,
536
536
  context: __SerdeContext
537
537
  ) => Promise<DeletePreparedStatementCommandOutput>;
538
- export declare const deserializeAws_json1_1DeleteWorkGroupCommand: (
538
+ export declare const de_DeleteWorkGroupCommand: (
539
539
  output: __HttpResponse,
540
540
  context: __SerdeContext
541
541
  ) => Promise<DeleteWorkGroupCommandOutput>;
542
- export declare const deserializeAws_json1_1ExportNotebookCommand: (
542
+ export declare const de_ExportNotebookCommand: (
543
543
  output: __HttpResponse,
544
544
  context: __SerdeContext
545
545
  ) => Promise<ExportNotebookCommandOutput>;
546
- export declare const deserializeAws_json1_1GetCalculationExecutionCommand: (
546
+ export declare const de_GetCalculationExecutionCommand: (
547
547
  output: __HttpResponse,
548
548
  context: __SerdeContext
549
549
  ) => Promise<GetCalculationExecutionCommandOutput>;
550
- export declare const deserializeAws_json1_1GetCalculationExecutionCodeCommand: (
550
+ export declare const de_GetCalculationExecutionCodeCommand: (
551
551
  output: __HttpResponse,
552
552
  context: __SerdeContext
553
553
  ) => Promise<GetCalculationExecutionCodeCommandOutput>;
554
- export declare const deserializeAws_json1_1GetCalculationExecutionStatusCommand: (
554
+ export declare const de_GetCalculationExecutionStatusCommand: (
555
555
  output: __HttpResponse,
556
556
  context: __SerdeContext
557
557
  ) => Promise<GetCalculationExecutionStatusCommandOutput>;
558
- export declare const deserializeAws_json1_1GetDatabaseCommand: (
558
+ export declare const de_GetDatabaseCommand: (
559
559
  output: __HttpResponse,
560
560
  context: __SerdeContext
561
561
  ) => Promise<GetDatabaseCommandOutput>;
562
- export declare const deserializeAws_json1_1GetDataCatalogCommand: (
562
+ export declare const de_GetDataCatalogCommand: (
563
563
  output: __HttpResponse,
564
564
  context: __SerdeContext
565
565
  ) => Promise<GetDataCatalogCommandOutput>;
566
- export declare const deserializeAws_json1_1GetNamedQueryCommand: (
566
+ export declare const de_GetNamedQueryCommand: (
567
567
  output: __HttpResponse,
568
568
  context: __SerdeContext
569
569
  ) => Promise<GetNamedQueryCommandOutput>;
570
- export declare const deserializeAws_json1_1GetNotebookMetadataCommand: (
570
+ export declare const de_GetNotebookMetadataCommand: (
571
571
  output: __HttpResponse,
572
572
  context: __SerdeContext
573
573
  ) => Promise<GetNotebookMetadataCommandOutput>;
574
- export declare const deserializeAws_json1_1GetPreparedStatementCommand: (
574
+ export declare const de_GetPreparedStatementCommand: (
575
575
  output: __HttpResponse,
576
576
  context: __SerdeContext
577
577
  ) => Promise<GetPreparedStatementCommandOutput>;
578
- export declare const deserializeAws_json1_1GetQueryExecutionCommand: (
578
+ export declare const de_GetQueryExecutionCommand: (
579
579
  output: __HttpResponse,
580
580
  context: __SerdeContext
581
581
  ) => Promise<GetQueryExecutionCommandOutput>;
582
- export declare const deserializeAws_json1_1GetQueryResultsCommand: (
582
+ export declare const de_GetQueryResultsCommand: (
583
583
  output: __HttpResponse,
584
584
  context: __SerdeContext
585
585
  ) => Promise<GetQueryResultsCommandOutput>;
586
- export declare const deserializeAws_json1_1GetQueryRuntimeStatisticsCommand: (
586
+ export declare const de_GetQueryRuntimeStatisticsCommand: (
587
587
  output: __HttpResponse,
588
588
  context: __SerdeContext
589
589
  ) => Promise<GetQueryRuntimeStatisticsCommandOutput>;
590
- export declare const deserializeAws_json1_1GetSessionCommand: (
590
+ export declare const de_GetSessionCommand: (
591
591
  output: __HttpResponse,
592
592
  context: __SerdeContext
593
593
  ) => Promise<GetSessionCommandOutput>;
594
- export declare const deserializeAws_json1_1GetSessionStatusCommand: (
594
+ export declare const de_GetSessionStatusCommand: (
595
595
  output: __HttpResponse,
596
596
  context: __SerdeContext
597
597
  ) => Promise<GetSessionStatusCommandOutput>;
598
- export declare const deserializeAws_json1_1GetTableMetadataCommand: (
598
+ export declare const de_GetTableMetadataCommand: (
599
599
  output: __HttpResponse,
600
600
  context: __SerdeContext
601
601
  ) => Promise<GetTableMetadataCommandOutput>;
602
- export declare const deserializeAws_json1_1GetWorkGroupCommand: (
602
+ export declare const de_GetWorkGroupCommand: (
603
603
  output: __HttpResponse,
604
604
  context: __SerdeContext
605
605
  ) => Promise<GetWorkGroupCommandOutput>;
606
- export declare const deserializeAws_json1_1ImportNotebookCommand: (
606
+ export declare const de_ImportNotebookCommand: (
607
607
  output: __HttpResponse,
608
608
  context: __SerdeContext
609
609
  ) => Promise<ImportNotebookCommandOutput>;
610
- export declare const deserializeAws_json1_1ListApplicationDPUSizesCommand: (
610
+ export declare const de_ListApplicationDPUSizesCommand: (
611
611
  output: __HttpResponse,
612
612
  context: __SerdeContext
613
613
  ) => Promise<ListApplicationDPUSizesCommandOutput>;
614
- export declare const deserializeAws_json1_1ListCalculationExecutionsCommand: (
614
+ export declare const de_ListCalculationExecutionsCommand: (
615
615
  output: __HttpResponse,
616
616
  context: __SerdeContext
617
617
  ) => Promise<ListCalculationExecutionsCommandOutput>;
618
- export declare const deserializeAws_json1_1ListDatabasesCommand: (
618
+ export declare const de_ListDatabasesCommand: (
619
619
  output: __HttpResponse,
620
620
  context: __SerdeContext
621
621
  ) => Promise<ListDatabasesCommandOutput>;
622
- export declare const deserializeAws_json1_1ListDataCatalogsCommand: (
622
+ export declare const de_ListDataCatalogsCommand: (
623
623
  output: __HttpResponse,
624
624
  context: __SerdeContext
625
625
  ) => Promise<ListDataCatalogsCommandOutput>;
626
- export declare const deserializeAws_json1_1ListEngineVersionsCommand: (
626
+ export declare const de_ListEngineVersionsCommand: (
627
627
  output: __HttpResponse,
628
628
  context: __SerdeContext
629
629
  ) => Promise<ListEngineVersionsCommandOutput>;
630
- export declare const deserializeAws_json1_1ListExecutorsCommand: (
630
+ export declare const de_ListExecutorsCommand: (
631
631
  output: __HttpResponse,
632
632
  context: __SerdeContext
633
633
  ) => Promise<ListExecutorsCommandOutput>;
634
- export declare const deserializeAws_json1_1ListNamedQueriesCommand: (
634
+ export declare const de_ListNamedQueriesCommand: (
635
635
  output: __HttpResponse,
636
636
  context: __SerdeContext
637
637
  ) => Promise<ListNamedQueriesCommandOutput>;
638
- export declare const deserializeAws_json1_1ListNotebookMetadataCommand: (
638
+ export declare const de_ListNotebookMetadataCommand: (
639
639
  output: __HttpResponse,
640
640
  context: __SerdeContext
641
641
  ) => Promise<ListNotebookMetadataCommandOutput>;
642
- export declare const deserializeAws_json1_1ListNotebookSessionsCommand: (
642
+ export declare const de_ListNotebookSessionsCommand: (
643
643
  output: __HttpResponse,
644
644
  context: __SerdeContext
645
645
  ) => Promise<ListNotebookSessionsCommandOutput>;
646
- export declare const deserializeAws_json1_1ListPreparedStatementsCommand: (
646
+ export declare const de_ListPreparedStatementsCommand: (
647
647
  output: __HttpResponse,
648
648
  context: __SerdeContext
649
649
  ) => Promise<ListPreparedStatementsCommandOutput>;
650
- export declare const deserializeAws_json1_1ListQueryExecutionsCommand: (
650
+ export declare const de_ListQueryExecutionsCommand: (
651
651
  output: __HttpResponse,
652
652
  context: __SerdeContext
653
653
  ) => Promise<ListQueryExecutionsCommandOutput>;
654
- export declare const deserializeAws_json1_1ListSessionsCommand: (
654
+ export declare const de_ListSessionsCommand: (
655
655
  output: __HttpResponse,
656
656
  context: __SerdeContext
657
657
  ) => Promise<ListSessionsCommandOutput>;
658
- export declare const deserializeAws_json1_1ListTableMetadataCommand: (
658
+ export declare const de_ListTableMetadataCommand: (
659
659
  output: __HttpResponse,
660
660
  context: __SerdeContext
661
661
  ) => Promise<ListTableMetadataCommandOutput>;
662
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
662
+ export declare const de_ListTagsForResourceCommand: (
663
663
  output: __HttpResponse,
664
664
  context: __SerdeContext
665
665
  ) => Promise<ListTagsForResourceCommandOutput>;
666
- export declare const deserializeAws_json1_1ListWorkGroupsCommand: (
666
+ export declare const de_ListWorkGroupsCommand: (
667
667
  output: __HttpResponse,
668
668
  context: __SerdeContext
669
669
  ) => Promise<ListWorkGroupsCommandOutput>;
670
- export declare const deserializeAws_json1_1StartCalculationExecutionCommand: (
670
+ export declare const de_StartCalculationExecutionCommand: (
671
671
  output: __HttpResponse,
672
672
  context: __SerdeContext
673
673
  ) => Promise<StartCalculationExecutionCommandOutput>;
674
- export declare const deserializeAws_json1_1StartQueryExecutionCommand: (
674
+ export declare const de_StartQueryExecutionCommand: (
675
675
  output: __HttpResponse,
676
676
  context: __SerdeContext
677
677
  ) => Promise<StartQueryExecutionCommandOutput>;
678
- export declare const deserializeAws_json1_1StartSessionCommand: (
678
+ export declare const de_StartSessionCommand: (
679
679
  output: __HttpResponse,
680
680
  context: __SerdeContext
681
681
  ) => Promise<StartSessionCommandOutput>;
682
- export declare const deserializeAws_json1_1StopCalculationExecutionCommand: (
682
+ export declare const de_StopCalculationExecutionCommand: (
683
683
  output: __HttpResponse,
684
684
  context: __SerdeContext
685
685
  ) => Promise<StopCalculationExecutionCommandOutput>;
686
- export declare const deserializeAws_json1_1StopQueryExecutionCommand: (
686
+ export declare const de_StopQueryExecutionCommand: (
687
687
  output: __HttpResponse,
688
688
  context: __SerdeContext
689
689
  ) => Promise<StopQueryExecutionCommandOutput>;
690
- export declare const deserializeAws_json1_1TagResourceCommand: (
690
+ export declare const de_TagResourceCommand: (
691
691
  output: __HttpResponse,
692
692
  context: __SerdeContext
693
693
  ) => Promise<TagResourceCommandOutput>;
694
- export declare const deserializeAws_json1_1TerminateSessionCommand: (
694
+ export declare const de_TerminateSessionCommand: (
695
695
  output: __HttpResponse,
696
696
  context: __SerdeContext
697
697
  ) => Promise<TerminateSessionCommandOutput>;
698
- export declare const deserializeAws_json1_1UntagResourceCommand: (
698
+ export declare const de_UntagResourceCommand: (
699
699
  output: __HttpResponse,
700
700
  context: __SerdeContext
701
701
  ) => Promise<UntagResourceCommandOutput>;
702
- export declare const deserializeAws_json1_1UpdateDataCatalogCommand: (
702
+ export declare const de_UpdateDataCatalogCommand: (
703
703
  output: __HttpResponse,
704
704
  context: __SerdeContext
705
705
  ) => Promise<UpdateDataCatalogCommandOutput>;
706
- export declare const deserializeAws_json1_1UpdateNamedQueryCommand: (
706
+ export declare const de_UpdateNamedQueryCommand: (
707
707
  output: __HttpResponse,
708
708
  context: __SerdeContext
709
709
  ) => Promise<UpdateNamedQueryCommandOutput>;
710
- export declare const deserializeAws_json1_1UpdateNotebookCommand: (
710
+ export declare const de_UpdateNotebookCommand: (
711
711
  output: __HttpResponse,
712
712
  context: __SerdeContext
713
713
  ) => Promise<UpdateNotebookCommandOutput>;
714
- export declare const deserializeAws_json1_1UpdateNotebookMetadataCommand: (
714
+ export declare const de_UpdateNotebookMetadataCommand: (
715
715
  output: __HttpResponse,
716
716
  context: __SerdeContext
717
717
  ) => Promise<UpdateNotebookMetadataCommandOutput>;
718
- export declare const deserializeAws_json1_1UpdatePreparedStatementCommand: (
718
+ export declare const de_UpdatePreparedStatementCommand: (
719
719
  output: __HttpResponse,
720
720
  context: __SerdeContext
721
721
  ) => Promise<UpdatePreparedStatementCommandOutput>;
722
- export declare const deserializeAws_json1_1UpdateWorkGroupCommand: (
722
+ export declare const de_UpdateWorkGroupCommand: (
723
723
  output: __HttpResponse,
724
724
  context: __SerdeContext
725
725
  ) => Promise<UpdateWorkGroupCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-athena",
3
3
  "description": "AWS SDK for JavaScript Athena Client for Node.js, Browser and React Native",
4
- "version": "3.306.0",
4
+ "version": "3.309.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.306.0",
24
+ "@aws-sdk/client-sts": "3.309.0",
25
25
  "@aws-sdk/config-resolver": "3.306.0",
26
- "@aws-sdk/credential-provider-node": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.309.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.306.0",
28
28
  "@aws-sdk/hash-node": "3.306.0",
29
29
  "@aws-sdk/invalid-dependency": "3.306.0",
@@ -40,14 +40,14 @@
40
40
  "@aws-sdk/node-config-provider": "3.306.0",
41
41
  "@aws-sdk/node-http-handler": "3.306.0",
42
42
  "@aws-sdk/protocol-http": "3.306.0",
43
- "@aws-sdk/smithy-client": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.309.0",
44
44
  "@aws-sdk/types": "3.306.0",
45
45
  "@aws-sdk/url-parser": "3.306.0",
46
46
  "@aws-sdk/util-base64": "3.303.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.303.0",
48
48
  "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.306.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.306.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
51
  "@aws-sdk/util-endpoints": "3.306.0",
52
52
  "@aws-sdk/util-retry": "3.306.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.306.0",