@aws-sdk/client-route53globalresolver 3.948.0 → 3.953.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 (67) hide show
  1. package/dist-cjs/index.js +553 -376
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AssociateHostedZoneCommand.js +2 -2
  4. package/dist-es/commands/BatchCreateFirewallRuleCommand.js +2 -2
  5. package/dist-es/commands/BatchDeleteFirewallRuleCommand.js +2 -2
  6. package/dist-es/commands/BatchUpdateFirewallRuleCommand.js +2 -2
  7. package/dist-es/commands/CreateAccessSourceCommand.js +2 -2
  8. package/dist-es/commands/CreateAccessTokenCommand.js +2 -2
  9. package/dist-es/commands/CreateDNSViewCommand.js +2 -2
  10. package/dist-es/commands/CreateFirewallDomainListCommand.js +2 -2
  11. package/dist-es/commands/CreateFirewallRuleCommand.js +2 -2
  12. package/dist-es/commands/CreateGlobalResolverCommand.js +2 -2
  13. package/dist-es/commands/DeleteAccessSourceCommand.js +2 -2
  14. package/dist-es/commands/DeleteAccessTokenCommand.js +2 -2
  15. package/dist-es/commands/DeleteDNSViewCommand.js +2 -2
  16. package/dist-es/commands/DeleteFirewallDomainListCommand.js +2 -2
  17. package/dist-es/commands/DeleteFirewallRuleCommand.js +2 -2
  18. package/dist-es/commands/DeleteGlobalResolverCommand.js +2 -2
  19. package/dist-es/commands/DisableDNSViewCommand.js +2 -2
  20. package/dist-es/commands/DisassociateHostedZoneCommand.js +2 -2
  21. package/dist-es/commands/EnableDNSViewCommand.js +2 -2
  22. package/dist-es/commands/GetAccessSourceCommand.js +2 -2
  23. package/dist-es/commands/GetAccessTokenCommand.js +2 -2
  24. package/dist-es/commands/GetDNSViewCommand.js +2 -2
  25. package/dist-es/commands/GetFirewallDomainListCommand.js +2 -2
  26. package/dist-es/commands/GetFirewallRuleCommand.js +2 -2
  27. package/dist-es/commands/GetGlobalResolverCommand.js +2 -2
  28. package/dist-es/commands/GetHostedZoneAssociationCommand.js +2 -2
  29. package/dist-es/commands/GetManagedFirewallDomainListCommand.js +2 -2
  30. package/dist-es/commands/ImportFirewallDomainsCommand.js +2 -2
  31. package/dist-es/commands/ListAccessSourcesCommand.js +2 -2
  32. package/dist-es/commands/ListAccessTokensCommand.js +2 -2
  33. package/dist-es/commands/ListDNSViewsCommand.js +2 -2
  34. package/dist-es/commands/ListFirewallDomainListsCommand.js +2 -2
  35. package/dist-es/commands/ListFirewallDomainsCommand.js +2 -2
  36. package/dist-es/commands/ListFirewallRulesCommand.js +2 -2
  37. package/dist-es/commands/ListGlobalResolversCommand.js +2 -2
  38. package/dist-es/commands/ListHostedZoneAssociationsCommand.js +2 -2
  39. package/dist-es/commands/ListManagedFirewallDomainListsCommand.js +2 -2
  40. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  41. package/dist-es/commands/TagResourceCommand.js +2 -2
  42. package/dist-es/commands/UntagResourceCommand.js +2 -2
  43. package/dist-es/commands/UpdateAccessSourceCommand.js +2 -2
  44. package/dist-es/commands/UpdateAccessTokenCommand.js +2 -2
  45. package/dist-es/commands/UpdateDNSViewCommand.js +2 -2
  46. package/dist-es/commands/UpdateFirewallDomainsCommand.js +2 -2
  47. package/dist-es/commands/UpdateFirewallRuleCommand.js +2 -2
  48. package/dist-es/commands/UpdateGlobalResolverCommand.js +2 -2
  49. package/dist-es/commands/UpdateHostedZoneAssociationCommand.js +2 -2
  50. package/dist-es/index.js +1 -0
  51. package/dist-es/runtimeConfig.shared.js +6 -1
  52. package/dist-es/schemas/schemas_0.js +329 -319
  53. package/dist-types/Route53GlobalResolverClient.d.ts +1 -10
  54. package/dist-types/index.d.ts +1 -0
  55. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  56. package/dist-types/runtimeConfig.d.ts +6 -2
  57. package/dist-types/runtimeConfig.native.d.ts +6 -2
  58. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  59. package/dist-types/schemas/schemas_0.d.ts +168 -191
  60. package/dist-types/ts3.4/Route53GlobalResolverClient.d.ts +0 -4
  61. package/dist-types/ts3.4/index.d.ts +1 -0
  62. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  63. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  65. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  66. package/dist-types/ts3.4/schemas/schemas_0.d.ts +167 -193
  67. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -108,14 +108,14 @@ class Route53GlobalResolverClient extends smithyClient.Client {
108
108
  }
109
109
  }
110
110
 
111
- let Route53GlobalResolverServiceException$1 = class Route53GlobalResolverServiceException extends smithyClient.ServiceException {
111
+ class Route53GlobalResolverServiceException extends smithyClient.ServiceException {
112
112
  constructor(options) {
113
113
  super(options);
114
114
  Object.setPrototypeOf(this, Route53GlobalResolverServiceException.prototype);
115
115
  }
116
- };
116
+ }
117
117
 
118
- let AccessDeniedException$1 = class AccessDeniedException extends Route53GlobalResolverServiceException$1 {
118
+ class AccessDeniedException extends Route53GlobalResolverServiceException {
119
119
  name = "AccessDeniedException";
120
120
  $fault = "client";
121
121
  constructor(opts) {
@@ -126,8 +126,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends Route53GlobalR
126
126
  });
127
127
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
128
128
  }
129
- };
130
- let ConflictException$1 = class ConflictException extends Route53GlobalResolverServiceException$1 {
129
+ }
130
+ class ConflictException extends Route53GlobalResolverServiceException {
131
131
  name = "ConflictException";
132
132
  $fault = "client";
133
133
  resourceId;
@@ -142,8 +142,8 @@ let ConflictException$1 = class ConflictException extends Route53GlobalResolverS
142
142
  this.resourceId = opts.resourceId;
143
143
  this.resourceType = opts.resourceType;
144
144
  }
145
- };
146
- let InternalServerException$1 = class InternalServerException extends Route53GlobalResolverServiceException$1 {
145
+ }
146
+ class InternalServerException extends Route53GlobalResolverServiceException {
147
147
  name = "InternalServerException";
148
148
  $fault = "server";
149
149
  $retryable = {};
@@ -157,8 +157,8 @@ let InternalServerException$1 = class InternalServerException extends Route53Glo
157
157
  Object.setPrototypeOf(this, InternalServerException.prototype);
158
158
  this.retryAfterSeconds = opts.retryAfterSeconds;
159
159
  }
160
- };
161
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends Route53GlobalResolverServiceException$1 {
160
+ }
161
+ class ResourceNotFoundException extends Route53GlobalResolverServiceException {
162
162
  name = "ResourceNotFoundException";
163
163
  $fault = "client";
164
164
  resourceId;
@@ -173,8 +173,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Route5
173
173
  this.resourceId = opts.resourceId;
174
174
  this.resourceType = opts.resourceType;
175
175
  }
176
- };
177
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends Route53GlobalResolverServiceException$1 {
176
+ }
177
+ class ServiceQuotaExceededException extends Route53GlobalResolverServiceException {
178
178
  name = "ServiceQuotaExceededException";
179
179
  $fault = "client";
180
180
  resourceId;
@@ -193,8 +193,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
193
193
  this.serviceCode = opts.serviceCode;
194
194
  this.quotaCode = opts.quotaCode;
195
195
  }
196
- };
197
- let ThrottlingException$1 = class ThrottlingException extends Route53GlobalResolverServiceException$1 {
196
+ }
197
+ class ThrottlingException extends Route53GlobalResolverServiceException {
198
198
  name = "ThrottlingException";
199
199
  $fault = "client";
200
200
  $retryable = {
@@ -214,8 +214,8 @@ let ThrottlingException$1 = class ThrottlingException extends Route53GlobalResol
214
214
  this.quotaCode = opts.quotaCode;
215
215
  this.retryAfterSeconds = opts.retryAfterSeconds;
216
216
  }
217
- };
218
- let ValidationException$1 = class ValidationException extends Route53GlobalResolverServiceException$1 {
217
+ }
218
+ class ValidationException extends Route53GlobalResolverServiceException {
219
219
  name = "ValidationException";
220
220
  $fault = "client";
221
221
  reason;
@@ -230,7 +230,7 @@ let ValidationException$1 = class ValidationException extends Route53GlobalResol
230
230
  this.reason = opts.reason;
231
231
  this.fieldList = opts.fieldList;
232
232
  }
233
- };
233
+ }
234
234
 
235
235
  const _ADE = "AccessDeniedException";
236
236
  const _AHZ = "AssociateHostedZone";
@@ -505,9 +505,9 @@ const _uA = "updatedAt";
505
505
  const _v = "value";
506
506
  const n0 = "com.amazonaws.route53globalresolver";
507
507
  var AccessTokenValue = [0, n0, _ATV, 8, 0];
