@aws-sdk/client-redshift-serverless 3.649.0 → 3.650.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 (59) hide show
  1. package/dist-cjs/index.js +55 -165
  2. package/dist-es/commands/ConvertRecoveryPointToSnapshotCommand.js +1 -3
  3. package/dist-es/commands/CreateCustomDomainAssociationCommand.js +1 -3
  4. package/dist-es/commands/CreateEndpointAccessCommand.js +1 -3
  5. package/dist-es/commands/CreateNamespaceCommand.js +1 -3
  6. package/dist-es/commands/CreateScheduledActionCommand.js +1 -3
  7. package/dist-es/commands/CreateSnapshotCommand.js +1 -3
  8. package/dist-es/commands/CreateSnapshotCopyConfigurationCommand.js +1 -3
  9. package/dist-es/commands/CreateUsageLimitCommand.js +1 -3
  10. package/dist-es/commands/CreateWorkgroupCommand.js +1 -3
  11. package/dist-es/commands/DeleteCustomDomainAssociationCommand.js +1 -3
  12. package/dist-es/commands/DeleteEndpointAccessCommand.js +1 -3
  13. package/dist-es/commands/DeleteNamespaceCommand.js +1 -3
  14. package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -3
  15. package/dist-es/commands/DeleteScheduledActionCommand.js +1 -3
  16. package/dist-es/commands/DeleteSnapshotCommand.js +1 -3
  17. package/dist-es/commands/DeleteSnapshotCopyConfigurationCommand.js +1 -3
  18. package/dist-es/commands/DeleteUsageLimitCommand.js +1 -3
  19. package/dist-es/commands/DeleteWorkgroupCommand.js +1 -3
  20. package/dist-es/commands/GetCredentialsCommand.js +1 -3
  21. package/dist-es/commands/GetCustomDomainAssociationCommand.js +1 -3
  22. package/dist-es/commands/GetEndpointAccessCommand.js +1 -3
  23. package/dist-es/commands/GetNamespaceCommand.js +1 -3
  24. package/dist-es/commands/GetRecoveryPointCommand.js +1 -3
  25. package/dist-es/commands/GetResourcePolicyCommand.js +1 -3
  26. package/dist-es/commands/GetScheduledActionCommand.js +1 -3
  27. package/dist-es/commands/GetSnapshotCommand.js +1 -3
  28. package/dist-es/commands/GetTableRestoreStatusCommand.js +1 -3
  29. package/dist-es/commands/GetUsageLimitCommand.js +1 -3
  30. package/dist-es/commands/GetWorkgroupCommand.js +1 -3
  31. package/dist-es/commands/ListCustomDomainAssociationsCommand.js +1 -3
  32. package/dist-es/commands/ListEndpointAccessCommand.js +1 -3
  33. package/dist-es/commands/ListNamespacesCommand.js +1 -3
  34. package/dist-es/commands/ListRecoveryPointsCommand.js +1 -3
  35. package/dist-es/commands/ListScheduledActionsCommand.js +1 -3
  36. package/dist-es/commands/ListSnapshotCopyConfigurationsCommand.js +1 -3
  37. package/dist-es/commands/ListSnapshotsCommand.js +1 -3
  38. package/dist-es/commands/ListTableRestoreStatusCommand.js +1 -3
  39. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  40. package/dist-es/commands/ListUsageLimitsCommand.js +1 -3
  41. package/dist-es/commands/ListWorkgroupsCommand.js +1 -3
  42. package/dist-es/commands/PutResourcePolicyCommand.js +1 -3
  43. package/dist-es/commands/RestoreFromRecoveryPointCommand.js +1 -3
  44. package/dist-es/commands/RestoreFromSnapshotCommand.js +1 -3
  45. package/dist-es/commands/RestoreTableFromRecoveryPointCommand.js +1 -3
  46. package/dist-es/commands/RestoreTableFromSnapshotCommand.js +1 -3
  47. package/dist-es/commands/TagResourceCommand.js +1 -3
  48. package/dist-es/commands/UntagResourceCommand.js +1 -3
  49. package/dist-es/commands/UpdateCustomDomainAssociationCommand.js +1 -3
  50. package/dist-es/commands/UpdateEndpointAccessCommand.js +1 -3
  51. package/dist-es/commands/UpdateNamespaceCommand.js +1 -3
  52. package/dist-es/commands/UpdateScheduledActionCommand.js +1 -3
  53. package/dist-es/commands/UpdateSnapshotCommand.js +1 -3
  54. package/dist-es/commands/UpdateSnapshotCopyConfigurationCommand.js +1 -3
  55. package/dist-es/commands/UpdateUsageLimitCommand.js +1 -3
  56. package/dist-es/commands/UpdateWorkgroupCommand.js +1 -3
  57. package/dist-es/endpoint/endpointResolver.js +7 -3
  58. package/package.json +4 -4
  59. package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js CHANGED
