@aws-sdk/client-route53resolver 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.
Files changed (72) hide show
  1. package/dist-cjs/index.js +68 -204
  2. package/dist-es/commands/AssociateFirewallRuleGroupCommand.js +1 -3
  3. package/dist-es/commands/AssociateResolverEndpointIpAddressCommand.js +1 -3
  4. package/dist-es/commands/AssociateResolverQueryLogConfigCommand.js +1 -3
  5. package/dist-es/commands/AssociateResolverRuleCommand.js +1 -3
  6. package/dist-es/commands/CreateFirewallDomainListCommand.js +1 -3
  7. package/dist-es/commands/CreateFirewallRuleCommand.js +1 -3
  8. package/dist-es/commands/CreateFirewallRuleGroupCommand.js +1 -3
  9. package/dist-es/commands/CreateOutpostResolverCommand.js +1 -3
  10. package/dist-es/commands/CreateResolverEndpointCommand.js +1 -3
  11. package/dist-es/commands/CreateResolverQueryLogConfigCommand.js +1 -3
  12. package/dist-es/commands/CreateResolverRuleCommand.js +1 -3
  13. package/dist-es/commands/DeleteFirewallDomainListCommand.js +1 -3
  14. package/dist-es/commands/DeleteFirewallRuleCommand.js +1 -3
  15. package/dist-es/commands/DeleteFirewallRuleGroupCommand.js +1 -3
  16. package/dist-es/commands/DeleteOutpostResolverCommand.js +1 -3
  17. package/dist-es/commands/DeleteResolverEndpointCommand.js +1 -3
  18. package/dist-es/commands/DeleteResolverQueryLogConfigCommand.js +1 -3
  19. package/dist-es/commands/DeleteResolverRuleCommand.js +1 -3
  20. package/dist-es/commands/DisassociateFirewallRuleGroupCommand.js +1 -3
  21. package/dist-es/commands/DisassociateResolverEndpointIpAddressCommand.js +1 -3
  22. package/dist-es/commands/DisassociateResolverQueryLogConfigCommand.js +1 -3
  23. package/dist-es/commands/DisassociateResolverRuleCommand.js +1 -3
  24. package/dist-es/commands/GetFirewallConfigCommand.js +1 -3
  25. package/dist-es/commands/GetFirewallDomainListCommand.js +1 -3
  26. package/dist-es/commands/GetFirewallRuleGroupAssociationCommand.js +1 -3
  27. package/dist-es/commands/GetFirewallRuleGroupCommand.js +1 -3
  28. package/dist-es/commands/GetFirewallRuleGroupPolicyCommand.js +1 -3
  29. package/dist-es/commands/GetOutpostResolverCommand.js +1 -3
  30. package/dist-es/commands/GetResolverConfigCommand.js +1 -3
  31. package/dist-es/commands/GetResolverDnssecConfigCommand.js +1 -3
  32. package/dist-es/commands/GetResolverEndpointCommand.js +1 -3
  33. package/dist-es/commands/GetResolverQueryLogConfigAssociationCommand.js +1 -3
  34. package/dist-es/commands/GetResolverQueryLogConfigCommand.js +1 -3
  35. package/dist-es/commands/GetResolverQueryLogConfigPolicyCommand.js +1 -3
  36. package/dist-es/commands/GetResolverRuleAssociationCommand.js +1 -3
  37. package/dist-es/commands/GetResolverRuleCommand.js +1 -3
  38. package/dist-es/commands/GetResolverRulePolicyCommand.js +1 -3
  39. package/dist-es/commands/ImportFirewallDomainsCommand.js +1 -3
  40. package/dist-es/commands/ListFirewallConfigsCommand.js +1 -3
  41. package/dist-es/commands/ListFirewallDomainListsCommand.js +1 -3
  42. package/dist-es/commands/ListFirewallDomainsCommand.js +1 -3
  43. package/dist-es/commands/ListFirewallRuleGroupAssociationsCommand.js +1 -3
  44. package/dist-es/commands/ListFirewallRuleGroupsCommand.js +1 -3
  45. package/dist-es/commands/ListFirewallRulesCommand.js +1 -3
  46. package/dist-es/commands/ListOutpostResolversCommand.js +1 -3
  47. package/dist-es/commands/ListResolverConfigsCommand.js +1 -3
  48. package/dist-es/commands/ListResolverDnssecConfigsCommand.js +1 -3
  49. package/dist-es/commands/ListResolverEndpointIpAddressesCommand.js +1 -3
  50. package/dist-es/commands/ListResolverEndpointsCommand.js +1 -3
  51. package/dist-es/commands/ListResolverQueryLogConfigAssociationsCommand.js +1 -3
  52. package/dist-es/commands/ListResolverQueryLogConfigsCommand.js +1 -3
  53. package/dist-es/commands/ListResolverRuleAssociationsCommand.js +1 -3
  54. package/dist-es/commands/ListResolverRulesCommand.js +1 -3
  55. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  56. package/dist-es/commands/PutFirewallRuleGroupPolicyCommand.js +1 -3
  57. package/dist-es/commands/PutResolverQueryLogConfigPolicyCommand.js +1 -3
  58. package/dist-es/commands/PutResolverRulePolicyCommand.js +1 -3
  59. package/dist-es/commands/TagResourceCommand.js +1 -3
  60. package/dist-es/commands/UntagResourceCommand.js +1 -3
  61. package/dist-es/commands/UpdateFirewallConfigCommand.js +1 -3
  62. package/dist-es/commands/UpdateFirewallDomainsCommand.js +1 -3
  63. package/dist-es/commands/UpdateFirewallRuleCommand.js +1 -3
  64. package/dist-es/commands/UpdateFirewallRuleGroupAssociationCommand.js +1 -3
  65. package/dist-es/commands/UpdateOutpostResolverCommand.js +1 -3
  66. package/dist-es/commands/UpdateResolverConfigCommand.js +1 -3
  67. package/dist-es/commands/UpdateResolverDnssecConfigCommand.js +1 -3
  68. package/dist-es/commands/UpdateResolverEndpointCommand.js +1 -3
  69. package/dist-es/commands/UpdateResolverRuleCommand.js +1 -3
  70. package/dist-es/endpoint/endpointResolver.js +7 -3
  71. package/package.json +5 -5
  72. package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js CHANGED
