@aws-sdk/client-athena 3.649.0 → 3.651.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +68 -204
- package/dist-es/commands/BatchGetNamedQueryCommand.js +1 -3
- package/dist-es/commands/BatchGetPreparedStatementCommand.js +1 -3
- package/dist-es/commands/BatchGetQueryExecutionCommand.js +1 -3
- package/dist-es/commands/CancelCapacityReservationCommand.js +1 -3
- package/dist-es/commands/CreateCapacityReservationCommand.js +1 -3
- package/dist-es/commands/CreateDataCatalogCommand.js +1 -3
- package/dist-es/commands/CreateNamedQueryCommand.js +1 -3
- package/dist-es/commands/CreateNotebookCommand.js +1 -3
- package/dist-es/commands/CreatePreparedStatementCommand.js +1 -3
- package/dist-es/commands/CreatePresignedNotebookUrlCommand.js +1 -3
- package/dist-es/commands/CreateWorkGroupCommand.js +1 -3
- package/dist-es/commands/DeleteCapacityReservationCommand.js +1 -3
- package/dist-es/commands/DeleteDataCatalogCommand.js +1 -3
- package/dist-es/commands/DeleteNamedQueryCommand.js +1 -3
- package/dist-es/commands/DeleteNotebookCommand.js +1 -3
- package/dist-es/commands/DeletePreparedStatementCommand.js +1 -3
- package/dist-es/commands/DeleteWorkGroupCommand.js +1 -3
- package/dist-es/commands/ExportNotebookCommand.js +1 -3
- package/dist-es/commands/GetCalculationExecutionCodeCommand.js +1 -3
- package/dist-es/commands/GetCalculationExecutionCommand.js +1 -3
- package/dist-es/commands/GetCalculationExecutionStatusCommand.js +1 -3
- package/dist-es/commands/GetCapacityAssignmentConfigurationCommand.js +1 -3
- package/dist-es/commands/GetCapacityReservationCommand.js +1 -3
- package/dist-es/commands/GetDataCatalogCommand.js +1 -3
- package/dist-es/commands/GetDatabaseCommand.js +1 -3
- package/dist-es/commands/GetNamedQueryCommand.js +1 -3
- package/dist-es/commands/GetNotebookMetadataCommand.js +1 -3
- package/dist-es/commands/GetPreparedStatementCommand.js +1 -3
- package/dist-es/commands/GetQueryExecutionCommand.js +1 -3
- package/dist-es/commands/GetQueryResultsCommand.js +1 -3
- package/dist-es/commands/GetQueryRuntimeStatisticsCommand.js +1 -3
- package/dist-es/commands/GetSessionCommand.js +1 -3
- package/dist-es/commands/GetSessionStatusCommand.js +1 -3
- package/dist-es/commands/GetTableMetadataCommand.js +1 -3
- package/dist-es/commands/GetWorkGroupCommand.js +1 -3
- package/dist-es/commands/ImportNotebookCommand.js +1 -3
- package/dist-es/commands/ListApplicationDPUSizesCommand.js +1 -3
- package/dist-es/commands/ListCalculationExecutionsCommand.js +1 -3
- package/dist-es/commands/ListCapacityReservationsCommand.js +1 -3
- package/dist-es/commands/ListDataCatalogsCommand.js +1 -3
- package/dist-es/commands/ListDatabasesCommand.js +1 -3
- package/dist-es/commands/ListEngineVersionsCommand.js +1 -3
- package/dist-es/commands/ListExecutorsCommand.js +1 -3
- package/dist-es/commands/ListNamedQueriesCommand.js +1 -3
- package/dist-es/commands/ListNotebookMetadataCommand.js +1 -3
- package/dist-es/commands/ListNotebookSessionsCommand.js +1 -3
- package/dist-es/commands/ListPreparedStatementsCommand.js +1 -3
- package/dist-es/commands/ListQueryExecutionsCommand.js +1 -3
- package/dist-es/commands/ListSessionsCommand.js +1 -3
- package/dist-es/commands/ListTableMetadataCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListWorkGroupsCommand.js +1 -3
- package/dist-es/commands/PutCapacityAssignmentConfigurationCommand.js +1 -3
- package/dist-es/commands/StartCalculationExecutionCommand.js +1 -3
- package/dist-es/commands/StartQueryExecutionCommand.js +1 -3
- package/dist-es/commands/StartSessionCommand.js +1 -3
- package/dist-es/commands/StopCalculationExecutionCommand.js +1 -3
- package/dist-es/commands/StopQueryExecutionCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/TerminateSessionCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateCapacityReservationCommand.js +1 -3
- package/dist-es/commands/UpdateDataCatalogCommand.js +1 -3
- package/dist-es/commands/UpdateNamedQueryCommand.js +1 -3
- package/dist-es/commands/UpdateNotebookCommand.js +1 -3
- package/dist-es/commands/UpdateNotebookMetadataCommand.js +1 -3
- package/dist-es/commands/UpdatePreparedStatementCommand.js +1 -3
- package/dist-es/commands/UpdateWorkGroupCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +5 -5
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -2324,9 +2324,7 @@ function sharedHeaders(operation) {
|
|
|
2324
2324
|
__name(sharedHeaders, "sharedHeaders");
|
|
2325
2325
|
|
|
2326
2326
|
// src/commands/BatchGetNamedQueryCommand.ts
|
|
2327
|
-
var _BatchGetNamedQueryCommand = class _BatchGetNamedQueryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2328
|
-
...commonParams
|
|
2329
|
-
}).m(function(Command, cs, config, o) {
|
|
2327
|
+
var _BatchGetNamedQueryCommand = class _BatchGetNamedQueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2330
2328
|
return [
|
|
2331
2329
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2332
2330
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2340,9 +2338,7 @@ var BatchGetNamedQueryCommand = _BatchGetNamedQueryCommand;
|
|
|
2340
2338
|
|
|
2341
2339
|
|
|
2342
2340
|
|
|
2343
|
-
var _BatchGetPreparedStatementCommand = class _BatchGetPreparedStatementCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2344
|
-
...commonParams
|
|
2345
|
-
}).m(function(Command, cs, config, o) {
|
|
2341
|
+
var _BatchGetPreparedStatementCommand = class _BatchGetPreparedStatementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2346
2342
|
return [
|
|
2347
2343
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2348
2344
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2356,9 +2352,7 @@ var BatchGetPreparedStatementCommand = _BatchGetPreparedStatementCommand;
|
|
|
2356
2352
|
|
|
2357
2353
|
|
|
2358
2354
|
|
|
2359
|
-
var _BatchGetQueryExecutionCommand = class _BatchGetQueryExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2360
|
-
...commonParams
|
|
2361
|
-
}).m(function(Command, cs, config, o) {
|
|
2355
|
+
var _BatchGetQueryExecutionCommand = class _BatchGetQueryExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2362
2356
|
return [
|
|
2363
2357
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2364
2358
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2372,9 +2366,7 @@ var BatchGetQueryExecutionCommand = _BatchGetQueryExecutionCommand;
|
|
|
2372
2366
|
|
|
2373
2367
|
|
|
2374
2368
|
|
|
2375
|
-
var _CancelCapacityReservationCommand = class _CancelCapacityReservationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2376
|
-
...commonParams
|
|
2377
|
-
}).m(function(Command, cs, config, o) {
|
|
2369
|
+
var _CancelCapacityReservationCommand = class _CancelCapacityReservationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2378
2370
|
return [
|
|
2379
2371
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2380
2372
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2388,9 +2380,7 @@ var CancelCapacityReservationCommand = _CancelCapacityReservationCommand;
|
|
|
2388
2380
|
|
|
2389
2381
|
|
|
2390
2382
|
|
|
2391
|
-
var _CreateCapacityReservationCommand = class _CreateCapacityReservationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2392
|
-
...commonParams
|
|
2393
|
-
}).m(function(Command, cs, config, o) {
|
|
2383
|
+
var _CreateCapacityReservationCommand = class _CreateCapacityReservationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2394
2384
|
return [
|
|
2395
2385
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2396
2386
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2404,9 +2394,7 @@ var CreateCapacityReservationCommand = _CreateCapacityReservationCommand;
|
|
|
2404
2394
|
|
|
2405
2395
|
|
|
2406
2396
|
|
|
2407
|
-
var _CreateDataCatalogCommand = class _CreateDataCatalogCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2408
|
-
...commonParams
|
|
2409
|
-
}).m(function(Command, cs, config, o) {
|
|
2397
|
+
var _CreateDataCatalogCommand = class _CreateDataCatalogCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2410
2398
|
return [
|
|
2411
2399
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2412
2400
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2420,9 +2408,7 @@ var CreateDataCatalogCommand = _CreateDataCatalogCommand;
|
|
|
2420
2408
|
|
|
2421
2409
|
|
|
2422
2410
|
|
|
2423
|
-
var _CreateNamedQueryCommand = class _CreateNamedQueryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2424
|
-
...commonParams
|
|
2425
|
-
}).m(function(Command, cs, config, o) {
|
|
2411
|
+
var _CreateNamedQueryCommand = class _CreateNamedQueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2426
2412
|
return [
|
|
2427
2413
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2428
2414
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2436,9 +2422,7 @@ var CreateNamedQueryCommand = _CreateNamedQueryCommand;
|
|
|
2436
2422
|
|
|
2437
2423
|
|
|
2438
2424
|
|
|
2439
|
-
var _CreateNotebookCommand = class _CreateNotebookCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2440
|
-
...commonParams
|
|
2441
|
-
}).m(function(Command, cs, config, o) {
|
|
2425
|
+
var _CreateNotebookCommand = class _CreateNotebookCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2442
2426
|
return [
|
|
2443
2427
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2444
2428
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2452,9 +2436,7 @@ var CreateNotebookCommand = _CreateNotebookCommand;
|
|
|
2452
2436
|
|
|
2453
2437
|
|
|
2454
2438
|
|
|
2455
|
-
var _CreatePreparedStatementCommand = class _CreatePreparedStatementCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2456
|
-
...commonParams
|
|
2457
|
-
}).m(function(Command, cs, config, o) {
|
|
2439
|
+
var _CreatePreparedStatementCommand = class _CreatePreparedStatementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2458
2440
|
return [
|
|
2459
2441
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2460
2442
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2468,9 +2450,7 @@ var CreatePreparedStatementCommand = _CreatePreparedStatementCommand;
|
|
|
2468
2450
|
|
|
2469
2451
|
|
|
2470
2452
|
|
|
2471
|
-
var _CreatePresignedNotebookUrlCommand = class _CreatePresignedNotebookUrlCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2472
|
-
...commonParams
|
|
2473
|
-
}).m(function(Command, cs, config, o) {
|
|
2453
|
+
var _CreatePresignedNotebookUrlCommand = class _CreatePresignedNotebookUrlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2474
2454
|
return [
|
|
2475
2455
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2476
2456
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2484,9 +2464,7 @@ var CreatePresignedNotebookUrlCommand = _CreatePresignedNotebookUrlCommand;
|
|
|
2484
2464
|
|
|
2485
2465
|
|
|
2486
2466
|
|
|
2487
|
-
var _CreateWorkGroupCommand = class _CreateWorkGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2488
|
-
...commonParams
|
|
2489
|
-
}).m(function(Command, cs, config, o) {
|
|
2467
|
+
var _CreateWorkGroupCommand = class _CreateWorkGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2490
2468
|
return [
|
|
2491
2469
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2492
2470
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2500,9 +2478,7 @@ var CreateWorkGroupCommand = _CreateWorkGroupCommand;
|
|
|
2500
2478
|
|
|
2501
2479
|
|
|
2502
2480
|
|
|
2503
|
-
var _DeleteCapacityReservationCommand = class _DeleteCapacityReservationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2504
|
-
...commonParams
|
|
2505
|
-
}).m(function(Command, cs, config, o) {
|
|
2481
|
+
var _DeleteCapacityReservationCommand = class _DeleteCapacityReservationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2506
2482
|
return [
|
|
2507
2483
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2508
2484
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2516,9 +2492,7 @@ var DeleteCapacityReservationCommand = _DeleteCapacityReservationCommand;
|
|
|
2516
2492
|
|
|
2517
2493
|
|
|
2518
2494
|
|
|
2519
|
-
var _DeleteDataCatalogCommand = class _DeleteDataCatalogCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2520
|
-
...commonParams
|
|
2521
|
-
}).m(function(Command, cs, config, o) {
|
|
2495
|
+
var _DeleteDataCatalogCommand = class _DeleteDataCatalogCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2522
2496
|
return [
|
|
2523
2497
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2524
2498
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2532,9 +2506,7 @@ var DeleteDataCatalogCommand = _DeleteDataCatalogCommand;
|
|
|
2532
2506
|
|
|
2533
2507
|
|
|
2534
2508
|
|
|
2535
|
-
var _DeleteNamedQueryCommand = class _DeleteNamedQueryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2536
|
-
...commonParams
|
|
2537
|
-
}).m(function(Command, cs, config, o) {
|
|
2509
|
+
var _DeleteNamedQueryCommand = class _DeleteNamedQueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2538
2510
|
return [
|
|
2539
2511
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2540
2512
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2548,9 +2520,7 @@ var DeleteNamedQueryCommand = _DeleteNamedQueryCommand;
|
|
|
2548
2520
|
|
|
2549
2521
|
|
|
2550
2522
|
|
|
2551
|
-
var _DeleteNotebookCommand = class _DeleteNotebookCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2552
|
-
...commonParams
|
|
2553
|
-
}).m(function(Command, cs, config, o) {
|
|
2523
|
+
var _DeleteNotebookCommand = class _DeleteNotebookCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2554
2524
|
return [
|
|
2555
2525
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2556
2526
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2564,9 +2534,7 @@ var DeleteNotebookCommand = _DeleteNotebookCommand;
|
|
|
2564
2534
|
|
|
2565
2535
|
|
|
2566
2536
|
|
|
2567
|
-
var _DeletePreparedStatementCommand = class _DeletePreparedStatementCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2568
|
-
...commonParams
|
|
2569
|
-
}).m(function(Command, cs, config, o) {
|
|
2537
|
+
var _DeletePreparedStatementCommand = class _DeletePreparedStatementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2570
2538
|
return [
|
|
2571
2539
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2572
2540
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2580,9 +2548,7 @@ var DeletePreparedStatementCommand = _DeletePreparedStatementCommand;
|
|
|
2580
2548
|
|
|
2581
2549
|
|
|
2582
2550
|
|
|
2583
|
-
var _DeleteWorkGroupCommand = class _DeleteWorkGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2584
|
-
...commonParams
|
|
2585
|
-
}).m(function(Command, cs, config, o) {
|
|
2551
|
+
var _DeleteWorkGroupCommand = class _DeleteWorkGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2586
2552
|
return [
|
|
2587
2553
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2588
2554
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2596,9 +2562,7 @@ var DeleteWorkGroupCommand = _DeleteWorkGroupCommand;
|
|
|
2596
2562
|
|
|
2597
2563
|
|
|
2598
2564
|
|
|
2599
|
-
var _ExportNotebookCommand = class _ExportNotebookCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2600
|
-
...commonParams
|
|
2601
|
-
}).m(function(Command, cs, config, o) {
|
|
2565
|
+
var _ExportNotebookCommand = class _ExportNotebookCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2602
2566
|
return [
|
|
2603
2567
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2604
2568
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2612,9 +2576,7 @@ var ExportNotebookCommand = _ExportNotebookCommand;
|
|
|
2612
2576
|
|
|
2613
2577
|
|
|
2614
2578
|
|
|
2615
|
-
var _GetCalculationExecutionCodeCommand = class _GetCalculationExecutionCodeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2616
|
-
...commonParams
|
|
2617
|
-
}).m(function(Command, cs, config, o) {
|
|
2579
|
+
var _GetCalculationExecutionCodeCommand = class _GetCalculationExecutionCodeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2618
2580
|
return [
|
|
2619
2581
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2620
2582
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2628,9 +2590,7 @@ var GetCalculationExecutionCodeCommand = _GetCalculationExecutionCodeCommand;
|
|
|
2628
2590
|
|
|
2629
2591
|
|
|
2630
2592
|
|
|
2631
|
-
var _GetCalculationExecutionCommand = class _GetCalculationExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2632
|
-
...commonParams
|
|
2633
|
-
}).m(function(Command, cs, config, o) {
|
|
2593
|
+
var _GetCalculationExecutionCommand = class _GetCalculationExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2634
2594
|
return [
|
|
2635
2595
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2636
2596
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2644,9 +2604,7 @@ var GetCalculationExecutionCommand = _GetCalculationExecutionCommand;
|
|
|
2644
2604
|
|
|
2645
2605
|
|
|
2646
2606
|
|
|
2647
|
-
var _GetCalculationExecutionStatusCommand = class _GetCalculationExecutionStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2648
|
-
...commonParams
|
|
2649
|
-
}).m(function(Command, cs, config, o) {
|
|
2607
|
+
var _GetCalculationExecutionStatusCommand = class _GetCalculationExecutionStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2650
2608
|
return [
|
|
2651
2609
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2652
2610
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2660,9 +2618,7 @@ var GetCalculationExecutionStatusCommand = _GetCalculationExecutionStatusCommand
|
|
|
2660
2618
|
|
|
2661
2619
|
|
|
2662
2620
|
|
|
2663
|
-
var _GetCapacityAssignmentConfigurationCommand = class _GetCapacityAssignmentConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2664
|
-
...commonParams
|
|
2665
|
-
}).m(function(Command, cs, config, o) {
|
|
2621
|
+
var _GetCapacityAssignmentConfigurationCommand = class _GetCapacityAssignmentConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2666
2622
|
return [
|
|
2667
2623
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2668
2624
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2676,9 +2632,7 @@ var GetCapacityAssignmentConfigurationCommand = _GetCapacityAssignmentConfigurat
|
|
|
2676
2632
|
|
|
2677
2633
|
|
|
2678
2634
|
|
|
2679
|
-
var _GetCapacityReservationCommand = class _GetCapacityReservationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2680
|
-
...commonParams
|
|
2681
|
-
}).m(function(Command, cs, config, o) {
|
|
2635
|
+
var _GetCapacityReservationCommand = class _GetCapacityReservationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2682
2636
|
return [
|
|
2683
2637
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2684
2638
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2692,9 +2646,7 @@ var GetCapacityReservationCommand = _GetCapacityReservationCommand;
|
|
|
2692
2646
|
|
|
2693
2647
|
|
|
2694
2648
|
|
|
2695
|
-
var _GetDatabaseCommand = class _GetDatabaseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2696
|
-
...commonParams
|
|
2697
|
-
}).m(function(Command, cs, config, o) {
|
|
2649
|
+
var _GetDatabaseCommand = class _GetDatabaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2698
2650
|
return [
|
|
2699
2651
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2700
2652
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2708,9 +2660,7 @@ var GetDatabaseCommand = _GetDatabaseCommand;
|
|
|
2708
2660
|
|
|
2709
2661
|
|
|
2710
2662
|
|
|
2711
|
-
var _GetDataCatalogCommand = class _GetDataCatalogCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2712
|
-
...commonParams
|
|
2713
|
-
}).m(function(Command, cs, config, o) {
|
|
2663
|
+
var _GetDataCatalogCommand = class _GetDataCatalogCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2714
2664
|
return [
|
|
2715
2665
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2716
2666
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2724,9 +2674,7 @@ var GetDataCatalogCommand = _GetDataCatalogCommand;
|
|
|
2724
2674
|
|
|
2725
2675
|
|
|
2726
2676
|
|
|
2727
|
-
var _GetNamedQueryCommand = class _GetNamedQueryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2728
|
-
...commonParams
|
|
2729
|
-
}).m(function(Command, cs, config, o) {
|
|
2677
|
+
var _GetNamedQueryCommand = class _GetNamedQueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2730
2678
|
return [
|
|
2731
2679
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2732
2680
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2740,9 +2688,7 @@ var GetNamedQueryCommand = _GetNamedQueryCommand;
|
|
|
2740
2688
|
|
|
2741
2689
|
|
|
2742
2690
|
|
|
2743
|
-
var _GetNotebookMetadataCommand = class _GetNotebookMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2744
|
-
...commonParams
|
|
2745
|
-
}).m(function(Command, cs, config, o) {
|
|
2691
|
+
var _GetNotebookMetadataCommand = class _GetNotebookMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2746
2692
|
return [
|
|
2747
2693
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2748
2694
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2756,9 +2702,7 @@ var GetNotebookMetadataCommand = _GetNotebookMetadataCommand;
|
|
|
2756
2702
|
|
|
2757
2703
|
|
|
2758
2704
|
|
|
2759
|
-
var _GetPreparedStatementCommand = class _GetPreparedStatementCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2760
|
-
...commonParams
|
|
2761
|
-
}).m(function(Command, cs, config, o) {
|
|
2705
|
+
var _GetPreparedStatementCommand = class _GetPreparedStatementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2762
2706
|
return [
|
|
2763
2707
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2764
2708
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2772,9 +2716,7 @@ var GetPreparedStatementCommand = _GetPreparedStatementCommand;
|
|
|
2772
2716
|
|
|
2773
2717
|
|
|
2774
2718
|
|
|
2775
|
-
var _GetQueryExecutionCommand = class _GetQueryExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2776
|
-
...commonParams
|
|
2777
|
-
}).m(function(Command, cs, config, o) {
|
|
2719
|
+
var _GetQueryExecutionCommand = class _GetQueryExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2778
2720
|
return [
|
|
2779
2721
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2780
2722
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2788,9 +2730,7 @@ var GetQueryExecutionCommand = _GetQueryExecutionCommand;
|
|
|
2788
2730
|
|
|
2789
2731
|
|
|
2790
2732
|
|
|
2791
|
-
var _GetQueryResultsCommand = class _GetQueryResultsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2792
|
-
...commonParams
|
|
2793
|
-
}).m(function(Command, cs, config, o) {
|
|
2733
|
+
var _GetQueryResultsCommand = class _GetQueryResultsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2794
2734
|
return [
|
|
2795
2735
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2796
2736
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2804,9 +2744,7 @@ var GetQueryResultsCommand = _GetQueryResultsCommand;
|
|
|
2804
2744
|
|
|
2805
2745
|
|
|
2806
2746
|
|
|
2807
|
-
var _GetQueryRuntimeStatisticsCommand = class _GetQueryRuntimeStatisticsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2808
|
-
...commonParams
|
|
2809
|
-
}).m(function(Command, cs, config, o) {
|
|
2747
|
+
var _GetQueryRuntimeStatisticsCommand = class _GetQueryRuntimeStatisticsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2810
2748
|
return [
|
|
2811
2749
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2812
2750
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2820,9 +2758,7 @@ var GetQueryRuntimeStatisticsCommand = _GetQueryRuntimeStatisticsCommand;
|
|
|
2820
2758
|
|
|
2821
2759
|
|
|
2822
2760
|
|
|
2823
|
-
var _GetSessionCommand = class _GetSessionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2824
|
-
...commonParams
|
|
2825
|
-
}).m(function(Command, cs, config, o) {
|
|
2761
|
+
var _GetSessionCommand = class _GetSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2826
2762
|
return [
|
|
2827
2763
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2828
2764
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2836,9 +2772,7 @@ var GetSessionCommand = _GetSessionCommand;
|
|
|
2836
2772
|
|
|
2837
2773
|
|
|
2838
2774
|
|
|
2839
|
-
var _GetSessionStatusCommand = class _GetSessionStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2840
|
-
...commonParams
|
|
2841
|
-
}).m(function(Command, cs, config, o) {
|
|
2775
|
+
var _GetSessionStatusCommand = class _GetSessionStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2842
2776
|
return [
|
|
2843
2777
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2844
2778
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2852,9 +2786,7 @@ var GetSessionStatusCommand = _GetSessionStatusCommand;
|
|
|
2852
2786
|
|
|
2853
2787
|
|
|
2854
2788
|
|
|
2855
|
-
var _GetTableMetadataCommand = class _GetTableMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2856
|
-
...commonParams
|
|
2857
|
-
}).m(function(Command, cs, config, o) {
|
|
2789
|
+
var _GetTableMetadataCommand = class _GetTableMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2858
2790
|
return [
|
|
2859
2791
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2860
2792
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2868,9 +2800,7 @@ var GetTableMetadataCommand = _GetTableMetadataCommand;
|
|
|
2868
2800
|
|
|
2869
2801
|
|
|
2870
2802
|
|
|
2871
|
-
var _GetWorkGroupCommand = class _GetWorkGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2872
|
-
...commonParams
|
|
2873
|
-
}).m(function(Command, cs, config, o) {
|
|
2803
|
+
var _GetWorkGroupCommand = class _GetWorkGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2874
2804
|
return [
|
|
2875
2805
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2876
2806
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2884,9 +2814,7 @@ var GetWorkGroupCommand = _GetWorkGroupCommand;
|
|
|
2884
2814
|
|
|
2885
2815
|
|
|
2886
2816
|
|
|
2887
|
-
var _ImportNotebookCommand = class _ImportNotebookCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2888
|
-
...commonParams
|
|
2889
|
-
}).m(function(Command, cs, config, o) {
|
|
2817
|
+
var _ImportNotebookCommand = class _ImportNotebookCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2890
2818
|
return [
|
|
2891
2819
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2892
2820
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2900,9 +2828,7 @@ var ImportNotebookCommand = _ImportNotebookCommand;
|
|
|
2900
2828
|
|
|
2901
2829
|
|
|
2902
2830
|
|
|
2903
|
-
var _ListApplicationDPUSizesCommand = class _ListApplicationDPUSizesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2904
|
-
...commonParams
|
|
2905
|
-
}).m(function(Command, cs, config, o) {
|
|
2831
|
+
var _ListApplicationDPUSizesCommand = class _ListApplicationDPUSizesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2906
2832
|
return [
|
|
2907
2833
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2908
2834
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2916,9 +2842,7 @@ var ListApplicationDPUSizesCommand = _ListApplicationDPUSizesCommand;
|
|
|
2916
2842
|
|
|
2917
2843
|
|
|
2918
2844
|
|
|
2919
|
-
var _ListCalculationExecutionsCommand = class _ListCalculationExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2920
|
-
...commonParams
|
|
2921
|
-
}).m(function(Command, cs, config, o) {
|
|
2845
|
+
var _ListCalculationExecutionsCommand = class _ListCalculationExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2922
2846
|
return [
|
|
2923
2847
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2924
2848
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2932,9 +2856,7 @@ var ListCalculationExecutionsCommand = _ListCalculationExecutionsCommand;
|
|
|
2932
2856
|
|
|
2933
2857
|
|
|
2934
2858
|
|
|
2935
|
-
var _ListCapacityReservationsCommand = class _ListCapacityReservationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2936
|
-
...commonParams
|
|
2937
|
-
}).m(function(Command, cs, config, o) {
|
|
2859
|
+
var _ListCapacityReservationsCommand = class _ListCapacityReservationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2938
2860
|
return [
|
|
2939
2861
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2940
2862
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2948,9 +2870,7 @@ var ListCapacityReservationsCommand = _ListCapacityReservationsCommand;
|
|
|
2948
2870
|
|
|
2949
2871
|
|
|
2950
2872
|
|
|
2951
|
-
var _ListDatabasesCommand = class _ListDatabasesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2952
|
-
...commonParams
|
|
2953
|
-
}).m(function(Command, cs, config, o) {
|
|
2873
|
+
var _ListDatabasesCommand = class _ListDatabasesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2954
2874
|
return [
|
|
2955
2875
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2956
2876
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2964,9 +2884,7 @@ var ListDatabasesCommand = _ListDatabasesCommand;
|
|
|
2964
2884
|
|
|
2965
2885
|
|
|
2966
2886
|
|
|
2967
|
-
var _ListDataCatalogsCommand = class _ListDataCatalogsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2968
|
-
...commonParams
|
|
2969
|
-
}).m(function(Command, cs, config, o) {
|
|
2887
|
+
var _ListDataCatalogsCommand = class _ListDataCatalogsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2970
2888
|
return [
|
|
2971
2889
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2972
2890
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2980,9 +2898,7 @@ var ListDataCatalogsCommand = _ListDataCatalogsCommand;
|
|
|
2980
2898
|
|
|
2981
2899
|
|
|
2982
2900
|
|
|
2983
|
-
var _ListEngineVersionsCommand = class _ListEngineVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2984
|
-
...commonParams
|
|
2985
|
-
}).m(function(Command, cs, config, o) {
|
|
2901
|
+
var _ListEngineVersionsCommand = class _ListEngineVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2986
2902
|
return [
|
|
2987
2903
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2988
2904
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2996,9 +2912,7 @@ var ListEngineVersionsCommand = _ListEngineVersionsCommand;
|
|
|
2996
2912
|
|
|
2997
2913
|
|
|
2998
2914
|
|
|
2999
|
-
var _ListExecutorsCommand = class _ListExecutorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3000
|
-
...commonParams
|
|
3001
|
-
}).m(function(Command, cs, config, o) {
|
|
2915
|
+
var _ListExecutorsCommand = class _ListExecutorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3002
2916
|
return [
|
|
3003
2917
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3004
2918
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3012,9 +2926,7 @@ var ListExecutorsCommand = _ListExecutorsCommand;
|
|
|
3012
2926
|
|
|
3013
2927
|
|
|
3014
2928
|
|
|
3015
|
-
var _ListNamedQueriesCommand = class _ListNamedQueriesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3016
|
-
...commonParams
|
|
3017
|
-
}).m(function(Command, cs, config, o) {
|
|
2929
|
+
var _ListNamedQueriesCommand = class _ListNamedQueriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3018
2930
|
return [
|
|
3019
2931
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3020
2932
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3028,9 +2940,7 @@ var ListNamedQueriesCommand = _ListNamedQueriesCommand;
|
|
|
3028
2940
|
|
|
3029
2941
|
|
|
3030
2942
|
|
|
3031
|
-
var _ListNotebookMetadataCommand = class _ListNotebookMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3032
|
-
...commonParams
|
|
3033
|
-
}).m(function(Command, cs, config, o) {
|
|
2943
|
+
var _ListNotebookMetadataCommand = class _ListNotebookMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3034
2944
|
return [
|
|
3035
2945
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3036
2946
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3044,9 +2954,7 @@ var ListNotebookMetadataCommand = _ListNotebookMetadataCommand;
|
|
|
3044
2954
|
|
|
3045
2955
|
|
|
3046
2956
|
|
|
3047
|
-
var _ListNotebookSessionsCommand = class _ListNotebookSessionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3048
|
-
...commonParams
|
|
3049
|
-
}).m(function(Command, cs, config, o) {
|
|
2957
|
+
var _ListNotebookSessionsCommand = class _ListNotebookSessionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3050
2958
|
return [
|
|
3051
2959
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3052
2960
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3060,9 +2968,7 @@ var ListNotebookSessionsCommand = _ListNotebookSessionsCommand;
|
|
|
3060
2968
|
|
|
3061
2969
|
|
|
3062
2970
|
|
|
3063
|
-
var _ListPreparedStatementsCommand = class _ListPreparedStatementsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3064
|
-
...commonParams
|
|
3065
|
-
}).m(function(Command, cs, config, o) {
|
|
2971
|
+
var _ListPreparedStatementsCommand = class _ListPreparedStatementsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3066
2972
|
return [
|
|
3067
2973
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3068
2974
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3076,9 +2982,7 @@ var ListPreparedStatementsCommand = _ListPreparedStatementsCommand;
|
|
|
3076
2982
|
|
|
3077
2983
|
|
|
3078
2984
|
|
|
3079
|
-
var _ListQueryExecutionsCommand = class _ListQueryExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3080
|
-
...commonParams
|
|
3081
|
-
}).m(function(Command, cs, config, o) {
|
|
2985
|
+
var _ListQueryExecutionsCommand = class _ListQueryExecutionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3082
2986
|
return [
|
|
3083
2987
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3084
2988
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3092,9 +2996,7 @@ var ListQueryExecutionsCommand = _ListQueryExecutionsCommand;
|
|
|
3092
2996
|
|
|
3093
2997
|
|
|
3094
2998
|
|
|
3095
|
-
var _ListSessionsCommand = class _ListSessionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3096
|
-
...commonParams
|
|
3097
|
-
}).m(function(Command, cs, config, o) {
|
|
2999
|
+
var _ListSessionsCommand = class _ListSessionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3098
3000
|
return [
|
|
3099
3001
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3100
3002
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3108,9 +3010,7 @@ var ListSessionsCommand = _ListSessionsCommand;
|
|
|
3108
3010
|
|
|
3109
3011
|
|
|
3110
3012
|
|
|
3111
|
-
var _ListTableMetadataCommand = class _ListTableMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3112
|
-
...commonParams
|
|
3113
|
-
}).m(function(Command, cs, config, o) {
|
|
3013
|
+
var _ListTableMetadataCommand = class _ListTableMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3114
3014
|
return [
|
|
3115
3015
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3116
3016
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3124,9 +3024,7 @@ var ListTableMetadataCommand = _ListTableMetadataCommand;
|
|
|
3124
3024
|
|
|
3125
3025
|
|
|
3126
3026
|
|
|
3127
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3128
|
-
...commonParams
|
|
3129
|
-
}).m(function(Command, cs, config, o) {
|
|
3027
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3130
3028
|
return [
|
|
3131
3029
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3132
3030
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3140,9 +3038,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
3140
3038
|
|
|
3141
3039
|
|
|
3142
3040
|
|
|
3143
|
-
var _ListWorkGroupsCommand = class _ListWorkGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3144
|
-
...commonParams
|
|
3145
|
-
}).m(function(Command, cs, config, o) {
|
|
3041
|
+
var _ListWorkGroupsCommand = class _ListWorkGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3146
3042
|
return [
|
|
3147
3043
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3148
3044
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3156,9 +3052,7 @@ var ListWorkGroupsCommand = _ListWorkGroupsCommand;
|
|
|
3156
3052
|
|
|
3157
3053
|
|
|
3158
3054
|
|
|
3159
|
-
var _PutCapacityAssignmentConfigurationCommand = class _PutCapacityAssignmentConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3160
|
-
...commonParams
|
|
3161
|
-
}).m(function(Command, cs, config, o) {
|
|
3055
|
+
var _PutCapacityAssignmentConfigurationCommand = class _PutCapacityAssignmentConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3162
3056
|
return [
|
|
3163
3057
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3164
3058
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3172,9 +3066,7 @@ var PutCapacityAssignmentConfigurationCommand = _PutCapacityAssignmentConfigurat
|
|
|
3172
3066
|
|
|
3173
3067
|
|
|
3174
3068
|
|
|
3175
|
-
var _StartCalculationExecutionCommand = class _StartCalculationExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3176
|
-
...commonParams
|
|
3177
|
-
}).m(function(Command, cs, config, o) {
|
|
3069
|
+
var _StartCalculationExecutionCommand = class _StartCalculationExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3178
3070
|
return [
|
|
3179
3071
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3180
3072
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3188,9 +3080,7 @@ var StartCalculationExecutionCommand = _StartCalculationExecutionCommand;
|
|
|
3188
3080
|
|
|
3189
3081
|
|
|
3190
3082
|
|
|
3191
|
-
var _StartQueryExecutionCommand = class _StartQueryExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3192
|
-
...commonParams
|
|
3193
|
-
}).m(function(Command, cs, config, o) {
|
|
3083
|
+
var _StartQueryExecutionCommand = class _StartQueryExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3194
3084
|
return [
|
|
3195
3085
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3196
3086
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3204,9 +3094,7 @@ var StartQueryExecutionCommand = _StartQueryExecutionCommand;
|
|
|
3204
3094
|
|
|
3205
3095
|
|
|
3206
3096
|
|
|
3207
|
-
var _StartSessionCommand = class _StartSessionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3208
|
-
...commonParams
|
|
3209
|
-
}).m(function(Command, cs, config, o) {
|
|
3097
|
+
var _StartSessionCommand = class _StartSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3210
3098
|
return [
|
|
3211
3099
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3212
3100
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3220,9 +3108,7 @@ var StartSessionCommand = _StartSessionCommand;
|
|
|
3220
3108
|
|
|
3221
3109
|
|
|
3222
3110
|
|
|
3223
|
-
var _StopCalculationExecutionCommand = class _StopCalculationExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3224
|
-
...commonParams
|
|
3225
|
-
}).m(function(Command, cs, config, o) {
|
|
3111
|
+
var _StopCalculationExecutionCommand = class _StopCalculationExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3226
3112
|
return [
|
|
3227
3113
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3228
3114
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3236,9 +3122,7 @@ var StopCalculationExecutionCommand = _StopCalculationExecutionCommand;
|
|
|
3236
3122
|
|
|
3237
3123
|
|
|
3238
3124
|
|
|
3239
|
-
var _StopQueryExecutionCommand = class _StopQueryExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3240
|
-
...commonParams
|
|
3241
|
-
}).m(function(Command, cs, config, o) {
|
|
3125
|
+
var _StopQueryExecutionCommand = class _StopQueryExecutionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3242
3126
|
return [
|
|
3243
3127
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3244
3128
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3252,9 +3136,7 @@ var StopQueryExecutionCommand = _StopQueryExecutionCommand;
|
|
|
3252
3136
|
|
|
3253
3137
|
|
|
3254
3138
|
|
|
3255
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3256
|
-
...commonParams
|
|
3257
|
-
}).m(function(Command, cs, config, o) {
|
|
3139
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3258
3140
|
return [
|
|
3259
3141
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3260
3142
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3268,9 +3150,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
3268
3150
|
|
|
3269
3151
|
|
|
3270
3152
|
|
|
3271
|
-
var _TerminateSessionCommand = class _TerminateSessionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3272
|
-
...commonParams
|
|
3273
|
-
}).m(function(Command, cs, config, o) {
|
|
3153
|
+
var _TerminateSessionCommand = class _TerminateSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3274
3154
|
return [
|
|
3275
3155
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3276
3156
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3284,9 +3164,7 @@ var TerminateSessionCommand = _TerminateSessionCommand;
|
|
|
3284
3164
|
|
|
3285
3165
|
|
|
3286
3166
|
|
|
3287
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3288
|
-
...commonParams
|
|
3289
|
-
}).m(function(Command, cs, config, o) {
|
|
3167
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3290
3168
|
return [
|
|
3291
3169
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3292
3170
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3300,9 +3178,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
3300
3178
|
|
|
3301
3179
|
|
|
3302
3180
|
|
|
3303
|
-
var _UpdateCapacityReservationCommand = class _UpdateCapacityReservationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3304
|
-
...commonParams
|
|
3305
|
-
}).m(function(Command, cs, config, o) {
|
|
3181
|
+
var _UpdateCapacityReservationCommand = class _UpdateCapacityReservationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3306
3182
|
return [
|
|
3307
3183
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3308
3184
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3316,9 +3192,7 @@ var UpdateCapacityReservationCommand = _UpdateCapacityReservationCommand;
|
|
|
3316
3192
|
|
|
3317
3193
|
|
|
3318
3194
|
|
|
3319
|
-
var _UpdateDataCatalogCommand = class _UpdateDataCatalogCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3320
|
-
...commonParams
|
|
3321
|
-
}).m(function(Command, cs, config, o) {
|
|
3195
|
+
var _UpdateDataCatalogCommand = class _UpdateDataCatalogCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3322
3196
|
return [
|
|
3323
3197
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3324
3198
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3332,9 +3206,7 @@ var UpdateDataCatalogCommand = _UpdateDataCatalogCommand;
|
|
|
3332
3206
|
|
|
3333
3207
|
|
|
3334
3208
|
|
|
3335
|
-
var _UpdateNamedQueryCommand = class _UpdateNamedQueryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3336
|
-
...commonParams
|
|
3337
|
-
}).m(function(Command, cs, config, o) {
|
|
3209
|
+
var _UpdateNamedQueryCommand = class _UpdateNamedQueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3338
3210
|
return [
|
|
3339
3211
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3340
3212
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3348,9 +3220,7 @@ var UpdateNamedQueryCommand = _UpdateNamedQueryCommand;
|
|
|
3348
3220
|
|
|
3349
3221
|
|
|
3350
3222
|
|
|
3351
|
-
var _UpdateNotebookCommand = class _UpdateNotebookCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3352
|
-
...commonParams
|
|
3353
|
-
}).m(function(Command, cs, config, o) {
|
|
3223
|
+
var _UpdateNotebookCommand = class _UpdateNotebookCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3354
3224
|
return [
|
|
3355
3225
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3356
3226
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3364,9 +3234,7 @@ var UpdateNotebookCommand = _UpdateNotebookCommand;
|
|
|
3364
3234
|
|
|
3365
3235
|
|
|
3366
3236
|
|
|
3367
|
-
var _UpdateNotebookMetadataCommand = class _UpdateNotebookMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3368
|
-
...commonParams
|
|
3369
|
-
}).m(function(Command, cs, config, o) {
|
|
3237
|
+
var _UpdateNotebookMetadataCommand = class _UpdateNotebookMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3370
3238
|
return [
|
|
3371
3239
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3372
3240
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3380,9 +3248,7 @@ var UpdateNotebookMetadataCommand = _UpdateNotebookMetadataCommand;
|
|
|
3380
3248
|
|
|
3381
3249
|
|
|
3382
3250
|
|
|
3383
|
-
var _UpdatePreparedStatementCommand = class _UpdatePreparedStatementCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3384
|
-
...commonParams
|
|
3385
|
-
}).m(function(Command, cs, config, o) {
|
|
3251
|
+
var _UpdatePreparedStatementCommand = class _UpdatePreparedStatementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3386
3252
|
return [
|
|
3387
3253
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3388
3254
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3396,9 +3262,7 @@ var UpdatePreparedStatementCommand = _UpdatePreparedStatementCommand;
|
|
|
3396
3262
|
|
|
3397
3263
|
|
|
3398
3264
|
|
|
3399
|
-
var _UpdateWorkGroupCommand = class _UpdateWorkGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3400
|
-
...commonParams
|
|
3401
|
-
}).m(function(Command, cs, config, o) {
|
|
3265
|
+
var _UpdateWorkGroupCommand = class _UpdateWorkGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3402
3266
|
return [
|
|
3403
3267
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3404
3268
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|