@@ -2283,9 +2283,7 @@ function sharedHeaders(operation) {
2283
2283
  __name(sharedHeaders, "sharedHeaders");
2284
2284
 
2285
2285
  // src/commands/ConvertRecoveryPointToSnapshotCommand.ts
2286
- var _ConvertRecoveryPointToSnapshotCommand = class _ConvertRecoveryPointToSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
2287
- ...commonParams
2288
- }).m(function(Command, cs, config, o) {
2286
+ var _ConvertRecoveryPointToSnapshotCommand = class _ConvertRecoveryPointToSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2289
2287
  return [
2290
2288
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2291
2289
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2299,9 +2297,7 @@ var ConvertRecoveryPointToSnapshotCommand = _ConvertRecoveryPointToSnapshotComma
2299
2297
 
2300
2298
 
2301
2299
 
2302
- var _CreateCustomDomainAssociationCommand = class _CreateCustomDomainAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2303
- ...commonParams
2304
- }).m(function(Command, cs, config, o) {
2300
+ var _CreateCustomDomainAssociationCommand = class _CreateCustomDomainAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2305
2301
  return [
2306
2302
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2307
2303
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2315,9 +2311,7 @@ var CreateCustomDomainAssociationCommand = _CreateCustomDomainAssociationCommand
2315
2311
 
2316
2312
 
2317
2313
 
2318
- var _CreateEndpointAccessCommand = class _CreateEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep({
2319
- ...commonParams
2320
- }).m(function(Command, cs, config, o) {
2314
+ var _CreateEndpointAccessCommand = class _CreateEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2321
2315
  return [
2322
2316
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2323
2317
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2331,9 +2325,7 @@ var CreateEndpointAccessCommand = _CreateEndpointAccessCommand;
2331
2325
 
2332
2326
 
2333
2327
 
2334
- var _CreateNamespaceCommand = class _CreateNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
2335
- ...commonParams
2336
- }).m(function(Command, cs, config, o) {
2328
+ var _CreateNamespaceCommand = class _CreateNamespaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2337
2329
  return [
2338
2330
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2339
2331
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2347,9 +2339,7 @@ var CreateNamespaceCommand = _CreateNamespaceCommand;
2347
2339
 
2348
2340
 
2349
2341
 
2350
- var _CreateScheduledActionCommand = class _CreateScheduledActionCommand extends import_smithy_client.Command.classBuilder().ep({
2351
- ...commonParams
2352
- }).m(function(Command, cs, config, o) {
2342
+ var _CreateScheduledActionCommand = class _CreateScheduledActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2353
2343
  return [
2354
2344
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2355
2345
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2363,9 +2353,7 @@ var CreateScheduledActionCommand = _CreateScheduledActionCommand;
2363
2353
 
2364
2354
 
2365
2355
 
2366
- var _CreateSnapshotCommand = class _CreateSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
2367
- ...commonParams
2368
- }).m(function(Command, cs, config, o) {
2356
+ var _CreateSnapshotCommand = class _CreateSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2369
2357
  return [
2370
2358
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2371
2359
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2379,9 +2367,7 @@ var CreateSnapshotCommand = _CreateSnapshotCommand;
2379
2367
 
2380
2368
 
2381
2369
 
2382
- var _CreateSnapshotCopyConfigurationCommand = class _CreateSnapshotCopyConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2383
- ...commonParams
2384
- }).m(function(Command, cs, config, o) {
2370
+ var _CreateSnapshotCopyConfigurationCommand = class _CreateSnapshotCopyConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2385
2371
  return [
2386
2372
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2387
2373
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2395,9 +2381,7 @@ var CreateSnapshotCopyConfigurationCommand = _CreateSnapshotCopyConfigurationCom
2395
2381
 
2396
2382
 
2397
2383
 
2398
- var _CreateUsageLimitCommand = class _CreateUsageLimitCommand extends import_smithy_client.Command.classBuilder().ep({
2399
- ...commonParams
2400
- }).m(function(Command, cs, config, o) {
2384
+ var _CreateUsageLimitCommand = class _CreateUsageLimitCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2401
2385
  return [
2402
2386
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2403
2387
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2411,9 +2395,7 @@ var CreateUsageLimitCommand = _CreateUsageLimitCommand;
2411
2395
 
2412
2396
 
2413
2397
 
2414
- var _CreateWorkgroupCommand = class _CreateWorkgroupCommand extends import_smithy_client.Command.classBuilder().ep({
2415
- ...commonParams
2416
- }).m(function(Command, cs, config, o) {
2398
+ var _CreateWorkgroupCommand = class _CreateWorkgroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2417
2399
  return [
2418
2400
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2419
2401
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2427,9 +2409,7 @@ var CreateWorkgroupCommand = _CreateWorkgroupCommand;
2427
2409
 
2428
2410
 
2429
2411
 
2430
- var _DeleteCustomDomainAssociationCommand = class _DeleteCustomDomainAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2431
- ...commonParams
2432
- }).m(function(Command, cs, config, o) {
2412
+ var _DeleteCustomDomainAssociationCommand = class _DeleteCustomDomainAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2433
2413
  return [
2434
2414
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2435
2415
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2443,9 +2423,7 @@ var DeleteCustomDomainAssociationCommand = _DeleteCustomDomainAssociationCommand
2443
2423
 
2444
2424
 
2445
2425
 
2446
- var _DeleteEndpointAccessCommand = class _DeleteEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep({
2447
- ...commonParams
2448
- }).m(function(Command, cs, config, o) {
2426
+ var _DeleteEndpointAccessCommand = class _DeleteEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2449
2427
  return [
2450
2428
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2451
2429
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2459,9 +2437,7 @@ var DeleteEndpointAccessCommand = _DeleteEndpointAccessCommand;
2459
2437
 
2460
2438
 
2461
2439
 
2462
- var _DeleteNamespaceCommand = class _DeleteNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
2463
- ...commonParams
2464
- }).m(function(Command, cs, config, o) {
2440
+ var _DeleteNamespaceCommand = class _DeleteNamespaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2465
2441
  return [
2466
2442
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2467
2443
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2475,9 +2451,7 @@ var DeleteNamespaceCommand = _DeleteNamespaceCommand;
2475
2451
 
2476
2452
 
2477
2453
 
2478
- var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2479
- ...commonParams
2480
- }).m(function(Command, cs, config, o) {
2454
+ var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2481
2455
  return [
2482
2456
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2483
2457
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2491,9 +2465,7 @@ var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
2491
2465
 
2492
2466
 
2493
2467
 
2494
- var _DeleteScheduledActionCommand = class _DeleteScheduledActionCommand extends import_smithy_client.Command.classBuilder().ep({
2495
- ...commonParams
2496
- }).m(function(Command, cs, config, o) {
2468
+ var _DeleteScheduledActionCommand = class _DeleteScheduledActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2497
2469
  return [
2498
2470
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2499
2471
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2507,9 +2479,7 @@ var DeleteScheduledActionCommand = _DeleteScheduledActionCommand;
2507
2479
 
2508
2480
 
2509
2481
 
2510
- var _DeleteSnapshotCommand = class _DeleteSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
2511
- ...commonParams
2512
- }).m(function(Command, cs, config, o) {
2482
+ var _DeleteSnapshotCommand = class _DeleteSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2513
2483
  return [
2514
2484
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2515
2485
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2523,9 +2493,7 @@ var DeleteSnapshotCommand = _DeleteSnapshotCommand;
2523
2493
 
2524
2494
 
2525
2495
 
2526
- var _DeleteSnapshotCopyConfigurationCommand = class _DeleteSnapshotCopyConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
2527
- ...commonParams
2528
- }).m(function(Command, cs, config, o) {
2496
+ var _DeleteSnapshotCopyConfigurationCommand = class _DeleteSnapshotCopyConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2529
2497
  return [
2530
2498
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2531
2499
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2539,9 +2507,7 @@ var DeleteSnapshotCopyConfigurationCommand = _DeleteSnapshotCopyConfigurationCom
2539
2507
 
2540
2508
 
2541
2509
 
2542
- var _DeleteUsageLimitCommand = class _DeleteUsageLimitCommand extends import_smithy_client.Command.classBuilder().ep({
2543
- ...commonParams
2544
- }).m(function(Command, cs, config, o) {
2510
+ var _DeleteUsageLimitCommand = class _DeleteUsageLimitCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2545
2511
  return [
2546
2512
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2547
2513
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2555,9 +2521,7 @@ var DeleteUsageLimitCommand = _DeleteUsageLimitCommand;
2555
2521
 
2556
2522
 
2557
2523
 
2558
- var _DeleteWorkgroupCommand = class _DeleteWorkgroupCommand extends import_smithy_client.Command.classBuilder().ep({
2559
- ...commonParams
2560
- }).m(function(Command, cs, config, o) {
2524
+ var _DeleteWorkgroupCommand = class _DeleteWorkgroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2561
2525
  return [
2562
2526
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2563
2527
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2571,9 +2535,7 @@ var DeleteWorkgroupCommand = _DeleteWorkgroupCommand;
2571
2535
 
2572
2536
 
2573
2537
 
2574
- var _GetCredentialsCommand = class _GetCredentialsCommand extends import_smithy_client.Command.classBuilder().ep({
2575
- ...commonParams
2576
- }).m(function(Command, cs, config, o) {
2538
+ var _GetCredentialsCommand = class _GetCredentialsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2577
2539
  return [
2578
2540
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2579
2541
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2587,9 +2549,7 @@ var GetCredentialsCommand = _GetCredentialsCommand;
2587
2549
 
2588
2550
 
2589
2551
 
2590
- var _GetCustomDomainAssociationCommand = class _GetCustomDomainAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2591
- ...commonParams
2592
- }).m(function(Command, cs, config, o) {
2552
+ var _GetCustomDomainAssociationCommand = class _GetCustomDomainAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2593
2553
  return [
2594
2554
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2595
2555
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2603,9 +2563,7 @@ var GetCustomDomainAssociationCommand = _GetCustomDomainAssociationCommand;
2603
2563
 
2604
2564
 
2605
2565
 
2606
- var _GetEndpointAccessCommand = class _GetEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep({
2607
- ...commonParams
2608
- }).m(function(Command, cs, config, o) {
2566
+ var _GetEndpointAccessCommand = class _GetEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2609
2567
  return [
2610
2568
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2611
2569
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2619,9 +2577,7 @@ var GetEndpointAccessCommand = _GetEndpointAccessCommand;
2619
2577
 
2620
2578
 
2621
2579
 
2622
- var _GetNamespaceCommand = class _GetNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
2623
- ...commonParams
2624
- }).m(function(Command, cs, config, o) {
2580
+ var _GetNamespaceCommand = class _GetNamespaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2625
2581
  return [
2626
2582
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2627
2583
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2635,9 +2591,7 @@ var GetNamespaceCommand = _GetNamespaceCommand;
2635
2591
 
2636
2592
 
2637
2593
 
2638
- var _GetRecoveryPointCommand = class _GetRecoveryPointCommand extends import_smithy_client.Command.classBuilder().ep({
2639
- ...commonParams
2640
- }).m(function(Command, cs, config, o) {
2594
+ var _GetRecoveryPointCommand = class _GetRecoveryPointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2641
2595
  return [
2642
2596
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2643
2597
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2651,9 +2605,7 @@ var GetRecoveryPointCommand = _GetRecoveryPointCommand;
2651
2605
 
2652
2606
 
2653
2607
 
2654
- var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2655
- ...commonParams
2656
- }).m(function(Command, cs, config, o) {
2608
+ var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2657
2609
  return [
2658
2610
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2659
2611
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2667,9 +2619,7 @@ var GetResourcePolicyCommand = _GetResourcePolicyCommand;
2667
2619
 
2668
2620
 
2669
2621
 
2670
- var _GetScheduledActionCommand = class _GetScheduledActionCommand extends import_smithy_client.Command.classBuilder().ep({
2671
- ...commonParams
2672
- }).m(function(Command, cs, config, o) {
2622
+ var _GetScheduledActionCommand = class _GetScheduledActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2673
2623
  return [
2674
2624
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2675
2625
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2683,9 +2633,7 @@ var GetScheduledActionCommand = _GetScheduledActionCommand;
2683
2633
 
2684
2634
 
2685
2635
 
2686
- var _GetSnapshotCommand = class _GetSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
2687
- ...commonParams
2688
- }).m(function(Command, cs, config, o) {
2636
+ var _GetSnapshotCommand = class _GetSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2689
2637
  return [
2690
2638
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2691
2639
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2699,9 +2647,7 @@ var GetSnapshotCommand = _GetSnapshotCommand;
2699
2647
 
2700
2648
 
2701
2649
 
2702
- var _GetTableRestoreStatusCommand = class _GetTableRestoreStatusCommand extends import_smithy_client.Command.classBuilder().ep({
2703
- ...commonParams
2704
- }).m(function(Command, cs, config, o) {
2650
+ var _GetTableRestoreStatusCommand = class _GetTableRestoreStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2705
2651
  return [
2706
2652
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2707
2653
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2715,9 +2661,7 @@ var GetTableRestoreStatusCommand = _GetTableRestoreStatusCommand;
2715
2661
 
2716
2662
 
2717
2663
 
2718
- var _GetUsageLimitCommand = class _GetUsageLimitCommand extends import_smithy_client.Command.classBuilder().ep({
2719
- ...commonParams
2720
- }).m(function(Command, cs, config, o) {
2664
+ var _GetUsageLimitCommand = class _GetUsageLimitCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2721
2665
  return [
2722
2666
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2723
2667
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2731,9 +2675,7 @@ var GetUsageLimitCommand = _GetUsageLimitCommand;
2731
2675
 
2732
2676
 
2733
2677
 
2734
- var _GetWorkgroupCommand = class _GetWorkgroupCommand extends import_smithy_client.Command.classBuilder().ep({
2735
- ...commonParams
2736
- }).m(function(Command, cs, config, o) {
2678
+ var _GetWorkgroupCommand = class _GetWorkgroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2737
2679
  return [
2738
2680
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2739
2681
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2747,9 +2689,7 @@ var GetWorkgroupCommand = _GetWorkgroupCommand;
2747
2689
 
2748
2690
 
2749
2691
 
2750
- var _ListCustomDomainAssociationsCommand = class _ListCustomDomainAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
2751
- ...commonParams
2752
- }).m(function(Command, cs, config, o) {
2692
+ var _ListCustomDomainAssociationsCommand = class _ListCustomDomainAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2753
2693
  return [
2754
2694
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2755
2695
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2763,9 +2703,7 @@ var ListCustomDomainAssociationsCommand = _ListCustomDomainAssociationsCommand;
2763
2703
 
2764
2704
 
2765
2705
 
2766
- var _ListEndpointAccessCommand = class _ListEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep({
2767
- ...commonParams
2768
- }).m(function(Command, cs, config, o) {
2706
+ var _ListEndpointAccessCommand = class _ListEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2769
2707
  return [
2770
2708
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2771
2709
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2779,9 +2717,7 @@ var ListEndpointAccessCommand = _ListEndpointAccessCommand;
2779
2717
 
2780
2718
 
2781
2719
 
2782
- var _ListNamespacesCommand = class _ListNamespacesCommand extends import_smithy_client.Command.classBuilder().ep({
2783
- ...commonParams
2784
- }).m(function(Command, cs, config, o) {
2720
+ var _ListNamespacesCommand = class _ListNamespacesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2785
2721
  return [
2786
2722
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2787
2723
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2795,9 +2731,7 @@ var ListNamespacesCommand = _ListNamespacesCommand;
2795
2731
 
2796
2732
 
2797
2733
 
2798
- var _ListRecoveryPointsCommand = class _ListRecoveryPointsCommand extends import_smithy_client.Command.classBuilder().ep({
2799
- ...commonParams
2800
- }).m(function(Command, cs, config, o) {
2734
+ var _ListRecoveryPointsCommand = class _ListRecoveryPointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2801
2735
  return [
2802
2736
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2803
2737
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2811,9 +2745,7 @@ var ListRecoveryPointsCommand = _ListRecoveryPointsCommand;
2811
2745
 
2812
2746
 
2813
2747
 
2814
- var _ListScheduledActionsCommand = class _ListScheduledActionsCommand extends import_smithy_client.Command.classBuilder().ep({
2815
- ...commonParams
2816
- }).m(function(Command, cs, config, o) {
2748
+ var _ListScheduledActionsCommand = class _ListScheduledActionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2817
2749
  return [
2818
2750
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2819
2751
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2827,9 +2759,7 @@ var ListScheduledActionsCommand = _ListScheduledActionsCommand;
2827
2759
 
2828
2760
 
2829
2761
 
2830
- var _ListSnapshotCopyConfigurationsCommand = class _ListSnapshotCopyConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
2831
- ...commonParams
2832
- }).m(function(Command, cs, config, o) {
2762
+ var _ListSnapshotCopyConfigurationsCommand = class _ListSnapshotCopyConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2833
2763
  return [
2834
2764
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2835
2765
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2843,9 +2773,7 @@ var ListSnapshotCopyConfigurationsCommand = _ListSnapshotCopyConfigurationsComma
2843
2773
 
2844
2774
 
2845
2775
 
2846
- var _ListSnapshotsCommand = class _ListSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep({
2847
- ...commonParams
2848
- }).m(function(Command, cs, config, o) {
2776
+ var _ListSnapshotsCommand = class _ListSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2849
2777
  return [
2850
2778
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2851
2779
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2859,9 +2787,7 @@ var ListSnapshotsCommand = _ListSnapshotsCommand;
2859
2787
 
2860
2788
 
2861
2789
 
2862
- var _ListTableRestoreStatusCommand = class _ListTableRestoreStatusCommand extends import_smithy_client.Command.classBuilder().ep({
2863
- ...commonParams
2864
- }).m(function(Command, cs, config, o) {
2790
+ var _ListTableRestoreStatusCommand = class _ListTableRestoreStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2865
2791
  return [
2866
2792
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2867
2793
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2875,9 +2801,7 @@ var ListTableRestoreStatusCommand = _ListTableRestoreStatusCommand;
2875
2801
 
2876
2802
 
2877
2803
 
2878
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2879
- ...commonParams
2880
- }).m(function(Command, cs, config, o) {
2804
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2881
2805
  return [
2882
2806
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2883
2807
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2891,9 +2815,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2891
2815
 
2892
2816
 
2893
2817
 
2894
- var _ListUsageLimitsCommand = class _ListUsageLimitsCommand extends import_smithy_client.Command.classBuilder().ep({
2895
- ...commonParams
2896
- }).m(function(Command, cs, config, o) {
2818
+ var _ListUsageLimitsCommand = class _ListUsageLimitsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2897
2819
  return [
2898
2820
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2899
2821
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2907,9 +2829,7 @@ var ListUsageLimitsCommand = _ListUsageLimitsCommand;
2907
2829
 
2908
2830
 
2909
2831
 
2910
- var _ListWorkgroupsCommand = class _ListWorkgroupsCommand extends import_smithy_client.Command.classBuilder().ep({
2911
- ...commonParams
2912
- }).m(function(Command, cs, config, o) {
2832
+ var _ListWorkgroupsCommand = class _ListWorkgroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2913
2833
  return [
2914
2834
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2915
2835
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2923,9 +2843,7 @@ var ListWorkgroupsCommand = _ListWorkgroupsCommand;
2923
2843
 
2924
2844
 
2925
2845
 
2926
- var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2927
- ...commonParams
2928
- }).m(function(Command, cs, config, o) {
2846
+ var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2929
2847
  return [
2930
2848
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2931
2849
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2939,9 +2857,7 @@ var PutResourcePolicyCommand = _PutResourcePolicyCommand;
2939
2857
 
2940
2858
 
2941
2859
 
2942
- var _RestoreFromRecoveryPointCommand = class _RestoreFromRecoveryPointCommand extends import_smithy_client.Command.classBuilder().ep({
2943
- ...commonParams
2944
- }).m(function(Command, cs, config, o) {
2860
+ var _RestoreFromRecoveryPointCommand = class _RestoreFromRecoveryPointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2945
2861
  return [
2946
2862
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2947
2863
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2955,9 +2871,7 @@ var RestoreFromRecoveryPointCommand = _RestoreFromRecoveryPointCommand;
2955
2871
 
2956
2872
 
2957
2873
 
2958
- var _RestoreFromSnapshotCommand = class _RestoreFromSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
2959
- ...commonParams
2960
- }).m(function(Command, cs, config, o) {
2874
+ var _RestoreFromSnapshotCommand = class _RestoreFromSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2961
2875
  return [
2962
2876
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2963
2877
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2971,9 +2885,7 @@ var RestoreFromSnapshotCommand = _RestoreFromSnapshotCommand;
2971
2885
 
2972
2886
 
2973
2887
 
2974
- var _RestoreTableFromRecoveryPointCommand = class _RestoreTableFromRecoveryPointCommand extends import_smithy_client.Command.classBuilder().ep({
2975
- ...commonParams
2976
- }).m(function(Command, cs, config, o) {
2888
+ var _RestoreTableFromRecoveryPointCommand = class _RestoreTableFromRecoveryPointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2977
2889
  return [
2978
2890
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2979
2891
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2987,9 +2899,7 @@ var RestoreTableFromRecoveryPointCommand = _RestoreTableFromRecoveryPointCommand
2987
2899
 
2988
2900
 
2989
2901
 
2990
- var _RestoreTableFromSnapshotCommand = class _RestoreTableFromSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
2991
- ...commonParams
2992
- }).m(function(Command, cs, config, o) {
2902
+ var _RestoreTableFromSnapshotCommand = class _RestoreTableFromSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2993
2903
  return [
2994
2904
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2995
2905
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3003,9 +2913,7 @@ var RestoreTableFromSnapshotCommand = _RestoreTableFromSnapshotCommand;
3003
2913
 
3004
2914
 
3005
2915
 
3006
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3007
- ...commonParams
3008
- }).m(function(Command, cs, config, o) {
2916
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3009
2917
  return [
3010
2918
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3011
2919
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3019,9 +2927,7 @@ var TagResourceCommand = _TagResourceCommand;
3019
2927
 
3020
2928
 
3021
2929
 
3022
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3023
- ...commonParams
3024
- }).m(function(Command, cs, config, o) {
2930
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3025
2931
  return [
3026
2932
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3027
2933
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3035,9 +2941,7 @@ var UntagResourceCommand = _UntagResourceCommand;
3035
2941
 
3036
2942
 
3037
2943
 
3038
- var _UpdateCustomDomainAssociationCommand = class _UpdateCustomDomainAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
3039
- ...commonParams
3040
- }).m(function(Command, cs, config, o) {
2944
+ var _UpdateCustomDomainAssociationCommand = class _UpdateCustomDomainAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3041
2945
  return [
3042
2946
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3043
2947
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3051,9 +2955,7 @@ var UpdateCustomDomainAssociationCommand = _UpdateCustomDomainAssociationCommand
3051
2955
 
3052
2956
 
3053
2957
 
3054
- var _UpdateEndpointAccessCommand = class _UpdateEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep({
3055
- ...commonParams
3056
- }).m(function(Command, cs, config, o) {
2958
+ var _UpdateEndpointAccessCommand = class _UpdateEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3057
2959
  return [
3058
2960
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3059
2961
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3067,9 +2969,7 @@ var UpdateEndpointAccessCommand = _UpdateEndpointAccessCommand;
3067
2969
 
3068
2970
 
3069
2971
 
3070
- var _UpdateNamespaceCommand = class _UpdateNamespaceCommand extends import_smithy_client.Command.classBuilder().ep({
3071
- ...commonParams
3072
- }).m(function(Command, cs, config, o) {
2972
+ var _UpdateNamespaceCommand = class _UpdateNamespaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3073
2973
  return [
3074
2974
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3075
2975
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3083,9 +2983,7 @@ var UpdateNamespaceCommand = _UpdateNamespaceCommand;
3083
2983
 
3084
2984
 
3085
2985
 
3086
- var _UpdateScheduledActionCommand = class _UpdateScheduledActionCommand extends import_smithy_client.Command.classBuilder().ep({
3087
- ...commonParams
3088
- }).m(function(Command, cs, config, o) {
2986
+ var _UpdateScheduledActionCommand = class _UpdateScheduledActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3089
2987
  return [
3090
2988
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3091
2989
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3099,9 +2997,7 @@ var UpdateScheduledActionCommand = _UpdateScheduledActionCommand;
3099
2997
 
3100
2998
 
3101
2999
 
3102
- var _UpdateSnapshotCommand = class _UpdateSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
3103
- ...commonParams
3104
- }).m(function(Command, cs, config, o) {
3000
+ var _UpdateSnapshotCommand = class _UpdateSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3105
3001
  return [
3106
3002
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3107
3003
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3115,9 +3011,7 @@ var UpdateSnapshotCommand = _UpdateSnapshotCommand;
3115
3011
 
3116
3012
 
3117
3013
 
3118
- var _UpdateSnapshotCopyConfigurationCommand = class _UpdateSnapshotCopyConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3119
- ...commonParams
3120
- }).m(function(Command, cs, config, o) {
3014
+ var _UpdateSnapshotCopyConfigurationCommand = class _UpdateSnapshotCopyConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3121
3015
  return [
3122
3016
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3123
3017
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3131,9 +3025,7 @@ var UpdateSnapshotCopyConfigurationCommand = _UpdateSnapshotCopyConfigurationCom
3131
3025
 
3132
3026
 
3133
3027
 
3134
- var _UpdateUsageLimitCommand = class _UpdateUsageLimitCommand extends import_smithy_client.Command.classBuilder().ep({
3135
- ...commonParams
3136
- }).m(function(Command, cs, config, o) {
3028
+ var _UpdateUsageLimitCommand = class _UpdateUsageLimitCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3137
3029
  return [
3138
3030
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3139
3031
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3147,9 +3039,7 @@ var UpdateUsageLimitCommand = _UpdateUsageLimitCommand;
3147
3039
 
3148
3040
 
3149
3041
 
3150
- var _UpdateWorkgroupCommand = class _UpdateWorkgroupCommand extends import_smithy_client.Command.classBuilder().ep({
3151
- ...commonParams
3152
- }).m(function(Command, cs, config, o) {
3042
+ var _UpdateWorkgroupCommand = class _UpdateWorkgroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3153
3043
  return [
3154
3044
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3155
3045
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_ConvertRecoveryPointToSnapshotCommand, se_ConvertRecoveryPointToSnap
6
6
  export { $Command };
7
7
  export class ConvertRecoveryPointToSnapshotCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateCustomDomainAssociationCommand, se_CreateCustomDomainAssociati
6
6
  export { $Command };
7
7
  export class CreateCustomDomainAssociationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateEndpointAccessCommand, se_CreateEndpointAccessCommand } from "
6
6
  export { $Command };
7
7
  export class CreateEndpointAccessCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateNamespaceCommand, se_CreateNamespaceCommand } from "../protoco
7
7
  export { $Command };
8
8
  export class CreateNamespaceCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateScheduledActionCommand, se_CreateScheduledActionCommand } from
6
6
  export { $Command };
7
7
  export class CreateScheduledActionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateSnapshotCommand, se_CreateSnapshotCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class CreateSnapshotCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),