@@ -2401,9 +2401,7 @@ function sharedHeaders(operation) {
2401
2401
  __name(sharedHeaders, "sharedHeaders");
2402
2402
 
2403
2403
  // src/commands/AssociateFirewallRuleGroupCommand.ts
2404
- var _AssociateFirewallRuleGroupCommand = class _AssociateFirewallRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep({
2405
- ...commonParams
2406
- }).m(function(Command, cs, config, o) {
2404
+ var _AssociateFirewallRuleGroupCommand = class _AssociateFirewallRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2407
2405
  return [
2408
2406
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2409
2407
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2417,9 +2415,7 @@ var AssociateFirewallRuleGroupCommand = _AssociateFirewallRuleGroupCommand;
2417
2415
 
2418
2416
 
2419
2417
 
2420
- var _AssociateResolverEndpointIpAddressCommand = class _AssociateResolverEndpointIpAddressCommand extends import_smithy_client.Command.classBuilder().ep({
2421
- ...commonParams
2422
- }).m(function(Command, cs, config, o) {
2418
+ var _AssociateResolverEndpointIpAddressCommand = class _AssociateResolverEndpointIpAddressCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2423
2419
  return [
2424
2420
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2425
2421
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2433,9 +2429,7 @@ var AssociateResolverEndpointIpAddressCommand = _AssociateResolverEndpointIpAddr
2433
2429
 
2434
2430
 
2435
2431
 
2436
- var _AssociateResolverQueryLogConfigCommand = class _AssociateResolverQueryLogConfigCommand extends import_smithy_client.Command.classBuilder().ep({
2437
- ...commonParams
2438
- }).m(function(Command, cs, config, o) {
2432
+ var _AssociateResolverQueryLogConfigCommand = class _AssociateResolverQueryLogConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2439
2433
  return [
2440
2434
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2441
2435
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2449,9 +2443,7 @@ var AssociateResolverQueryLogConfigCommand = _AssociateResolverQueryLogConfigCom
2449
2443
 
2450
2444
 
2451
2445
 
2452
- var _AssociateResolverRuleCommand = class _AssociateResolverRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2453
- ...commonParams
2454
- }).m(function(Command, cs, config, o) {
2446
+ var _AssociateResolverRuleCommand = class _AssociateResolverRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2455
2447
  return [
2456
2448
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2457
2449
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2465,9 +2457,7 @@ var AssociateResolverRuleCommand = _AssociateResolverRuleCommand;
2465
2457
 
2466
2458
 
2467
2459
 
2468
- var _CreateFirewallDomainListCommand = class _CreateFirewallDomainListCommand extends import_smithy_client.Command.classBuilder().ep({
2469
- ...commonParams
2470
- }).m(function(Command, cs, config, o) {
2460
+ var _CreateFirewallDomainListCommand = class _CreateFirewallDomainListCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2471
2461
  return [
2472
2462
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2473
2463
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2481,9 +2471,7 @@ var CreateFirewallDomainListCommand = _CreateFirewallDomainListCommand;
2481
2471
 
2482
2472
 
2483
2473
 
2484
- var _CreateFirewallRuleCommand = class _CreateFirewallRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2485
- ...commonParams
2486
- }).m(function(Command, cs, config, o) {
2474
+ var _CreateFirewallRuleCommand = class _CreateFirewallRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2487
2475
  return [
2488
2476
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2489
2477
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2497,9 +2485,7 @@ var CreateFirewallRuleCommand = _CreateFirewallRuleCommand;
2497
2485
 
2498
2486
 
2499
2487
 
2500
- var _CreateFirewallRuleGroupCommand = class _CreateFirewallRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep({
2501
- ...commonParams
2502
- }).m(function(Command, cs, config, o) {
2488
+ var _CreateFirewallRuleGroupCommand = class _CreateFirewallRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2503
2489
  return [
2504
2490
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2505
2491
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2513,9 +2499,7 @@ var CreateFirewallRuleGroupCommand = _CreateFirewallRuleGroupCommand;
2513
2499
 
2514
2500
 
2515
2501
 
2516
- var _CreateOutpostResolverCommand = class _CreateOutpostResolverCommand extends import_smithy_client.Command.classBuilder().ep({
2517
- ...commonParams
2518
- }).m(function(Command, cs, config, o) {
2502
+ var _CreateOutpostResolverCommand = class _CreateOutpostResolverCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2519
2503
  return [
2520
2504
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2521
2505
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2529,9 +2513,7 @@ var CreateOutpostResolverCommand = _CreateOutpostResolverCommand;
2529
2513
 
2530
2514
 
2531
2515
 
2532
- var _CreateResolverEndpointCommand = class _CreateResolverEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
2533
- ...commonParams
2534
- }).m(function(Command, cs, config, o) {
2516
+ var _CreateResolverEndpointCommand = class _CreateResolverEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2535
2517
  return [
2536
2518
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2537
2519
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2545,9 +2527,7 @@ var CreateResolverEndpointCommand = _CreateResolverEndpointCommand;
2545
2527
 
2546
2528
 
2547
2529
 
2548
- var _CreateResolverQueryLogConfigCommand = class _CreateResolverQueryLogConfigCommand extends import_smithy_client.Command.classBuilder().ep({
2549
- ...commonParams
2550
- }).m(function(Command, cs, config, o) {
2530
+ var _CreateResolverQueryLogConfigCommand = class _CreateResolverQueryLogConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2551
2531
  return [
2552
2532
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2553
2533
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2561,9 +2541,7 @@ var CreateResolverQueryLogConfigCommand = _CreateResolverQueryLogConfigCommand;
2561
2541
 
2562
2542
 
2563
2543
 
2564
- var _CreateResolverRuleCommand = class _CreateResolverRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2565
- ...commonParams
2566
- }).m(function(Command, cs, config, o) {
2544
+ var _CreateResolverRuleCommand = class _CreateResolverRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2567
2545
  return [
2568
2546
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2569
2547
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2577,9 +2555,7 @@ var CreateResolverRuleCommand = _CreateResolverRuleCommand;
2577
2555
 
2578
2556
 
2579
2557
 
2580
- var _DeleteFirewallDomainListCommand = class _DeleteFirewallDomainListCommand extends import_smithy_client.Command.classBuilder().ep({
2581
- ...commonParams
2582
- }).m(function(Command, cs, config, o) {
2558
+ var _DeleteFirewallDomainListCommand = class _DeleteFirewallDomainListCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2583
2559
  return [
2584
2560
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2585
2561
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2593,9 +2569,7 @@ var DeleteFirewallDomainListCommand = _DeleteFirewallDomainListCommand;
2593
2569
 
2594
2570
 
2595
2571
 
2596
- var _DeleteFirewallRuleCommand = class _DeleteFirewallRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2597
- ...commonParams
2598
- }).m(function(Command, cs, config, o) {
2572
+ var _DeleteFirewallRuleCommand = class _DeleteFirewallRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2599
2573
  return [
2600
2574
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2601
2575
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2609,9 +2583,7 @@ var DeleteFirewallRuleCommand = _DeleteFirewallRuleCommand;
2609
2583
 
2610
2584
 
2611
2585
 
2612
- var _DeleteFirewallRuleGroupCommand = class _DeleteFirewallRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep({
2613
- ...commonParams
2614
- }).m(function(Command, cs, config, o) {
2586
+ var _DeleteFirewallRuleGroupCommand = class _DeleteFirewallRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2615
2587
  return [
2616
2588
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2617
2589
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2625,9 +2597,7 @@ var DeleteFirewallRuleGroupCommand = _DeleteFirewallRuleGroupCommand;
2625
2597
 
2626
2598
 
2627
2599
 
2628
- var _DeleteOutpostResolverCommand = class _DeleteOutpostResolverCommand extends import_smithy_client.Command.classBuilder().ep({
2629
- ...commonParams
2630
- }).m(function(Command, cs, config, o) {
2600
+ var _DeleteOutpostResolverCommand = class _DeleteOutpostResolverCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2631
2601
  return [
2632
2602
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2633
2603
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2641,9 +2611,7 @@ var DeleteOutpostResolverCommand = _DeleteOutpostResolverCommand;
2641
2611
 
2642
2612
 
2643
2613
 
2644
- var _DeleteResolverEndpointCommand = class _DeleteResolverEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
2645
- ...commonParams
2646
- }).m(function(Command, cs, config, o) {
2614
+ var _DeleteResolverEndpointCommand = class _DeleteResolverEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2647
2615
  return [
2648
2616
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2649
2617
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2657,9 +2625,7 @@ var DeleteResolverEndpointCommand = _DeleteResolverEndpointCommand;
2657
2625
 
2658
2626
 
2659
2627
 
2660
- var _DeleteResolverQueryLogConfigCommand = class _DeleteResolverQueryLogConfigCommand extends import_smithy_client.Command.classBuilder().ep({
2661
- ...commonParams
2662
- }).m(function(Command, cs, config, o) {
2628
+ var _DeleteResolverQueryLogConfigCommand = class _DeleteResolverQueryLogConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2663
2629
  return [
2664
2630
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2665
2631
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2673,9 +2639,7 @@ var DeleteResolverQueryLogConfigCommand = _DeleteResolverQueryLogConfigCommand;
2673
2639
 
2674
2640
 
2675
2641
 
2676
- var _DeleteResolverRuleCommand = class _DeleteResolverRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2677
- ...commonParams
2678
- }).m(function(Command, cs, config, o) {
2642
+ var _DeleteResolverRuleCommand = class _DeleteResolverRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2679
2643
  return [
2680
2644
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2681
2645
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2689,9 +2653,7 @@ var DeleteResolverRuleCommand = _DeleteResolverRuleCommand;
2689
2653
 
2690
2654
 
2691
2655
 
2692
- var _DisassociateFirewallRuleGroupCommand = class _DisassociateFirewallRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep({
2693
- ...commonParams
2694
- }).m(function(Command, cs, config, o) {
2656
+ var _DisassociateFirewallRuleGroupCommand = class _DisassociateFirewallRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2695
2657
  return [
2696
2658
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2697
2659
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2705,9 +2667,7 @@ var DisassociateFirewallRuleGroupCommand = _DisassociateFirewallRuleGroupCommand
2705
2667
 
2706
2668
 
2707
2669
 
2708
- var _DisassociateResolverEndpointIpAddressCommand = class _DisassociateResolverEndpointIpAddressCommand extends import_smithy_client.Command.classBuilder().ep({
2709
- ...commonParams
2710
- }).m(function(Command, cs, config, o) {
2670
+ var _DisassociateResolverEndpointIpAddressCommand = class _DisassociateResolverEndpointIpAddressCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2711
2671
  return [
2712
2672
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2713
2673
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2721,9 +2681,7 @@ var DisassociateResolverEndpointIpAddressCommand = _DisassociateResolverEndpoint
2721
2681
 
2722
2682
 
2723
2683
 
2724
- var _DisassociateResolverQueryLogConfigCommand = class _DisassociateResolverQueryLogConfigCommand extends import_smithy_client.Command.classBuilder().ep({
2725
- ...commonParams
2726
- }).m(function(Command, cs, config, o) {
2684
+ var _DisassociateResolverQueryLogConfigCommand = class _DisassociateResolverQueryLogConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2727
2685
  return [
2728
2686
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2729
2687
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2737,9 +2695,7 @@ var DisassociateResolverQueryLogConfigCommand = _DisassociateResolverQueryLogCon
2737
2695
 
2738
2696
 
2739
2697
 
2740
- var _DisassociateResolverRuleCommand = class _DisassociateResolverRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2741
- ...commonParams
2742
- }).m(function(Command, cs, config, o) {
2698
+ var _DisassociateResolverRuleCommand = class _DisassociateResolverRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2743
2699
  return [
2744
2700
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2745
2701
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2753,9 +2709,7 @@ var DisassociateResolverRuleCommand = _DisassociateResolverRuleCommand;
2753
2709
 
2754
2710
 
2755
2711
 
2756
- var _GetFirewallConfigCommand = class _GetFirewallConfigCommand extends import_smithy_client.Command.classBuilder().ep({
2757
- ...commonParams
2758
- }).m(function(Command, cs, config, o) {
2712
+ var _GetFirewallConfigCommand = class _GetFirewallConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2759
2713
  return [
2760
2714
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2761
2715
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2769,9 +2723,7 @@ var GetFirewallConfigCommand = _GetFirewallConfigCommand;
2769
2723
 
2770
2724
 
2771
2725
 
2772
- var _GetFirewallDomainListCommand = class _GetFirewallDomainListCommand extends import_smithy_client.Command.classBuilder().ep({
2773
- ...commonParams
2774
- }).m(function(Command, cs, config, o) {
2726
+ var _GetFirewallDomainListCommand = class _GetFirewallDomainListCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2775
2727
  return [
2776
2728
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2777
2729
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2785,9 +2737,7 @@ var GetFirewallDomainListCommand = _GetFirewallDomainListCommand;
2785
2737
 
2786
2738
 
2787
2739
 
2788
- var _GetFirewallRuleGroupAssociationCommand = class _GetFirewallRuleGroupAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2789
- ...commonParams
2790
- }).m(function(Command, cs, config, o) {
2740
+ var _GetFirewallRuleGroupAssociationCommand = class _GetFirewallRuleGroupAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2791
2741
  return [
2792
2742
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2793
2743
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2801,9 +2751,7 @@ var GetFirewallRuleGroupAssociationCommand = _GetFirewallRuleGroupAssociationCom
2801
2751
 
2802
2752
 
2803
2753
 
2804
- var _GetFirewallRuleGroupCommand = class _GetFirewallRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep({
2805
- ...commonParams
2806
- }).m(function(Command, cs, config, o) {
2754
+ var _GetFirewallRuleGroupCommand = class _GetFirewallRuleGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2807
2755
  return [
2808
2756
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2809
2757
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2817,9 +2765,7 @@ var GetFirewallRuleGroupCommand = _GetFirewallRuleGroupCommand;
2817
2765
 
2818
2766
 
2819
2767
 
2820
- var _GetFirewallRuleGroupPolicyCommand = class _GetFirewallRuleGroupPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2821
- ...commonParams
2822
- }).m(function(Command, cs, config, o) {
2768
+ var _GetFirewallRuleGroupPolicyCommand = class _GetFirewallRuleGroupPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2823
2769
  return [
2824
2770
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2825
2771
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2833,9 +2779,7 @@ var GetFirewallRuleGroupPolicyCommand = _GetFirewallRuleGroupPolicyCommand;
2833
2779
 
2834
2780
 
2835
2781
 
2836
- var _GetOutpostResolverCommand = class _GetOutpostResolverCommand extends import_smithy_client.Command.classBuilder().ep({
2837
- ...commonParams
2838
- }).m(function(Command, cs, config, o) {
2782
+ var _GetOutpostResolverCommand = class _GetOutpostResolverCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2839
2783
  return [
2840
2784
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2841
2785
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2849,9 +2793,7 @@ var GetOutpostResolverCommand = _GetOutpostResolverCommand;
2849
2793
 
2850
2794
 
2851
2795
 
2852
- var _GetResolverConfigCommand = class _GetResolverConfigCommand extends import_smithy_client.Command.classBuilder().ep({
2853
- ...commonParams
2854
- }).m(function(Command, cs, config, o) {
2796
+ var _GetResolverConfigCommand = class _GetResolverConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2855
2797
  return [
2856
2798
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2857
2799
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2865,9 +2807,7 @@ var GetResolverConfigCommand = _GetResolverConfigCommand;
2865
2807
 
2866
2808
 
2867
2809
 
2868
- var _GetResolverDnssecConfigCommand = class _GetResolverDnssecConfigCommand extends import_smithy_client.Command.classBuilder().ep({
2869
- ...commonParams
2870
- }).m(function(Command, cs, config, o) {
2810
+ var _GetResolverDnssecConfigCommand = class _GetResolverDnssecConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2871
2811
  return [
2872
2812
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2873
2813
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2881,9 +2821,7 @@ var GetResolverDnssecConfigCommand = _GetResolverDnssecConfigCommand;
2881
2821
 
2882
2822
 
2883
2823
 
2884
- var _GetResolverEndpointCommand = class _GetResolverEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
2885
- ...commonParams
2886
- }).m(function(Command, cs, config, o) {
2824
+ var _GetResolverEndpointCommand = class _GetResolverEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2887
2825
  return [
2888
2826
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2889
2827
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2897,9 +2835,7 @@ var GetResolverEndpointCommand = _GetResolverEndpointCommand;
2897
2835
 
2898
2836
 
2899
2837
 
2900
- var _GetResolverQueryLogConfigAssociationCommand = class _GetResolverQueryLogConfigAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2901
- ...commonParams
2902
- }).m(function(Command, cs, config, o) {
2838
+ var _GetResolverQueryLogConfigAssociationCommand = class _GetResolverQueryLogConfigAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2903
2839
  return [
2904
2840
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2905
2841
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2913,9 +2849,7 @@ var GetResolverQueryLogConfigAssociationCommand = _GetResolverQueryLogConfigAsso
2913
2849
 
2914
2850
 
2915
2851
 
2916
- var _GetResolverQueryLogConfigCommand = class _GetResolverQueryLogConfigCommand extends import_smithy_client.Command.classBuilder().ep({
2917
- ...commonParams
2918
- }).m(function(Command, cs, config, o) {
2852
+ var _GetResolverQueryLogConfigCommand = class _GetResolverQueryLogConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2919
2853
  return [
2920
2854
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2921
2855
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2929,9 +2863,7 @@ var GetResolverQueryLogConfigCommand = _GetResolverQueryLogConfigCommand;
2929
2863
 
2930
2864
 
2931
2865
 
2932
- var _GetResolverQueryLogConfigPolicyCommand = class _GetResolverQueryLogConfigPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2933
- ...commonParams
2934
- }).m(function(Command, cs, config, o) {
2866
+ var _GetResolverQueryLogConfigPolicyCommand = class _GetResolverQueryLogConfigPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2935
2867
  return [
2936
2868
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2937
2869
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2945,9 +2877,7 @@ var GetResolverQueryLogConfigPolicyCommand = _GetResolverQueryLogConfigPolicyCom
2945
2877
 
2946
2878
 
2947
2879
 
2948
- var _GetResolverRuleAssociationCommand = class _GetResolverRuleAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
2949
- ...commonParams
2950
- }).m(function(Command, cs, config, o) {
2880
+ var _GetResolverRuleAssociationCommand = class _GetResolverRuleAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2951
2881
  return [
2952
2882
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2953
2883
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2961,9 +2891,7 @@ var GetResolverRuleAssociationCommand = _GetResolverRuleAssociationCommand;
2961
2891
 
2962
2892
 
2963
2893
 
2964
- var _GetResolverRuleCommand = class _GetResolverRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2965
- ...commonParams
2966
- }).m(function(Command, cs, config, o) {
2894
+ var _GetResolverRuleCommand = class _GetResolverRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2967
2895
  return [
2968
2896
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2969
2897
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2977,9 +2905,7 @@ var GetResolverRuleCommand = _GetResolverRuleCommand;
2977
2905
 
2978
2906
 
2979
2907
 
2980
- var _GetResolverRulePolicyCommand = class _GetResolverRulePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
2981
- ...commonParams
2982
- }).m(function(Command, cs, config, o) {
2908
+ var _GetResolverRulePolicyCommand = class _GetResolverRulePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2983
2909
  return [
2984
2910
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2985
2911
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2993,9 +2919,7 @@ var GetResolverRulePolicyCommand = _GetResolverRulePolicyCommand;
2993
2919
 
2994
2920
 
2995
2921
 
2996
- var _ImportFirewallDomainsCommand = class _ImportFirewallDomainsCommand extends import_smithy_client.Command.classBuilder().ep({
2997
- ...commonParams
2998
- }).m(function(Command, cs, config, o) {
2922
+ var _ImportFirewallDomainsCommand = class _ImportFirewallDomainsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2999
2923
  return [
3000
2924
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3001
2925
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3009,9 +2933,7 @@ var ImportFirewallDomainsCommand = _ImportFirewallDomainsCommand;
3009
2933
 
3010
2934
 
3011
2935
 
3012
- var _ListFirewallConfigsCommand = class _ListFirewallConfigsCommand extends import_smithy_client.Command.classBuilder().ep({
3013
- ...commonParams
3014
- }).m(function(Command, cs, config, o) {
2936
+ var _ListFirewallConfigsCommand = class _ListFirewallConfigsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3015
2937
  return [
3016
2938
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3017
2939
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3025,9 +2947,7 @@ var ListFirewallConfigsCommand = _ListFirewallConfigsCommand;
3025
2947
 
3026
2948
 
3027
2949
 
3028
- var _ListFirewallDomainListsCommand = class _ListFirewallDomainListsCommand extends import_smithy_client.Command.classBuilder().ep({
3029
- ...commonParams
3030
- }).m(function(Command, cs, config, o) {
2950
+ var _ListFirewallDomainListsCommand = class _ListFirewallDomainListsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3031
2951
  return [
3032
2952
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3033
2953
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3041,9 +2961,7 @@ var ListFirewallDomainListsCommand = _ListFirewallDomainListsCommand;
3041
2961
 
3042
2962
 
3043
2963
 
3044
- var _ListFirewallDomainsCommand = class _ListFirewallDomainsCommand extends import_smithy_client.Command.classBuilder().ep({
3045
- ...commonParams
3046
- }).m(function(Command, cs, config, o) {
2964
+ var _ListFirewallDomainsCommand = class _ListFirewallDomainsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3047
2965
  return [
3048
2966
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3049
2967
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3057,9 +2975,7 @@ var ListFirewallDomainsCommand = _ListFirewallDomainsCommand;
3057
2975
 
3058
2976
 
3059
2977
 
3060
- var _ListFirewallRuleGroupAssociationsCommand = class _ListFirewallRuleGroupAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
3061
- ...commonParams
3062
- }).m(function(Command, cs, config, o) {
2978
+ var _ListFirewallRuleGroupAssociationsCommand = class _ListFirewallRuleGroupAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3063
2979
  return [
3064
2980
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3065
2981
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3073,9 +2989,7 @@ var ListFirewallRuleGroupAssociationsCommand = _ListFirewallRuleGroupAssociation
3073
2989
 
3074
2990
 
3075
2991
 
3076
- var _ListFirewallRuleGroupsCommand = class _ListFirewallRuleGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
3077
- ...commonParams
3078
- }).m(function(Command, cs, config, o) {
2992
+ var _ListFirewallRuleGroupsCommand = class _ListFirewallRuleGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3079
2993
  return [
3080
2994
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3081
2995
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3089,9 +3003,7 @@ var ListFirewallRuleGroupsCommand = _ListFirewallRuleGroupsCommand;
3089
3003
 
3090
3004
 
3091
3005
 
3092
- var _ListFirewallRulesCommand = class _ListFirewallRulesCommand extends import_smithy_client.Command.classBuilder().ep({
3093
- ...commonParams
3094
- }).m(function(Command, cs, config, o) {
3006
+ var _ListFirewallRulesCommand = class _ListFirewallRulesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3095
3007
  return [
3096
3008
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3097
3009
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3105,9 +3017,7 @@ var ListFirewallRulesCommand = _ListFirewallRulesCommand;
3105
3017
 
3106
3018
 
3107
3019
 
3108
- var _ListOutpostResolversCommand = class _ListOutpostResolversCommand extends import_smithy_client.Command.classBuilder().ep({
3109
- ...commonParams
3110
- }).m(function(Command, cs, config, o) {
3020
+ var _ListOutpostResolversCommand = class _ListOutpostResolversCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3111
3021
  return [
3112
3022
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3113
3023
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3121,9 +3031,7 @@ var ListOutpostResolversCommand = _ListOutpostResolversCommand;
3121
3031
 
3122
3032
 
3123
3033
 
3124
- var _ListResolverConfigsCommand = class _ListResolverConfigsCommand extends import_smithy_client.Command.classBuilder().ep({
3125
- ...commonParams
3126
- }).m(function(Command, cs, config, o) {
3034
+ var _ListResolverConfigsCommand = class _ListResolverConfigsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3127
3035
  return [
3128
3036
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3129
3037
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3137,9 +3045,7 @@ var ListResolverConfigsCommand = _ListResolverConfigsCommand;
3137
3045
 
3138
3046
 
3139
3047
 
3140
- var _ListResolverDnssecConfigsCommand = class _ListResolverDnssecConfigsCommand extends import_smithy_client.Command.classBuilder().ep({
3141
- ...commonParams
3142
- }).m(function(Command, cs, config, o) {
3048
+ var _ListResolverDnssecConfigsCommand = class _ListResolverDnssecConfigsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3143
3049
  return [
3144
3050
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3145
3051
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3153,9 +3059,7 @@ var ListResolverDnssecConfigsCommand = _ListResolverDnssecConfigsCommand;
3153
3059
 
3154
3060
 
3155
3061
 
3156
- var _ListResolverEndpointIpAddressesCommand = class _ListResolverEndpointIpAddressesCommand extends import_smithy_client.Command.classBuilder().ep({
3157
- ...commonParams
3158
- }).m(function(Command, cs, config, o) {
3062
+ var _ListResolverEndpointIpAddressesCommand = class _ListResolverEndpointIpAddressesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3159
3063
  return [
3160
3064
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3161
3065
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3169,9 +3073,7 @@ var ListResolverEndpointIpAddressesCommand = _ListResolverEndpointIpAddressesCom
3169
3073
 
3170
3074
 
3171
3075
 
3172
- var _ListResolverEndpointsCommand = class _ListResolverEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
3173
- ...commonParams
3174
- }).m(function(Command, cs, config, o) {
3076
+ var _ListResolverEndpointsCommand = class _ListResolverEndpointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3175
3077
  return [
3176
3078
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3177
3079
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3185,9 +3087,7 @@ var ListResolverEndpointsCommand = _ListResolverEndpointsCommand;
3185
3087
 
3186
3088
 
3187
3089
 
3188
- var _ListResolverQueryLogConfigAssociationsCommand = class _ListResolverQueryLogConfigAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
3189
- ...commonParams
3190
- }).m(function(Command, cs, config, o) {
3090
+ var _ListResolverQueryLogConfigAssociationsCommand = class _ListResolverQueryLogConfigAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3191
3091
  return [
3192
3092
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3193
3093
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3201,9 +3101,7 @@ var ListResolverQueryLogConfigAssociationsCommand = _ListResolverQueryLogConfigA
3201
3101
 
3202
3102
 
3203
3103
 
3204
- var _ListResolverQueryLogConfigsCommand = class _ListResolverQueryLogConfigsCommand extends import_smithy_client.Command.classBuilder().ep({
3205
- ...commonParams
3206
- }).m(function(Command, cs, config, o) {
3104
+ var _ListResolverQueryLogConfigsCommand = class _ListResolverQueryLogConfigsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3207
3105
  return [
3208
3106
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3209
3107
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3217,9 +3115,7 @@ var ListResolverQueryLogConfigsCommand = _ListResolverQueryLogConfigsCommand;
3217
3115
 
3218
3116
 
3219
3117
 
3220
- var _ListResolverRuleAssociationsCommand = class _ListResolverRuleAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
3221
- ...commonParams
3222
- }).m(function(Command, cs, config, o) {
3118
+ var _ListResolverRuleAssociationsCommand = class _ListResolverRuleAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3223
3119
  return [
3224
3120
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3225
3121
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3233,9 +3129,7 @@ var ListResolverRuleAssociationsCommand = _ListResolverRuleAssociationsCommand;
3233
3129
 
3234
3130
 
3235
3131
 
3236
- var _ListResolverRulesCommand = class _ListResolverRulesCommand extends import_smithy_client.Command.classBuilder().ep({
3237
- ...commonParams
3238
- }).m(function(Command, cs, config, o) {
3132
+ var _ListResolverRulesCommand = class _ListResolverRulesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3239
3133
  return [
3240
3134
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3241
3135
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3249,9 +3143,7 @@ var ListResolverRulesCommand = _ListResolverRulesCommand;
3249
3143
 
3250
3144
 
3251
3145
 
3252
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3253
- ...commonParams
3254
- }).m(function(Command, cs, config, o) {
3146
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3255
3147
  return [
3256
3148
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3257
3149
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3265,9 +3157,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
3265
3157
 
3266
3158
 
3267
3159
 
3268
- var _PutFirewallRuleGroupPolicyCommand = class _PutFirewallRuleGroupPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
3269
- ...commonParams
3270
- }).m(function(Command, cs, config, o) {
3160
+ var _PutFirewallRuleGroupPolicyCommand = class _PutFirewallRuleGroupPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3271
3161
  return [
3272
3162
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3273
3163
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3281,9 +3171,7 @@ var PutFirewallRuleGroupPolicyCommand = _PutFirewallRuleGroupPolicyCommand;
3281
3171
 
3282
3172
 
3283
3173
 
3284
- var _PutResolverQueryLogConfigPolicyCommand = class _PutResolverQueryLogConfigPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
3285
- ...commonParams
3286
- }).m(function(Command, cs, config, o) {
3174
+ var _PutResolverQueryLogConfigPolicyCommand = class _PutResolverQueryLogConfigPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3287
3175
  return [
3288
3176
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3289
3177
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3297,9 +3185,7 @@ var PutResolverQueryLogConfigPolicyCommand = _PutResolverQueryLogConfigPolicyCom
3297
3185
 
3298
3186
 
3299
3187
 
3300
- var _PutResolverRulePolicyCommand = class _PutResolverRulePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
3301
- ...commonParams
3302
- }).m(function(Command, cs, config, o) {
3188
+ var _PutResolverRulePolicyCommand = class _PutResolverRulePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3303
3189
  return [
3304
3190
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3305
3191
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3313,9 +3199,7 @@ var PutResolverRulePolicyCommand = _PutResolverRulePolicyCommand;
3313
3199
 
3314
3200
 
3315
3201
 
3316
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3317
- ...commonParams
3318
- }).m(function(Command, cs, config, o) {
3202
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3319
3203
  return [
3320
3204
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3321
3205
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3329,9 +3213,7 @@ var TagResourceCommand = _TagResourceCommand;
3329
3213
 
3330
3214
 
3331
3215
 
3332
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3333
- ...commonParams
3334
- }).m(function(Command, cs, config, o) {
3216
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3335
3217
  return [
3336
3218
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3337
3219
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3345,9 +3227,7 @@ var UntagResourceCommand = _UntagResourceCommand;
3345
3227
 
3346
3228
 
3347
3229
 
3348
- var _UpdateFirewallConfigCommand = class _UpdateFirewallConfigCommand extends import_smithy_client.Command.classBuilder().ep({
3349
- ...commonParams
3350
- }).m(function(Command, cs, config, o) {
3230
+ var _UpdateFirewallConfigCommand = class _UpdateFirewallConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3351
3231
  return [
3352
3232
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3353
3233
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3361,9 +3241,7 @@ var UpdateFirewallConfigCommand = _UpdateFirewallConfigCommand;
3361
3241
 
3362
3242
 
3363
3243
 
3364
- var _UpdateFirewallDomainsCommand = class _UpdateFirewallDomainsCommand extends import_smithy_client.Command.classBuilder().ep({
3365
- ...commonParams
3366
- }).m(function(Command, cs, config, o) {
3244
+ var _UpdateFirewallDomainsCommand = class _UpdateFirewallDomainsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3367
3245
  return [
3368
3246
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3369
3247
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3377,9 +3255,7 @@ var UpdateFirewallDomainsCommand = _UpdateFirewallDomainsCommand;
3377
3255
 
3378
3256
 
3379
3257
 
3380
- var _UpdateFirewallRuleCommand = class _UpdateFirewallRuleCommand extends import_smithy_client.Command.classBuilder().ep({
3381
- ...commonParams
3382
- }).m(function(Command, cs, config, o) {
3258
+ var _UpdateFirewallRuleCommand = class _UpdateFirewallRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3383
3259
  return [
3384
3260
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3385
3261
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3393,9 +3269,7 @@ var UpdateFirewallRuleCommand = _UpdateFirewallRuleCommand;
3393
3269
 
3394
3270
 
3395
3271
 
3396
- var _UpdateFirewallRuleGroupAssociationCommand = class _UpdateFirewallRuleGroupAssociationCommand extends import_smithy_client.Command.classBuilder().ep({
3397
- ...commonParams
3398
- }).m(function(Command, cs, config, o) {
3272
+ var _UpdateFirewallRuleGroupAssociationCommand = class _UpdateFirewallRuleGroupAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3399
3273
  return [
3400
3274
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3401
3275
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3409,9 +3283,7 @@ var UpdateFirewallRuleGroupAssociationCommand = _UpdateFirewallRuleGroupAssociat
3409
3283
 
3410
3284
 
3411
3285
 
3412
- var _UpdateOutpostResolverCommand = class _UpdateOutpostResolverCommand extends import_smithy_client.Command.classBuilder().ep({
3413
- ...commonParams
3414
- }).m(function(Command, cs, config, o) {
3286
+ var _UpdateOutpostResolverCommand = class _UpdateOutpostResolverCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3415
3287
  return [
3416
3288
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3417
3289
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3425,9 +3297,7 @@ var UpdateOutpostResolverCommand = _UpdateOutpostResolverCommand;
3425
3297
 
3426
3298
 
3427
3299
 
3428
- var _UpdateResolverConfigCommand = class _UpdateResolverConfigCommand extends import_smithy_client.Command.classBuilder().ep({
3429
- ...commonParams
3430
- }).m(function(Command, cs, config, o) {
3300
+ var _UpdateResolverConfigCommand = class _UpdateResolverConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3431
3301
  return [
3432
3302
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3433
3303
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3441,9 +3311,7 @@ var UpdateResolverConfigCommand = _UpdateResolverConfigCommand;
3441
3311
 
3442
3312
 
3443
3313
 
3444
- var _UpdateResolverDnssecConfigCommand = class _UpdateResolverDnssecConfigCommand extends import_smithy_client.Command.classBuilder().ep({
3445
- ...commonParams
3446
- }).m(function(Command, cs, config, o) {
3314
+ var _UpdateResolverDnssecConfigCommand = class _UpdateResolverDnssecConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3447
3315
  return [
3448
3316
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3449
3317
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3457,9 +3325,7 @@ var UpdateResolverDnssecConfigCommand = _UpdateResolverDnssecConfigCommand;
3457
3325
 
3458
3326
 
3459
3327
 
3460
- var _UpdateResolverEndpointCommand = class _UpdateResolverEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
3461
- ...commonParams
3462
- }).m(function(Command, cs, config, o) {
3328
+ var _UpdateResolverEndpointCommand = class _UpdateResolverEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3463
3329
  return [
3464
3330
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3465
3331
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3473,9 +3339,7 @@ var UpdateResolverEndpointCommand = _UpdateResolverEndpointCommand;
3473
3339
 
3474
3340
 
3475
3341
 
3476
- var _UpdateResolverRuleCommand = class _UpdateResolverRuleCommand extends import_smithy_client.Command.classBuilder().ep({
3477
- ...commonParams
3478
- }).m(function(Command, cs, config, o) {
3342
+ var _UpdateResolverRuleCommand = class _UpdateResolverRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3479
3343
  return [
3480
3344
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3481
3345
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())