508
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
509
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
510
- var AccessSourcesItem = [
508
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
509
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
510
+ var AccessSourcesItem$ = [
511
511
  3,
512
512
  n0,
513
513
  _ASI,
@@ -515,7 +515,7 @@ var AccessSourcesItem = [
515
515
  [_a, _ci, _cA, _i, _iAT, _n, _dVI, _p, _s, _uA],
516
516
  [0, 0, 5, 0, 0, 0, 0, 0, 0, 5],
517
517
  ];
518
- var AccessTokenItem = [
518
+ var AccessTokenItem$ = [
519
519
  3,
520
520
  n0,
521
521
  _ATI,
@@ -523,8 +523,8 @@ var AccessTokenItem = [
523
523
  [_i, _a, _cA, _dVI, _eA, _gRI, _n, _s, _uA],
524
524
  [0, 0, 5, 0, 5, 0, 0, 0, 5],
525
525
  ];
526
- var AssociateHostedZoneInput = [3, n0, _AHZI, 0, [_hZI, _rA, _n], [[0, 1], 0, 0]];
527
- var AssociateHostedZoneOutput = [
526
+ var AssociateHostedZoneInput$ = [3, n0, _AHZI, 0, [_hZI, _rA, _n], [[0, 1], 0, 0]];
527
+ var AssociateHostedZoneOutput$ = [
528
528
  3,
529
529
  n0,
530
530
  _AHZO,
@@ -532,7 +532,7 @@ var AssociateHostedZoneOutput = [
532
532
  [_i, _rA, _hZI, _hZN, _n, _cA, _uA, _s],
533
533
  [0, 0, 0, 0, 0, 5, 5, 0],
534
534
  ];
535
- var BatchCreateFirewallRuleInput = [
535
+ var BatchCreateFirewallRuleInput$ = [
536
536
  3,
537
537
  n0,
538
538
  _BCFRI,
@@ -540,7 +540,7 @@ var BatchCreateFirewallRuleInput = [
540
540
  [_fR],
541
541
  [() => BatchCreateFirewallRuleInputItems],
542
542
  ];
543
- var BatchCreateFirewallRuleInputItem = [
543
+ var BatchCreateFirewallRuleInputItem$ = [
544
544
  3,
545
545
  n0,
546
546
  _BCFRII,
@@ -548,7 +548,7 @@ var BatchCreateFirewallRuleInputItem = [
548
548
  [_ac, _bODT, _bOD, _bOT, _bR, _cT, _cTo, _d, _dAP, _fDLI, _n, _pr, _dVI, _qT],
549
549
  [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0],
550
550
  ];
551
- var BatchCreateFirewallRuleOutput = [
551
+ var BatchCreateFirewallRuleOutput$ = [
552
552
  3,
553
553
  n0,
554
554
  _BCFRO,
@@ -556,15 +556,15 @@ var BatchCreateFirewallRuleOutput = [
556
556
  [_f, _su],
557
557
  [() => BatchCreateFirewallRuleOutputItems, () => BatchCreateFirewallRuleOutputItems],
558
558
  ];
559
- var BatchCreateFirewallRuleOutputItem = [
559
+ var BatchCreateFirewallRuleOutputItem$ = [
560
560
  3,
561
561
  n0,
562
562
  _BCFROI,
563
563
  0,
564
564
  [_fRi, _co, _m],
565
- [() => BatchCreateFirewallRuleResult, 1, 0],
565
+ [() => BatchCreateFirewallRuleResult$, 1, 0],
566
566
  ];
567
- var BatchCreateFirewallRuleResult = [
567
+ var BatchCreateFirewallRuleResult$ = [
568
568
  3,
569
569
  n0,
570
570
  _BCFRR,
@@ -572,7 +572,7 @@ var BatchCreateFirewallRuleResult = [
572
572
  [_ac, _bODT, _bOD, _bOT, _bR, _cT, _cTo, _cA, _d, _dAP, _fDLI, _i, _mDLN, _n, _pr, _dVI, _qTu, _s, _uA],
573
573
  [0, 0, 0, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 5],
574
574
  ];
575
- var BatchDeleteFirewallRuleInput = [
575
+ var BatchDeleteFirewallRuleInput$ = [
576
576
  3,
577
577
  n0,
578
578
  _BDFRI,
@@ -580,8 +580,8 @@ var BatchDeleteFirewallRuleInput = [
580
580
  [_fR],
581
581
  [() => BatchDeleteFirewallRuleInputItems],
582
582
  ];
583
- var BatchDeleteFirewallRuleInputItem = [3, n0, _BDFRII, 0, [_fRI], [0]];
584
- var BatchDeleteFirewallRuleOutput = [
583
+ var BatchDeleteFirewallRuleInputItem$ = [3, n0, _BDFRII, 0, [_fRI], [0]];
584
+ var BatchDeleteFirewallRuleOutput$ = [
585
585
  3,
586
586
  n0,
587
587
  _BDFRO,
@@ -589,16 +589,16 @@ var BatchDeleteFirewallRuleOutput = [
589
589
  [_f, _su],
590
590
  [() => BatchDeleteFirewallRuleOutputItems, () => BatchDeleteFirewallRuleOutputItems],
591
591
  ];
592
- var BatchDeleteFirewallRuleOutputItem = [
592
+ var BatchDeleteFirewallRuleOutputItem$ = [
593
593
  3,
594
594
  n0,
595
595
  _BDFROI,
596
596
  0,
597
597
  [_fRi, _co, _m],
598
- [() => BatchDeleteFirewallRuleResult, 1, 0],
598
+ [() => BatchDeleteFirewallRuleResult$, 1, 0],
599
599
  ];
600
- var BatchDeleteFirewallRuleResult = [3, n0, _BDFRR, 0, [_cT, _i, _n, _s], [0, 0, 0, 0]];
601
- var BatchUpdateFirewallRuleInput = [
600
+ var BatchDeleteFirewallRuleResult$ = [3, n0, _BDFRR, 0, [_cT, _i, _n, _s], [0, 0, 0, 0]];
601
+ var BatchUpdateFirewallRuleInput$ = [
602
602
  3,
603
603
  n0,
604
604
  _BUFRI,
@@ -606,7 +606,7 @@ var BatchUpdateFirewallRuleInput = [
606
606
  [_fR],
607
607
  [() => BatchUpdateFirewallRuleInputItems],
608
608
  ];
609
- var BatchUpdateFirewallRuleInputItem = [
609
+ var BatchUpdateFirewallRuleInputItem$ = [
610
610
  3,
611
611
  n0,
612
612
  _BUFRII,
@@ -614,7 +614,7 @@ var BatchUpdateFirewallRuleInputItem = [
614
614
  [_ac, _bODT, _bOD, _bOT, _bR, _cTo, _d, _dAP, _fRI, _n, _pr],
615
615
  [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1],
616
616
  ];
617
- var BatchUpdateFirewallRuleOutput = [
617
+ var BatchUpdateFirewallRuleOutput$ = [
618
618
  3,
619
619
  n0,
620
620
  _BUFRO,
@@ -622,15 +622,15 @@ var BatchUpdateFirewallRuleOutput = [
622
622
  [_f, _su],
623
623
  [() => BatchUpdateFirewallRuleOutputItems, () => BatchUpdateFirewallRuleOutputItems],
624
624
  ];
625
- var BatchUpdateFirewallRuleOutputItem = [
625
+ var BatchUpdateFirewallRuleOutputItem$ = [
626
626
  3,
627
627
  n0,
628
628
  _BUFROI,
629
629
  0,
630
630
  [_fRi, _co, _m],
631
- [() => BatchUpdateFirewallRuleResult, 1, 0],
631
+ [() => BatchUpdateFirewallRuleResult$, 1, 0],
632
632
  ];
633
- var BatchUpdateFirewallRuleResult = [
633
+ var BatchUpdateFirewallRuleResult$ = [
634
634
  3,
635
635
  n0,
636
636
  _BUFRR,
@@ -638,9 +638,9 @@ var BatchUpdateFirewallRuleResult = [
638
638
  [_ac, _bODT, _bOD, _bOT, _bR, _cT, _cTo, _cA, _d, _dAP, _fDLI, _i, _n, _pr, _dVI, _qTu, _s, _uA],
639
639
  [0, 0, 0, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 5],
640
640
  ];
641
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
642
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
643
- var CreateAccessSourceInput = [
641
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
642
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
643
+ var CreateAccessSourceInput$ = [
644
644
  3,
645
645
  n0,
646
646
  _CASI,
@@ -648,7 +648,7 @@ var CreateAccessSourceInput = [
648
648
  [_ci, _cT, _iAT, _n, _dVI, _p, _t],
649
649
  [0, [0, 4], 0, 0, 0, 0, 128 | 0],
650
650
  ];
651
- var CreateAccessSourceOutput = [
651
+ var CreateAccessSourceOutput$ = [
652
652
  3,
653
653
  n0,
654
654
  _CASO,
@@ -656,7 +656,7 @@ var CreateAccessSourceOutput = [
656
656
  [_a, _ci, _cA, _i, _iAT, _n, _dVI, _p, _s, _uA],
657
657
  [0, 0, 5, 0, 0, 0, 0, 0, 0, 5],
658
658
  ];
659
- var CreateAccessTokenInput = [
659
+ var CreateAccessTokenInput$ = [
660
660
  3,
661
661
  n0,
662
662
  _CATI,
@@ -664,7 +664,7 @@ var CreateAccessTokenInput = [
664
664
  [_cT, _dVI, _eA, _n, _t],
665
665
  [[0, 4], [0, 1], 5, 0, 128 | 0],
666
666
  ];
667
- var CreateAccessTokenOutput = [
667
+ var CreateAccessTokenOutput$ = [
668
668
  3,
669
669
  n0,
670
670
  _CATO,
@@ -672,7 +672,7 @@ var CreateAccessTokenOutput = [
672
672
  [_i, _a, _cT, _cA, _dVI, _eA, _n, _s, _v],
673
673
  [0, 0, 0, 5, 0, 5, 0, 0, [() => AccessTokenValue, 0]],
674
674
  ];
675
- var CreateDNSViewInput = [
675
+ var CreateDNSViewInput$ = [
676
676
  3,
677
677
  n0,
678
678
  _CDNSVI,
@@ -680,7 +680,7 @@ var CreateDNSViewInput = [
680
680
  [_gRI, _cT, _n, _dV, _eCS, _fRFO, _d, _t],
681
681
  [[0, 1], [0, 4], 0, 0, 0, 0, 0, 128 | 0],
682
682
  ];
683
- var CreateDNSViewOutput = [
683
+ var CreateDNSViewOutput$ = [
684
684
  3,
685
685
  n0,
686
686
  _CDNSVO,
@@ -688,7 +688,7 @@ var CreateDNSViewOutput = [
688
688
  [_i, _a, _cT, _dV, _eCS, _fRFO, _n, _d, _gRI, _cA, _uA, _s],
689
689
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 0],
690
690
  ];
691
- var CreateFirewallDomainListInput = [
691
+ var CreateFirewallDomainListInput$ = [
692
692
  3,
693
693
  n0,
694
694
  _CFDLI,
@@ -696,7 +696,7 @@ var CreateFirewallDomainListInput = [
696
696
  [_cT, _gRI, _d, _n, _t],
697
697
  [[0, 4], [0, 1], 0, 0, 128 | 0],
698
698
  ];
699
- var CreateFirewallDomainListOutput = [
699
+ var CreateFirewallDomainListOutput$ = [
700
700
  3,
701
701
  n0,
702
702
  _CFDLO,
@@ -704,7 +704,7 @@ var CreateFirewallDomainListOutput = [
704
704
  [_a, _gRI, _cA, _d, _dC, _i, _n, _s, _uA],
705
705
  [0, 0, 5, 0, 1, 0, 0, 0, 5],
706
706
  ];
707
- var CreateFirewallRuleInput = [
707
+ var CreateFirewallRuleInput$ = [
708
708
  3,
709
709
  n0,
710
710
  _CFRI,
@@ -712,7 +712,7 @@ var CreateFirewallRuleInput = [
712
712
  [_ac, _bODT, _bOD, _bOT, _bR, _cT, _cTo, _d, _dAP, _fDLI, _n, _pr, _dVI, _qT],
713
713
  [0, 0, 0, 1, 0, [0, 4], 0, 0, 0, 0, 0, 1, 0, 0],
714
714
  ];
715
- var CreateFirewallRuleOutput = [
715
+ var CreateFirewallRuleOutput$ = [
716
716
  3,
717
717
  n0,
718
718
  _CFRO,
@@ -720,7 +720,7 @@ var CreateFirewallRuleOutput = [
720
720
  [_ac, _bODT, _bOD, _bOT, _bR, _cTo, _cA, _d, _dAP, _fDLI, _i, _n, _pr, _dVI, _qTu, _s, _uA],
721
721
  [0, 0, 0, 1, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 5],
722
722
  ];
723
- var CreateGlobalResolverInput = [
723
+ var CreateGlobalResolverInput$ = [
724
724
  3,
725
725
  n0,
726
726
  _CGRI,
@@ -728,7 +728,7 @@ var CreateGlobalResolverInput = [
728
728
  [_cT, _d, _n, _oR, _r, _t],
729
729
  [[0, 4], 0, 0, 0, 64 | 0, 128 | 0],
730
730
  ];
731
- var CreateGlobalResolverOutput = [
731
+ var CreateGlobalResolverOutput$ = [
732
732
  3,
733
733
  n0,
734
734
  _CGRO,
@@ -736,8 +736,8 @@ var CreateGlobalResolverOutput = [
736
736
  [_i, _a, _cT, _cA, _d, _dN, _iA, _n, _oR, _r, _s, _uA],
737
737
  [0, 0, 0, 5, 0, 0, 64 | 0, 0, 0, 64 | 0, 0, 5],
738
738
  ];
739
- var DeleteAccessSourceInput = [3, n0, _DASI, 0, [_aSI], [[0, 1]]];
740
- var DeleteAccessSourceOutput = [
739
+ var DeleteAccessSourceInput$ = [3, n0, _DASI, 0, [_aSI], [[0, 1]]];
740
+ var DeleteAccessSourceOutput$ = [
741
741
  3,
742
742
  n0,
743
743
  _DASO,
@@ -745,10 +745,10 @@ var DeleteAccessSourceOutput = [
745
745
  [_a, _ci, _cA, _i, _iAT, _n, _dVI, _p, _s, _uA],
746
746
  [0, 0, 5, 0, 0, 0, 0, 0, 0, 5],
747
747
  ];
748
- var DeleteAccessTokenInput = [3, n0, _DATI, 0, [_aTI], [[0, 1]]];
749
- var DeleteAccessTokenOutput = [3, n0, _DATO, 0, [_i, _s, _dA], [0, 0, 5]];
750
- var DeleteDNSViewInput = [3, n0, _DDNSVI, 0, [_dVI], [[0, 1]]];
751
- var DeleteDNSViewOutput = [
748
+ var DeleteAccessTokenInput$ = [3, n0, _DATI, 0, [_aTI], [[0, 1]]];
749
+ var DeleteAccessTokenOutput$ = [3, n0, _DATO, 0, [_i, _s, _dA], [0, 0, 5]];
750
+ var DeleteDNSViewInput$ = [3, n0, _DDNSVI, 0, [_dVI], [[0, 1]]];
751
+ var DeleteDNSViewOutput$ = [
752
752
  3,
753
753
  n0,
754
754
  _DDNSVO,
@@ -756,10 +756,10 @@ var DeleteDNSViewOutput = [
756
756
  [_i, _a, _cT, _dV, _eCS, _fRFO, _n, _d, _gRI, _cA, _uA, _s],
757
757
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 0],
758
758
  ];
759
- var DeleteFirewallDomainListInput = [3, n0, _DFDLI, 0, [_fDLI], [[0, 1]]];
760
- var DeleteFirewallDomainListOutput = [3, n0, _DFDLO, 0, [_a, _i, _n, _s], [0, 0, 0, 0]];
761
- var DeleteFirewallRuleInput = [3, n0, _DFRI, 0, [_fRI], [[0, 1]]];
762
- var DeleteFirewallRuleOutput = [
759
+ var DeleteFirewallDomainListInput$ = [3, n0, _DFDLI, 0, [_fDLI], [[0, 1]]];
760
+ var DeleteFirewallDomainListOutput$ = [3, n0, _DFDLO, 0, [_a, _i, _n, _s], [0, 0, 0, 0]];
761
+ var DeleteFirewallRuleInput$ = [3, n0, _DFRI, 0, [_fRI], [[0, 1]]];
762
+ var DeleteFirewallRuleOutput$ = [
763
763
  3,
764
764
  n0,
765
765
  _DFRO,
@@ -767,8 +767,8 @@ var DeleteFirewallRuleOutput = [
767
767
  [_ac, _bODT, _bOD, _bOT, _bR, _cTo, _cA, _d, _dAP, _fDLI, _i, _n, _pr, _dVI, _qTu, _s, _uA],
768
768
  [0, 0, 0, 1, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 5],
769
769
  ];
770
- var DeleteGlobalResolverInput = [3, n0, _DGRI, 0, [_gRI], [[0, 1]]];
771
- var DeleteGlobalResolverOutput = [
770
+ var DeleteGlobalResolverInput$ = [3, n0, _DGRI, 0, [_gRI], [[0, 1]]];
771
+ var DeleteGlobalResolverOutput$ = [
772
772
  3,
773
773
  n0,
774
774
  _DGRO,
@@ -776,8 +776,8 @@ var DeleteGlobalResolverOutput = [
776
776
  [_i, _a, _cT, _dN, _oR, _n, _d, _r, _cA, _uA, _s, _iA],
777
777
  [0, 0, 0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0],
778
778
  ];
779
- var DisableDNSViewInput = [3, n0, _DDNSVIi, 0, [_dVI], [[0, 1]]];
780
- var DisableDNSViewOutput = [
779
+ var DisableDNSViewInput$ = [3, n0, _DDNSVIi, 0, [_dVI], [[0, 1]]];
780
+ var DisableDNSViewOutput$ = [
781
781
  3,
782
782
  n0,
783
783
  _DDNSVOi,
@@ -785,7 +785,7 @@ var DisableDNSViewOutput = [
785
785
  [_i, _a, _cT, _dV, _eCS, _fRFO, _n, _d, _gRI, _cA, _uA, _s],
786
786
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 0],
787
787
  ];
788
- var DisassociateHostedZoneInput = [
788
+ var DisassociateHostedZoneInput$ = [
789
789
  3,
790
790
  n0,
791
791
  _DHZI,
@@ -796,7 +796,7 @@ var DisassociateHostedZoneInput = [
796
796
  [0, 1],
797
797
  ],
798
798
  ];
799
- var DisassociateHostedZoneOutput = [
799
+ var DisassociateHostedZoneOutput$ = [
800
800
  3,
801
801
  n0,
802
802
  _DHZO,
@@ -804,7 +804,7 @@ var DisassociateHostedZoneOutput = [
804
804
  [_i, _rA, _hZI, _hZN, _n, _cA, _uA, _s],
805
805
  [0, 0, 0, 0, 0, 5, 5, 0],
806
806
  ];
807
- var DNSViewSummary = [
807
+ var DNSViewSummary$ = [
808
808
  3,
809
809
  n0,
810
810
  _DNSVS,
@@ -812,8 +812,8 @@ var DNSViewSummary = [
812
812
  [_i, _a, _cT, _dV, _eCS, _fRFO, _n, _d, _gRI, _cA, _uA, _s],
813
813
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 0],
814
814
  ];
815
- var EnableDNSViewInput = [3, n0, _EDNSVI, 0, [_dVI], [[0, 1]]];
816
- var EnableDNSViewOutput = [
815
+ var EnableDNSViewInput$ = [3, n0, _EDNSVI, 0, [_dVI], [[0, 1]]];
816
+ var EnableDNSViewOutput$ = [
817
817
  3,
818
818
  n0,
819
819
  _EDNSVO,
@@ -821,7 +821,7 @@ var EnableDNSViewOutput = [
821
821
  [_i, _a, _cT, _dV, _eCS, _fRFO, _n, _d, _gRI, _cA, _uA, _s],
822
822
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 0],
823
823
  ];
824
- var FirewallDomainListsItem = [
824
+ var FirewallDomainListsItem$ = [
825
825
  3,
826
826
  n0,
827
827
  _FDLI,
@@ -829,7 +829,7 @@ var FirewallDomainListsItem = [
829
829
  [_a, _gRI, _cA, _d, _i, _n, _s, _uA],
830
830
  [0, 0, 5, 0, 0, 0, 0, 5],
831
831
  ];
832
- var FirewallRulesItem = [
832
+ var FirewallRulesItem$ = [
833
833
  3,
834
834
  n0,
835
835
  _FRI,
@@ -837,8 +837,8 @@ var FirewallRulesItem = [
837
837
  [_ac, _bODT, _bOD, _bOT, _bR, _cTo, _cA, _d, _dAP, _fDLI, _i, _n, _pr, _dVI, _qTu, _s, _uA],
838
838
  [0, 0, 0, 1, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 5],
839
839
  ];
840
- var GetAccessSourceInput = [3, n0, _GASI, 0, [_aSI], [[0, 1]]];
841
- var GetAccessSourceOutput = [
840
+ var GetAccessSourceInput$ = [3, n0, _GASI, 0, [_aSI], [[0, 1]]];
841
+ var GetAccessSourceOutput$ = [
842
842
  3,
843
843
  n0,
844
844
  _GASO,
@@ -846,8 +846,8 @@ var GetAccessSourceOutput = [
846
846
  [_a, _ci, _cA, _i, _iAT, _n, _dVI, _p, _s, _uA],
847
847
  [0, 0, 5, 0, 0, 0, 0, 0, 0, 5],
848
848
  ];
849
- var GetAccessTokenInput = [3, n0, _GATI, 0, [_aTI], [[0, 1]]];
850
- var GetAccessTokenOutput = [
849
+ var GetAccessTokenInput$ = [3, n0, _GATI, 0, [_aTI], [[0, 1]]];
850
+ var GetAccessTokenOutput$ = [
851
851
  3,
852
852
  n0,
853
853
  _GATO,
@@ -855,8 +855,8 @@ var GetAccessTokenOutput = [
855
855
  [_i, _a, _cT, _cA, _dVI, _eA, _gRI, _n, _s, _uA, _v],
856
856
  [0, 0, 0, 5, 0, 5, 0, 0, 0, 5, [() => AccessTokenValue, 0]],
857
857
  ];
858
- var GetDNSViewInput = [3, n0, _GDNSVI, 0, [_dVI], [[0, 1]]];
859
- var GetDNSViewOutput = [
858
+ var GetDNSViewInput$ = [3, n0, _GDNSVI, 0, [_dVI], [[0, 1]]];
859
+ var GetDNSViewOutput$ = [
860
860
  3,
861
861
  n0,
862
862
  _GDNSVO,
@@ -864,8 +864,8 @@ var GetDNSViewOutput = [
864
864
  [_i, _a, _cT, _dV, _eCS, _fRFO, _n, _d, _gRI, _cA, _uA, _s],
865
865
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 0],
866
866
  ];
867
- var GetFirewallDomainListInput = [3, n0, _GFDLI, 0, [_fDLI], [[0, 1]]];
868
- var GetFirewallDomainListOutput = [
867
+ var GetFirewallDomainListInput$ = [3, n0, _GFDLI, 0, [_fDLI], [[0, 1]]];
868
+ var GetFirewallDomainListOutput$ = [
869
869
  3,
870
870
  n0,
871
871
  _GFDLO,
@@ -873,8 +873,8 @@ var GetFirewallDomainListOutput = [
873
873
  [_a, _gRI, _cT, _cA, _d, _dC, _i, _n, _s, _sM, _uA],
874
874
  [0, 0, 0, 5, 0, 1, 0, 0, 0, 0, 5],
875
875
  ];
876
- var GetFirewallRuleInput = [3, n0, _GFRI, 0, [_fRI], [[0, 1]]];
877
- var GetFirewallRuleOutput = [
876
+ var GetFirewallRuleInput$ = [3, n0, _GFRI, 0, [_fRI], [[0, 1]]];
877
+ var GetFirewallRuleOutput$ = [
878
878
  3,
879
879
  n0,
880
880
  _GFRO,
@@ -882,8 +882,8 @@ var GetFirewallRuleOutput = [
882
882
  [_ac, _bODT, _bOD, _bOT, _bR, _cTo, _cA, _d, _dAP, _fDLI, _i, _n, _pr, _dVI, _qTu, _s, _uA],
883
883
  [0, 0, 0, 1, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 5],
884
884
  ];
885
- var GetGlobalResolverInput = [3, n0, _GGRI, 0, [_gRI], [[0, 1]]];
886
- var GetGlobalResolverOutput = [
885
+ var GetGlobalResolverInput$ = [3, n0, _GGRI, 0, [_gRI], [[0, 1]]];
886
+ var GetGlobalResolverOutput$ = [
887
887
  3,
888
888
  n0,
889
889
  _GGRO,
@@ -891,8 +891,8 @@ var GetGlobalResolverOutput = [
891
891
  [_i, _a, _cT, _dN, _oR, _n, _d, _r, _cA, _uA, _s, _iA],
892
892
  [0, 0, 0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0],
893
893
  ];
894
- var GetHostedZoneAssociationInput = [3, n0, _GHZAI, 0, [_hZAI], [[0, 1]]];
895
- var GetHostedZoneAssociationOutput = [
894
+ var GetHostedZoneAssociationInput$ = [3, n0, _GHZAI, 0, [_hZAI], [[0, 1]]];
895
+ var GetHostedZoneAssociationOutput$ = [
896
896
  3,
897
897
  n0,
898
898
  _GHZAO,
@@ -900,8 +900,8 @@ var GetHostedZoneAssociationOutput = [
900
900
  [_i, _rA, _hZI, _hZN, _n, _cA, _uA, _s],
901
901
  [0, 0, 0, 0, 0, 5, 5, 0],
902
902
  ];
903
- var GetManagedFirewallDomainListInput = [3, n0, _GMFDLI, 0, [_mFDLI], [[0, 1]]];
904
- var GetManagedFirewallDomainListOutput = [
903
+ var GetManagedFirewallDomainListInput$ = [3, n0, _GMFDLI, 0, [_mFDLI], [[0, 1]]];
904
+ var GetManagedFirewallDomainListOutput$ = [
905
905
  3,
906
906
  n0,
907
907
  _GMFDLO,
@@ -909,7 +909,7 @@ var GetManagedFirewallDomainListOutput = [
909
909
  [_d, _i, _n, _mLT],
910
910
  [0, 0, 0, 0],
911
911
  ];
912
- var GlobalResolversItem = [
912
+ var GlobalResolversItem$ = [
913
913
  3,
914
914
  n0,
915
915
  _GRI,
@@ -917,7 +917,7 @@ var GlobalResolversItem = [
917
917
  [_i, _a, _cT, _dN, _oR, _n, _d, _r, _cA, _uA, _s, _iA],
918
918
  [0, 0, 0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0],
919
919
  ];
920
- var HostedZoneAssociationSummary = [
920
+ var HostedZoneAssociationSummary$ = [
921
921
  3,
922
922
  n0,
923
923
  _HZAS,
@@ -925,9 +925,9 @@ var HostedZoneAssociationSummary = [
925
925
  [_i, _rA, _hZI, _hZN, _n, _cA, _uA, _s],
926
926
  [0, 0, 0, 0, 0, 5, 5, 0],
927
927
  ];
928
- var ImportFirewallDomainsInput = [3, n0, _IFDI, 0, [_dFU, _fDLI, _o], [0, [0, 1], 0]];
929
- var ImportFirewallDomainsOutput = [3, n0, _IFDO, 0, [_i, _n, _s], [0, 0, 0]];
930
- var InternalServerException = [
928
+ var ImportFirewallDomainsInput$ = [3, n0, _IFDI, 0, [_dFU, _fDLI, _o], [0, [0, 1], 0]];
929
+ var ImportFirewallDomainsOutput$ = [3, n0, _IFDO, 0, [_i, _n, _s], [0, 0, 0]];
930
+ var InternalServerException$ = [
931
931
  -3,
932
932
  n0,
933
933
  _ISE,
@@ -935,8 +935,8 @@ var InternalServerException = [
935
935
  [_m, _rAS],
936
936
  [0, [1, { [_hH]: _RA }]],
937
937
  ];
938
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
939
- var ListAccessSourcesInput = [
938
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
939
+ var ListAccessSourcesInput$ = [
940
940
  3,
941
941
  n0,
942
942
  _LASI,
@@ -948,8 +948,8 @@ var ListAccessSourcesInput = [
948
948
  [[2, n0, _F, 0, 0, 64 | 0], 64],
949
949
  ],
950
950
  ];
951
- var ListAccessSourcesOutput = [3, n0, _LASO, 0, [_nT, _aS], [0, () => AccessSources]];
952
- var ListAccessTokensInput = [
951
+ var ListAccessSourcesOutput$ = [3, n0, _LASO, 0, [_nT, _aS], [0, () => AccessSources]];
952
+ var ListAccessTokensInput$ = [
953
953
  3,
954
954
  n0,
955
955
  _LATI,
@@ -962,8 +962,8 @@ var ListAccessTokensInput = [
962
962
  [[2, n0, _F, 0, 0, 64 | 0], 64],
963
963
  ],
964
964
  ];
965
- var ListAccessTokensOutput = [3, n0, _LATO, 0, [_nT, _aT], [0, () => AccessTokens]];
966
- var ListDNSViewsInput = [
965
+ var ListAccessTokensOutput$ = [3, n0, _LATO, 0, [_nT, _aT], [0, () => AccessTokens]];
966
+ var ListDNSViewsInput$ = [
967
967
  3,
968
968
  n0,
969
969
  _LDNSVI,
@@ -975,8 +975,8 @@ var ListDNSViewsInput = [
975
975
  [0, 1],
976
976
  ],
977
977
  ];
978
- var ListDNSViewsOutput = [3, n0, _LDNSVO, 0, [_nT, _dVn], [0, () => DNSViews]];
979
- var ListFirewallDomainListsInput = [
978
+ var ListDNSViewsOutput$ = [3, n0, _LDNSVO, 0, [_nT, _dVn], [0, () => DNSViews]];
979
+ var ListFirewallDomainListsInput$ = [
980
980
  3,
981
981
  n0,
982
982
  _LFDLI,
@@ -988,7 +988,7 @@ var ListFirewallDomainListsInput = [
988
988
  [0, { [_hQ]: _gri }],
989
989
  ],
990
990
  ];
991
- var ListFirewallDomainListsOutput = [
991
+ var ListFirewallDomainListsOutput$ = [
992
992
  3,
993
993
  n0,
994
994
  _LFDLO,
@@ -996,7 +996,7 @@ var ListFirewallDomainListsOutput = [
996
996
  [_nT, _fDL],
997
997
  [0, () => FirewallDomainLists],
998
998
  ];
999
- var ListFirewallDomainsInput = [
999
+ var ListFirewallDomainsInput$ = [
1000
1000
  3,
1001
1001
  n0,
1002
1002
  _LFDI,
@@ -1008,8 +1008,8 @@ var ListFirewallDomainsInput = [
1008
1008
  [0, 1],
1009
1009
  ],
1010
1010
  ];
1011
- var ListFirewallDomainsOutput = [3, n0, _LFDO, 0, [_nT, _do], [0, 64 | 0]];
1012
- var ListFirewallRulesInput = [
1011
+ var ListFirewallDomainsOutput$ = [3, n0, _LFDO, 0, [_nT, _do], [0, 64 | 0]];
1012
+ var ListFirewallRulesInput$ = [
1013
1013
  3,
1014
1014
  n0,
1015
1015
  _LFRI,
@@ -1022,8 +1022,8 @@ var ListFirewallRulesInput = [
1022
1022
  [[2, n0, _F, 0, 0, 64 | 0], 64],
1023
1023
  ],
1024
1024
  ];
1025
- var ListFirewallRulesOutput = [3, n0, _LFRO, 0, [_nT, _fR], [0, () => FirewallRules]];
1026
- var ListGlobalResolversInput = [
1025
+ var ListFirewallRulesOutput$ = [3, n0, _LFRO, 0, [_nT, _fR], [0, () => FirewallRules]];
1026
+ var ListGlobalResolversInput$ = [
1027
1027
  3,
1028
1028
  n0,
1029
1029
  _LGRI,
@@ -1034,8 +1034,15 @@ var ListGlobalResolversInput = [
1034
1034
  [0, { [_hQ]: _nt }],
1035
1035
  ],
1036
1036
  ];
1037
- var ListGlobalResolversOutput = [3, n0, _LGRO, 0, [_nT, _gR], [0, () => GlobalResolvers]];
1038
- var ListHostedZoneAssociationsInput = [
1037
+ var ListGlobalResolversOutput$ = [
1038
+ 3,
1039
+ n0,
1040
+ _LGRO,
1041
+ 0,
1042
+ [_nT, _gR],
1043
+ [0, () => GlobalResolvers],
1044
+ ];
1045
+ var ListHostedZoneAssociationsInput$ = [
1039
1046
  3,
1040
1047
  n0,
1041
1048
  _LHZAI,
@@ -1047,7 +1054,7 @@ var ListHostedZoneAssociationsInput = [
1047
1054
  [0, 1],
1048
1055
  ],
1049
1056
  ];
1050
- var ListHostedZoneAssociationsOutput = [
1057
+ var ListHostedZoneAssociationsOutput$ = [
1051
1058
  3,
1052
1059
  n0,
1053
1060
  _LHZAO,
@@ -1055,7 +1062,7 @@ var ListHostedZoneAssociationsOutput = [
1055
1062
  [_nT, _hZA],
1056
1063
  [0, () => HostedZoneAssociations],
1057
1064
  ];
1058
- var ListManagedFirewallDomainListsInput = [
1065
+ var ListManagedFirewallDomainListsInput$ = [
1059
1066
  3,
1060
1067
  n0,
1061
1068
  _LMFDLI,
@@ -1067,7 +1074,7 @@ var ListManagedFirewallDomainListsInput = [
1067
1074
  [0, 1],
1068
1075
  ],
1069
1076
  ];
1070
- var ListManagedFirewallDomainListsOutput = [
1077
+ var ListManagedFirewallDomainListsOutput$ = [
1071
1078
  3,
1072
1079
  n0,
1073
1080
  _LMFDLO,
@@ -1075,10 +1082,17 @@ var ListManagedFirewallDomainListsOutput = [
1075
1082
  [_nT, _mFDL],
1076
1083
  [0, () => ManagedFirewallDomainLists],
1077
1084
  ];
1078
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [0]];
1079
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
1080
- var ManagedFirewallDomainListsItem = [3, n0, _MFDLI, 0, [_d, _i, _n, _mLT], [0, 0, 0, 0]];
1081
- var ResourceNotFoundException = [
1085
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [0]];
1086
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
1087
+ var ManagedFirewallDomainListsItem$ = [
1088
+ 3,
1089
+ n0,
1090
+ _MFDLI,
1091
+ 0,
1092
+ [_d, _i, _n, _mLT],
1093
+ [0, 0, 0, 0],
1094
+ ];
1095
+ var ResourceNotFoundException$ = [
1082
1096
  -3,
1083
1097
  n0,
1084
1098
  _RNFE,
@@ -1086,8 +1100,8 @@ var ResourceNotFoundException = [
1086
1100
  [_m, _rI, _rT],
1087
1101
  [0, 0, 0],
1088
1102
  ];
1089
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1090
- var ServiceQuotaExceededException = [
1103
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1104
+ var ServiceQuotaExceededException$ = [
1091
1105
  -3,
1092
1106
  n0,
1093
1107
  _SQEE,
@@ -1095,10 +1109,10 @@ var ServiceQuotaExceededException = [
1095
1109
  [_m, _rI, _rT, _sC, _qC],
1096
1110
  [0, 0, 0, 0, 0],
1097
1111
  ];
1098
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
1099
- var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [0, 128 | 0]];
1100
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1101
- var ThrottlingException = [
1112
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
1113
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [0, 128 | 0]];
1114
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
1115
+ var ThrottlingException$ = [
1102
1116
  -3,
1103
1117
  n0,
1104
1118
  _TE,
@@ -1106,10 +1120,10 @@ var ThrottlingException = [
1106
1120
  [_m, _sC, _qC, _rAS],
1107
1121
  [0, 0, 0, [1, { [_hH]: _RA }]],
1108
1122
  ];
1109
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1110
- var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
1111
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1112
- var UpdateAccessSourceInput = [
1123
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1124
+ var UntagResourceRequest$ = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
1125
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
1126
+ var UpdateAccessSourceInput$ = [
1113
1127
  3,
1114
1128
  n0,
1115
1129
  _UASI,
@@ -1117,7 +1131,7 @@ var UpdateAccessSourceInput = [
1117
1131
  [_aSI, _ci, _iAT, _n, _p],
1118
1132
  [[0, 1], 0, 0, 0, 0],
1119
1133
  ];
1120
- var UpdateAccessSourceOutput = [
1134
+ var UpdateAccessSourceOutput$ = [
1121
1135
  3,
1122
1136
  n0,
1123
1137
  _UASO,
@@ -1125,9 +1139,9 @@ var UpdateAccessSourceOutput = [
1125
1139
  [_a, _ci, _cA, _i, _iAT, _n, _dVI, _p, _s, _uA],
1126
1140
  [0, 0, 5, 0, 0, 0, 0, 0, 0, 5],
1127
1141
  ];
1128
- var UpdateAccessTokenInput = [3, n0, _UATI, 0, [_aTI, _n], [[0, 1], 0]];
1129
- var UpdateAccessTokenOutput = [3, n0, _UATO, 0, [_i, _n], [0, 0]];
1130
- var UpdateDNSViewInput = [
1142
+ var UpdateAccessTokenInput$ = [3, n0, _UATI, 0, [_aTI, _n], [[0, 1], 0]];
1143
+ var UpdateAccessTokenOutput$ = [3, n0, _UATO, 0, [_i, _n], [0, 0]];
1144
+ var UpdateDNSViewInput$ = [
1131
1145
  3,
1132
1146
  n0,
1133
1147
  _UDNSVI,
@@ -1135,7 +1149,7 @@ var UpdateDNSViewInput = [
1135
1149
  [_dVI, _n, _d, _dV, _eCS, _fRFO],
1136
1150
  [[0, 1], 0, 0, 0, 0, 0],
1137
1151
  ];
1138
- var UpdateDNSViewOutput = [
1152
+ var UpdateDNSViewOutput$ = [
1139
1153
  3,
1140
1154
  n0,
1141
1155
  _UDNSVO,
@@ -1143,9 +1157,16 @@ var UpdateDNSViewOutput = [
1143
1157
  [_i, _a, _cT, _dV, _eCS, _fRFO, _n, _d, _gRI, _cA, _uA, _s],
1144
1158
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5, 0],
1145
1159
  ];
1146
- var UpdateFirewallDomainsInput = [3, n0, _UFDI, 0, [_do, _fDLI, _o], [64 | 0, [0, 1], 0]];
1147
- var UpdateFirewallDomainsOutput = [3, n0, _UFDO, 0, [_i, _n, _s], [0, 0, 0]];
1148
- var UpdateFirewallRuleInput = [
1160
+ var UpdateFirewallDomainsInput$ = [
1161
+ 3,
1162
+ n0,
1163
+ _UFDI,
1164
+ 0,
1165
+ [_do, _fDLI, _o],
1166
+ [64 | 0, [0, 1], 0],
1167
+ ];
1168
+ var UpdateFirewallDomainsOutput$ = [3, n0, _UFDO, 0, [_i, _n, _s], [0, 0, 0]];
1169
+ var UpdateFirewallRuleInput$ = [
1149
1170
  3,
1150
1171
  n0,
1151
1172
  _UFRI,
@@ -1153,7 +1174,7 @@ var UpdateFirewallRuleInput = [
1153
1174
  [_ac, _bODT, _bOD, _bOT, _bR, _cT, _cTo, _d, _dAP, _fRI, _n, _pr],
1154
1175
  [0, 0, 0, 1, 0, [0, 4], 0, 0, 0, [0, 1], 0, 1],
1155
1176
  ];
1156
- var UpdateFirewallRuleOutput = [
1177
+ var UpdateFirewallRuleOutput$ = [
1157
1178
  3,
1158
1179
  n0,
1159
1180
  _UFRO,
@@ -1161,8 +1182,15 @@ var UpdateFirewallRuleOutput = [
1161
1182
  [_ac, _bODT, _bOD, _bOT, _bR, _cTo, _cA, _d, _dAP, _fDLI, _i, _n, _pr, _dVI, _qTu, _s, _uA],
1162
1183
  [0, 0, 0, 1, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 5],
1163
1184
  ];
1164
- var UpdateGlobalResolverInput = [3, n0, _UGRI, 0, [_gRI, _n, _oR, _d], [[0, 1], 0, 0, 0]];
1165
- var UpdateGlobalResolverOutput = [
1185
+ var UpdateGlobalResolverInput$ = [
1186
+ 3,
1187
+ n0,
1188
+ _UGRI,
1189
+ 0,
1190
+ [_gRI, _n, _oR, _d],
1191
+ [[0, 1], 0, 0, 0],
1192
+ ];
1193
+ var UpdateGlobalResolverOutput$ = [
1166
1194
  3,
1167
1195
  n0,
1168
1196
  _UGRO,
@@ -1170,8 +1198,8 @@ var UpdateGlobalResolverOutput = [
1170
1198
  [_i, _a, _cT, _dN, _oR, _n, _d, _r, _cA, _uA, _s, _iA],
1171
1199
  [0, 0, 0, 0, 0, 0, 0, 64 | 0, 5, 5, 0, 64 | 0],
1172
1200
  ];
1173
- var UpdateHostedZoneAssociationInput = [3, n0, _UHZAI, 0, [_hZAI, _n], [[0, 1], 0]];
1174
- var UpdateHostedZoneAssociationOutput = [
1201
+ var UpdateHostedZoneAssociationInput$ = [3, n0, _UHZAI, 0, [_hZAI, _n], [[0, 1], 0]];
1202
+ var UpdateHostedZoneAssociationOutput$ = [
1175
1203
  3,
1176
1204
  n0,
1177
1205
  _UHZAO,
@@ -1179,7 +1207,7 @@ var UpdateHostedZoneAssociationOutput = [
1179
1207
  [_i, _rA, _hZI, _hZN, _n, _cA, _uA, _s],
1180
1208
  [0, 0, 0, 0, 0, 5, 5, 0],
1181
1209
  ];
1182
- var ValidationException = [
1210
+ var ValidationException$ = [
1183
1211
  -3,
1184
1212
  n0,
1185
1213
  _VE,
@@ -1187,9 +1215,9 @@ var ValidationException = [
1187
1215
  [_m, _re, _fL],
1188
1216
  [0, 0, () => ValidationExceptionFieldList],
1189
1217
  ];
1190
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1191
- var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
1192
- var Route53GlobalResolverServiceException = [
1218
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1219
+ var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
1220
+ var Route53GlobalResolverServiceException$ = [
1193
1221
  -3,
1194
1222
  _sm,
1195
1223
  "Route53GlobalResolverServiceException",
@@ -1197,433 +1225,415 @@ var Route53GlobalResolverServiceException = [
1197
1225
  [],
1198
1226
  [],
1199
1227
  ];
1200
- schema.TypeRegistry.for(_sm).registerError(Route53GlobalResolverServiceException, Route53GlobalResolverServiceException$1);
1201
- var AccessSources = [1, n0, _AS, 0, () => AccessSourcesItem];
1202
- var AccessTokens = [1, n0, _AT, 0, () => AccessTokenItem];
1203
- var BatchCreateFirewallRuleInputItems = [
1204
- 1,
1205
- n0,
1206
- _BCFRIIa,
1207
- 0,
1208
- () => BatchCreateFirewallRuleInputItem,
1209
- ];
1228
+ schema.TypeRegistry.for(_sm).registerError(Route53GlobalResolverServiceException$, Route53GlobalResolverServiceException);
1229
+ var AccessSources = [1, n0, _AS, 0, () => AccessSourcesItem$];
1230
+ var AccessTokens = [1, n0, _AT, 0, () => AccessTokenItem$];
1231
+ var BatchCreateFirewallRuleInputItems = [1, n0, _BCFRIIa, 0, () => BatchCreateFirewallRuleInputItem$];
1210
1232
  var BatchCreateFirewallRuleOutputItems = [
1211
1233
  1,
1212
1234
  n0,
1213
1235
  _BCFROIa,
1214
1236
  0,
1215
- () => BatchCreateFirewallRuleOutputItem,
1216
- ];
1217
- var BatchDeleteFirewallRuleInputItems = [
1218
- 1,
1219
- n0,
1220
- _BDFRIIa,
1221
- 0,
1222
- () => BatchDeleteFirewallRuleInputItem,
1237
+ () => BatchCreateFirewallRuleOutputItem$,
1223
1238
  ];
1239
+ var BatchDeleteFirewallRuleInputItems = [1, n0, _BDFRIIa, 0, () => BatchDeleteFirewallRuleInputItem$];
1224
1240
  var BatchDeleteFirewallRuleOutputItems = [
1225
1241
  1,
1226
1242
  n0,
1227
1243
  _BDFROIa,
1228
1244
  0,
1229
- () => BatchDeleteFirewallRuleOutputItem,
1230
- ];
1231
- var BatchUpdateFirewallRuleInputItems = [
1232
- 1,
1233
- n0,
1234
- _BUFRIIa,
1235
- 0,
1236
- () => BatchUpdateFirewallRuleInputItem,
1245
+ () => BatchDeleteFirewallRuleOutputItem$,
1237
1246
  ];
1247
+ var BatchUpdateFirewallRuleInputItems = [1, n0, _BUFRIIa, 0, () => BatchUpdateFirewallRuleInputItem$];
1238
1248
  var BatchUpdateFirewallRuleOutputItems = [
1239
1249
  1,
1240
1250
  n0,
1241
1251
  _BUFROIa,
1242
1252
  0,
1243
- () => BatchUpdateFirewallRuleOutputItem,
1253
+ () => BatchUpdateFirewallRuleOutputItem$,
1244
1254
  ];
1245
- var DNSViews = [1, n0, _DNSV, 0, () => DNSViewSummary];
1246
- var FirewallDomainLists = [1, n0, _FDL, 0, () => FirewallDomainListsItem];
1247
- var FirewallRules = [1, n0, _FR, 0, () => FirewallRulesItem];
1248
- var GlobalResolvers = [1, n0, _GR, 0, () => GlobalResolversItem];
1249
- var HostedZoneAssociations = [1, n0, _HZA, 0, () => HostedZoneAssociationSummary];
1250
- var ManagedFirewallDomainLists = [1, n0, _MFDL, 0, () => ManagedFirewallDomainListsItem];
1251
- var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
1252
- var AssociateHostedZone = [
1255
+ var DNSViews = [1, n0, _DNSV, 0, () => DNSViewSummary$];
1256
+ var FirewallDomainLists = [1, n0, _FDL, 0, () => FirewallDomainListsItem$];
1257
+ var FirewallRules = [1, n0, _FR, 0, () => FirewallRulesItem$];
1258
+ var GlobalResolvers = [1, n0, _GR, 0, () => GlobalResolversItem$];
1259
+ var HostedZoneAssociations = [1, n0, _HZA, 0, () => HostedZoneAssociationSummary$];
1260
+ var ManagedFirewallDomainLists = [1, n0, _MFDL, 0, () => ManagedFirewallDomainListsItem$];
1261
+ var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
1262
+ var AssociateHostedZone$ = [
1253
1263
  9,
1254
1264
  n0,
1255
1265
  _AHZ,
1256
1266
  { [_h]: ["POST", "/hosted-zone-associations/{hostedZoneId}", 200] },
1257
- () => AssociateHostedZoneInput,
1258
- () => AssociateHostedZoneOutput,
1267
+ () => AssociateHostedZoneInput$,
1268
+ () => AssociateHostedZoneOutput$,
1259
1269
  ];
1260
- var BatchCreateFirewallRule = [
1270
+ var BatchCreateFirewallRule$ = [
1261
1271
  9,
1262
1272
  n0,
1263
1273
  _BCFR,
1264
1274
  { [_h]: ["POST", "/firewall-rules/batch-create", 200] },
1265
- () => BatchCreateFirewallRuleInput,
1266
- () => BatchCreateFirewallRuleOutput,
1275
+ () => BatchCreateFirewallRuleInput$,
1276
+ () => BatchCreateFirewallRuleOutput$,
1267
1277
  ];
1268
- var BatchDeleteFirewallRule = [
1278
+ var BatchDeleteFirewallRule$ = [
1269
1279
  9,
1270
1280
  n0,
1271
1281
  _BDFR,
1272
1282
  { [_h]: ["POST", "/firewall-rules/batch-delete", 200] },
1273
- () => BatchDeleteFirewallRuleInput,
1274
- () => BatchDeleteFirewallRuleOutput,
1283
+ () => BatchDeleteFirewallRuleInput$,
1284
+ () => BatchDeleteFirewallRuleOutput$,
1275
1285
  ];
1276
- var BatchUpdateFirewallRule = [
1286
+ var BatchUpdateFirewallRule$ = [
1277
1287
  9,
1278
1288
  n0,
1279
1289
  _BUFR,
1280
1290
  { [_h]: ["POST", "/firewall-rules/batch-update", 200] },
1281
- () => BatchUpdateFirewallRuleInput,
1282
- () => BatchUpdateFirewallRuleOutput,
1291
+ () => BatchUpdateFirewallRuleInput$,
1292
+ () => BatchUpdateFirewallRuleOutput$,
1283
1293
  ];
1284
- var CreateAccessSource = [
1294
+ var CreateAccessSource$ = [
1285
1295
  9,
1286
1296
  n0,
1287
1297
  _CAS,
1288
1298
  { [_h]: ["POST", "/access-sources", 200] },
1289
- () => CreateAccessSourceInput,
1290
- () => CreateAccessSourceOutput,
1299
+ () => CreateAccessSourceInput$,
1300
+ () => CreateAccessSourceOutput$,
1291
1301
  ];
1292
- var CreateAccessToken = [
1302
+ var CreateAccessToken$ = [
1293
1303
  9,
1294
1304
  n0,
1295
1305
  _CAT,
1296
1306
  { [_h]: ["POST", "/tokens/{dnsViewId}", 200] },
1297
- () => CreateAccessTokenInput,
1298
- () => CreateAccessTokenOutput,
1307
+ () => CreateAccessTokenInput$,
1308
+ () => CreateAccessTokenOutput$,
1299
1309
  ];
1300
- var CreateDNSView = [
1310
+ var CreateDNSView$ = [
1301
1311
  9,
1302
1312
  n0,
1303
1313
  _CDNSV,
1304
1314
  { [_h]: ["POST", "/dns-views/{globalResolverId}", 200] },
1305
- () => CreateDNSViewInput,
1306
- () => CreateDNSViewOutput,
1315
+ () => CreateDNSViewInput$,
1316
+ () => CreateDNSViewOutput$,
1307
1317
  ];
1308
- var CreateFirewallDomainList = [
1318
+ var CreateFirewallDomainList$ = [
1309
1319
  9,
1310
1320
  n0,
1311
1321
  _CFDL,
1312
1322
  { [_h]: ["POST", "/firewall-domain-lists/{globalResolverId}", 200] },
1313
- () => CreateFirewallDomainListInput,
1314
- () => CreateFirewallDomainListOutput,
1323
+ () => CreateFirewallDomainListInput$,
1324
+ () => CreateFirewallDomainListOutput$,
1315
1325
  ];
1316
- var CreateFirewallRule = [
1326
+ var CreateFirewallRule$ = [
1317
1327
  9,
1318
1328
  n0,
1319
1329
  _CFR,
1320
1330
  { [_h]: ["POST", "/firewall-rules", 200] },
1321
- () => CreateFirewallRuleInput,
1322
- () => CreateFirewallRuleOutput,
1331
+ () => CreateFirewallRuleInput$,
1332
+ () => CreateFirewallRuleOutput$,
1323
1333
  ];
1324
- var CreateGlobalResolver = [
1334
+ var CreateGlobalResolver$ = [
1325
1335
  9,
1326
1336
  n0,
1327
1337
  _CGR,
1328
1338
  { [_h]: ["POST", "/global-resolver", 200] },
1329
- () => CreateGlobalResolverInput,
1330
- () => CreateGlobalResolverOutput,
1339
+ () => CreateGlobalResolverInput$,
1340
+ () => CreateGlobalResolverOutput$,
1331
1341
  ];
1332
- var DeleteAccessSource = [
1342
+ var DeleteAccessSource$ = [
1333
1343
  9,
1334
1344
  n0,
1335
1345
  _DAS,
1336
1346
  { [_h]: ["DELETE", "/access-sources/{accessSourceId}", 200] },
1337
- () => DeleteAccessSourceInput,
1338
- () => DeleteAccessSourceOutput,
1347
+ () => DeleteAccessSourceInput$,
1348
+ () => DeleteAccessSourceOutput$,
1339
1349
  ];
1340
- var DeleteAccessToken = [
1350
+ var DeleteAccessToken$ = [
1341
1351
  9,
1342
1352
  n0,
1343
1353
  _DAT,
1344
1354
  { [_h]: ["DELETE", "/tokens/{accessTokenId}", 200] },
1345
- () => DeleteAccessTokenInput,
1346
- () => DeleteAccessTokenOutput,
1355
+ () => DeleteAccessTokenInput$,
1356
+ () => DeleteAccessTokenOutput$,
1347
1357
  ];
1348
- var DeleteDNSView = [
1358
+ var DeleteDNSView$ = [
1349
1359
  9,
1350
1360
  n0,
1351
1361
  _DDNSV,
1352
1362
  { [_h]: ["DELETE", "/dns-views/{dnsViewId}", 200] },
1353
- () => DeleteDNSViewInput,
1354
- () => DeleteDNSViewOutput,
1363
+ () => DeleteDNSViewInput$,
1364
+ () => DeleteDNSViewOutput$,
1355
1365
  ];
1356
- var DeleteFirewallDomainList = [
1366
+ var DeleteFirewallDomainList$ = [
1357
1367
  9,
1358
1368
  n0,
1359
1369
  _DFDL,
1360
1370
  { [_h]: ["DELETE", "/firewall-domain-lists/{firewallDomainListId}", 200] },
1361
- () => DeleteFirewallDomainListInput,
1362
- () => DeleteFirewallDomainListOutput,
1371
+ () => DeleteFirewallDomainListInput$,
1372
+ () => DeleteFirewallDomainListOutput$,
1363
1373
  ];
1364
- var DeleteFirewallRule = [
1374
+ var DeleteFirewallRule$ = [
1365
1375
  9,
1366
1376
  n0,
1367
1377
  _DFR,
1368
1378
  { [_h]: ["DELETE", "/firewall-rules/{firewallRuleId}", 200] },
1369
- () => DeleteFirewallRuleInput,
1370
- () => DeleteFirewallRuleOutput,
1379
+ () => DeleteFirewallRuleInput$,
1380
+ () => DeleteFirewallRuleOutput$,
1371
1381
  ];
1372
- var DeleteGlobalResolver = [
1382
+ var DeleteGlobalResolver$ = [
1373
1383
  9,
1374
1384
  n0,
1375
1385
  _DGR,
1376
1386
  { [_h]: ["DELETE", "/global-resolver/{globalResolverId}", 200] },
1377
- () => DeleteGlobalResolverInput,
1378
- () => DeleteGlobalResolverOutput,
1387
+ () => DeleteGlobalResolverInput$,
1388
+ () => DeleteGlobalResolverOutput$,
1379
1389
  ];
1380
- var DisableDNSView = [
1390
+ var DisableDNSView$ = [
1381
1391
  9,
1382
1392
  n0,
1383
1393
  _DDNSVi,
1384
1394
  { [_h]: ["PATCH", "/dns-views/{dnsViewId}/disable", 200] },
1385
- () => DisableDNSViewInput,
1386
- () => DisableDNSViewOutput,
1395
+ () => DisableDNSViewInput$,
1396
+ () => DisableDNSViewOutput$,
1387
1397
  ];
1388
- var DisassociateHostedZone = [
1398
+ var DisassociateHostedZone$ = [
1389
1399
  9,
1390
1400
  n0,
1391
1401
  _DHZ,
1392
1402
  { [_h]: ["DELETE", "/hosted-zone-associations/hosted-zone/{hostedZoneId}/resource-arn/{resourceArn+}", 200] },
1393
- () => DisassociateHostedZoneInput,
1394
- () => DisassociateHostedZoneOutput,
1403
+ () => DisassociateHostedZoneInput$,
1404
+ () => DisassociateHostedZoneOutput$,
1395
1405
  ];
1396
- var EnableDNSView = [
1406
+ var EnableDNSView$ = [
1397
1407
  9,
1398
1408
  n0,
1399
1409
  _EDNSV,
1400
1410
  { [_h]: ["PATCH", "/dns-views/{dnsViewId}/enable", 200] },
1401
- () => EnableDNSViewInput,
1402
- () => EnableDNSViewOutput,
1411
+ () => EnableDNSViewInput$,
1412
+ () => EnableDNSViewOutput$,
1403
1413
  ];
1404
- var GetAccessSource = [
1414
+ var GetAccessSource$ = [
1405
1415
  9,
1406
1416
  n0,
1407
1417
  _GAS,
1408
1418
  { [_h]: ["GET", "/access-sources/{accessSourceId}", 200] },
1409
- () => GetAccessSourceInput,
1410
- () => GetAccessSourceOutput,
1419
+ () => GetAccessSourceInput$,
1420
+ () => GetAccessSourceOutput$,
1411
1421
  ];
1412
- var GetAccessToken = [
1422
+ var GetAccessToken$ = [
1413
1423
  9,
1414
1424
  n0,
1415
1425
  _GAT,
1416
1426
  { [_h]: ["GET", "/tokens/{accessTokenId}", 200] },
1417
- () => GetAccessTokenInput,
1418
- () => GetAccessTokenOutput,
1427
+ () => GetAccessTokenInput$,
1428
+ () => GetAccessTokenOutput$,
1419
1429
  ];
1420
- var GetDNSView = [
1430
+ var GetDNSView$ = [
1421
1431
  9,
1422
1432
  n0,
1423
1433
  _GDNSV,
1424
1434
  { [_h]: ["GET", "/dns-views/{dnsViewId}", 200] },
1425
- () => GetDNSViewInput,
1426
- () => GetDNSViewOutput,
1435
+ () => GetDNSViewInput$,
1436
+ () => GetDNSViewOutput$,
1427
1437
  ];
1428
- var GetFirewallDomainList = [
1438
+ var GetFirewallDomainList$ = [
1429
1439
  9,
1430
1440
  n0,
1431
1441
  _GFDL,
1432
1442
  { [_h]: ["GET", "/firewall-domain-lists/{firewallDomainListId}", 200] },
1433
- () => GetFirewallDomainListInput,
1434
- () => GetFirewallDomainListOutput,
1443
+ () => GetFirewallDomainListInput$,
1444
+ () => GetFirewallDomainListOutput$,
1435
1445
  ];
1436
- var GetFirewallRule = [
1446
+ var GetFirewallRule$ = [
1437
1447
  9,
1438
1448
  n0,
1439
1449
  _GFR,
1440
1450
  { [_h]: ["GET", "/firewall-rules/{firewallRuleId}", 200] },
1441
- () => GetFirewallRuleInput,
1442
- () => GetFirewallRuleOutput,
1451
+ () => GetFirewallRuleInput$,
1452
+ () => GetFirewallRuleOutput$,
1443
1453
  ];
1444
- var GetGlobalResolver = [
1454
+ var GetGlobalResolver$ = [
1445
1455
  9,
1446
1456
  n0,
1447
1457
  _GGR,
1448
1458
  { [_h]: ["GET", "/global-resolver/{globalResolverId}", 200] },
1449
- () => GetGlobalResolverInput,
1450
- () => GetGlobalResolverOutput,
1459
+ () => GetGlobalResolverInput$,
1460
+ () => GetGlobalResolverOutput$,
1451
1461
  ];
1452
- var GetHostedZoneAssociation = [
1462
+ var GetHostedZoneAssociation$ = [
1453
1463
  9,
1454
1464
  n0,
1455
1465
  _GHZA,
1456
1466
  { [_h]: ["GET", "/hosted-zone-associations/{hostedZoneAssociationId}", 200] },
1457
- () => GetHostedZoneAssociationInput,
1458
- () => GetHostedZoneAssociationOutput,
1467
+ () => GetHostedZoneAssociationInput$,
1468
+ () => GetHostedZoneAssociationOutput$,
1459
1469
  ];
1460
- var GetManagedFirewallDomainList = [
1470
+ var GetManagedFirewallDomainList$ = [
1461
1471
  9,
1462
1472
  n0,
1463
1473
  _GMFDL,
1464
1474
  { [_h]: ["GET", "/managed-firewall-domain-lists/{managedFirewallDomainListId}", 200] },
1465
- () => GetManagedFirewallDomainListInput,
1466
- () => GetManagedFirewallDomainListOutput,
1475
+ () => GetManagedFirewallDomainListInput$,
1476
+ () => GetManagedFirewallDomainListOutput$,
1467
1477
  ];
1468
- var ImportFirewallDomains = [
1478
+ var ImportFirewallDomains$ = [
1469
1479
  9,
1470
1480
  n0,
1471
1481
  _IFD,
1472
1482
  { [_h]: ["PATCH", "/firewall-domain-lists/{firewallDomainListId}/domains/s3_file_url", 200] },
1473
- () => ImportFirewallDomainsInput,
1474
- () => ImportFirewallDomainsOutput,
1483
+ () => ImportFirewallDomainsInput$,
1484
+ () => ImportFirewallDomainsOutput$,
1475
1485
  ];
1476
- var ListAccessSources = [
1486
+ var ListAccessSources$ = [
1477
1487
  9,
1478
1488
  n0,
1479
1489
  _LAS,
1480
1490
  { [_h]: ["GET", "/access-sources", 200] },
1481
- () => ListAccessSourcesInput,
1482
- () => ListAccessSourcesOutput,
1491
+ () => ListAccessSourcesInput$,
1492
+ () => ListAccessSourcesOutput$,
1483
1493
  ];
1484
- var ListAccessTokens = [
1494
+ var ListAccessTokens$ = [
1485
1495
  9,
1486
1496
  n0,
1487
1497
  _LAT,
1488
1498
  { [_h]: ["GET", "/tokens/dns-view/{dnsViewId}", 200] },
1489
- () => ListAccessTokensInput,
1490
- () => ListAccessTokensOutput,
1499
+ () => ListAccessTokensInput$,
1500
+ () => ListAccessTokensOutput$,
1491
1501
  ];
1492
- var ListDNSViews = [
1502
+ var ListDNSViews$ = [
1493
1503
  9,
1494
1504
  n0,
1495
1505
  _LDNSV,
1496
1506
  { [_h]: ["GET", "/dns-views/resolver/{globalResolverId}", 200] },
1497
- () => ListDNSViewsInput,
1498
- () => ListDNSViewsOutput,
1507
+ () => ListDNSViewsInput$,
1508
+ () => ListDNSViewsOutput$,
1499
1509
  ];
1500
- var ListFirewallDomainLists = [
1510
+ var ListFirewallDomainLists$ = [
1501
1511
  9,
1502
1512
  n0,
1503
1513
  _LFDL,
1504
1514
  { [_h]: ["GET", "/firewall-domain-lists", 200] },
1505
- () => ListFirewallDomainListsInput,
1506
- () => ListFirewallDomainListsOutput,
1515
+ () => ListFirewallDomainListsInput$,
1516
+ () => ListFirewallDomainListsOutput$,
1507
1517
  ];
1508
- var ListFirewallDomains = [
1518
+ var ListFirewallDomains$ = [
1509
1519
  9,
1510
1520
  n0,
1511
1521
  _LFD,
1512
1522
  { [_h]: ["GET", "/firewall-domain-lists/{firewallDomainListId}/domains", 200] },
1513
- () => ListFirewallDomainsInput,
1514
- () => ListFirewallDomainsOutput,
1523
+ () => ListFirewallDomainsInput$,
1524
+ () => ListFirewallDomainsOutput$,
1515
1525
  ];
1516
- var ListFirewallRules = [
1526
+ var ListFirewallRules$ = [
1517
1527
  9,
1518
1528
  n0,
1519
1529
  _LFR,
1520
1530
  { [_h]: ["GET", "/firewall-rules", 200] },
1521
- () => ListFirewallRulesInput,
1522
- () => ListFirewallRulesOutput,
1531
+ () => ListFirewallRulesInput$,
1532
+ () => ListFirewallRulesOutput$,
1523
1533
  ];
1524
- var ListGlobalResolvers = [
1534
+ var ListGlobalResolvers$ = [
1525
1535
  9,
1526
1536
  n0,
1527
1537
  _LGR,
1528
1538
  { [_h]: ["GET", "/global-resolver", 200] },
1529
- () => ListGlobalResolversInput,
1530
- () => ListGlobalResolversOutput,
1539
+ () => ListGlobalResolversInput$,
1540
+ () => ListGlobalResolversOutput$,
1531
1541
  ];
1532
- var ListHostedZoneAssociations = [
1542
+ var ListHostedZoneAssociations$ = [
1533
1543
  9,
1534
1544
  n0,
1535
1545
  _LHZA,
1536
1546
  { [_h]: ["GET", "/hosted-zone-associations/resource-arn/{resourceArn+}", 200] },
1537
- () => ListHostedZoneAssociationsInput,
1538
- () => ListHostedZoneAssociationsOutput,
1547
+ () => ListHostedZoneAssociationsInput$,
1548
+ () => ListHostedZoneAssociationsOutput$,
1539
1549
  ];
1540
- var ListManagedFirewallDomainLists = [
1550
+ var ListManagedFirewallDomainLists$ = [
1541
1551
  9,
1542
1552
  n0,
1543
1553
  _LMFDL,
1544
1554
  { [_h]: ["GET", "/list-managed-firewall-domain-lists/{managedFirewallDomainListType}", 200] },
1545
- () => ListManagedFirewallDomainListsInput,
1546
- () => ListManagedFirewallDomainListsOutput,
1555
+ () => ListManagedFirewallDomainListsInput$,
1556
+ () => ListManagedFirewallDomainListsOutput$,
1547
1557
  ];
1548
- var ListTagsForResource = [
1558
+ var ListTagsForResource$ = [
1549
1559
  9,
1550
1560
  n0,
1551
1561
  _LTFR,
1552
1562
  { [_h]: ["POST", "/get-all-tags", 200] },
1553
- () => ListTagsForResourceRequest,
1554
- () => ListTagsForResourceResponse,
1563
+ () => ListTagsForResourceRequest$,
1564
+ () => ListTagsForResourceResponse$,
1555
1565
  ];
1556
- var TagResource = [
1566
+ var TagResource$ = [
1557
1567
  9,
1558
1568
  n0,
1559
1569
  _TR,
1560
1570
  { [_h]: ["POST", "/tag-resource", 200] },
1561
- () => TagResourceRequest,
1562
- () => TagResourceResponse,
1571
+ () => TagResourceRequest$,
1572
+ () => TagResourceResponse$,
1563
1573
  ];
1564
- var UntagResource = [
1574
+ var UntagResource$ = [
1565
1575
  9,
1566
1576
  n0,
1567
1577
  _UR,
1568
1578
  { [_h]: ["POST", "/untag-resource", 200] },
1569
- () => UntagResourceRequest,
1570
- () => UntagResourceResponse,
1579
+ () => UntagResourceRequest$,
1580
+ () => UntagResourceResponse$,
1571
1581
  ];
1572
- var UpdateAccessSource = [
1582
+ var UpdateAccessSource$ = [
1573
1583
  9,
1574
1584
  n0,
1575
1585
  _UAS,
1576
1586
  { [_h]: ["PATCH", "/access-sources/{accessSourceId}", 200] },
1577
- () => UpdateAccessSourceInput,
1578
- () => UpdateAccessSourceOutput,
1587
+ () => UpdateAccessSourceInput$,
1588
+ () => UpdateAccessSourceOutput$,
1579
1589
  ];
1580
- var UpdateAccessToken = [
1590
+ var UpdateAccessToken$ = [
1581
1591
  9,
1582
1592
  n0,
1583
1593
  _UAT,
1584
1594
  { [_h]: ["PATCH", "/tokens/{accessTokenId}", 200] },
1585
- () => UpdateAccessTokenInput,
1586
- () => UpdateAccessTokenOutput,
1595
+ () => UpdateAccessTokenInput$,
1596
+ () => UpdateAccessTokenOutput$,
1587
1597
  ];
1588
- var UpdateDNSView = [
1598
+ var UpdateDNSView$ = [
1589
1599
  9,
1590
1600
  n0,
1591
1601
  _UDNSV,
1592
1602
  { [_h]: ["PATCH", "/dns-views/{dnsViewId}", 200] },
1593
- () => UpdateDNSViewInput,
1594
- () => UpdateDNSViewOutput,
1603
+ () => UpdateDNSViewInput$,
1604
+ () => UpdateDNSViewOutput$,
1595
1605
  ];
1596
- var UpdateFirewallDomains = [
1606
+ var UpdateFirewallDomains$ = [
1597
1607
  9,
1598
1608
  n0,
1599
1609
  _UFD,
1600
1610
  { [_h]: ["PATCH", "/firewall-domain-lists/{firewallDomainListId}/domains", 200] },
1601
- () => UpdateFirewallDomainsInput,
1602
- () => UpdateFirewallDomainsOutput,
1611
+ () => UpdateFirewallDomainsInput$,
1612
+ () => UpdateFirewallDomainsOutput$,
1603
1613
  ];
1604
- var UpdateFirewallRule = [
1614
+ var UpdateFirewallRule$ = [
1605
1615
  9,
1606
1616
  n0,
1607
1617
  _UFR,
1608
1618
  { [_h]: ["PATCH", "/firewall-rules/{firewallRuleId}", 200] },
1609
- () => UpdateFirewallRuleInput,
1610
- () => UpdateFirewallRuleOutput,
1619
+ () => UpdateFirewallRuleInput$,
1620
+ () => UpdateFirewallRuleOutput$,
1611
1621
  ];
1612
- var UpdateGlobalResolver = [
1622
+ var UpdateGlobalResolver$ = [
1613
1623
  9,
1614
1624
  n0,
1615
1625
  _UGR,
1616
1626
  { [_h]: ["PATCH", "/global-resolver/{globalResolverId}", 200] },
1617
- () => UpdateGlobalResolverInput,
1618
- () => UpdateGlobalResolverOutput,
1627
+ () => UpdateGlobalResolverInput$,
1628
+ () => UpdateGlobalResolverOutput$,
1619
1629
  ];
1620
- var UpdateHostedZoneAssociation = [
1630
+ var UpdateHostedZoneAssociation$ = [
1621
1631
  9,
1622
1632
  n0,
1623
1633
  _UHZA,
1624
1634
  { [_h]: ["PATCH", "/hosted-zone-associations/{hostedZoneAssociationId}", 200] },
1625
- () => UpdateHostedZoneAssociationInput,
1626
- () => UpdateHostedZoneAssociationOutput,
1635
+ () => UpdateHostedZoneAssociationInput$,
1636
+ () => UpdateHostedZoneAssociationOutput$,
1627
1637
  ];
1628
1638
 
1629
1639
  class AssociateHostedZoneCommand extends smithyClient.Command
@@ -1634,7 +1644,7 @@ class AssociateHostedZoneCommand extends smithyClient.Command
1634
1644
  })
1635
1645
  .s("EC2DNSGlobalResolverCustomerAPI", "AssociateHostedZone", {})
1636
1646
  .n("Route53GlobalResolverClient", "AssociateHostedZoneCommand")
1637
- .sc(AssociateHostedZone)
1647
+ .sc(AssociateHostedZone$)
1638
1648
  .build() {
1639
1649
  }
1640
1650
 
@@ -1646,7 +1656,7 @@ class BatchCreateFirewallRuleCommand extends smithyClient.Command
1646
1656
  })
1647
1657
  .s("EC2DNSGlobalResolverCustomerAPI", "BatchCreateFirewallRule", {})
1648
1658
  .n("Route53GlobalResolverClient", "BatchCreateFirewallRuleCommand")
1649
- .sc(BatchCreateFirewallRule)
1659
+ .sc(BatchCreateFirewallRule$)
1650
1660
  .build() {
1651
1661
  }
1652
1662
 
@@ -1658,7 +1668,7 @@ class BatchDeleteFirewallRuleCommand extends smithyClient.Command
1658
1668
  })
1659
1669
  .s("EC2DNSGlobalResolverCustomerAPI", "BatchDeleteFirewallRule", {})
1660
1670
  .n("Route53GlobalResolverClient", "BatchDeleteFirewallRuleCommand")
1661
- .sc(BatchDeleteFirewallRule)
1671
+ .sc(BatchDeleteFirewallRule$)
1662
1672
  .build() {
1663
1673
  }
1664
1674
 
@@ -1670,7 +1680,7 @@ class BatchUpdateFirewallRuleCommand extends smithyClient.Command
1670
1680
  })
1671
1681
  .s("EC2DNSGlobalResolverCustomerAPI", "BatchUpdateFirewallRule", {})
1672
1682
  .n("Route53GlobalResolverClient", "BatchUpdateFirewallRuleCommand")
1673
- .sc(BatchUpdateFirewallRule)
1683
+ .sc(BatchUpdateFirewallRule$)
1674
1684
  .build() {
1675
1685
  }
1676
1686
 
@@ -1682,7 +1692,7 @@ class CreateAccessSourceCommand extends smithyClient.Command
1682
1692
  })
1683
1693
  .s("EC2DNSGlobalResolverCustomerAPI", "CreateAccessSource", {})
1684
1694
  .n("Route53GlobalResolverClient", "CreateAccessSourceCommand")
1685
- .sc(CreateAccessSource)
1695
+ .sc(CreateAccessSource$)
1686
1696
  .build() {
1687
1697
  }
1688
1698
 
@@ -1694,7 +1704,7 @@ class CreateAccessTokenCommand extends smithyClient.Command
1694
1704
  })
1695
1705
  .s("EC2DNSGlobalResolverCustomerAPI", "CreateAccessToken", {})
1696
1706
  .n("Route53GlobalResolverClient", "CreateAccessTokenCommand")
1697
- .sc(CreateAccessToken)
1707
+ .sc(CreateAccessToken$)
1698
1708
  .build() {
1699
1709
  }
1700
1710
 
@@ -1706,7 +1716,7 @@ class CreateDNSViewCommand extends smithyClient.Command
1706
1716
  })
1707
1717
  .s("EC2DNSGlobalResolverCustomerAPI", "CreateDNSView", {})
1708
1718
  .n("Route53GlobalResolverClient", "CreateDNSViewCommand")
1709
- .sc(CreateDNSView)
1719
+ .sc(CreateDNSView$)
1710
1720
  .build() {
1711
1721
  }
1712
1722
 
@@ -1718,7 +1728,7 @@ class CreateFirewallDomainListCommand extends smithyClient.Command
1718
1728
  })
1719
1729
  .s("EC2DNSGlobalResolverCustomerAPI", "CreateFirewallDomainList", {})
1720
1730
  .n("Route53GlobalResolverClient", "CreateFirewallDomainListCommand")
1721
- .sc(CreateFirewallDomainList)
1731
+ .sc(CreateFirewallDomainList$)
1722
1732
  .build() {
1723
1733
  }
1724
1734
 
@@ -1730,7 +1740,7 @@ class CreateFirewallRuleCommand extends smithyClient.Command
1730
1740
  })
1731
1741
  .s("EC2DNSGlobalResolverCustomerAPI", "CreateFirewallRule", {})
1732
1742
  .n("Route53GlobalResolverClient", "CreateFirewallRuleCommand")
1733
- .sc(CreateFirewallRule)
1743
+ .sc(CreateFirewallRule$)
1734
1744
  .build() {
1735
1745
  }
1736
1746
 
@@ -1742,7 +1752,7 @@ class CreateGlobalResolverCommand extends smithyClient.Command
1742
1752
  })
1743
1753
  .s("EC2DNSGlobalResolverCustomerAPI", "CreateGlobalResolver", {})
1744
1754
  .n("Route53GlobalResolverClient", "CreateGlobalResolverCommand")
1745
- .sc(CreateGlobalResolver)
1755
+ .sc(CreateGlobalResolver$)
1746
1756
  .build() {
1747
1757
  }
1748
1758
 
@@ -1754,7 +1764,7 @@ class DeleteAccessSourceCommand extends smithyClient.Command
1754
1764
  })
1755
1765
  .s("EC2DNSGlobalResolverCustomerAPI", "DeleteAccessSource", {})
1756
1766
  .n("Route53GlobalResolverClient", "DeleteAccessSourceCommand")
1757
- .sc(DeleteAccessSource)
1767
+ .sc(DeleteAccessSource$)
1758
1768
  .build() {
1759
1769
  }
1760
1770
 
@@ -1766,7 +1776,7 @@ class DeleteAccessTokenCommand extends smithyClient.Command
1766
1776
  })
1767
1777
  .s("EC2DNSGlobalResolverCustomerAPI", "DeleteAccessToken", {})
1768
1778
  .n("Route53GlobalResolverClient", "DeleteAccessTokenCommand")
1769
- .sc(DeleteAccessToken)
1779
+ .sc(DeleteAccessToken$)
1770
1780
  .build() {
1771
1781
  }
1772
1782
 
@@ -1778,7 +1788,7 @@ class DeleteDNSViewCommand extends smithyClient.Command
1778
1788
  })
1779
1789
  .s("EC2DNSGlobalResolverCustomerAPI", "DeleteDNSView", {})
1780
1790
  .n("Route53GlobalResolverClient", "DeleteDNSViewCommand")
1781
- .sc(DeleteDNSView)
1791
+ .sc(DeleteDNSView$)
1782
1792
  .build() {
1783
1793
  }
1784
1794
 
@@ -1790,7 +1800,7 @@ class DeleteFirewallDomainListCommand extends smithyClient.Command
1790
1800
  })
1791
1801
  .s("EC2DNSGlobalResolverCustomerAPI", "DeleteFirewallDomainList", {})
1792
1802
  .n("Route53GlobalResolverClient", "DeleteFirewallDomainListCommand")
1793
- .sc(DeleteFirewallDomainList)
1803
+ .sc(DeleteFirewallDomainList$)
1794
1804
  .build() {
1795
1805
  }
1796
1806
 
@@ -1802,7 +1812,7 @@ class DeleteFirewallRuleCommand extends smithyClient.Command
1802
1812
  })
1803
1813
  .s("EC2DNSGlobalResolverCustomerAPI", "DeleteFirewallRule", {})
1804
1814
  .n("Route53GlobalResolverClient", "DeleteFirewallRuleCommand")
1805
- .sc(DeleteFirewallRule)
1815
+ .sc(DeleteFirewallRule$)
1806
1816
  .build() {
1807
1817
  }
1808
1818
 
@@ -1814,7 +1824,7 @@ class DeleteGlobalResolverCommand extends smithyClient.Command
1814
1824
  })
1815
1825
  .s("EC2DNSGlobalResolverCustomerAPI", "DeleteGlobalResolver", {})
1816
1826
  .n("Route53GlobalResolverClient", "DeleteGlobalResolverCommand")
1817
- .sc(DeleteGlobalResolver)
1827
+ .sc(DeleteGlobalResolver$)
1818
1828
  .build() {
1819
1829
  }
1820
1830
 
@@ -1826,7 +1836,7 @@ class DisableDNSViewCommand extends smithyClient.Command
1826
1836
  })
1827
1837
  .s("EC2DNSGlobalResolverCustomerAPI", "DisableDNSView", {})
1828
1838
  .n("Route53GlobalResolverClient", "DisableDNSViewCommand")
1829
- .sc(DisableDNSView)
1839
+ .sc(DisableDNSView$)
1830
1840
  .build() {
1831
1841
  }
1832
1842
 
@@ -1838,7 +1848,7 @@ class DisassociateHostedZoneCommand extends smithyClient.Command
1838
1848
  })
1839
1849
  .s("EC2DNSGlobalResolverCustomerAPI", "DisassociateHostedZone", {})
1840
1850
  .n("Route53GlobalResolverClient", "DisassociateHostedZoneCommand")
1841
- .sc(DisassociateHostedZone)
1851
+ .sc(DisassociateHostedZone$)
1842
1852
  .build() {
1843
1853
  }
1844
1854
 
@@ -1850,7 +1860,7 @@ class EnableDNSViewCommand extends smithyClient.Command
1850
1860
  })
1851
1861
  .s("EC2DNSGlobalResolverCustomerAPI", "EnableDNSView", {})
1852
1862
  .n("Route53GlobalResolverClient", "EnableDNSViewCommand")
1853
- .sc(EnableDNSView)
1863
+ .sc(EnableDNSView$)
1854
1864
  .build() {
1855
1865
  }
1856
1866
 
@@ -1862,7 +1872,7 @@ class GetAccessSourceCommand extends smithyClient.Command
1862
1872
  })
1863
1873
  .s("EC2DNSGlobalResolverCustomerAPI", "GetAccessSource", {})
1864
1874
  .n("Route53GlobalResolverClient", "GetAccessSourceCommand")
1865
- .sc(GetAccessSource)
1875
+ .sc(GetAccessSource$)
1866
1876
  .build() {
1867
1877
  }
1868
1878
 
@@ -1874,7 +1884,7 @@ class GetAccessTokenCommand extends smithyClient.Command
1874
1884
  })
1875
1885
  .s("EC2DNSGlobalResolverCustomerAPI", "GetAccessToken", {})
1876
1886
  .n("Route53GlobalResolverClient", "GetAccessTokenCommand")
1877
- .sc(GetAccessToken)
1887
+ .sc(GetAccessToken$)
1878
1888
  .build() {
1879
1889
  }
1880
1890
 
@@ -1886,7 +1896,7 @@ class GetDNSViewCommand extends smithyClient.Command
1886
1896
  })
1887
1897
  .s("EC2DNSGlobalResolverCustomerAPI", "GetDNSView", {})
1888
1898
  .n("Route53GlobalResolverClient", "GetDNSViewCommand")
1889
- .sc(GetDNSView)
1899
+ .sc(GetDNSView$)
1890
1900
  .build() {
1891
1901
  }
1892
1902
 
@@ -1898,7 +1908,7 @@ class GetFirewallDomainListCommand extends smithyClient.Command
1898
1908
  })
1899
1909
  .s("EC2DNSGlobalResolverCustomerAPI", "GetFirewallDomainList", {})
1900
1910
  .n("Route53GlobalResolverClient", "GetFirewallDomainListCommand")
1901
- .sc(GetFirewallDomainList)
1911
+ .sc(GetFirewallDomainList$)
1902
1912
  .build() {
1903
1913
  }
1904
1914
 
@@ -1910,7 +1920,7 @@ class GetFirewallRuleCommand extends smithyClient.Command
1910
1920
  })
1911
1921
  .s("EC2DNSGlobalResolverCustomerAPI", "GetFirewallRule", {})
1912
1922
  .n("Route53GlobalResolverClient", "GetFirewallRuleCommand")
1913
- .sc(GetFirewallRule)
1923
+ .sc(GetFirewallRule$)
1914
1924
  .build() {
1915
1925
  }
1916
1926
 
@@ -1922,7 +1932,7 @@ class GetGlobalResolverCommand extends smithyClient.Command
1922
1932
  })
1923
1933
  .s("EC2DNSGlobalResolverCustomerAPI", "GetGlobalResolver", {})
1924
1934
  .n("Route53GlobalResolverClient", "GetGlobalResolverCommand")
1925
- .sc(GetGlobalResolver)
1935
+ .sc(GetGlobalResolver$)
1926
1936
  .build() {
1927
1937
  }
1928
1938
 
@@ -1934,7 +1944,7 @@ class GetHostedZoneAssociationCommand extends smithyClient.Command
1934
1944
  })
1935
1945
  .s("EC2DNSGlobalResolverCustomerAPI", "GetHostedZoneAssociation", {})
1936
1946
  .n("Route53GlobalResolverClient", "GetHostedZoneAssociationCommand")
1937
- .sc(GetHostedZoneAssociation)
1947
+ .sc(GetHostedZoneAssociation$)
1938
1948
  .build() {
1939
1949
  }
1940
1950
 
@@ -1946,7 +1956,7 @@ class GetManagedFirewallDomainListCommand extends smithyClient.Command
1946
1956
  })
1947
1957
  .s("EC2DNSGlobalResolverCustomerAPI", "GetManagedFirewallDomainList", {})
1948
1958
  .n("Route53GlobalResolverClient", "GetManagedFirewallDomainListCommand")
1949
- .sc(GetManagedFirewallDomainList)
1959
+ .sc(GetManagedFirewallDomainList$)
1950
1960
  .build() {
1951
1961
  }
1952
1962
 
@@ -1958,7 +1968,7 @@ class ImportFirewallDomainsCommand extends smithyClient.Command
1958
1968
  })
1959
1969
  .s("EC2DNSGlobalResolverCustomerAPI", "ImportFirewallDomains", {})
1960
1970
  .n("Route53GlobalResolverClient", "ImportFirewallDomainsCommand")
1961
- .sc(ImportFirewallDomains)
1971
+ .sc(ImportFirewallDomains$)
1962
1972
  .build() {
1963
1973
  }
1964
1974
 
@@ -1970,7 +1980,7 @@ class ListAccessSourcesCommand extends smithyClient.Command
1970
1980
  })
1971
1981
  .s("EC2DNSGlobalResolverCustomerAPI", "ListAccessSources", {})
1972
1982
  .n("Route53GlobalResolverClient", "ListAccessSourcesCommand")
1973
- .sc(ListAccessSources)
1983
+ .sc(ListAccessSources$)
1974
1984
  .build() {
1975
1985
  }
1976
1986
 
@@ -1982,7 +1992,7 @@ class ListAccessTokensCommand extends smithyClient.Command
1982
1992
  })
1983
1993
  .s("EC2DNSGlobalResolverCustomerAPI", "ListAccessTokens", {})
1984
1994
  .n("Route53GlobalResolverClient", "ListAccessTokensCommand")
1985
- .sc(ListAccessTokens)
1995
+ .sc(ListAccessTokens$)
1986
1996
  .build() {
1987
1997
  }
1988
1998
 
@@ -1994,7 +2004,7 @@ class ListDNSViewsCommand extends smithyClient.Command
1994
2004
  })
1995
2005
  .s("EC2DNSGlobalResolverCustomerAPI", "ListDNSViews", {})
1996
2006
  .n("Route53GlobalResolverClient", "ListDNSViewsCommand")
1997
- .sc(ListDNSViews)
2007
+ .sc(ListDNSViews$)
1998
2008
  .build() {
1999
2009
  }
2000
2010
 
@@ -2006,7 +2016,7 @@ class ListFirewallDomainListsCommand extends smithyClient.Command
2006
2016
  })
2007
2017
  .s("EC2DNSGlobalResolverCustomerAPI", "ListFirewallDomainLists", {})
2008
2018
  .n("Route53GlobalResolverClient", "ListFirewallDomainListsCommand")
2009
- .sc(ListFirewallDomainLists)
2019
+ .sc(ListFirewallDomainLists$)
2010
2020
  .build() {
2011
2021
  }
2012
2022
 
@@ -2018,7 +2028,7 @@ class ListFirewallDomainsCommand extends smithyClient.Command
2018
2028
  })
2019
2029
  .s("EC2DNSGlobalResolverCustomerAPI", "ListFirewallDomains", {})
2020
2030
  .n("Route53GlobalResolverClient", "ListFirewallDomainsCommand")
2021
- .sc(ListFirewallDomains)
2031
+ .sc(ListFirewallDomains$)
2022
2032
  .build() {
2023
2033
  }
2024
2034
 
@@ -2030,7 +2040,7 @@ class ListFirewallRulesCommand extends smithyClient.Command
2030
2040
  })
2031
2041
  .s("EC2DNSGlobalResolverCustomerAPI", "ListFirewallRules", {})
2032
2042
  .n("Route53GlobalResolverClient", "ListFirewallRulesCommand")
2033
- .sc(ListFirewallRules)
2043
+ .sc(ListFirewallRules$)
2034
2044
  .build() {
2035
2045
  }
2036
2046
 
@@ -2042,7 +2052,7 @@ class ListGlobalResolversCommand extends smithyClient.Command
2042
2052
  })
2043
2053
  .s("EC2DNSGlobalResolverCustomerAPI", "ListGlobalResolvers", {})
2044
2054
  .n("Route53GlobalResolverClient", "ListGlobalResolversCommand")
2045
- .sc(ListGlobalResolvers)
2055
+ .sc(ListGlobalResolvers$)
2046
2056
  .build() {
2047
2057
  }
2048
2058
 
@@ -2054,7 +2064,7 @@ class ListHostedZoneAssociationsCommand extends smithyClient.Command
2054
2064
  })
2055
2065
  .s("EC2DNSGlobalResolverCustomerAPI", "ListHostedZoneAssociations", {})
2056
2066
  .n("Route53GlobalResolverClient", "ListHostedZoneAssociationsCommand")
2057
- .sc(ListHostedZoneAssociations)
2067
+ .sc(ListHostedZoneAssociations$)
2058
2068
  .build() {
2059
2069
  }
2060
2070
 
@@ -2066,7 +2076,7 @@ class ListManagedFirewallDomainListsCommand extends smithyClient.Command
2066
2076
  })
2067
2077
  .s("EC2DNSGlobalResolverCustomerAPI", "ListManagedFirewallDomainLists", {})
2068
2078
  .n("Route53GlobalResolverClient", "ListManagedFirewallDomainListsCommand")
2069
- .sc(ListManagedFirewallDomainLists)
2079
+ .sc(ListManagedFirewallDomainLists$)
2070
2080
  .build() {
2071
2081
  }
2072
2082
 
@@ -2078,7 +2088,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
2078
2088
  })
2079
2089
  .s("EC2DNSGlobalResolverCustomerAPI", "ListTagsForResource", {})
2080
2090
  .n("Route53GlobalResolverClient", "ListTagsForResourceCommand")
2081
- .sc(ListTagsForResource)
2091
+ .sc(ListTagsForResource$)
2082
2092
  .build() {
2083
2093
  }
2084
2094
 
@@ -2090,7 +2100,7 @@ class TagResourceCommand extends smithyClient.Command
2090
2100
  })
2091
2101
  .s("EC2DNSGlobalResolverCustomerAPI", "TagResource", {})
2092
2102
  .n("Route53GlobalResolverClient", "TagResourceCommand")
2093
- .sc(TagResource)
2103
+ .sc(TagResource$)
2094
2104
  .build() {
2095
2105
  }
2096
2106
 
@@ -2102,7 +2112,7 @@ class UntagResourceCommand extends smithyClient.Command
2102
2112
  })
2103
2113
  .s("EC2DNSGlobalResolverCustomerAPI", "UntagResource", {})
2104
2114
  .n("Route53GlobalResolverClient", "UntagResourceCommand")
2105
- .sc(UntagResource)
2115
+ .sc(UntagResource$)
2106
2116
  .build() {
2107
2117
  }
2108
2118
 
@@ -2114,7 +2124,7 @@ class UpdateAccessSourceCommand extends smithyClient.Command
2114
2124
  })
2115
2125
  .s("EC2DNSGlobalResolverCustomerAPI", "UpdateAccessSource", {})
2116
2126
  .n("Route53GlobalResolverClient", "UpdateAccessSourceCommand")
2117
- .sc(UpdateAccessSource)
2127
+ .sc(UpdateAccessSource$)
2118
2128
  .build() {
2119
2129
  }
2120
2130
 
@@ -2126,7 +2136,7 @@ class UpdateAccessTokenCommand extends smithyClient.Command
2126
2136
  })
2127
2137
  .s("EC2DNSGlobalResolverCustomerAPI", "UpdateAccessToken", {})
2128
2138
  .n("Route53GlobalResolverClient", "UpdateAccessTokenCommand")
2129
- .sc(UpdateAccessToken)
2139
+ .sc(UpdateAccessToken$)
2130
2140
  .build() {
2131
2141
  }
2132
2142
 
@@ -2138,7 +2148,7 @@ class UpdateDNSViewCommand extends smithyClient.Command
2138
2148
  })
2139
2149
  .s("EC2DNSGlobalResolverCustomerAPI", "UpdateDNSView", {})
2140
2150
  .n("Route53GlobalResolverClient", "UpdateDNSViewCommand")
2141
- .sc(UpdateDNSView)
2151
+ .sc(UpdateDNSView$)
2142
2152
  .build() {
2143
2153
  }
2144
2154
 
@@ -2150,7 +2160,7 @@ class UpdateFirewallDomainsCommand extends smithyClient.Command
2150
2160
  })
2151
2161
  .s("EC2DNSGlobalResolverCustomerAPI", "UpdateFirewallDomains", {})
2152
2162
  .n("Route53GlobalResolverClient", "UpdateFirewallDomainsCommand")
2153
- .sc(UpdateFirewallDomains)
2163
+ .sc(UpdateFirewallDomains$)
2154
2164
  .build() {
2155
2165
  }
2156
2166
 
@@ -2162,7 +2172,7 @@ class UpdateFirewallRuleCommand extends smithyClient.Command
2162
2172
  })
2163
2173
  .s("EC2DNSGlobalResolverCustomerAPI", "UpdateFirewallRule", {})
2164
2174
  .n("Route53GlobalResolverClient", "UpdateFirewallRuleCommand")
2165
- .sc(UpdateFirewallRule)
2175
+ .sc(UpdateFirewallRule$)
2166
2176
  .build() {
2167
2177
  }
2168
2178
 
@@ -2174,7 +2184,7 @@ class UpdateGlobalResolverCommand extends smithyClient.Command
2174
2184
  })
2175
2185
  .s("EC2DNSGlobalResolverCustomerAPI", "UpdateGlobalResolver", {})
2176
2186
  .n("Route53GlobalResolverClient", "UpdateGlobalResolverCommand")
2177
- .sc(UpdateGlobalResolver)
2187
+ .sc(UpdateGlobalResolver$)
2178
2188
  .build() {
2179
2189
  }
2180
2190
 
@@ -2186,7 +2196,7 @@ class UpdateHostedZoneAssociationCommand extends smithyClient.Command
2186
2196
  })
2187
2197
  .s("EC2DNSGlobalResolverCustomerAPI", "UpdateHostedZoneAssociation", {})
2188
2198
  .n("Route53GlobalResolverClient", "UpdateHostedZoneAssociationCommand")
2189
- .sc(UpdateHostedZoneAssociation)
2199
+ .sc(UpdateHostedZoneAssociation$)
2190
2200
  .build() {
2191
2201
  }
2192
2202
 
@@ -2344,77 +2354,244 @@ Object.defineProperty(exports, "__Client", {
2344
2354
  enumerable: true,
2345
2355
  get: function () { return smithyClient.Client; }
2346
2356
  });
2347
- exports.AccessDeniedException = AccessDeniedException$1;
2357
+ exports.AccessDeniedException = AccessDeniedException;
2358
+ exports.AccessDeniedException$ = AccessDeniedException$;
2359
+ exports.AccessSourcesItem$ = AccessSourcesItem$;
2360
+ exports.AccessTokenItem$ = AccessTokenItem$;
2361
+ exports.AssociateHostedZone$ = AssociateHostedZone$;
2348
2362
  exports.AssociateHostedZoneCommand = AssociateHostedZoneCommand;
2363
+ exports.AssociateHostedZoneInput$ = AssociateHostedZoneInput$;
2364
+ exports.AssociateHostedZoneOutput$ = AssociateHostedZoneOutput$;
2365
+ exports.BatchCreateFirewallRule$ = BatchCreateFirewallRule$;
2349
2366
  exports.BatchCreateFirewallRuleCommand = BatchCreateFirewallRuleCommand;
2367
+ exports.BatchCreateFirewallRuleInput$ = BatchCreateFirewallRuleInput$;
2368
+ exports.BatchCreateFirewallRuleInputItem$ = BatchCreateFirewallRuleInputItem$;
2369
+ exports.BatchCreateFirewallRuleOutput$ = BatchCreateFirewallRuleOutput$;
2370
+ exports.BatchCreateFirewallRuleOutputItem$ = BatchCreateFirewallRuleOutputItem$;
2371
+ exports.BatchCreateFirewallRuleResult$ = BatchCreateFirewallRuleResult$;
2372
+ exports.BatchDeleteFirewallRule$ = BatchDeleteFirewallRule$;
2350
2373
  exports.BatchDeleteFirewallRuleCommand = BatchDeleteFirewallRuleCommand;
2374
+ exports.BatchDeleteFirewallRuleInput$ = BatchDeleteFirewallRuleInput$;
2375
+ exports.BatchDeleteFirewallRuleInputItem$ = BatchDeleteFirewallRuleInputItem$;
2376
+ exports.BatchDeleteFirewallRuleOutput$ = BatchDeleteFirewallRuleOutput$;
2377
+ exports.BatchDeleteFirewallRuleOutputItem$ = BatchDeleteFirewallRuleOutputItem$;
2378
+ exports.BatchDeleteFirewallRuleResult$ = BatchDeleteFirewallRuleResult$;
2379
+ exports.BatchUpdateFirewallRule$ = BatchUpdateFirewallRule$;
2351
2380
  exports.BatchUpdateFirewallRuleCommand = BatchUpdateFirewallRuleCommand;
2381
+ exports.BatchUpdateFirewallRuleInput$ = BatchUpdateFirewallRuleInput$;
2382
+ exports.BatchUpdateFirewallRuleInputItem$ = BatchUpdateFirewallRuleInputItem$;
2383
+ exports.BatchUpdateFirewallRuleOutput$ = BatchUpdateFirewallRuleOutput$;
2384
+ exports.BatchUpdateFirewallRuleOutputItem$ = BatchUpdateFirewallRuleOutputItem$;
2385
+ exports.BatchUpdateFirewallRuleResult$ = BatchUpdateFirewallRuleResult$;
2352
2386
  exports.BlockOverrideDnsQueryType = BlockOverrideDnsQueryType;
2353
2387
  exports.CRResourceStatus = CRResourceStatus;
2354
2388
  exports.ConfidenceThreshold = ConfidenceThreshold;
2355
- exports.ConflictException = ConflictException$1;
2389
+ exports.ConflictException = ConflictException;
2390
+ exports.ConflictException$ = ConflictException$;
2391
+ exports.CreateAccessSource$ = CreateAccessSource$;
2356
2392
  exports.CreateAccessSourceCommand = CreateAccessSourceCommand;
2393
+ exports.CreateAccessSourceInput$ = CreateAccessSourceInput$;
2394
+ exports.CreateAccessSourceOutput$ = CreateAccessSourceOutput$;
2395
+ exports.CreateAccessToken$ = CreateAccessToken$;
2357
2396
  exports.CreateAccessTokenCommand = CreateAccessTokenCommand;
2397
+ exports.CreateAccessTokenInput$ = CreateAccessTokenInput$;
2398
+ exports.CreateAccessTokenOutput$ = CreateAccessTokenOutput$;
2399
+ exports.CreateDNSView$ = CreateDNSView$;
2358
2400
  exports.CreateDNSViewCommand = CreateDNSViewCommand;
2401
+ exports.CreateDNSViewInput$ = CreateDNSViewInput$;
2402
+ exports.CreateDNSViewOutput$ = CreateDNSViewOutput$;
2403
+ exports.CreateFirewallDomainList$ = CreateFirewallDomainList$;
2359
2404
  exports.CreateFirewallDomainListCommand = CreateFirewallDomainListCommand;
2405
+ exports.CreateFirewallDomainListInput$ = CreateFirewallDomainListInput$;
2406
+ exports.CreateFirewallDomainListOutput$ = CreateFirewallDomainListOutput$;
2407
+ exports.CreateFirewallRule$ = CreateFirewallRule$;
2360
2408
  exports.CreateFirewallRuleCommand = CreateFirewallRuleCommand;
2409
+ exports.CreateFirewallRuleInput$ = CreateFirewallRuleInput$;
2410
+ exports.CreateFirewallRuleOutput$ = CreateFirewallRuleOutput$;
2411
+ exports.CreateGlobalResolver$ = CreateGlobalResolver$;
2361
2412
  exports.CreateGlobalResolverCommand = CreateGlobalResolverCommand;
2413
+ exports.CreateGlobalResolverInput$ = CreateGlobalResolverInput$;
2414
+ exports.CreateGlobalResolverOutput$ = CreateGlobalResolverOutput$;
2415
+ exports.DNSViewSummary$ = DNSViewSummary$;
2416
+ exports.DeleteAccessSource$ = DeleteAccessSource$;
2362
2417
  exports.DeleteAccessSourceCommand = DeleteAccessSourceCommand;
2418
+ exports.DeleteAccessSourceInput$ = DeleteAccessSourceInput$;
2419
+ exports.DeleteAccessSourceOutput$ = DeleteAccessSourceOutput$;
2420
+ exports.DeleteAccessToken$ = DeleteAccessToken$;
2363
2421
  exports.DeleteAccessTokenCommand = DeleteAccessTokenCommand;
2422
+ exports.DeleteAccessTokenInput$ = DeleteAccessTokenInput$;
2423
+ exports.DeleteAccessTokenOutput$ = DeleteAccessTokenOutput$;
2424
+ exports.DeleteDNSView$ = DeleteDNSView$;
2364
2425
  exports.DeleteDNSViewCommand = DeleteDNSViewCommand;
2426
+ exports.DeleteDNSViewInput$ = DeleteDNSViewInput$;
2427
+ exports.DeleteDNSViewOutput$ = DeleteDNSViewOutput$;
2428
+ exports.DeleteFirewallDomainList$ = DeleteFirewallDomainList$;
2365
2429
  exports.DeleteFirewallDomainListCommand = DeleteFirewallDomainListCommand;
2430
+ exports.DeleteFirewallDomainListInput$ = DeleteFirewallDomainListInput$;
2431
+ exports.DeleteFirewallDomainListOutput$ = DeleteFirewallDomainListOutput$;
2432
+ exports.DeleteFirewallRule$ = DeleteFirewallRule$;
2366
2433
  exports.DeleteFirewallRuleCommand = DeleteFirewallRuleCommand;
2434
+ exports.DeleteFirewallRuleInput$ = DeleteFirewallRuleInput$;
2435
+ exports.DeleteFirewallRuleOutput$ = DeleteFirewallRuleOutput$;
2436
+ exports.DeleteGlobalResolver$ = DeleteGlobalResolver$;
2367
2437
  exports.DeleteGlobalResolverCommand = DeleteGlobalResolverCommand;
2438
+ exports.DeleteGlobalResolverInput$ = DeleteGlobalResolverInput$;
2439
+ exports.DeleteGlobalResolverOutput$ = DeleteGlobalResolverOutput$;
2440
+ exports.DisableDNSView$ = DisableDNSView$;
2368
2441
  exports.DisableDNSViewCommand = DisableDNSViewCommand;
2442
+ exports.DisableDNSViewInput$ = DisableDNSViewInput$;
2443
+ exports.DisableDNSViewOutput$ = DisableDNSViewOutput$;
2444
+ exports.DisassociateHostedZone$ = DisassociateHostedZone$;
2369
2445
  exports.DisassociateHostedZoneCommand = DisassociateHostedZoneCommand;
2446
+ exports.DisassociateHostedZoneInput$ = DisassociateHostedZoneInput$;
2447
+ exports.DisassociateHostedZoneOutput$ = DisassociateHostedZoneOutput$;
2370
2448
  exports.DnsAdvancedProtection = DnsAdvancedProtection;
2371
2449
  exports.DnsProtocol = DnsProtocol;
2372
2450
  exports.DnsSecValidationType = DnsSecValidationType;
2373
2451
  exports.EdnsClientSubnetType = EdnsClientSubnetType;
2452
+ exports.EnableDNSView$ = EnableDNSView$;
2374
2453
  exports.EnableDNSViewCommand = EnableDNSViewCommand;
2454
+ exports.EnableDNSViewInput$ = EnableDNSViewInput$;
2455
+ exports.EnableDNSViewOutput$ = EnableDNSViewOutput$;
2375
2456
  exports.FirewallBlockResponse = FirewallBlockResponse;
2457
+ exports.FirewallDomainListsItem$ = FirewallDomainListsItem$;
2376
2458
  exports.FirewallRuleAction = FirewallRuleAction;
2377
2459
  exports.FirewallRulesFailOpenType = FirewallRulesFailOpenType;
2460
+ exports.FirewallRulesItem$ = FirewallRulesItem$;
2461
+ exports.GetAccessSource$ = GetAccessSource$;
2378
2462
  exports.GetAccessSourceCommand = GetAccessSourceCommand;
2463
+ exports.GetAccessSourceInput$ = GetAccessSourceInput$;
2464
+ exports.GetAccessSourceOutput$ = GetAccessSourceOutput$;
2465
+ exports.GetAccessToken$ = GetAccessToken$;
2379
2466
  exports.GetAccessTokenCommand = GetAccessTokenCommand;
2467
+ exports.GetAccessTokenInput$ = GetAccessTokenInput$;
2468
+ exports.GetAccessTokenOutput$ = GetAccessTokenOutput$;
2469
+ exports.GetDNSView$ = GetDNSView$;
2380
2470
  exports.GetDNSViewCommand = GetDNSViewCommand;
2471
+ exports.GetDNSViewInput$ = GetDNSViewInput$;
2472
+ exports.GetDNSViewOutput$ = GetDNSViewOutput$;
2473
+ exports.GetFirewallDomainList$ = GetFirewallDomainList$;
2381
2474
  exports.GetFirewallDomainListCommand = GetFirewallDomainListCommand;
2475
+ exports.GetFirewallDomainListInput$ = GetFirewallDomainListInput$;
2476
+ exports.GetFirewallDomainListOutput$ = GetFirewallDomainListOutput$;
2477
+ exports.GetFirewallRule$ = GetFirewallRule$;
2382
2478
  exports.GetFirewallRuleCommand = GetFirewallRuleCommand;
2479
+ exports.GetFirewallRuleInput$ = GetFirewallRuleInput$;
2480
+ exports.GetFirewallRuleOutput$ = GetFirewallRuleOutput$;
2481
+ exports.GetGlobalResolver$ = GetGlobalResolver$;
2383
2482
  exports.GetGlobalResolverCommand = GetGlobalResolverCommand;
2483
+ exports.GetGlobalResolverInput$ = GetGlobalResolverInput$;
2484
+ exports.GetGlobalResolverOutput$ = GetGlobalResolverOutput$;
2485
+ exports.GetHostedZoneAssociation$ = GetHostedZoneAssociation$;
2384
2486
  exports.GetHostedZoneAssociationCommand = GetHostedZoneAssociationCommand;
2487
+ exports.GetHostedZoneAssociationInput$ = GetHostedZoneAssociationInput$;
2488
+ exports.GetHostedZoneAssociationOutput$ = GetHostedZoneAssociationOutput$;
2489
+ exports.GetManagedFirewallDomainList$ = GetManagedFirewallDomainList$;
2385
2490
  exports.GetManagedFirewallDomainListCommand = GetManagedFirewallDomainListCommand;
2491
+ exports.GetManagedFirewallDomainListInput$ = GetManagedFirewallDomainListInput$;
2492
+ exports.GetManagedFirewallDomainListOutput$ = GetManagedFirewallDomainListOutput$;
2493
+ exports.GlobalResolversItem$ = GlobalResolversItem$;
2386
2494
  exports.HostedZoneAssociationStatus = HostedZoneAssociationStatus;
2495
+ exports.HostedZoneAssociationSummary$ = HostedZoneAssociationSummary$;
2496
+ exports.ImportFirewallDomains$ = ImportFirewallDomains$;
2387
2497
  exports.ImportFirewallDomainsCommand = ImportFirewallDomainsCommand;
2388
- exports.InternalServerException = InternalServerException$1;
2498
+ exports.ImportFirewallDomainsInput$ = ImportFirewallDomainsInput$;
2499
+ exports.ImportFirewallDomainsOutput$ = ImportFirewallDomainsOutput$;
2500
+ exports.InternalServerException = InternalServerException;
2501
+ exports.InternalServerException$ = InternalServerException$;
2389
2502
  exports.IpAddressType = IpAddressType;
2503
+ exports.ListAccessSources$ = ListAccessSources$;
2390
2504
  exports.ListAccessSourcesCommand = ListAccessSourcesCommand;
2505
+ exports.ListAccessSourcesInput$ = ListAccessSourcesInput$;
2506
+ exports.ListAccessSourcesOutput$ = ListAccessSourcesOutput$;
2507
+ exports.ListAccessTokens$ = ListAccessTokens$;
2391
2508
  exports.ListAccessTokensCommand = ListAccessTokensCommand;
2509
+ exports.ListAccessTokensInput$ = ListAccessTokensInput$;
2510
+ exports.ListAccessTokensOutput$ = ListAccessTokensOutput$;
2511
+ exports.ListDNSViews$ = ListDNSViews$;
2392
2512
  exports.ListDNSViewsCommand = ListDNSViewsCommand;
2513
+ exports.ListDNSViewsInput$ = ListDNSViewsInput$;
2514
+ exports.ListDNSViewsOutput$ = ListDNSViewsOutput$;
2515
+ exports.ListFirewallDomainLists$ = ListFirewallDomainLists$;
2393
2516
  exports.ListFirewallDomainListsCommand = ListFirewallDomainListsCommand;
2517
+ exports.ListFirewallDomainListsInput$ = ListFirewallDomainListsInput$;
2518
+ exports.ListFirewallDomainListsOutput$ = ListFirewallDomainListsOutput$;
2519
+ exports.ListFirewallDomains$ = ListFirewallDomains$;
2394
2520
  exports.ListFirewallDomainsCommand = ListFirewallDomainsCommand;
2521
+ exports.ListFirewallDomainsInput$ = ListFirewallDomainsInput$;
2522
+ exports.ListFirewallDomainsOutput$ = ListFirewallDomainsOutput$;
2523
+ exports.ListFirewallRules$ = ListFirewallRules$;
2395
2524
  exports.ListFirewallRulesCommand = ListFirewallRulesCommand;
2525
+ exports.ListFirewallRulesInput$ = ListFirewallRulesInput$;
2526
+ exports.ListFirewallRulesOutput$ = ListFirewallRulesOutput$;
2527
+ exports.ListGlobalResolvers$ = ListGlobalResolvers$;
2396
2528
  exports.ListGlobalResolversCommand = ListGlobalResolversCommand;
2529
+ exports.ListGlobalResolversInput$ = ListGlobalResolversInput$;
2530
+ exports.ListGlobalResolversOutput$ = ListGlobalResolversOutput$;
2531
+ exports.ListHostedZoneAssociations$ = ListHostedZoneAssociations$;
2397
2532
  exports.ListHostedZoneAssociationsCommand = ListHostedZoneAssociationsCommand;
2533
+ exports.ListHostedZoneAssociationsInput$ = ListHostedZoneAssociationsInput$;
2534
+ exports.ListHostedZoneAssociationsOutput$ = ListHostedZoneAssociationsOutput$;
2535
+ exports.ListManagedFirewallDomainLists$ = ListManagedFirewallDomainLists$;
2398
2536
  exports.ListManagedFirewallDomainListsCommand = ListManagedFirewallDomainListsCommand;
2537
+ exports.ListManagedFirewallDomainListsInput$ = ListManagedFirewallDomainListsInput$;
2538
+ exports.ListManagedFirewallDomainListsOutput$ = ListManagedFirewallDomainListsOutput$;
2539
+ exports.ListTagsForResource$ = ListTagsForResource$;
2399
2540
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2541
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2542
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2543
+ exports.ManagedFirewallDomainListsItem$ = ManagedFirewallDomainListsItem$;
2400
2544
  exports.ProfileResourceStatus = ProfileResourceStatus;
2401
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
2545
+ exports.ResourceNotFoundException = ResourceNotFoundException;
2546
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2402
2547
  exports.Route53GlobalResolver = Route53GlobalResolver;
2403
2548
  exports.Route53GlobalResolverClient = Route53GlobalResolverClient;
2404
- exports.Route53GlobalResolverServiceException = Route53GlobalResolverServiceException$1;
2405
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
2549
+ exports.Route53GlobalResolverServiceException = Route53GlobalResolverServiceException;
2550
+ exports.Route53GlobalResolverServiceException$ = Route53GlobalResolverServiceException$;
2551
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2552
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
2553
+ exports.TagResource$ = TagResource$;
2406
2554
  exports.TagResourceCommand = TagResourceCommand;
2407
- exports.ThrottlingException = ThrottlingException$1;
2555
+ exports.TagResourceRequest$ = TagResourceRequest$;
2556
+ exports.TagResourceResponse$ = TagResourceResponse$;
2557
+ exports.ThrottlingException = ThrottlingException;
2558
+ exports.ThrottlingException$ = ThrottlingException$;
2408
2559
  exports.TokenStatus = TokenStatus;
2560
+ exports.UntagResource$ = UntagResource$;
2409
2561
  exports.UntagResourceCommand = UntagResourceCommand;
2562
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
2563
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
2564
+ exports.UpdateAccessSource$ = UpdateAccessSource$;
2410
2565
  exports.UpdateAccessSourceCommand = UpdateAccessSourceCommand;
2566
+ exports.UpdateAccessSourceInput$ = UpdateAccessSourceInput$;
2567
+ exports.UpdateAccessSourceOutput$ = UpdateAccessSourceOutput$;
2568
+ exports.UpdateAccessToken$ = UpdateAccessToken$;
2411
2569
  exports.UpdateAccessTokenCommand = UpdateAccessTokenCommand;
2570
+ exports.UpdateAccessTokenInput$ = UpdateAccessTokenInput$;
2571
+ exports.UpdateAccessTokenOutput$ = UpdateAccessTokenOutput$;
2572
+ exports.UpdateDNSView$ = UpdateDNSView$;
2412
2573
  exports.UpdateDNSViewCommand = UpdateDNSViewCommand;
2574
+ exports.UpdateDNSViewInput$ = UpdateDNSViewInput$;
2575
+ exports.UpdateDNSViewOutput$ = UpdateDNSViewOutput$;
2576
+ exports.UpdateFirewallDomains$ = UpdateFirewallDomains$;
2413
2577
  exports.UpdateFirewallDomainsCommand = UpdateFirewallDomainsCommand;
2578
+ exports.UpdateFirewallDomainsInput$ = UpdateFirewallDomainsInput$;
2579
+ exports.UpdateFirewallDomainsOutput$ = UpdateFirewallDomainsOutput$;
2580
+ exports.UpdateFirewallRule$ = UpdateFirewallRule$;
2414
2581
  exports.UpdateFirewallRuleCommand = UpdateFirewallRuleCommand;
2582
+ exports.UpdateFirewallRuleInput$ = UpdateFirewallRuleInput$;
2583
+ exports.UpdateFirewallRuleOutput$ = UpdateFirewallRuleOutput$;
2584
+ exports.UpdateGlobalResolver$ = UpdateGlobalResolver$;
2415
2585
  exports.UpdateGlobalResolverCommand = UpdateGlobalResolverCommand;
2586
+ exports.UpdateGlobalResolverInput$ = UpdateGlobalResolverInput$;
2587
+ exports.UpdateGlobalResolverOutput$ = UpdateGlobalResolverOutput$;
2588
+ exports.UpdateHostedZoneAssociation$ = UpdateHostedZoneAssociation$;
2416
2589
  exports.UpdateHostedZoneAssociationCommand = UpdateHostedZoneAssociationCommand;
2417
- exports.ValidationException = ValidationException$1;
2590
+ exports.UpdateHostedZoneAssociationInput$ = UpdateHostedZoneAssociationInput$;
2591
+ exports.UpdateHostedZoneAssociationOutput$ = UpdateHostedZoneAssociationOutput$;
2592
+ exports.ValidationException = ValidationException;
2593
+ exports.ValidationException$ = ValidationException$;
2594
+ exports.ValidationExceptionField$ = ValidationExceptionField$;
2418
2595
  exports.ValidationExceptionReason = ValidationExceptionReason;
2419
2596
  exports.paginateListAccessSources = paginateListAccessSources;
2420
2597
  exports.paginateListAccessTokens = paginateListAccessTokens;