@aws-sdk/client-wafv2 3.952.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 (74) hide show
  1. package/dist-cjs/index.js +1143 -709
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/AssociateWebACLCommand.js +2 -2
  4. package/dist-es/commands/CheckCapacityCommand.js +2 -2
  5. package/dist-es/commands/CreateAPIKeyCommand.js +2 -2
  6. package/dist-es/commands/CreateIPSetCommand.js +2 -2
  7. package/dist-es/commands/CreateRegexPatternSetCommand.js +2 -2
  8. package/dist-es/commands/CreateRuleGroupCommand.js +2 -2
  9. package/dist-es/commands/CreateWebACLCommand.js +2 -2
  10. package/dist-es/commands/DeleteAPIKeyCommand.js +2 -2
  11. package/dist-es/commands/DeleteFirewallManagerRuleGroupsCommand.js +2 -2
  12. package/dist-es/commands/DeleteIPSetCommand.js +2 -2
  13. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +2 -2
  14. package/dist-es/commands/DeletePermissionPolicyCommand.js +2 -2
  15. package/dist-es/commands/DeleteRegexPatternSetCommand.js +2 -2
  16. package/dist-es/commands/DeleteRuleGroupCommand.js +2 -2
  17. package/dist-es/commands/DeleteWebACLCommand.js +2 -2
  18. package/dist-es/commands/DescribeAllManagedProductsCommand.js +2 -2
  19. package/dist-es/commands/DescribeManagedProductsByVendorCommand.js +2 -2
  20. package/dist-es/commands/DescribeManagedRuleGroupCommand.js +2 -2
  21. package/dist-es/commands/DisassociateWebACLCommand.js +2 -2
  22. package/dist-es/commands/GenerateMobileSdkReleaseUrlCommand.js +2 -2
  23. package/dist-es/commands/GetDecryptedAPIKeyCommand.js +2 -2
  24. package/dist-es/commands/GetIPSetCommand.js +2 -2
  25. package/dist-es/commands/GetLoggingConfigurationCommand.js +2 -2
  26. package/dist-es/commands/GetManagedRuleSetCommand.js +2 -2
  27. package/dist-es/commands/GetMobileSdkReleaseCommand.js +2 -2
  28. package/dist-es/commands/GetPermissionPolicyCommand.js +2 -2
  29. package/dist-es/commands/GetRateBasedStatementManagedKeysCommand.js +2 -2
  30. package/dist-es/commands/GetRegexPatternSetCommand.js +2 -2
  31. package/dist-es/commands/GetRuleGroupCommand.js +2 -2
  32. package/dist-es/commands/GetSampledRequestsCommand.js +2 -2
  33. package/dist-es/commands/GetWebACLCommand.js +2 -2
  34. package/dist-es/commands/GetWebACLForResourceCommand.js +2 -2
  35. package/dist-es/commands/ListAPIKeysCommand.js +2 -2
  36. package/dist-es/commands/ListAvailableManagedRuleGroupVersionsCommand.js +2 -2
  37. package/dist-es/commands/ListAvailableManagedRuleGroupsCommand.js +2 -2
  38. package/dist-es/commands/ListIPSetsCommand.js +2 -2
  39. package/dist-es/commands/ListLoggingConfigurationsCommand.js +2 -2
  40. package/dist-es/commands/ListManagedRuleSetsCommand.js +2 -2
  41. package/dist-es/commands/ListMobileSdkReleasesCommand.js +2 -2
  42. package/dist-es/commands/ListRegexPatternSetsCommand.js +2 -2
  43. package/dist-es/commands/ListResourcesForWebACLCommand.js +2 -2
  44. package/dist-es/commands/ListRuleGroupsCommand.js +2 -2
  45. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  46. package/dist-es/commands/ListWebACLsCommand.js +2 -2
  47. package/dist-es/commands/PutLoggingConfigurationCommand.js +2 -2
  48. package/dist-es/commands/PutManagedRuleSetVersionsCommand.js +2 -2
  49. package/dist-es/commands/PutPermissionPolicyCommand.js +2 -2
  50. package/dist-es/commands/TagResourceCommand.js +2 -2
  51. package/dist-es/commands/UntagResourceCommand.js +2 -2
  52. package/dist-es/commands/UpdateIPSetCommand.js +2 -2
  53. package/dist-es/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +2 -2
  54. package/dist-es/commands/UpdateRegexPatternSetCommand.js +2 -2
  55. package/dist-es/commands/UpdateRuleGroupCommand.js +2 -2
  56. package/dist-es/commands/UpdateWebACLCommand.js +2 -2
  57. package/dist-es/index.js +1 -0
  58. package/dist-es/runtimeConfig.shared.js +7 -6
  59. package/dist-es/schemas/schemas_0.js +727 -615
  60. package/dist-types/WAFV2Client.d.ts +1 -10
  61. package/dist-types/index.d.ts +1 -0
  62. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  63. package/dist-types/runtimeConfig.d.ts +6 -2
  64. package/dist-types/runtimeConfig.native.d.ts +6 -2
  65. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  66. package/dist-types/schemas/schemas_0.d.ts +323 -383
  67. package/dist-types/ts3.4/WAFV2Client.d.ts +0 -4
  68. package/dist-types/ts3.4/index.d.ts +1 -0
  69. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  70. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  71. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  72. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  73. package/dist-types/ts3.4/schemas/schemas_0.d.ts +322 -384
  74. package/package.json +34 -34
@@ -556,65 +556,72 @@ const _s = "server";
556
556
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.wafv2";
557
557
  const n0 = "com.amazonaws.wafv2";
558
558
  import { TypeRegistry } from "@smithy/core/schema";
559
- import { WAFAssociatedItemException as __WAFAssociatedItemException, WAFConfigurationWarningException as __WAFConfigurationWarningException, WAFDuplicateItemException as __WAFDuplicateItemException, WAFExpiredManagedRuleGroupVersionException as __WAFExpiredManagedRuleGroupVersionException, WAFFeatureNotIncludedInPricingPlanException as __WAFFeatureNotIncludedInPricingPlanException, WAFInternalErrorException as __WAFInternalErrorException, WAFInvalidOperationException as __WAFInvalidOperationException, WAFInvalidParameterException as __WAFInvalidParameterException, WAFInvalidPermissionPolicyException as __WAFInvalidPermissionPolicyException, WAFInvalidResourceException as __WAFInvalidResourceException, WAFLimitsExceededException as __WAFLimitsExceededException, WAFLogDestinationPermissionIssueException as __WAFLogDestinationPermissionIssueException, WAFNonexistentItemException as __WAFNonexistentItemException, WAFOptimisticLockException as __WAFOptimisticLockException, WAFServiceLinkedRoleErrorException as __WAFServiceLinkedRoleErrorException, WAFSubscriptionNotFoundException as __WAFSubscriptionNotFoundException, WAFTagOperationException as __WAFTagOperationException, WAFTagOperationInternalErrorException as __WAFTagOperationInternalErrorException, WAFUnavailableEntityException as __WAFUnavailableEntityException, WAFUnsupportedAggregateKeyTypeException as __WAFUnsupportedAggregateKeyTypeException, } from "../models/errors";
560
- import { WAFV2ServiceException as __WAFV2ServiceException } from "../models/WAFV2ServiceException";
561
- export var ActionCondition = [3, n0, _AC, 0, [_A], [0]];
562
- export var AddressField = [3, n0, _AF, 0, [_I], [0]];
563
- export var All = [3, n0, _Al, 0, [], []];
564
- export var AllowAction = [3, n0, _AA, 0, [_CRH], [() => CustomRequestHandling]];
565
- export var AllQueryArguments = [3, n0, _AQA, 0, [], []];
566
- export var AndStatement = [3, n0, _AS, 0, [_S], [() => Statements]];
567
- export var APIKeySummary = [3, n0, _APIKS, 0, [_TD, _APIK, _CT, _V], [64 | 0, 0, 4, 1]];
568
- export var ApplicationAttribute = [3, n0, _AAp, 0, [_N, _Va], [0, 64 | 0]];
569
- export var ApplicationConfig = [3, n0, _ACp, 0, [_At], [() => ApplicationAttributes]];
570
- export var AsnMatchStatement = [3, n0, _AMS, 0, [_AL, _FIPC], [64 | 1, () => ForwardedIPConfig]];
571
- export var AssociateWebACLRequest = [3, n0, _AWACLR, 0, [_WACLA, _RA], [0, 0]];
572
- export var AssociateWebACLResponse = [3, n0, _AWACLRs, 0, [], []];
573
- export var AssociationConfig = [3, n0, _ACs, 0, [_RB], [() => RequestBody]];
574
- export var AWSManagedRulesACFPRuleSet = [
559
+ import { WAFAssociatedItemException, WAFConfigurationWarningException, WAFDuplicateItemException, WAFExpiredManagedRuleGroupVersionException, WAFFeatureNotIncludedInPricingPlanException, WAFInternalErrorException, WAFInvalidOperationException, WAFInvalidParameterException, WAFInvalidPermissionPolicyException, WAFInvalidResourceException, WAFLimitsExceededException, WAFLogDestinationPermissionIssueException, WAFNonexistentItemException, WAFOptimisticLockException, WAFServiceLinkedRoleErrorException, WAFSubscriptionNotFoundException, WAFTagOperationException, WAFTagOperationInternalErrorException, WAFUnavailableEntityException, WAFUnsupportedAggregateKeyTypeException, } from "../models/errors";
560
+ import { WAFV2ServiceException } from "../models/WAFV2ServiceException";
561
+ export var ActionCondition$ = [3, n0, _AC, 0, [_A], [0]];
562
+ export var AddressField$ = [3, n0, _AF, 0, [_I], [0]];
563
+ export var All$ = [3, n0, _Al, 0, [], []];
564
+ export var AllowAction$ = [3, n0, _AA, 0, [_CRH], [() => CustomRequestHandling$]];
565
+ export var AllQueryArguments$ = [3, n0, _AQA, 0, [], []];
566
+ export var AndStatement$ = [3, n0, _AS, 0, [_S], [() => Statements]];
567
+ export var APIKeySummary$ = [3, n0, _APIKS, 0, [_TD, _APIK, _CT, _V], [64 | 0, 0, 4, 1]];
568
+ export var ApplicationAttribute$ = [3, n0, _AAp, 0, [_N, _Va], [0, 64 | 0]];
569
+ export var ApplicationConfig$ = [3, n0, _ACp, 0, [_At], [() => ApplicationAttributes]];
570
+ export var AsnMatchStatement$ = [
571
+ 3,
572
+ n0,
573
+ _AMS,
574
+ 0,
575
+ [_AL, _FIPC],
576
+ [64 | 1, () => ForwardedIPConfig$],
577
+ ];
578
+ export var AssociateWebACLRequest$ = [3, n0, _AWACLR, 0, [_WACLA, _RA], [0, 0]];
579
+ export var AssociateWebACLResponse$ = [3, n0, _AWACLRs, 0, [], []];
580
+ export var AssociationConfig$ = [3, n0, _ACs, 0, [_RB], [() => RequestBody]];
581
+ export var AWSManagedRulesACFPRuleSet$ = [
575
582
  3,
576
583
  n0,
577
584
  _AWSMRACFPRS,
578
585
  0,
579
586
  [_CP, _RPP, _RI, _RIe, _ERIP],
580
- [0, 0, () => RequestInspectionACFP, () => ResponseInspection, 2],
587
+ [0, 0, () => RequestInspectionACFP$, () => ResponseInspection$, 2],
581
588
  ];
582
- export var AWSManagedRulesAntiDDoSRuleSet = [
589
+ export var AWSManagedRulesAntiDDoSRuleSet$ = [
583
590
  3,
584
591
  n0,
585
592
  _AWSMRADDSRS,
586
593
  0,
587
594
  [_CSAC, _STB],
588
- [() => ClientSideActionConfig, 0],
595
+ [() => ClientSideActionConfig$, 0],
589
596
  ];
590
- export var AWSManagedRulesATPRuleSet = [
597
+ export var AWSManagedRulesATPRuleSet$ = [
591
598
  3,
592
599
  n0,
593
600
  _AWSMRATPRS,
594
601
  0,
595
602
  [_LP, _RI, _RIe, _ERIP],
596
- [0, () => RequestInspection, () => ResponseInspection, 2],
603
+ [0, () => RequestInspection$, () => ResponseInspection$, 2],
597
604
  ];
598
- export var AWSManagedRulesBotControlRuleSet = [3, n0, _AWSMRBCRS, 0, [_IL, _EML], [0, 2]];
599
- export var BlockAction = [3, n0, _BA, 0, [_CR], [() => CustomResponse]];
600
- export var Body = [3, n0, _B, 0, [_OH], [0]];
601
- export var ByteMatchStatement = [
605
+ export var AWSManagedRulesBotControlRuleSet$ = [3, n0, _AWSMRBCRS, 0, [_IL, _EML], [0, 2]];
606
+ export var BlockAction$ = [3, n0, _BA, 0, [_CR], [() => CustomResponse$]];
607
+ export var Body$ = [3, n0, _B, 0, [_OH], [0]];
608
+ export var ByteMatchStatement$ = [
602
609
  3,
603
610
  n0,
604
611
  _BMS,
605
612
  0,
606
613
  [_SS, _FTM, _TT, _PC],
607
- [21, () => FieldToMatch, () => TextTransformations, 0],
614
+ [21, () => FieldToMatch$, () => TextTransformations, 0],
608
615
  ];
609
- export var CaptchaAction = [3, n0, _CA, 0, [_CRH], [() => CustomRequestHandling]];
610
- export var CaptchaConfig = [3, n0, _CC, 0, [_ITP], [() => ImmunityTimeProperty]];
611
- export var CaptchaResponse = [3, n0, _CRa, 0, [_RC, _ST, _FR], [1, 1, 0]];
612
- export var ChallengeAction = [3, n0, _CAh, 0, [_CRH], [() => CustomRequestHandling]];
613
- export var ChallengeConfig = [3, n0, _CCh, 0, [_ITP], [() => ImmunityTimeProperty]];
614
- export var ChallengeResponse = [3, n0, _CRh, 0, [_RC, _ST, _FR], [1, 1, 0]];
615
- export var CheckCapacityRequest = [3, n0, _CCR, 0, [_Sc, _R], [0, () => Rules]];
616
- export var CheckCapacityResponse = [3, n0, _CCRh, 0, [_C], [1]];
617
- export var ClientSideAction = [
616
+ export var CaptchaAction$ = [3, n0, _CA, 0, [_CRH], [() => CustomRequestHandling$]];
617
+ export var CaptchaConfig$ = [3, n0, _CC, 0, [_ITP], [() => ImmunityTimeProperty$]];
618
+ export var CaptchaResponse$ = [3, n0, _CRa, 0, [_RC, _ST, _FR], [1, 1, 0]];
619
+ export var ChallengeAction$ = [3, n0, _CAh, 0, [_CRH], [() => CustomRequestHandling$]];
620
+ export var ChallengeConfig$ = [3, n0, _CCh, 0, [_ITP], [() => ImmunityTimeProperty$]];
621
+ export var ChallengeResponse$ = [3, n0, _CRh, 0, [_RC, _ST, _FR], [1, 1, 0]];
622
+ export var CheckCapacityRequest$ = [3, n0, _CCR, 0, [_Sc, _R], [0, () => Rules]];
623
+ export var CheckCapacityResponse$ = [3, n0, _CCRh, 0, [_C], [1]];
624
+ export var ClientSideAction$ = [
618
625
  3,
619
626
  n0,
620
627
  _CSA,
@@ -622,21 +629,21 @@ export var ClientSideAction = [
622
629
  [_UOA, _Se, _EURE],
623
630
  [0, 0, () => RegularExpressionList],
624
631
  ];
625
- export var ClientSideActionConfig = [3, n0, _CSAC, 0, [_Ch], [() => ClientSideAction]];
626
- export var Condition = [
632
+ export var ClientSideActionConfig$ = [3, n0, _CSAC, 0, [_Ch], [() => ClientSideAction$]];
633
+ export var Condition$ = [
627
634
  3,
628
635
  n0,
629
636
  _Co,
630
637
  0,
631
638
  [_AC, _LNC],
632
- [() => ActionCondition, () => LabelNameCondition],
639
+ [() => ActionCondition$, () => LabelNameCondition$],
633
640
  ];
634
- export var CookieMatchPattern = [3, n0, _CMP, 0, [_Al, _IC, _EC], [() => All, 64 | 0, 64 | 0]];
635
- export var Cookies = [3, n0, _Coo, 0, [_MP, _MS, _OH], [() => CookieMatchPattern, 0, 0]];
636
- export var CountAction = [3, n0, _CAo, 0, [_CRH], [() => CustomRequestHandling]];
637
- export var CreateAPIKeyRequest = [3, n0, _CAPIKR, 0, [_Sc, _TD], [0, 64 | 0]];
638
- export var CreateAPIKeyResponse = [3, n0, _CAPIKRr, 0, [_APIK], [0]];
639
- export var CreateIPSetRequest = [
641
+ export var CookieMatchPattern$ = [3, n0, _CMP, 0, [_Al, _IC, _EC], [() => All$, 64 | 0, 64 | 0]];
642
+ export var Cookies$ = [3, n0, _Coo, 0, [_MP, _MS, _OH], [() => CookieMatchPattern$, 0, 0]];
643
+ export var CountAction$ = [3, n0, _CAo, 0, [_CRH], [() => CustomRequestHandling$]];
644
+ export var CreateAPIKeyRequest$ = [3, n0, _CAPIKR, 0, [_Sc, _TD], [0, 64 | 0]];
645
+ export var CreateAPIKeyResponse$ = [3, n0, _CAPIKRr, 0, [_APIK], [0]];
646
+ export var CreateIPSetRequest$ = [
640
647
  3,
641
648
  n0,
642
649
  _CIPSR,
@@ -644,8 +651,8 @@ export var CreateIPSetRequest = [
644
651
  [_N, _Sc, _D, _IPAV, _Ad, _T],
645
652
  [0, 0, 0, 0, 64 | 0, () => TagList],
646
653
  ];
647
- export var CreateIPSetResponse = [3, n0, _CIPSRr, 0, [_Su], [() => IPSetSummary]];
648
- export var CreateRegexPatternSetRequest = [
654
+ export var CreateIPSetResponse$ = [3, n0, _CIPSRr, 0, [_Su], [() => IPSetSummary$]];
655
+ export var CreateRegexPatternSetRequest$ = [
649
656
  3,
650
657
  n0,
651
658
  _CRPSR,
@@ -653,24 +660,24 @@ export var CreateRegexPatternSetRequest = [
653
660
  [_N, _Sc, _D, _REL, _T],
654
661
  [0, 0, 0, () => RegularExpressionList, () => TagList],
655
662
  ];
656
- export var CreateRegexPatternSetResponse = [
663
+ export var CreateRegexPatternSetResponse$ = [
657
664
  3,
658
665
  n0,
659
666
  _CRPSRr,
660
667
  0,
661
668
  [_Su],
662
- [() => RegexPatternSetSummary],
669
+ [() => RegexPatternSetSummary$],
663
670
  ];
664
- export var CreateRuleGroupRequest = [
671
+ export var CreateRuleGroupRequest$ = [
665
672
  3,
666
673
  n0,
667
674
  _CRGR,
668
675
  0,
669
676
  [_N, _Sc, _C, _D, _R, _VC, _T, _CRB],
670
- [0, 0, 1, 0, () => Rules, () => VisibilityConfig, () => TagList, () => CustomResponseBodies],
677
+ [0, 0, 1, 0, () => Rules, () => VisibilityConfig$, () => TagList, () => CustomResponseBodies],
671
678
  ];
672
- export var CreateRuleGroupResponse = [3, n0, _CRGRr, 0, [_Su], [() => RuleGroupSummary]];
673
- export var CreateWebACLRequest = [
679
+ export var CreateRuleGroupResponse$ = [3, n0, _CRGRr, 0, [_Su], [() => RuleGroupSummary$]];
680
+ export var CreateWebACLRequest$ = [
674
681
  3,
675
682
  n0,
676
683
  _CWACLR,
@@ -679,39 +686,46 @@ export var CreateWebACLRequest = [
679
686
  [
680
687
  0,
681
688
  0,
682
- () => DefaultAction,
689
+ () => DefaultAction$,
683
690
  0,
684
691
  () => Rules,
685
- () => VisibilityConfig,
686
- () => DataProtectionConfig,
692
+ () => VisibilityConfig$,
693
+ () => DataProtectionConfig$,
687
694
  () => TagList,
688
695
  () => CustomResponseBodies,
689
- () => CaptchaConfig,
690
- () => ChallengeConfig,
696
+ () => CaptchaConfig$,
697
+ () => ChallengeConfig$,
691
698
  64 | 0,
692
- () => AssociationConfig,
693
- () => OnSourceDDoSProtectionConfig,
694
- () => ApplicationConfig,
699
+ () => AssociationConfig$,
700
+ () => OnSourceDDoSProtectionConfig$,
701
+ () => ApplicationConfig$,
695
702
  ],
696
703
  ];
697
- export var CreateWebACLResponse = [3, n0, _CWACLRr, 0, [_Su], [() => WebACLSummary]];
698
- export var CustomHTTPHeader = [3, n0, _CHTTPH, 0, [_N, _Val], [0, 0]];
699
- export var CustomRequestHandling = [3, n0, _CRH, 0, [_IH], [() => CustomHTTPHeaders]];
700
- export var CustomResponse = [3, n0, _CR, 0, [_RC, _CRBK, _RH], [1, 0, () => CustomHTTPHeaders]];
701
- export var CustomResponseBody = [3, n0, _CRBu, 0, [_CTo, _Con], [0, 0]];
702
- export var DataProtection = [
704
+ export var CreateWebACLResponse$ = [3, n0, _CWACLRr, 0, [_Su], [() => WebACLSummary$]];
705
+ export var CustomHTTPHeader$ = [3, n0, _CHTTPH, 0, [_N, _Val], [0, 0]];
706
+ export var CustomRequestHandling$ = [3, n0, _CRH, 0, [_IH], [() => CustomHTTPHeaders]];
707
+ export var CustomResponse$ = [3, n0, _CR, 0, [_RC, _CRBK, _RH], [1, 0, () => CustomHTTPHeaders]];
708
+ export var CustomResponseBody$ = [3, n0, _CRBu, 0, [_CTo, _Con], [0, 0]];
709
+ export var DataProtection$ = [
703
710
  3,
704
711
  n0,
705
712
  _DP,
706
713
  0,
707
714
  [_F, _A, _ERMD, _ERBD],
708
- [() => FieldToProtect, 0, 2, 2],
715
+ [() => FieldToProtect$, 0, 2, 2],
709
716
  ];
710
- export var DataProtectionConfig = [3, n0, _DPC, 0, [_DPa], [() => DataProtections]];
711
- export var DefaultAction = [3, n0, _DA, 0, [_Bl, _All], [() => BlockAction, () => AllowAction]];
712
- export var DeleteAPIKeyRequest = [3, n0, _DAPIKR, 0, [_Sc, _APIK], [0, 0]];
713
- export var DeleteAPIKeyResponse = [3, n0, _DAPIKRe, 0, [], []];
714
- export var DeleteFirewallManagerRuleGroupsRequest = [
717
+ export var DataProtectionConfig$ = [3, n0, _DPC, 0, [_DPa], [() => DataProtections]];
718
+ export var DefaultAction$ = [
719
+ 3,
720
+ n0,
721
+ _DA,
722
+ 0,
723
+ [_Bl, _All],
724
+ [() => BlockAction$, () => AllowAction$],
725
+ ];
726
+ export var DeleteAPIKeyRequest$ = [3, n0, _DAPIKR, 0, [_Sc, _APIK], [0, 0]];
727
+ export var DeleteAPIKeyResponse$ = [3, n0, _DAPIKRe, 0, [], []];
728
+ export var DeleteFirewallManagerRuleGroupsRequest$ = [
715
729
  3,
716
730
  n0,
717
731
  _DFMRGR,
@@ -719,21 +733,21 @@ export var DeleteFirewallManagerRuleGroupsRequest = [
719
733
  [_WACLA, _WACLLT],
720
734
  [0, 0],
721
735
  ];
722
- export var DeleteFirewallManagerRuleGroupsResponse = [3, n0, _DFMRGRe, 0, [_NWACLLT], [0]];
723
- export var DeleteIPSetRequest = [3, n0, _DIPSR, 0, [_N, _Sc, _Id, _LT], [0, 0, 0, 0]];
724
- export var DeleteIPSetResponse = [3, n0, _DIPSRe, 0, [], []];
725
- export var DeleteLoggingConfigurationRequest = [3, n0, _DLCR, 0, [_RA, _LTo, _LS], [0, 0, 0]];
726
- export var DeleteLoggingConfigurationResponse = [3, n0, _DLCRe, 0, [], []];
727
- export var DeletePermissionPolicyRequest = [3, n0, _DPPR, 0, [_RA], [0]];
728
- export var DeletePermissionPolicyResponse = [3, n0, _DPPRe, 0, [], []];
729
- export var DeleteRegexPatternSetRequest = [3, n0, _DRPSR, 0, [_N, _Sc, _Id, _LT], [0, 0, 0, 0]];
730
- export var DeleteRegexPatternSetResponse = [3, n0, _DRPSRe, 0, [], []];
731
- export var DeleteRuleGroupRequest = [3, n0, _DRGR, 0, [_N, _Sc, _Id, _LT], [0, 0, 0, 0]];
732
- export var DeleteRuleGroupResponse = [3, n0, _DRGRe, 0, [], []];
733
- export var DeleteWebACLRequest = [3, n0, _DWACLR, 0, [_N, _Sc, _Id, _LT], [0, 0, 0, 0]];
734
- export var DeleteWebACLResponse = [3, n0, _DWACLRe, 0, [], []];
735
- export var DescribeAllManagedProductsRequest = [3, n0, _DAMPR, 0, [_Sc], [0]];
736
- export var DescribeAllManagedProductsResponse = [
736
+ export var DeleteFirewallManagerRuleGroupsResponse$ = [3, n0, _DFMRGRe, 0, [_NWACLLT], [0]];
737
+ export var DeleteIPSetRequest$ = [3, n0, _DIPSR, 0, [_N, _Sc, _Id, _LT], [0, 0, 0, 0]];
738
+ export var DeleteIPSetResponse$ = [3, n0, _DIPSRe, 0, [], []];
739
+ export var DeleteLoggingConfigurationRequest$ = [3, n0, _DLCR, 0, [_RA, _LTo, _LS], [0, 0, 0]];
740
+ export var DeleteLoggingConfigurationResponse$ = [3, n0, _DLCRe, 0, [], []];
741
+ export var DeletePermissionPolicyRequest$ = [3, n0, _DPPR, 0, [_RA], [0]];
742
+ export var DeletePermissionPolicyResponse$ = [3, n0, _DPPRe, 0, [], []];
743
+ export var DeleteRegexPatternSetRequest$ = [3, n0, _DRPSR, 0, [_N, _Sc, _Id, _LT], [0, 0, 0, 0]];
744
+ export var DeleteRegexPatternSetResponse$ = [3, n0, _DRPSRe, 0, [], []];
745
+ export var DeleteRuleGroupRequest$ = [3, n0, _DRGR, 0, [_N, _Sc, _Id, _LT], [0, 0, 0, 0]];
746
+ export var DeleteRuleGroupResponse$ = [3, n0, _DRGRe, 0, [], []];
747
+ export var DeleteWebACLRequest$ = [3, n0, _DWACLR, 0, [_N, _Sc, _Id, _LT], [0, 0, 0, 0]];
748
+ export var DeleteWebACLResponse$ = [3, n0, _DWACLRe, 0, [], []];
749
+ export var DescribeAllManagedProductsRequest$ = [3, n0, _DAMPR, 0, [_Sc], [0]];
750
+ export var DescribeAllManagedProductsResponse$ = [
737
751
  3,
738
752
  n0,
739
753
  _DAMPRe,
@@ -741,8 +755,8 @@ export var DescribeAllManagedProductsResponse = [
741
755
  [_MPa],
742
756
  [() => ManagedProductDescriptors],
743
757
  ];
744
- export var DescribeManagedProductsByVendorRequest = [3, n0, _DMPBVR, 0, [_VN, _Sc], [0, 0]];
745
- export var DescribeManagedProductsByVendorResponse = [
758
+ export var DescribeManagedProductsByVendorRequest$ = [3, n0, _DMPBVR, 0, [_VN, _Sc], [0, 0]];
759
+ export var DescribeManagedProductsByVendorResponse$ = [
746
760
  3,
747
761
  n0,
748
762
  _DMPBVRe,
@@ -750,7 +764,7 @@ export var DescribeManagedProductsByVendorResponse = [
750
764
  [_MPa],
751
765
  [() => ManagedProductDescriptors],
752
766
  ];
753
- export var DescribeManagedRuleGroupRequest = [
767
+ export var DescribeManagedRuleGroupRequest$ = [
754
768
  3,
755
769
  n0,
756
770
  _DMRGR,
@@ -758,7 +772,7 @@ export var DescribeManagedRuleGroupRequest = [
758
772
  [_VN, _N, _Sc, _VNe],
759
773
  [0, 0, 0, 0],
760
774
  ];
761
- export var DescribeManagedRuleGroupResponse = [
775
+ export var DescribeManagedRuleGroupResponse$ = [
762
776
  3,
763
777
  n0,
764
778
  _DMRGRe,
@@ -766,90 +780,90 @@ export var DescribeManagedRuleGroupResponse = [
766
780
  [_VNe, _STA, _C, _R, _LN, _ALv, _CL],
767
781
  [0, 0, 1, () => RuleSummaries, 0, () => LabelSummaries, () => LabelSummaries],
768
782
  ];
769
- export var DisallowedFeature = [3, n0, _DF, 0, [_Fe, _RPPe], [0, 0]];
770
- export var DisassociateWebACLRequest = [3, n0, _DWACLRi, 0, [_RA], [0]];
771
- export var DisassociateWebACLResponse = [3, n0, _DWACLRis, 0, [], []];
772
- export var EmailField = [3, n0, _EF, 0, [_I], [0]];
773
- export var ExcludedRule = [3, n0, _ER, 0, [_N], [0]];
774
- export var FieldToMatch = [
783
+ export var DisallowedFeature$ = [3, n0, _DF, 0, [_Fe, _RPPe], [0, 0]];
784
+ export var DisassociateWebACLRequest$ = [3, n0, _DWACLRi, 0, [_RA], [0]];
785
+ export var DisassociateWebACLResponse$ = [3, n0, _DWACLRis, 0, [], []];
786
+ export var EmailField$ = [3, n0, _EF, 0, [_I], [0]];
787
+ export var ExcludedRule$ = [3, n0, _ER, 0, [_N], [0]];
788
+ export var FieldToMatch$ = [
775
789
  3,
776
790
  n0,
777
791
  _FTM,
778
792
  0,
779
793
  [_SH, _SQA, _AQA, _UP, _QS, _B, _M, _JB, _H, _Coo, _HO, _JAF, _JAFi, _UF],
780
794
  [
781
- () => SingleHeader,
782
- () => SingleQueryArgument,
783
- () => AllQueryArguments,
784
- () => UriPath,
785
- () => QueryString,
786
- () => Body,
787
- () => Method,
788
- () => JsonBody,
789
- () => Headers,
790
- () => Cookies,
791
- () => HeaderOrder,
792
- () => JA3Fingerprint,
793
- () => JA4Fingerprint,
794
- () => UriFragment,
795
+ () => SingleHeader$,
796
+ () => SingleQueryArgument$,
797
+ () => AllQueryArguments$,
798
+ () => UriPath$,
799
+ () => QueryString$,
800
+ () => Body$,
801
+ () => Method$,
802
+ () => JsonBody$,
803
+ () => Headers$,
804
+ () => Cookies$,
805
+ () => HeaderOrder$,
806
+ () => JA3Fingerprint$,
807
+ () => JA4Fingerprint$,
808
+ () => UriFragment$,
795
809
  ],
796
810
  ];
797
- export var FieldToProtect = [3, n0, _FTP, 0, [_FT, _FK], [0, 64 | 0]];
798
- export var Filter = [3, n0, _Fi, 0, [_Be, _Re, _Cond], [0, 0, () => Conditions]];
799
- export var FirewallManagerRuleGroup = [
811
+ export var FieldToProtect$ = [3, n0, _FTP, 0, [_FT, _FK], [0, 64 | 0]];
812
+ export var Filter$ = [3, n0, _Fi, 0, [_Be, _Re, _Cond], [0, 0, () => Conditions]];
813
+ export var FirewallManagerRuleGroup$ = [
800
814
  3,
801
815
  n0,
802
816
  _FMRG,
803
817
  0,
804
818
  [_N, _P, _FMS, _OA, _VC],
805
- [0, 1, () => FirewallManagerStatement, () => OverrideAction, () => VisibilityConfig],
819
+ [0, 1, () => FirewallManagerStatement$, () => OverrideAction$, () => VisibilityConfig$],
806
820
  ];
807
- export var FirewallManagerStatement = [
821
+ export var FirewallManagerStatement$ = [
808
822
  3,
809
823
  n0,
810
824
  _FMS,
811
825
  0,
812
826
  [_MRGS, _RGRS],
813
- [() => ManagedRuleGroupStatement, () => RuleGroupReferenceStatement],
827
+ [() => ManagedRuleGroupStatement$, () => RuleGroupReferenceStatement$],
814
828
  ];
815
- export var ForwardedIPConfig = [3, n0, _FIPC, 0, [_HN, _FB], [0, 0]];
816
- export var GenerateMobileSdkReleaseUrlRequest = [3, n0, _GMSRUR, 0, [_Pl, _RV], [0, 0]];
817
- export var GenerateMobileSdkReleaseUrlResponse = [3, n0, _GMSRURe, 0, [_U], [0]];
818
- export var GeoMatchStatement = [
829
+ export var ForwardedIPConfig$ = [3, n0, _FIPC, 0, [_HN, _FB], [0, 0]];
830
+ export var GenerateMobileSdkReleaseUrlRequest$ = [3, n0, _GMSRUR, 0, [_Pl, _RV], [0, 0]];
831
+ export var GenerateMobileSdkReleaseUrlResponse$ = [3, n0, _GMSRURe, 0, [_U], [0]];
832
+ export var GeoMatchStatement$ = [
819
833
  3,
820
834
  n0,
821
835
  _GMS,
822
836
  0,
823
837
  [_CCo, _FIPC],
824
- [64 | 0, () => ForwardedIPConfig],
838
+ [64 | 0, () => ForwardedIPConfig$],
825
839
  ];
826
- export var GetDecryptedAPIKeyRequest = [3, n0, _GDAPIKR, 0, [_Sc, _APIK], [0, 0]];
827
- export var GetDecryptedAPIKeyResponse = [3, n0, _GDAPIKRe, 0, [_TD, _CT], [64 | 0, 4]];
828
- export var GetIPSetRequest = [3, n0, _GIPSR, 0, [_N, _Sc, _Id], [0, 0, 0]];
829
- export var GetIPSetResponse = [3, n0, _GIPSRe, 0, [_IPS, _LT], [() => IPSet, 0]];
830
- export var GetLoggingConfigurationRequest = [3, n0, _GLCR, 0, [_RA, _LTo, _LS], [0, 0, 0]];
831
- export var GetLoggingConfigurationResponse = [
840
+ export var GetDecryptedAPIKeyRequest$ = [3, n0, _GDAPIKR, 0, [_Sc, _APIK], [0, 0]];
841
+ export var GetDecryptedAPIKeyResponse$ = [3, n0, _GDAPIKRe, 0, [_TD, _CT], [64 | 0, 4]];
842
+ export var GetIPSetRequest$ = [3, n0, _GIPSR, 0, [_N, _Sc, _Id], [0, 0, 0]];
843
+ export var GetIPSetResponse$ = [3, n0, _GIPSRe, 0, [_IPS, _LT], [() => IPSet$, 0]];
844
+ export var GetLoggingConfigurationRequest$ = [3, n0, _GLCR, 0, [_RA, _LTo, _LS], [0, 0, 0]];
845
+ export var GetLoggingConfigurationResponse$ = [
832
846
  3,
833
847
  n0,
834
848
  _GLCRe,
835
849
  0,
836
850
  [_LC],
837
- [() => LoggingConfiguration],
851
+ [() => LoggingConfiguration$],
838
852
  ];
839
- export var GetManagedRuleSetRequest = [3, n0, _GMRSR, 0, [_N, _Sc, _Id], [0, 0, 0]];
840
- export var GetManagedRuleSetResponse = [
853
+ export var GetManagedRuleSetRequest$ = [3, n0, _GMRSR, 0, [_N, _Sc, _Id], [0, 0, 0]];
854
+ export var GetManagedRuleSetResponse$ = [
841
855
  3,
842
856
  n0,
843
857
  _GMRSRe,
844
858
  0,
845
859
  [_MRS, _LT],
846
- [() => ManagedRuleSet, 0],
860
+ [() => ManagedRuleSet$, 0],
847
861
  ];
848
- export var GetMobileSdkReleaseRequest = [3, n0, _GMSRR, 0, [_Pl, _RV], [0, 0]];
849
- export var GetMobileSdkReleaseResponse = [3, n0, _GMSRRe, 0, [_MSR], [() => MobileSdkRelease]];
850
- export var GetPermissionPolicyRequest = [3, n0, _GPPR, 0, [_RA], [0]];
851
- export var GetPermissionPolicyResponse = [3, n0, _GPPRe, 0, [_Po], [0]];
852
- export var GetRateBasedStatementManagedKeysRequest = [
862
+ export var GetMobileSdkReleaseRequest$ = [3, n0, _GMSRR, 0, [_Pl, _RV], [0, 0]];
863
+ export var GetMobileSdkReleaseResponse$ = [3, n0, _GMSRRe, 0, [_MSR], [() => MobileSdkRelease$]];
864
+ export var GetPermissionPolicyRequest$ = [3, n0, _GPPR, 0, [_RA], [0]];
865
+ export var GetPermissionPolicyResponse$ = [3, n0, _GPPRe, 0, [_Po], [0]];
866
+ export var GetRateBasedStatementManagedKeysRequest$ = [
853
867
  3,
854
868
  n0,
855
869
  _GRBSMKR,
@@ -857,50 +871,64 @@ export var GetRateBasedStatementManagedKeysRequest = [
857
871
  [_Sc, _WACLN, _WACLI, _RGRN, _RN],
858
872
  [0, 0, 0, 0, 0],
859
873
  ];
860
- export var GetRateBasedStatementManagedKeysResponse = [
874
+ export var GetRateBasedStatementManagedKeysResponse$ = [
861
875
  3,
862
876
  n0,
863
877
  _GRBSMKRe,
864
878
  0,
865
879
  [_MKIPV, _MKIPVa],
866
- [() => RateBasedStatementManagedKeysIPSet, () => RateBasedStatementManagedKeysIPSet],
880
+ [() => RateBasedStatementManagedKeysIPSet$, () => RateBasedStatementManagedKeysIPSet$],
867
881
  ];
868
- export var GetRegexPatternSetRequest = [3, n0, _GRPSR, 0, [_N, _Sc, _Id], [0, 0, 0]];
869
- export var GetRegexPatternSetResponse = [
882
+ export var GetRegexPatternSetRequest$ = [3, n0, _GRPSR, 0, [_N, _Sc, _Id], [0, 0, 0]];
883
+ export var GetRegexPatternSetResponse$ = [
870
884
  3,
871
885
  n0,
872
886
  _GRPSRe,
873
887
  0,
874
888
  [_RPS, _LT],
875
- [() => RegexPatternSet, 0],
889
+ [() => RegexPatternSet$, 0],
876
890
  ];
877
- export var GetRuleGroupRequest = [3, n0, _GRGR, 0, [_N, _Sc, _Id, _ARN], [0, 0, 0, 0]];
878
- export var GetRuleGroupResponse = [3, n0, _GRGRe, 0, [_RG, _LT], [() => RuleGroup, 0]];
879
- export var GetSampledRequestsRequest = [
891
+ export var GetRuleGroupRequest$ = [3, n0, _GRGR, 0, [_N, _Sc, _Id, _ARN], [0, 0, 0, 0]];
892
+ export var GetRuleGroupResponse$ = [3, n0, _GRGRe, 0, [_RG, _LT], [() => RuleGroup$, 0]];
893
+ export var GetSampledRequestsRequest$ = [
880
894
  3,
881
895
  n0,
882
896
  _GSRR,
883
897
  0,
884
898
  [_WAA, _RMN, _Sc, _TW, _MI],
885
- [0, 0, 0, () => TimeWindow, 1],
899
+ [0, 0, 0, () => TimeWindow$, 1],
886
900
  ];
887
- export var GetSampledRequestsResponse = [
901
+ export var GetSampledRequestsResponse$ = [
888
902
  3,
889
903
  n0,
890
904
  _GSRRe,
891
905
  0,
892
906
  [_SR, _PS, _TW],
893
- [() => SampledHTTPRequests, 1, () => TimeWindow],
907
+ [() => SampledHTTPRequests, 1, () => TimeWindow$],
894
908
  ];
895
- export var GetWebACLForResourceRequest = [3, n0, _GWACLFRR, 0, [_RA], [0]];
896
- export var GetWebACLForResourceResponse = [3, n0, _GWACLFRRe, 0, [_WACL], [() => WebACL]];
897
- export var GetWebACLRequest = [3, n0, _GWACLR, 0, [_N, _Sc, _Id, _ARN], [0, 0, 0, 0]];
898
- export var GetWebACLResponse = [3, n0, _GWACLRe, 0, [_WACL, _LT, _AIURL], [() => WebACL, 0, 0]];
899
- export var HeaderMatchPattern = [3, n0, _HMP, 0, [_Al, _IHn, _EH], [() => All, 64 | 0, 64 | 0]];
900
- export var HeaderOrder = [3, n0, _HO, 0, [_OH], [0]];
901
- export var Headers = [3, n0, _H, 0, [_MP, _MS, _OH], [() => HeaderMatchPattern, 0, 0]];
902
- export var HTTPHeader = [3, n0, _HTTPH, 0, [_N, _Val], [0, 0]];
903
- export var HTTPRequest = [
909
+ export var GetWebACLForResourceRequest$ = [3, n0, _GWACLFRR, 0, [_RA], [0]];
910
+ export var GetWebACLForResourceResponse$ = [3, n0, _GWACLFRRe, 0, [_WACL], [() => WebACL$]];
911
+ export var GetWebACLRequest$ = [3, n0, _GWACLR, 0, [_N, _Sc, _Id, _ARN], [0, 0, 0, 0]];
912
+ export var GetWebACLResponse$ = [
913
+ 3,
914
+ n0,
915
+ _GWACLRe,
916
+ 0,
917
+ [_WACL, _LT, _AIURL],
918
+ [() => WebACL$, 0, 0],
919
+ ];
920
+ export var HeaderMatchPattern$ = [
921
+ 3,
922
+ n0,
923
+ _HMP,
924
+ 0,
925
+ [_Al, _IHn, _EH],
926
+ [() => All$, 64 | 0, 64 | 0],
927
+ ];
928
+ export var HeaderOrder$ = [3, n0, _HO, 0, [_OH], [0]];
929
+ export var Headers$ = [3, n0, _H, 0, [_MP, _MS, _OH], [() => HeaderMatchPattern$, 0, 0]];
930
+ export var HTTPHeader$ = [3, n0, _HTTPH, 0, [_N, _Val], [0, 0]];
931
+ export var HTTPRequest$ = [
904
932
  3,
905
933
  n0,
906
934
  _HTTPR,
@@ -908,28 +936,35 @@ export var HTTPRequest = [
908
936
  [_CIP, _Cou, _URI, _M, _HTTPV, _H],
909
937
  [0, 0, 0, 0, 0, () => HTTPHeaders],
910
938
  ];
911
- export var ImmunityTimeProperty = [3, n0, _ITP, 0, [_IT], [1]];
912
- export var IPSet = [3, n0, _IPS, 0, [_N, _Id, _ARN, _D, _IPAV, _Ad], [0, 0, 0, 0, 0, 64 | 0]];
913
- export var IPSetForwardedIPConfig = [3, n0, _IPSFIPC, 0, [_HN, _FB, _Pos], [0, 0, 0]];
914
- export var IPSetReferenceStatement = [
939
+ export var ImmunityTimeProperty$ = [3, n0, _ITP, 0, [_IT], [1]];
940
+ export var IPSet$ = [3, n0, _IPS, 0, [_N, _Id, _ARN, _D, _IPAV, _Ad], [0, 0, 0, 0, 0, 64 | 0]];
941
+ export var IPSetForwardedIPConfig$ = [3, n0, _IPSFIPC, 0, [_HN, _FB, _Pos], [0, 0, 0]];
942
+ export var IPSetReferenceStatement$ = [
915
943
  3,
916
944
  n0,
917
945
  _IPSRS,
918
946
  0,
919
947
  [_ARN, _IPSFIPC],
920
- [0, () => IPSetForwardedIPConfig],
948
+ [0, () => IPSetForwardedIPConfig$],
949
+ ];
950
+ export var IPSetSummary$ = [3, n0, _IPSS, 0, [_N, _Id, _D, _LT, _ARN], [0, 0, 0, 0, 0]];
951
+ export var JA3Fingerprint$ = [3, n0, _JAF, 0, [_FB], [0]];
952
+ export var JA4Fingerprint$ = [3, n0, _JAFi, 0, [_FB], [0]];
953
+ export var JsonBody$ = [
954
+ 3,
955
+ n0,
956
+ _JB,
957
+ 0,
958
+ [_MP, _MS, _IFB, _OH],
959
+ [() => JsonMatchPattern$, 0, 0, 0],
921
960
  ];
922
- export var IPSetSummary = [3, n0, _IPSS, 0, [_N, _Id, _D, _LT, _ARN], [0, 0, 0, 0, 0]];
923
- export var JA3Fingerprint = [3, n0, _JAF, 0, [_FB], [0]];
924
- export var JA4Fingerprint = [3, n0, _JAFi, 0, [_FB], [0]];
925
- export var JsonBody = [3, n0, _JB, 0, [_MP, _MS, _IFB, _OH], [() => JsonMatchPattern, 0, 0, 0]];
926
- export var JsonMatchPattern = [3, n0, _JMP, 0, [_Al, _IP], [() => All, 64 | 0]];
927
- export var Label = [3, n0, _L, 0, [_N], [0]];
928
- export var LabelMatchStatement = [3, n0, _LMS, 0, [_Sc, _K], [0, 0]];
929
- export var LabelNameCondition = [3, n0, _LNC, 0, [_LNa], [0]];
930
- export var LabelSummary = [3, n0, _LSa, 0, [_N], [0]];
931
- export var ListAPIKeysRequest = [3, n0, _LAPIKR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
932
- export var ListAPIKeysResponse = [
961
+ export var JsonMatchPattern$ = [3, n0, _JMP, 0, [_Al, _IP], [() => All$, 64 | 0]];
962
+ export var Label$ = [3, n0, _L, 0, [_N], [0]];
963
+ export var LabelMatchStatement$ = [3, n0, _LMS, 0, [_Sc, _K], [0, 0]];
964
+ export var LabelNameCondition$ = [3, n0, _LNC, 0, [_LNa], [0]];
965
+ export var LabelSummary$ = [3, n0, _LSa, 0, [_N], [0]];
966
+ export var ListAPIKeysRequest$ = [3, n0, _LAPIKR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
967
+ export var ListAPIKeysResponse$ = [
933
968
  3,
934
969
  n0,
935
970
  _LAPIKRi,
@@ -937,7 +972,7 @@ export var ListAPIKeysResponse = [
937
972
  [_NM, _APIKSe, _AIURL],
938
973
  [0, () => APIKeySummaries, 0],
939
974
  ];
940
- export var ListAvailableManagedRuleGroupsRequest = [
975
+ export var ListAvailableManagedRuleGroupsRequest$ = [
941
976
  3,
942
977
  n0,
943
978
  _LAMRGR,
@@ -945,7 +980,7 @@ export var ListAvailableManagedRuleGroupsRequest = [
945
980
  [_Sc, _NM, _Li],
946
981
  [0, 0, 1],
947
982
  ];
948
- export var ListAvailableManagedRuleGroupsResponse = [
983
+ export var ListAvailableManagedRuleGroupsResponse$ = [
949
984
  3,
950
985
  n0,
951
986
  _LAMRGRi,
@@ -953,7 +988,7 @@ export var ListAvailableManagedRuleGroupsResponse = [
953
988
  [_NM, _MRG],
954
989
  [0, () => ManagedRuleGroupSummaries],
955
990
  ];
956
- export var ListAvailableManagedRuleGroupVersionsRequest = [
991
+ export var ListAvailableManagedRuleGroupVersionsRequest$ = [
957
992
  3,
958
993
  n0,
959
994
  _LAMRGVR,
@@ -961,7 +996,7 @@ export var ListAvailableManagedRuleGroupVersionsRequest = [
961
996
  [_VN, _N, _Sc, _NM, _Li],
962
997
  [0, 0, 0, 0, 1],
963
998
  ];
964
- export var ListAvailableManagedRuleGroupVersionsResponse = [
999
+ export var ListAvailableManagedRuleGroupVersionsResponse$ = [
965
1000
  3,
966
1001
  n0,
967
1002
  _LAMRGVRi,
@@ -969,9 +1004,9 @@ export var ListAvailableManagedRuleGroupVersionsResponse = [
969
1004
  [_NM, _Ve, _CDV],
970
1005
  [0, () => ManagedRuleGroupVersions, 0],
971
1006
  ];
972
- export var ListIPSetsRequest = [3, n0, _LIPSR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
973
- export var ListIPSetsResponse = [3, n0, _LIPSRi, 0, [_NM, _IPSe], [0, () => IPSetSummaries]];
974
- export var ListLoggingConfigurationsRequest = [
1007
+ export var ListIPSetsRequest$ = [3, n0, _LIPSR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
1008
+ export var ListIPSetsResponse$ = [3, n0, _LIPSRi, 0, [_NM, _IPSe], [0, () => IPSetSummaries]];
1009
+ export var ListLoggingConfigurationsRequest$ = [
975
1010
  3,
976
1011
  n0,
977
1012
  _LLCR,
@@ -979,7 +1014,7 @@ export var ListLoggingConfigurationsRequest = [
979
1014
  [_Sc, _NM, _Li, _LS],
980
1015
  [0, 0, 1, 0],
981
1016
  ];
982
- export var ListLoggingConfigurationsResponse = [
1017
+ export var ListLoggingConfigurationsResponse$ = [
983
1018
  3,
984
1019
  n0,
985
1020
  _LLCRi,
@@ -987,8 +1022,8 @@ export var ListLoggingConfigurationsResponse = [
987
1022
  [_LCo, _NM],
988
1023
  [() => LoggingConfigurations, 0],
989
1024
  ];
990
- export var ListManagedRuleSetsRequest = [3, n0, _LMRSR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
991
- export var ListManagedRuleSetsResponse = [
1025
+ export var ListManagedRuleSetsRequest$ = [3, n0, _LMRSR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
1026
+ export var ListManagedRuleSetsResponse$ = [
992
1027
  3,
993
1028
  n0,
994
1029
  _LMRSRi,
@@ -996,8 +1031,8 @@ export var ListManagedRuleSetsResponse = [
996
1031
  [_NM, _MRSa],
997
1032
  [0, () => ManagedRuleSetSummaries],
998
1033
  ];
999
- export var ListMobileSdkReleasesRequest = [3, n0, _LMSRR, 0, [_Pl, _NM, _Li], [0, 0, 1]];
1000
- export var ListMobileSdkReleasesResponse = [
1034
+ export var ListMobileSdkReleasesRequest$ = [3, n0, _LMSRR, 0, [_Pl, _NM, _Li], [0, 0, 1]];
1035
+ export var ListMobileSdkReleasesResponse$ = [
1001
1036
  3,
1002
1037
  n0,
1003
1038
  _LMSRRi,
@@ -1005,8 +1040,8 @@ export var ListMobileSdkReleasesResponse = [
1005
1040
  [_RS, _NM],
1006
1041
  [() => ReleaseSummaries, 0],
1007
1042
  ];
1008
- export var ListRegexPatternSetsRequest = [3, n0, _LRPSR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
1009
- export var ListRegexPatternSetsResponse = [
1043
+ export var ListRegexPatternSetsRequest$ = [3, n0, _LRPSR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
1044
+ export var ListRegexPatternSetsResponse$ = [
1010
1045
  3,
1011
1046
  n0,
1012
1047
  _LRPSRi,
@@ -1014,10 +1049,10 @@ export var ListRegexPatternSetsResponse = [
1014
1049
  [_NM, _RPSe],
1015
1050
  [0, () => RegexPatternSetSummaries],
1016
1051
  ];
1017
- export var ListResourcesForWebACLRequest = [3, n0, _LRFWACLR, 0, [_WACLA, _RT], [0, 0]];
1018
- export var ListResourcesForWebACLResponse = [3, n0, _LRFWACLRi, 0, [_RAe], [64 | 0]];
1019
- export var ListRuleGroupsRequest = [3, n0, _LRGR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
1020
- export var ListRuleGroupsResponse = [
1052
+ export var ListResourcesForWebACLRequest$ = [3, n0, _LRFWACLR, 0, [_WACLA, _RT], [0, 0]];
1053
+ export var ListResourcesForWebACLResponse$ = [3, n0, _LRFWACLRi, 0, [_RAe], [64 | 0]];
1054
+ export var ListRuleGroupsRequest$ = [3, n0, _LRGR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
1055
+ export var ListRuleGroupsResponse$ = [
1021
1056
  3,
1022
1057
  n0,
1023
1058
  _LRGRi,
@@ -1025,27 +1060,34 @@ export var ListRuleGroupsResponse = [
1025
1060
  [_NM, _RGu],
1026
1061
  [0, () => RuleGroupSummaries],
1027
1062
  ];
1028
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_NM, _Li, _RARN], [0, 1, 0]];
1029
- export var ListTagsForResourceResponse = [
1063
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_NM, _Li, _RARN], [0, 1, 0]];
1064
+ export var ListTagsForResourceResponse$ = [
1030
1065
  3,
1031
1066
  n0,
1032
1067
  _LTFRRi,
1033
1068
  0,
1034
1069
  [_NM, _TIFR],
1035
- [0, () => TagInfoForResource],
1070
+ [0, () => TagInfoForResource$],
1036
1071
  ];
1037
- export var ListWebACLsRequest = [3, n0, _LWACLR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
1038
- export var ListWebACLsResponse = [3, n0, _LWACLRi, 0, [_NM, _WACLe], [0, () => WebACLSummaries]];
1039
- export var LoggingConfiguration = [
1072
+ export var ListWebACLsRequest$ = [3, n0, _LWACLR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
1073
+ export var ListWebACLsResponse$ = [
1074
+ 3,
1075
+ n0,
1076
+ _LWACLRi,
1077
+ 0,
1078
+ [_NM, _WACLe],
1079
+ [0, () => WebACLSummaries],
1080
+ ];
1081
+ export var LoggingConfiguration$ = [
1040
1082
  3,
1041
1083
  n0,
1042
1084
  _LC,
1043
1085
  0,
1044
1086
  [_RA, _LDC, _RF, _MBFM, _LF, _LTo, _LS],
1045
- [0, 64 | 0, () => RedactedFields, 2, () => LoggingFilter, 0, 0],
1087
+ [0, 64 | 0, () => RedactedFields, 2, () => LoggingFilter$, 0, 0],
1046
1088
  ];
1047
- export var LoggingFilter = [3, n0, _LF, 0, [_Fil, _DB], [() => Filters, 0]];
1048
- export var ManagedProductDescriptor = [
1089
+ export var LoggingFilter$ = [3, n0, _LF, 0, [_Fil, _DB], [() => Filters, 0]];
1090
+ export var ManagedProductDescriptor$ = [
1049
1091
  3,
1050
1092
  n0,
1051
1093
  _MPD,
@@ -1053,7 +1095,7 @@ export var ManagedProductDescriptor = [
1053
1095
  [_VN, _MRSN, _PI, _PL, _PT, _PD, _STA, _IVS, _IAMRS],
1054
1096
  [0, 0, 0, 0, 0, 0, 0, 2, 2],
1055
1097
  ];
1056
- export var ManagedRuleGroupConfig = [
1098
+ export var ManagedRuleGroupConfig$ = [
1057
1099
  3,
1058
1100
  n0,
1059
1101
  _MRGC,
@@ -1062,25 +1104,25 @@ export var ManagedRuleGroupConfig = [
1062
1104
  [
1063
1105
  0,
1064
1106
  0,
1065
- () => UsernameField,
1066
- () => PasswordField,
1067
- () => AWSManagedRulesBotControlRuleSet,
1068
- () => AWSManagedRulesATPRuleSet,
1069
- () => AWSManagedRulesACFPRuleSet,
1070
- () => AWSManagedRulesAntiDDoSRuleSet,
1107
+ () => UsernameField$,
1108
+ () => PasswordField$,
1109
+ () => AWSManagedRulesBotControlRuleSet$,
1110
+ () => AWSManagedRulesATPRuleSet$,
1111
+ () => AWSManagedRulesACFPRuleSet$,
1112
+ () => AWSManagedRulesAntiDDoSRuleSet$,
1071
1113
  ],
1072
1114
  ];
1073
- export var ManagedRuleGroupStatement = [
1115
+ export var ManagedRuleGroupStatement$ = [
1074
1116
  3,
1075
1117
  n0,
1076
1118
  _MRGS,
1077
1119
  0,
1078
1120
  [_VN, _N, _V, _ERx, _SDS, _MRGCa, _RAO],
1079
- [0, 0, 0, () => ExcludedRules, () => Statement, () => ManagedRuleGroupConfigs, () => RuleActionOverrides],
1121
+ [0, 0, 0, () => ExcludedRules, () => Statement$, () => ManagedRuleGroupConfigs, () => RuleActionOverrides],
1080
1122
  ];
1081
- export var ManagedRuleGroupSummary = [3, n0, _MRGSa, 0, [_VN, _N, _VS, _D], [0, 0, 2, 0]];
1082
- export var ManagedRuleGroupVersion = [3, n0, _MRGV, 0, [_N, _LUT], [0, 4]];
1083
- export var ManagedRuleSet = [
1123
+ export var ManagedRuleGroupSummary$ = [3, n0, _MRGSa, 0, [_VN, _N, _VS, _D], [0, 0, 2, 0]];
1124
+ export var ManagedRuleGroupVersion$ = [3, n0, _MRGV, 0, [_N, _LUT], [0, 4]];
1125
+ export var ManagedRuleSet$ = [
1084
1126
  3,
1085
1127
  n0,
1086
1128
  _MRS,
@@ -1088,7 +1130,7 @@ export var ManagedRuleSet = [
1088
1130
  [_N, _Id, _ARN, _D, _PV, _RVe, _LN],
1089
1131
  [0, 0, 0, 0, () => PublishedVersions, 0, 0],
1090
1132
  ];
1091
- export var ManagedRuleSetSummary = [
1133
+ export var ManagedRuleSetSummary$ = [
1092
1134
  3,
1093
1135
  n0,
1094
1136
  _MRSS,
@@ -1096,7 +1138,7 @@ export var ManagedRuleSetSummary = [
1096
1138
  [_N, _Id, _D, _LT, _ARN, _LN],
1097
1139
  [0, 0, 0, 0, 0, 0],
1098
1140
  ];
1099
- export var ManagedRuleSetVersion = [
1141
+ export var ManagedRuleSetVersion$ = [
1100
1142
  3,
1101
1143
  n0,
1102
1144
  _MRSV,
@@ -1104,32 +1146,39 @@ export var ManagedRuleSetVersion = [
1104
1146
  [_ARGA, _C, _FL, _PTu, _LUT, _ET],
1105
1147
  [0, 1, 1, 4, 4, 4],
1106
1148
  ];
1107
- export var Method = [3, n0, _M, 0, [], []];
1108
- export var MobileSdkRelease = [3, n0, _MSR, 0, [_RV, _Ti, _RNe, _T], [0, 4, 0, () => TagList]];
1109
- export var NoneAction = [3, n0, _NA, 0, [], []];
1110
- export var NotStatement = [3, n0, _NS, 0, [_St], [() => Statement]];
1111
- export var OnSourceDDoSProtectionConfig = [3, n0, _OSDDSPC, 0, [_ALBLRM], [0]];
1112
- export var OrStatement = [3, n0, _OS, 0, [_S], [() => Statements]];
1113
- export var OverrideAction = [3, n0, _OA, 0, [_Coun, _No], [() => CountAction, () => NoneAction]];
1114
- export var PasswordField = [3, n0, _PF, 0, [_I], [0]];
1115
- export var PhoneNumberField = [3, n0, _PNF, 0, [_I], [0]];
1116
- export var PutLoggingConfigurationRequest = [
1149
+ export var Method$ = [3, n0, _M, 0, [], []];
1150
+ export var MobileSdkRelease$ = [3, n0, _MSR, 0, [_RV, _Ti, _RNe, _T], [0, 4, 0, () => TagList]];
1151
+ export var NoneAction$ = [3, n0, _NA, 0, [], []];
1152
+ export var NotStatement$ = [3, n0, _NS, 0, [_St], [() => Statement$]];
1153
+ export var OnSourceDDoSProtectionConfig$ = [3, n0, _OSDDSPC, 0, [_ALBLRM], [0]];
1154
+ export var OrStatement$ = [3, n0, _OS, 0, [_S], [() => Statements]];
1155
+ export var OverrideAction$ = [
1156
+ 3,
1157
+ n0,
1158
+ _OA,
1159
+ 0,
1160
+ [_Coun, _No],
1161
+ [() => CountAction$, () => NoneAction$],
1162
+ ];
1163
+ export var PasswordField$ = [3, n0, _PF, 0, [_I], [0]];
1164
+ export var PhoneNumberField$ = [3, n0, _PNF, 0, [_I], [0]];
1165
+ export var PutLoggingConfigurationRequest$ = [
1117
1166
  3,
1118
1167
  n0,
1119
1168
  _PLCR,
1120
1169
  0,
1121
1170
  [_LC],
1122
- [() => LoggingConfiguration],
1171
+ [() => LoggingConfiguration$],
1123
1172
  ];
1124
- export var PutLoggingConfigurationResponse = [
1173
+ export var PutLoggingConfigurationResponse$ = [
1125
1174
  3,
1126
1175
  n0,
1127
1176
  _PLCRu,
1128
1177
  0,
1129
1178
  [_LC],
1130
- [() => LoggingConfiguration],
1179
+ [() => LoggingConfiguration$],
1131
1180
  ];
1132
- export var PutManagedRuleSetVersionsRequest = [
1181
+ export var PutManagedRuleSetVersionsRequest$ = [
1133
1182
  3,
1134
1183
  n0,
1135
1184
  _PMRSVR,
@@ -1137,62 +1186,76 @@ export var PutManagedRuleSetVersionsRequest = [
1137
1186
  [_N, _Sc, _Id, _LT, _RVe, _VTP],
1138
1187
  [0, 0, 0, 0, 0, () => VersionsToPublish],
1139
1188
  ];
1140
- export var PutManagedRuleSetVersionsResponse = [3, n0, _PMRSVRu, 0, [_NLT], [0]];
1141
- export var PutPermissionPolicyRequest = [3, n0, _PPPR, 0, [_RA, _Po], [0, 0]];
1142
- export var PutPermissionPolicyResponse = [3, n0, _PPPRu, 0, [], []];
1143
- export var QueryString = [3, n0, _QS, 0, [], []];
1144
- export var RateBasedStatement = [
1189
+ export var PutManagedRuleSetVersionsResponse$ = [3, n0, _PMRSVRu, 0, [_NLT], [0]];
1190
+ export var PutPermissionPolicyRequest$ = [3, n0, _PPPR, 0, [_RA, _Po], [0, 0]];
1191
+ export var PutPermissionPolicyResponse$ = [3, n0, _PPPRu, 0, [], []];
1192
+ export var QueryString$ = [3, n0, _QS, 0, [], []];
1193
+ export var RateBasedStatement$ = [
1145
1194
  3,
1146
1195
  n0,
1147
1196
  _RBS,
1148
1197
  0,
1149
1198
  [_Li, _EWS, _AKT, _SDS, _FIPC, _CK],
1150
- [1, 1, 0, () => Statement, () => ForwardedIPConfig, () => RateBasedStatementCustomKeys],
1199
+ [1, 1, 0, () => Statement$, () => ForwardedIPConfig$, () => RateBasedStatementCustomKeys],
1151
1200
  ];
1152
- export var RateBasedStatementCustomKey = [
1201
+ export var RateBasedStatementCustomKey$ = [
1153
1202
  3,
1154
1203
  n0,
1155
1204
  _RBSCK,
1156
1205
  0,
1157
1206
  [_He, _Cook, _QA, _QS, _HTTPM, _FIP, _IP_, _LN, _UP, _JAF, _JAFi, _ASN],
1158
1207
  [
1159
- () => RateLimitHeader,
1160
- () => RateLimitCookie,
1161
- () => RateLimitQueryArgument,
1162
- () => RateLimitQueryString,
1163
- () => RateLimitHTTPMethod,
1164
- () => RateLimitForwardedIP,
1165
- () => RateLimitIP,
1166
- () => RateLimitLabelNamespace,
1167
- () => RateLimitUriPath,
1168
- () => RateLimitJA3Fingerprint,
1169
- () => RateLimitJA4Fingerprint,
1170
- () => RateLimitAsn,
1208
+ () => RateLimitHeader$,
1209
+ () => RateLimitCookie$,
1210
+ () => RateLimitQueryArgument$,
1211
+ () => RateLimitQueryString$,
1212
+ () => RateLimitHTTPMethod$,
1213
+ () => RateLimitForwardedIP$,
1214
+ () => RateLimitIP$,
1215
+ () => RateLimitLabelNamespace$,
1216
+ () => RateLimitUriPath$,
1217
+ () => RateLimitJA3Fingerprint$,
1218
+ () => RateLimitJA4Fingerprint$,
1219
+ () => RateLimitAsn$,
1171
1220
  ],
1172
1221
  ];
1173
- export var RateBasedStatementManagedKeysIPSet = [3, n0, _RBSMKIPS, 0, [_IPAV, _Ad], [0, 64 | 0]];
1174
- export var RateLimitAsn = [3, n0, _RLA, 0, [], []];
1175
- export var RateLimitCookie = [3, n0, _RLC, 0, [_N, _TT], [0, () => TextTransformations]];
1176
- export var RateLimitForwardedIP = [3, n0, _RLFIP, 0, [], []];
1177
- export var RateLimitHeader = [3, n0, _RLH, 0, [_N, _TT], [0, () => TextTransformations]];
1178
- export var RateLimitHTTPMethod = [3, n0, _RLHTTPM, 0, [], []];
1179
- export var RateLimitIP = [3, n0, _RLIP, 0, [], []];
1180
- export var RateLimitJA3Fingerprint = [3, n0, _RLJAF, 0, [_FB], [0]];
1181
- export var RateLimitJA4Fingerprint = [3, n0, _RLJAFa, 0, [_FB], [0]];
1182
- export var RateLimitLabelNamespace = [3, n0, _RLLN, 0, [_Na], [0]];
1183
- export var RateLimitQueryArgument = [3, n0, _RLQA, 0, [_N, _TT], [0, () => TextTransformations]];
1184
- export var RateLimitQueryString = [3, n0, _RLQS, 0, [_TT], [() => TextTransformations]];
1185
- export var RateLimitUriPath = [3, n0, _RLUP, 0, [_TT], [() => TextTransformations]];
1186
- export var Regex = [3, n0, _Reg, 0, [_RSe], [0]];
1187
- export var RegexMatchStatement = [
1222
+ export var RateBasedStatementManagedKeysIPSet$ = [
1223
+ 3,
1224
+ n0,
1225
+ _RBSMKIPS,
1226
+ 0,
1227
+ [_IPAV, _Ad],
1228
+ [0, 64 | 0],
1229
+ ];
1230
+ export var RateLimitAsn$ = [3, n0, _RLA, 0, [], []];
1231
+ export var RateLimitCookie$ = [3, n0, _RLC, 0, [_N, _TT], [0, () => TextTransformations]];
1232
+ export var RateLimitForwardedIP$ = [3, n0, _RLFIP, 0, [], []];
1233
+ export var RateLimitHeader$ = [3, n0, _RLH, 0, [_N, _TT], [0, () => TextTransformations]];
1234
+ export var RateLimitHTTPMethod$ = [3, n0, _RLHTTPM, 0, [], []];
1235
+ export var RateLimitIP$ = [3, n0, _RLIP, 0, [], []];
1236
+ export var RateLimitJA3Fingerprint$ = [3, n0, _RLJAF, 0, [_FB], [0]];
1237
+ export var RateLimitJA4Fingerprint$ = [3, n0, _RLJAFa, 0, [_FB], [0]];
1238
+ export var RateLimitLabelNamespace$ = [3, n0, _RLLN, 0, [_Na], [0]];
1239
+ export var RateLimitQueryArgument$ = [
1240
+ 3,
1241
+ n0,
1242
+ _RLQA,
1243
+ 0,
1244
+ [_N, _TT],
1245
+ [0, () => TextTransformations],
1246
+ ];
1247
+ export var RateLimitQueryString$ = [3, n0, _RLQS, 0, [_TT], [() => TextTransformations]];
1248
+ export var RateLimitUriPath$ = [3, n0, _RLUP, 0, [_TT], [() => TextTransformations]];
1249
+ export var Regex$ = [3, n0, _Reg, 0, [_RSe], [0]];
1250
+ export var RegexMatchStatement$ = [
1188
1251
  3,
1189
1252
  n0,
1190
1253
  _RMS,
1191
1254
  0,
1192
1255
  [_RSe, _FTM, _TT],
1193
- [0, () => FieldToMatch, () => TextTransformations],
1256
+ [0, () => FieldToMatch$, () => TextTransformations],
1194
1257
  ];
1195
- export var RegexPatternSet = [
1258
+ export var RegexPatternSet$ = [
1196
1259
  3,
1197
1260
  n0,
1198
1261
  _RPS,
@@ -1200,51 +1263,58 @@ export var RegexPatternSet = [
1200
1263
  [_N, _Id, _ARN, _D, _REL],
1201
1264
  [0, 0, 0, 0, () => RegularExpressionList],
1202
1265
  ];
1203
- export var RegexPatternSetReferenceStatement = [
1266
+ export var RegexPatternSetReferenceStatement$ = [
1204
1267
  3,
1205
1268
  n0,
1206
1269
  _RPSRS,
1207
1270
  0,
1208
1271
  [_ARN, _FTM, _TT],
1209
- [0, () => FieldToMatch, () => TextTransformations],
1272
+ [0, () => FieldToMatch$, () => TextTransformations],
1210
1273
  ];
1211
- export var RegexPatternSetSummary = [3, n0, _RPSS, 0, [_N, _Id, _D, _LT, _ARN], [0, 0, 0, 0, 0]];
1212
- export var ReleaseSummary = [3, n0, _RSel, 0, [_RV, _Ti], [0, 4]];
1213
- export var RequestBodyAssociatedResourceTypeConfig = [3, n0, _RBARTC, 0, [_DSIL], [0]];
1214
- export var RequestInspection = [
1274
+ export var RegexPatternSetSummary$ = [
1275
+ 3,
1276
+ n0,
1277
+ _RPSS,
1278
+ 0,
1279
+ [_N, _Id, _D, _LT, _ARN],
1280
+ [0, 0, 0, 0, 0],
1281
+ ];
1282
+ export var ReleaseSummary$ = [3, n0, _RSel, 0, [_RV, _Ti], [0, 4]];
1283
+ export var RequestBodyAssociatedResourceTypeConfig$ = [3, n0, _RBARTC, 0, [_DSIL], [0]];
1284
+ export var RequestInspection$ = [
1215
1285
  3,
1216
1286
  n0,
1217
1287
  _RI,
1218
1288
  0,
1219
1289
  [_PTa, _UFs, _PF],
1220
- [0, () => UsernameField, () => PasswordField],
1290
+ [0, () => UsernameField$, () => PasswordField$],
1221
1291
  ];
1222
- export var RequestInspectionACFP = [
1292
+ export var RequestInspectionACFP$ = [
1223
1293
  3,
1224
1294
  n0,
1225
1295
  _RIACFP,
1226
1296
  0,
1227
1297
  [_PTa, _UFs, _PF, _EF, _PNFh, _AFd],
1228
- [0, () => UsernameField, () => PasswordField, () => EmailField, () => PhoneNumberFields, () => AddressFields],
1298
+ [0, () => UsernameField$, () => PasswordField$, () => EmailField$, () => PhoneNumberFields, () => AddressFields],
1229
1299
  ];
1230
- export var ResponseInspection = [
1300
+ export var ResponseInspection$ = [
1231
1301
  3,
1232
1302
  n0,
1233
1303
  _RIe,
1234
1304
  0,
1235
1305
  [_SC, _He, _BC, _J],
1236
1306
  [
1237
- () => ResponseInspectionStatusCode,
1238
- () => ResponseInspectionHeader,
1239
- () => ResponseInspectionBodyContains,
1240
- () => ResponseInspectionJson,
1307
+ () => ResponseInspectionStatusCode$,
1308
+ () => ResponseInspectionHeader$,
1309
+ () => ResponseInspectionBodyContains$,
1310
+ () => ResponseInspectionJson$,
1241
1311
  ],
1242
1312
  ];
1243
- export var ResponseInspectionBodyContains = [3, n0, _RIBC, 0, [_SSu, _FS], [64 | 0, 64 | 0]];
1244
- export var ResponseInspectionHeader = [3, n0, _RIH, 0, [_N, _SV, _FV], [0, 64 | 0, 64 | 0]];
1245
- export var ResponseInspectionJson = [3, n0, _RIJ, 0, [_I, _SV, _FV], [0, 64 | 0, 64 | 0]];
1246
- export var ResponseInspectionStatusCode = [3, n0, _RISC, 0, [_SCu, _FC], [64 | 1, 64 | 1]];
1247
- export var Rule = [
1313
+ export var ResponseInspectionBodyContains$ = [3, n0, _RIBC, 0, [_SSu, _FS], [64 | 0, 64 | 0]];
1314
+ export var ResponseInspectionHeader$ = [3, n0, _RIH, 0, [_N, _SV, _FV], [0, 64 | 0, 64 | 0]];
1315
+ export var ResponseInspectionJson$ = [3, n0, _RIJ, 0, [_I, _SV, _FV], [0, 64 | 0, 64 | 0]];
1316
+ export var ResponseInspectionStatusCode$ = [3, n0, _RISC, 0, [_SCu, _FC], [64 | 1, 64 | 1]];
1317
+ export var Rule$ = [
1248
1318
  3,
1249
1319
  n0,
1250
1320
  _Ru,
@@ -1253,25 +1323,25 @@ export var Rule = [
1253
1323
  [
1254
1324
  0,
1255
1325
  1,
1256
- () => Statement,
1257
- () => RuleAction,
1258
- () => OverrideAction,
1326
+ () => Statement$,
1327
+ () => RuleAction$,
1328
+ () => OverrideAction$,
1259
1329
  () => Labels,
1260
- () => VisibilityConfig,
1261
- () => CaptchaConfig,
1262
- () => ChallengeConfig,
1330
+ () => VisibilityConfig$,
1331
+ () => CaptchaConfig$,
1332
+ () => ChallengeConfig$,
1263
1333
  ],
1264
1334
  ];
1265
- export var RuleAction = [
1335
+ export var RuleAction$ = [
1266
1336
  3,
1267
1337
  n0,
1268
1338
  _RAu,
1269
1339
  0,
1270
1340
  [_Bl, _All, _Coun, _Ca, _Ch],
1271
- [() => BlockAction, () => AllowAction, () => CountAction, () => CaptchaAction, () => ChallengeAction],
1341
+ [() => BlockAction$, () => AllowAction$, () => CountAction$, () => CaptchaAction$, () => ChallengeAction$],
1272
1342
  ];
1273
- export var RuleActionOverride = [3, n0, _RAOu, 0, [_N, _ATU], [0, () => RuleAction]];
1274
- export var RuleGroup = [
1343
+ export var RuleActionOverride$ = [3, n0, _RAOu, 0, [_N, _ATU], [0, () => RuleAction$]];
1344
+ export var RuleGroup$ = [
1275
1345
  3,
1276
1346
  n0,
1277
1347
  _RG,
@@ -1284,14 +1354,14 @@ export var RuleGroup = [
1284
1354
  0,
1285
1355
  0,
1286
1356
  () => Rules,
1287
- () => VisibilityConfig,
1357
+ () => VisibilityConfig$,
1288
1358
  0,
1289
1359
  () => CustomResponseBodies,
1290
1360
  () => LabelSummaries,
1291
1361
  () => LabelSummaries,
1292
1362
  ],
1293
1363
  ];
1294
- export var RuleGroupReferenceStatement = [
1364
+ export var RuleGroupReferenceStatement$ = [
1295
1365
  3,
1296
1366
  n0,
1297
1367
  _RGRS,
@@ -1299,16 +1369,16 @@ export var RuleGroupReferenceStatement = [
1299
1369
  [_ARN, _ERx, _RAO],
1300
1370
  [0, () => ExcludedRules, () => RuleActionOverrides],
1301
1371
  ];
1302
- export var RuleGroupSummary = [3, n0, _RGS, 0, [_N, _Id, _D, _LT, _ARN], [0, 0, 0, 0, 0]];
1303
- export var RuleSummary = [3, n0, _RSu, 0, [_N, _A], [0, () => RuleAction]];
1304
- export var SampledHTTPRequest = [
1372
+ export var RuleGroupSummary$ = [3, n0, _RGS, 0, [_N, _Id, _D, _LT, _ARN], [0, 0, 0, 0, 0]];
1373
+ export var RuleSummary$ = [3, n0, _RSu, 0, [_N, _A], [0, () => RuleAction$]];
1374
+ export var SampledHTTPRequest$ = [
1305
1375
  3,
1306
1376
  n0,
1307
1377
  _SHTTPR,
1308
1378
  0,
1309
1379
  [_Req, _W, _Ti, _A, _RNWRG, _RHI, _RCS, _La, _CRa, _CRh, _OAv],
1310
1380
  [
1311
- () => HTTPRequest,
1381
+ () => HTTPRequest$,
1312
1382
  1,
1313
1383
  4,
1314
1384
  0,
@@ -1316,63 +1386,63 @@ export var SampledHTTPRequest = [
1316
1386
  () => HTTPHeaders,
1317
1387
  1,
1318
1388
  () => Labels,
1319
- () => CaptchaResponse,
1320
- () => ChallengeResponse,
1389
+ () => CaptchaResponse$,
1390
+ () => ChallengeResponse$,
1321
1391
  0,
1322
1392
  ],
1323
1393
  ];
1324
- export var SingleHeader = [3, n0, _SH, 0, [_N], [0]];
1325
- export var SingleQueryArgument = [3, n0, _SQA, 0, [_N], [0]];
1326
- export var SizeConstraintStatement = [
1394
+ export var SingleHeader$ = [3, n0, _SH, 0, [_N], [0]];
1395
+ export var SingleQueryArgument$ = [3, n0, _SQA, 0, [_N], [0]];
1396
+ export var SizeConstraintStatement$ = [
1327
1397
  3,
1328
1398
  n0,
1329
1399
  _SCS,
1330
1400
  0,
1331
1401
  [_FTM, _CO, _Si, _TT],
1332
- [() => FieldToMatch, 0, 1, () => TextTransformations],
1402
+ [() => FieldToMatch$, 0, 1, () => TextTransformations],
1333
1403
  ];
1334
- export var SqliMatchStatement = [
1404
+ export var SqliMatchStatement$ = [
1335
1405
  3,
1336
1406
  n0,
1337
1407
  _SMS,
1338
1408
  0,
1339
1409
  [_FTM, _TT, _SL],
1340
- [() => FieldToMatch, () => TextTransformations, 0],
1410
+ [() => FieldToMatch$, () => TextTransformations, 0],
1341
1411
  ];
1342
- export var Statement = [
1412
+ export var Statement$ = [
1343
1413
  3,
1344
1414
  n0,
1345
1415
  _St,
1346
1416
  0,
1347
1417
  [_BMS, _SMS, _XMS, _SCS, _GMS, _RGRS, _IPSRS, _RPSRS, _RBS, _AS, _OS, _NS, _MRGS, _LMS, _RMS, _AMS],
1348
1418
  [
1349
- () => ByteMatchStatement,
1350
- () => SqliMatchStatement,
1351
- () => XssMatchStatement,
1352
- () => SizeConstraintStatement,
1353
- () => GeoMatchStatement,
1354
- () => RuleGroupReferenceStatement,
1355
- () => IPSetReferenceStatement,
1356
- () => RegexPatternSetReferenceStatement,
1357
- () => RateBasedStatement,
1358
- () => AndStatement,
1359
- () => OrStatement,
1360
- () => NotStatement,
1361
- () => ManagedRuleGroupStatement,
1362
- () => LabelMatchStatement,
1363
- () => RegexMatchStatement,
1364
- () => AsnMatchStatement,
1419
+ () => ByteMatchStatement$,
1420
+ () => SqliMatchStatement$,
1421
+ () => XssMatchStatement$,
1422
+ () => SizeConstraintStatement$,
1423
+ () => GeoMatchStatement$,
1424
+ () => RuleGroupReferenceStatement$,
1425
+ () => IPSetReferenceStatement$,
1426
+ () => RegexPatternSetReferenceStatement$,
1427
+ () => RateBasedStatement$,
1428
+ () => AndStatement$,
1429
+ () => OrStatement$,
1430
+ () => NotStatement$,
1431
+ () => ManagedRuleGroupStatement$,
1432
+ () => LabelMatchStatement$,
1433
+ () => RegexMatchStatement$,
1434
+ () => AsnMatchStatement$,
1365
1435
  ],
1366
1436
  ];
1367
- export var Tag = [3, n0, _Ta, 0, [_K, _Val], [0, 0]];
1368
- export var TagInfoForResource = [3, n0, _TIFR, 0, [_RARN, _TL], [0, () => TagList]];
1369
- export var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _T], [0, () => TagList]];
1370
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1371
- export var TextTransformation = [3, n0, _TTe, 0, [_P, _Ty], [1, 0]];
1372
- export var TimeWindow = [3, n0, _TW, 0, [_STt, _ETn], [4, 4]];
1373
- export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
1374
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1375
- export var UpdateIPSetRequest = [
1437
+ export var Tag$ = [3, n0, _Ta, 0, [_K, _Val], [0, 0]];
1438
+ export var TagInfoForResource$ = [3, n0, _TIFR, 0, [_RARN, _TL], [0, () => TagList]];
1439
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARN, _T], [0, () => TagList]];
1440
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
1441
+ export var TextTransformation$ = [3, n0, _TTe, 0, [_P, _Ty], [1, 0]];
1442
+ export var TimeWindow$ = [3, n0, _TW, 0, [_STt, _ETn], [4, 4]];
1443
+ export var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
1444
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
1445
+ export var UpdateIPSetRequest$ = [
1376
1446
  3,
1377
1447
  n0,
1378
1448
  _UIPSR,
@@ -1380,8 +1450,8 @@ export var UpdateIPSetRequest = [
1380
1450
  [_N, _Sc, _Id, _D, _Ad, _LT],
1381
1451
  [0, 0, 0, 0, 64 | 0, 0],
1382
1452
  ];
1383
- export var UpdateIPSetResponse = [3, n0, _UIPSRp, 0, [_NLT], [0]];
1384
- export var UpdateManagedRuleSetVersionExpiryDateRequest = [
1453
+ export var UpdateIPSetResponse$ = [3, n0, _UIPSRp, 0, [_NLT], [0]];
1454
+ export var UpdateManagedRuleSetVersionExpiryDateRequest$ = [
1385
1455
  3,
1386
1456
  n0,
1387
1457
  _UMRSVEDR,
@@ -1389,7 +1459,7 @@ export var UpdateManagedRuleSetVersionExpiryDateRequest = [
1389
1459
  [_N, _Sc, _Id, _LT, _VTE, _ET],
1390
1460
  [0, 0, 0, 0, 0, 4],
1391
1461
  ];
1392
- export var UpdateManagedRuleSetVersionExpiryDateResponse = [
1462
+ export var UpdateManagedRuleSetVersionExpiryDateResponse$ = [
1393
1463
  3,
1394
1464
  n0,
1395
1465
  _UMRSVEDRp,
@@ -1397,7 +1467,7 @@ export var UpdateManagedRuleSetVersionExpiryDateResponse = [
1397
1467
  [_EV, _ET, _NLT],
1398
1468
  [0, 4, 0],
1399
1469
  ];
1400
- export var UpdateRegexPatternSetRequest = [
1470
+ export var UpdateRegexPatternSetRequest$ = [
1401
1471
  3,
1402
1472
  n0,
1403
1473
  _URPSR,
@@ -1405,17 +1475,17 @@ export var UpdateRegexPatternSetRequest = [
1405
1475
  [_N, _Sc, _Id, _D, _REL, _LT],
1406
1476
  [0, 0, 0, 0, () => RegularExpressionList, 0],
1407
1477
  ];
1408
- export var UpdateRegexPatternSetResponse = [3, n0, _URPSRp, 0, [_NLT], [0]];
1409
- export var UpdateRuleGroupRequest = [
1478
+ export var UpdateRegexPatternSetResponse$ = [3, n0, _URPSRp, 0, [_NLT], [0]];
1479
+ export var UpdateRuleGroupRequest$ = [
1410
1480
  3,
1411
1481
  n0,
1412
1482
  _URGR,
1413
1483
  0,
1414
1484
  [_N, _Sc, _Id, _D, _R, _VC, _LT, _CRB],
1415
- [0, 0, 0, 0, () => Rules, () => VisibilityConfig, 0, () => CustomResponseBodies],
1485
+ [0, 0, 0, 0, () => Rules, () => VisibilityConfig$, 0, () => CustomResponseBodies],
1416
1486
  ];
1417
- export var UpdateRuleGroupResponse = [3, n0, _URGRp, 0, [_NLT], [0]];
1418
- export var UpdateWebACLRequest = [
1487
+ export var UpdateRuleGroupResponse$ = [3, n0, _URGRp, 0, [_NLT], [0]];
1488
+ export var UpdateWebACLRequest$ = [
1419
1489
  3,
1420
1490
  n0,
1421
1491
  _UWACLR,
@@ -1425,34 +1495,34 @@ export var UpdateWebACLRequest = [
1425
1495
  0,
1426
1496
  0,
1427
1497
  0,
1428
- () => DefaultAction,
1498
+ () => DefaultAction$,
1429
1499
  0,
1430
1500
  () => Rules,
1431
- () => VisibilityConfig,
1432
- () => DataProtectionConfig,
1501
+ () => VisibilityConfig$,
1502
+ () => DataProtectionConfig$,
1433
1503
  0,
1434
1504
  () => CustomResponseBodies,
1435
- () => CaptchaConfig,
1436
- () => ChallengeConfig,
1505
+ () => CaptchaConfig$,
1506
+ () => ChallengeConfig$,
1437
1507
  64 | 0,
1438
- () => AssociationConfig,
1439
- () => OnSourceDDoSProtectionConfig,
1440
- () => ApplicationConfig,
1508
+ () => AssociationConfig$,
1509
+ () => OnSourceDDoSProtectionConfig$,
1510
+ () => ApplicationConfig$,
1441
1511
  ],
1442
1512
  ];
1443
- export var UpdateWebACLResponse = [3, n0, _UWACLRp, 0, [_NLT], [0]];
1444
- export var UriFragment = [3, n0, _UF, 0, [_FB], [0]];
1445
- export var UriPath = [3, n0, _UP, 0, [], []];
1446
- export var UsernameField = [3, n0, _UFs, 0, [_I], [0]];
1447
- export var VersionToPublish = [3, n0, _VTPe, 0, [_ARGA, _FL], [0, 1]];
1448
- export var VisibilityConfig = [3, n0, _VC, 0, [_SRE, _CWME, _MN], [2, 2, 0]];
1449
- export var WAFAssociatedItemException = [-3, n0, _WAFAIE, { [_e]: _c }, [_Me], [0]];
1450
- TypeRegistry.for(n0).registerError(WAFAssociatedItemException, __WAFAssociatedItemException);
1451
- export var WAFConfigurationWarningException = [-3, n0, _WAFCWE, { [_e]: _c }, [_Me], [0]];
1452
- TypeRegistry.for(n0).registerError(WAFConfigurationWarningException, __WAFConfigurationWarningException);
1453
- export var WAFDuplicateItemException = [-3, n0, _WAFDIE, { [_e]: _c }, [_Me], [0]];
1454
- TypeRegistry.for(n0).registerError(WAFDuplicateItemException, __WAFDuplicateItemException);
1455
- export var WAFExpiredManagedRuleGroupVersionException = [
1513
+ export var UpdateWebACLResponse$ = [3, n0, _UWACLRp, 0, [_NLT], [0]];
1514
+ export var UriFragment$ = [3, n0, _UF, 0, [_FB], [0]];
1515
+ export var UriPath$ = [3, n0, _UP, 0, [], []];
1516
+ export var UsernameField$ = [3, n0, _UFs, 0, [_I], [0]];
1517
+ export var VersionToPublish$ = [3, n0, _VTPe, 0, [_ARGA, _FL], [0, 1]];
1518
+ export var VisibilityConfig$ = [3, n0, _VC, 0, [_SRE, _CWME, _MN], [2, 2, 0]];
1519
+ export var WAFAssociatedItemException$ = [-3, n0, _WAFAIE, { [_e]: _c }, [_Me], [0]];
1520
+ TypeRegistry.for(n0).registerError(WAFAssociatedItemException$, WAFAssociatedItemException);
1521
+ export var WAFConfigurationWarningException$ = [-3, n0, _WAFCWE, { [_e]: _c }, [_Me], [0]];
1522
+ TypeRegistry.for(n0).registerError(WAFConfigurationWarningException$, WAFConfigurationWarningException);
1523
+ export var WAFDuplicateItemException$ = [-3, n0, _WAFDIE, { [_e]: _c }, [_Me], [0]];
1524
+ TypeRegistry.for(n0).registerError(WAFDuplicateItemException$, WAFDuplicateItemException);
1525
+ export var WAFExpiredManagedRuleGroupVersionException$ = [
1456
1526
  -3,
1457
1527
  n0,
1458
1528
  _WAFEMRGVE,
@@ -1460,8 +1530,8 @@ export var WAFExpiredManagedRuleGroupVersionException = [
1460
1530
  [_Me],
1461
1531
  [0],
1462
1532
  ];
1463
- TypeRegistry.for(n0).registerError(WAFExpiredManagedRuleGroupVersionException, __WAFExpiredManagedRuleGroupVersionException);
1464
- export var WAFFeatureNotIncludedInPricingPlanException = [
1533
+ TypeRegistry.for(n0).registerError(WAFExpiredManagedRuleGroupVersionException$, WAFExpiredManagedRuleGroupVersionException);
1534
+ export var WAFFeatureNotIncludedInPricingPlanException$ = [
1465
1535
  -3,
1466
1536
  n0,
1467
1537
  _WAFFNIIPPE,
@@ -1469,12 +1539,12 @@ export var WAFFeatureNotIncludedInPricingPlanException = [
1469
1539
  [_Me, _DFi],
1470
1540
  [0, () => DisallowedFeatures],
1471
1541
  ];
1472
- TypeRegistry.for(n0).registerError(WAFFeatureNotIncludedInPricingPlanException, __WAFFeatureNotIncludedInPricingPlanException);
1473
- export var WAFInternalErrorException = [-3, n0, _WAFIEE, { [_e]: _s }, [_Me], [0]];
1474
- TypeRegistry.for(n0).registerError(WAFInternalErrorException, __WAFInternalErrorException);
1475
- export var WAFInvalidOperationException = [-3, n0, _WAFIOE, { [_e]: _c }, [_Me], [0]];
1476
- TypeRegistry.for(n0).registerError(WAFInvalidOperationException, __WAFInvalidOperationException);
1477
- export var WAFInvalidParameterException = [
1542
+ TypeRegistry.for(n0).registerError(WAFFeatureNotIncludedInPricingPlanException$, WAFFeatureNotIncludedInPricingPlanException);
1543
+ export var WAFInternalErrorException$ = [-3, n0, _WAFIEE, { [_e]: _s }, [_Me], [0]];
1544
+ TypeRegistry.for(n0).registerError(WAFInternalErrorException$, WAFInternalErrorException);
1545
+ export var WAFInvalidOperationException$ = [-3, n0, _WAFIOE, { [_e]: _c }, [_Me], [0]];
1546
+ TypeRegistry.for(n0).registerError(WAFInvalidOperationException$, WAFInvalidOperationException);
1547
+ export var WAFInvalidParameterException$ = [
1478
1548
  -3,
1479
1549
  n0,
1480
1550
  _WAFIPE,
@@ -1482,32 +1552,39 @@ export var WAFInvalidParameterException = [
1482
1552
  [_m, _F, _Pa, _Rea],
1483
1553
  [0, 0, 0, 0],
1484
1554
  ];
1485
- TypeRegistry.for(n0).registerError(WAFInvalidParameterException, __WAFInvalidParameterException);
1486
- export var WAFInvalidPermissionPolicyException = [-3, n0, _WAFIPPE, { [_e]: _c }, [_Me], [0]];
1487
- TypeRegistry.for(n0).registerError(WAFInvalidPermissionPolicyException, __WAFInvalidPermissionPolicyException);
1488
- export var WAFInvalidResourceException = [-3, n0, _WAFIRE, { [_e]: _c }, [_Me], [0]];
1489
- TypeRegistry.for(n0).registerError(WAFInvalidResourceException, __WAFInvalidResourceException);
1490
- export var WAFLimitsExceededException = [-3, n0, _WAFLEE, { [_e]: _c }, [_Me, _STo], [0, 0]];
1491
- TypeRegistry.for(n0).registerError(WAFLimitsExceededException, __WAFLimitsExceededException);
1492
- export var WAFLogDestinationPermissionIssueException = [-3, n0, _WAFLDPIE, { [_e]: _c }, [_Me], [0]];
1493
- TypeRegistry.for(n0).registerError(WAFLogDestinationPermissionIssueException, __WAFLogDestinationPermissionIssueException);
1494
- export var WAFNonexistentItemException = [-3, n0, _WAFNIE, { [_e]: _c }, [_Me], [0]];
1495
- TypeRegistry.for(n0).registerError(WAFNonexistentItemException, __WAFNonexistentItemException);
1496
- export var WAFOptimisticLockException = [-3, n0, _WAFOLE, { [_e]: _c }, [_Me], [0]];
1497
- TypeRegistry.for(n0).registerError(WAFOptimisticLockException, __WAFOptimisticLockException);
1498
- export var WAFServiceLinkedRoleErrorException = [-3, n0, _WAFSLREE, { [_e]: _c }, [_m], [0]];
1499
- TypeRegistry.for(n0).registerError(WAFServiceLinkedRoleErrorException, __WAFServiceLinkedRoleErrorException);
1500
- export var WAFSubscriptionNotFoundException = [-3, n0, _WAFSNFE, { [_e]: _c }, [_Me], [0]];
1501
- TypeRegistry.for(n0).registerError(WAFSubscriptionNotFoundException, __WAFSubscriptionNotFoundException);
1502
- export var WAFTagOperationException = [-3, n0, _WAFTOE, { [_e]: _c }, [_Me], [0]];
1503
- TypeRegistry.for(n0).registerError(WAFTagOperationException, __WAFTagOperationException);
1504
- export var WAFTagOperationInternalErrorException = [-3, n0, _WAFTOIEE, { [_e]: _s }, [_Me], [0]];
1505
- TypeRegistry.for(n0).registerError(WAFTagOperationInternalErrorException, __WAFTagOperationInternalErrorException);
1506
- export var WAFUnavailableEntityException = [-3, n0, _WAFUEE, { [_e]: _c }, [_Me], [0]];
1507
- TypeRegistry.for(n0).registerError(WAFUnavailableEntityException, __WAFUnavailableEntityException);
1508
- export var WAFUnsupportedAggregateKeyTypeException = [-3, n0, _WAFUAKTE, { [_e]: _c }, [_Me], [0]];
1509
- TypeRegistry.for(n0).registerError(WAFUnsupportedAggregateKeyTypeException, __WAFUnsupportedAggregateKeyTypeException);
1510
- export var WebACL = [
1555
+ TypeRegistry.for(n0).registerError(WAFInvalidParameterException$, WAFInvalidParameterException);
1556
+ export var WAFInvalidPermissionPolicyException$ = [-3, n0, _WAFIPPE, { [_e]: _c }, [_Me], [0]];
1557
+ TypeRegistry.for(n0).registerError(WAFInvalidPermissionPolicyException$, WAFInvalidPermissionPolicyException);
1558
+ export var WAFInvalidResourceException$ = [-3, n0, _WAFIRE, { [_e]: _c }, [_Me], [0]];
1559
+ TypeRegistry.for(n0).registerError(WAFInvalidResourceException$, WAFInvalidResourceException);
1560
+ export var WAFLimitsExceededException$ = [-3, n0, _WAFLEE, { [_e]: _c }, [_Me, _STo], [0, 0]];
1561
+ TypeRegistry.for(n0).registerError(WAFLimitsExceededException$, WAFLimitsExceededException);
1562
+ export var WAFLogDestinationPermissionIssueException$ = [
1563
+ -3,
1564
+ n0,
1565
+ _WAFLDPIE,
1566
+ { [_e]: _c },
1567
+ [_Me],
1568
+ [0],
1569
+ ];
1570
+ TypeRegistry.for(n0).registerError(WAFLogDestinationPermissionIssueException$, WAFLogDestinationPermissionIssueException);
1571
+ export var WAFNonexistentItemException$ = [-3, n0, _WAFNIE, { [_e]: _c }, [_Me], [0]];
1572
+ TypeRegistry.for(n0).registerError(WAFNonexistentItemException$, WAFNonexistentItemException);
1573
+ export var WAFOptimisticLockException$ = [-3, n0, _WAFOLE, { [_e]: _c }, [_Me], [0]];
1574
+ TypeRegistry.for(n0).registerError(WAFOptimisticLockException$, WAFOptimisticLockException);
1575
+ export var WAFServiceLinkedRoleErrorException$ = [-3, n0, _WAFSLREE, { [_e]: _c }, [_m], [0]];
1576
+ TypeRegistry.for(n0).registerError(WAFServiceLinkedRoleErrorException$, WAFServiceLinkedRoleErrorException);
1577
+ export var WAFSubscriptionNotFoundException$ = [-3, n0, _WAFSNFE, { [_e]: _c }, [_Me], [0]];
1578
+ TypeRegistry.for(n0).registerError(WAFSubscriptionNotFoundException$, WAFSubscriptionNotFoundException);
1579
+ export var WAFTagOperationException$ = [-3, n0, _WAFTOE, { [_e]: _c }, [_Me], [0]];
1580
+ TypeRegistry.for(n0).registerError(WAFTagOperationException$, WAFTagOperationException);
1581
+ export var WAFTagOperationInternalErrorException$ = [-3, n0, _WAFTOIEE, { [_e]: _s }, [_Me], [0]];
1582
+ TypeRegistry.for(n0).registerError(WAFTagOperationInternalErrorException$, WAFTagOperationInternalErrorException);
1583
+ export var WAFUnavailableEntityException$ = [-3, n0, _WAFUEE, { [_e]: _c }, [_Me], [0]];
1584
+ TypeRegistry.for(n0).registerError(WAFUnavailableEntityException$, WAFUnavailableEntityException);
1585
+ export var WAFUnsupportedAggregateKeyTypeException$ = [-3, n0, _WAFUAKTE, { [_e]: _c }, [_Me], [0]];
1586
+ TypeRegistry.for(n0).registerError(WAFUnsupportedAggregateKeyTypeException$, WAFUnsupportedAggregateKeyTypeException);
1587
+ export var WebACL$ = [
1511
1588
  3,
1512
1589
  n0,
1513
1590
  _WACL,
@@ -1539,463 +1616,498 @@ export var WebACL = [
1539
1616
  0,
1540
1617
  0,
1541
1618
  0,
1542
- () => DefaultAction,
1619
+ () => DefaultAction$,
1543
1620
  0,
1544
1621
  () => Rules,
1545
- () => VisibilityConfig,
1546
- () => DataProtectionConfig,
1622
+ () => VisibilityConfig$,
1623
+ () => DataProtectionConfig$,
1547
1624
  1,
1548
1625
  () => FirewallManagerRuleGroups,
1549
1626
  () => FirewallManagerRuleGroups,
1550
1627
  2,
1551
1628
  0,
1552
1629
  () => CustomResponseBodies,
1553
- () => CaptchaConfig,
1554
- () => ChallengeConfig,
1630
+ () => CaptchaConfig$,
1631
+ () => ChallengeConfig$,
1555
1632
  64 | 0,
1556
- () => AssociationConfig,
1633
+ () => AssociationConfig$,
1557
1634
  2,
1558
- () => OnSourceDDoSProtectionConfig,
1559
- () => ApplicationConfig,
1635
+ () => OnSourceDDoSProtectionConfig$,
1636
+ () => ApplicationConfig$,
1560
1637
  ],
1561
1638
  ];
1562
- export var WebACLSummary = [3, n0, _WACLS, 0, [_N, _Id, _D, _LT, _ARN], [0, 0, 0, 0, 0]];
1563
- export var XssMatchStatement = [
1639
+ export var WebACLSummary$ = [3, n0, _WACLS, 0, [_N, _Id, _D, _LT, _ARN], [0, 0, 0, 0, 0]];
1640
+ export var XssMatchStatement$ = [
1564
1641
  3,
1565
1642
  n0,
1566
1643
  _XMS,
1567
1644
  0,
1568
1645
  [_FTM, _TT],
1569
- [() => FieldToMatch, () => TextTransformations],
1570
- ];
1571
- export var WAFV2ServiceException = [-3, _sm, "WAFV2ServiceException", 0, [], []];
1572
- TypeRegistry.for(_sm).registerError(WAFV2ServiceException, __WAFV2ServiceException);
1573
- export var AddressFields = [1, n0, _AFd, 0, () => AddressField];
1574
- export var APIKeySummaries = [1, n0, _APIKSe, 0, () => APIKeySummary];
1575
- export var APIKeyTokenDomains = 64 | 0;
1576
- export var ApplicationAttributes = [1, n0, _AApp, 0, () => ApplicationAttribute];
1577
- export var AsnList = 64 | 1;
1578
- export var AttributeValues = 64 | 0;
1579
- export var Conditions = [1, n0, _Cond, 0, () => Condition];
1580
- export var CookieNames = 64 | 0;
1581
- export var CountryCodes = 64 | 0;
1582
- export var CustomHTTPHeaders = [1, n0, _CHTTPHu, 0, () => CustomHTTPHeader];
1583
- export var DataProtections = [1, n0, _DPa, 0, () => DataProtection];
1584
- export var DisallowedFeatures = [1, n0, _DFi, 0, () => DisallowedFeature];
1585
- export var ExcludedRules = [1, n0, _ERx, 0, () => ExcludedRule];
1586
- export var FieldToProtectKeys = 64 | 0;
1587
- export var Filters = [1, n0, _Fil, 0, () => Filter];
1588
- export var FirewallManagerRuleGroups = [1, n0, _FMRGi, 0, () => FirewallManagerRuleGroup];
1589
- export var HeaderNames = 64 | 0;
1590
- export var HTTPHeaders = [1, n0, _HTTPHe, 0, () => HTTPHeader];
1591
- export var IPAddresses = 64 | 0;
1592
- export var IPSetSummaries = [1, n0, _IPSSe, 0, () => IPSetSummary];
1593
- export var JsonPointerPaths = 64 | 0;
1594
- export var Labels = [1, n0, _La, 0, () => Label];
1595
- export var LabelSummaries = [1, n0, _LSab, 0, () => LabelSummary];
1596
- export var LogDestinationConfigs = 64 | 0;
1597
- export var LoggingConfigurations = [1, n0, _LCo, 0, () => LoggingConfiguration];
1598
- export var ManagedProductDescriptors = [1, n0, _MPDa, 0, () => ManagedProductDescriptor];
1599
- export var ManagedRuleGroupConfigs = [1, n0, _MRGCa, 0, () => ManagedRuleGroupConfig];
1600
- export var ManagedRuleGroupSummaries = [1, n0, _MRGSan, 0, () => ManagedRuleGroupSummary];
1601
- export var ManagedRuleGroupVersions = [1, n0, _MRGVa, 0, () => ManagedRuleGroupVersion];
1602
- export var ManagedRuleSetSummaries = [1, n0, _MRSSa, 0, () => ManagedRuleSetSummary];
1603
- export var PhoneNumberFields = [1, n0, _PNFh, 0, () => PhoneNumberField];
1604
- export var RateBasedStatementCustomKeys = [1, n0, _RBSCKa, 0, () => RateBasedStatementCustomKey];
1605
- export var RedactedFields = [1, n0, _RF, 0, () => FieldToMatch];
1606
- export var RegexPatternSetSummaries = [1, n0, _RPSSe, 0, () => RegexPatternSetSummary];
1607
- export var RegularExpressionList = [1, n0, _REL, 0, () => Regex];
1608
- export var ReleaseSummaries = [1, n0, _RS, 0, () => ReleaseSummary];
1609
- export var ResourceArns = 64 | 0;
1610
- export var ResponseInspectionBodyContainsFailureStrings = 64 | 0;
1611
- export var ResponseInspectionBodyContainsSuccessStrings = 64 | 0;
1612
- export var ResponseInspectionHeaderFailureValues = 64 | 0;
1613
- export var ResponseInspectionHeaderSuccessValues = 64 | 0;
1614
- export var ResponseInspectionJsonFailureValues = 64 | 0;
1615
- export var ResponseInspectionJsonSuccessValues = 64 | 0;
1616
- export var ResponseInspectionStatusCodeFailureCodes = 64 | 1;
1617
- export var ResponseInspectionStatusCodeSuccessCodes = 64 | 1;
1618
- export var RuleActionOverrides = [1, n0, _RAO, 0, () => RuleActionOverride];
1619
- export var RuleGroupSummaries = [1, n0, _RGSu, 0, () => RuleGroupSummary];
1620
- export var Rules = [1, n0, _R, 0, () => Rule];
1621
- export var RuleSummaries = [1, n0, _RSul, 0, () => RuleSummary];
1622
- export var SampledHTTPRequests = [1, n0, _SHTTPRa, 0, () => SampledHTTPRequest];
1623
- export var Statements = [1, n0, _S, 0, () => Statement];
1624
- export var TagKeyList = 64 | 0;
1625
- export var TagList = [1, n0, _TL, 0, () => Tag];
1626
- export var TextTransformations = [1, n0, _TT, 0, () => TextTransformation];
1627
- export var TokenDomains = 64 | 0;
1628
- export var WebACLSummaries = [1, n0, _WACLSe, 0, () => WebACLSummary];
1629
- export var CustomResponseBodies = [2, n0, _CRB, 0, 0, () => CustomResponseBody];
1630
- export var PublishedVersions = [2, n0, _PV, 0, 0, () => ManagedRuleSetVersion];
1631
- export var RequestBody = [2, n0, _RB, 0, 0, () => RequestBodyAssociatedResourceTypeConfig];
1632
- export var VersionsToPublish = [2, n0, _VTP, 0, 0, () => VersionToPublish];
1633
- export var AssociateWebACL = [
1646
+ [() => FieldToMatch$, () => TextTransformations],
1647
+ ];
1648
+ export var WAFV2ServiceException$ = [-3, _sm, "WAFV2ServiceException", 0, [], []];
1649
+ TypeRegistry.for(_sm).registerError(WAFV2ServiceException$, WAFV2ServiceException);
1650
+ var AddressFields = [1, n0, _AFd, 0, () => AddressField$];
1651
+ var APIKeySummaries = [1, n0, _APIKSe, 0, () => APIKeySummary$];
1652
+ var APIKeyTokenDomains = 64 | 0;
1653
+ var ApplicationAttributes = [1, n0, _AApp, 0, () => ApplicationAttribute$];
1654
+ var AsnList = 64 | 1;
1655
+ var AttributeValues = 64 | 0;
1656
+ var Conditions = [1, n0, _Cond, 0, () => Condition$];
1657
+ var CookieNames = 64 | 0;
1658
+ var CountryCodes = 64 | 0;
1659
+ var CustomHTTPHeaders = [1, n0, _CHTTPHu, 0, () => CustomHTTPHeader$];
1660
+ var DataProtections = [1, n0, _DPa, 0, () => DataProtection$];
1661
+ var DisallowedFeatures = [1, n0, _DFi, 0, () => DisallowedFeature$];
1662
+ var ExcludedRules = [1, n0, _ERx, 0, () => ExcludedRule$];
1663
+ var FieldToProtectKeys = 64 | 0;
1664
+ var Filters = [1, n0, _Fil, 0, () => Filter$];
1665
+ var FirewallManagerRuleGroups = [1, n0, _FMRGi, 0, () => FirewallManagerRuleGroup$];
1666
+ var HeaderNames = 64 | 0;
1667
+ var HTTPHeaders = [1, n0, _HTTPHe, 0, () => HTTPHeader$];
1668
+ var IPAddresses = 64 | 0;
1669
+ var IPSetSummaries = [1, n0, _IPSSe, 0, () => IPSetSummary$];
1670
+ var JsonPointerPaths = 64 | 0;
1671
+ var Labels = [1, n0, _La, 0, () => Label$];
1672
+ var LabelSummaries = [1, n0, _LSab, 0, () => LabelSummary$];
1673
+ var LogDestinationConfigs = 64 | 0;
1674
+ var LoggingConfigurations = [1, n0, _LCo, 0, () => LoggingConfiguration$];
1675
+ var ManagedProductDescriptors = [1, n0, _MPDa, 0, () => ManagedProductDescriptor$];
1676
+ var ManagedRuleGroupConfigs = [1, n0, _MRGCa, 0, () => ManagedRuleGroupConfig$];
1677
+ var ManagedRuleGroupSummaries = [1, n0, _MRGSan, 0, () => ManagedRuleGroupSummary$];
1678
+ var ManagedRuleGroupVersions = [1, n0, _MRGVa, 0, () => ManagedRuleGroupVersion$];
1679
+ var ManagedRuleSetSummaries = [1, n0, _MRSSa, 0, () => ManagedRuleSetSummary$];
1680
+ var PhoneNumberFields = [1, n0, _PNFh, 0, () => PhoneNumberField$];
1681
+ var RateBasedStatementCustomKeys = [1, n0, _RBSCKa, 0, () => RateBasedStatementCustomKey$];
1682
+ var RedactedFields = [1, n0, _RF, 0, () => FieldToMatch$];
1683
+ var RegexPatternSetSummaries = [1, n0, _RPSSe, 0, () => RegexPatternSetSummary$];
1684
+ var RegularExpressionList = [1, n0, _REL, 0, () => Regex$];
1685
+ var ReleaseSummaries = [1, n0, _RS, 0, () => ReleaseSummary$];
1686
+ var ResourceArns = 64 | 0;
1687
+ var ResponseInspectionBodyContainsFailureStrings = 64 | 0;
1688
+ var ResponseInspectionBodyContainsSuccessStrings = 64 | 0;
1689
+ var ResponseInspectionHeaderFailureValues = 64 | 0;
1690
+ var ResponseInspectionHeaderSuccessValues = 64 | 0;
1691
+ var ResponseInspectionJsonFailureValues = 64 | 0;
1692
+ var ResponseInspectionJsonSuccessValues = 64 | 0;
1693
+ var ResponseInspectionStatusCodeFailureCodes = 64 | 1;
1694
+ var ResponseInspectionStatusCodeSuccessCodes = 64 | 1;
1695
+ var RuleActionOverrides = [1, n0, _RAO, 0, () => RuleActionOverride$];
1696
+ var RuleGroupSummaries = [1, n0, _RGSu, 0, () => RuleGroupSummary$];
1697
+ var Rules = [1, n0, _R, 0, () => Rule$];
1698
+ var RuleSummaries = [1, n0, _RSul, 0, () => RuleSummary$];
1699
+ var SampledHTTPRequests = [1, n0, _SHTTPRa, 0, () => SampledHTTPRequest$];
1700
+ var Statements = [1, n0, _S, 0, () => Statement$];
1701
+ var TagKeyList = 64 | 0;
1702
+ var TagList = [1, n0, _TL, 0, () => Tag$];
1703
+ var TextTransformations = [1, n0, _TT, 0, () => TextTransformation$];
1704
+ var TokenDomains = 64 | 0;
1705
+ var WebACLSummaries = [1, n0, _WACLSe, 0, () => WebACLSummary$];
1706
+ var CustomResponseBodies = [2, n0, _CRB, 0, 0, () => CustomResponseBody$];
1707
+ var PublishedVersions = [2, n0, _PV, 0, 0, () => ManagedRuleSetVersion$];
1708
+ var RequestBody = [2, n0, _RB, 0, 0, () => RequestBodyAssociatedResourceTypeConfig$];
1709
+ var VersionsToPublish = [2, n0, _VTP, 0, 0, () => VersionToPublish$];
1710
+ export var AssociateWebACL$ = [
1634
1711
  9,
1635
1712
  n0,
1636
1713
  _AWACL,
1637
1714
  0,
1638
- () => AssociateWebACLRequest,
1639
- () => AssociateWebACLResponse,
1715
+ () => AssociateWebACLRequest$,
1716
+ () => AssociateWebACLResponse$,
1640
1717
  ];
1641
- export var CheckCapacity = [
1718
+ export var CheckCapacity$ = [
1642
1719
  9,
1643
1720
  n0,
1644
1721
  _CChe,
1645
1722
  0,
1646
- () => CheckCapacityRequest,
1647
- () => CheckCapacityResponse,
1723
+ () => CheckCapacityRequest$,
1724
+ () => CheckCapacityResponse$,
1648
1725
  ];
1649
- export var CreateAPIKey = [
1726
+ export var CreateAPIKey$ = [
1650
1727
  9,
1651
1728
  n0,
1652
1729
  _CAPIK,
1653
1730
  0,
1654
- () => CreateAPIKeyRequest,
1655
- () => CreateAPIKeyResponse,
1731
+ () => CreateAPIKeyRequest$,
1732
+ () => CreateAPIKeyResponse$,
1733
+ ];
1734
+ export var CreateIPSet$ = [
1735
+ 9,
1736
+ n0,
1737
+ _CIPS,
1738
+ 0,
1739
+ () => CreateIPSetRequest$,
1740
+ () => CreateIPSetResponse$,
1656
1741
  ];
1657
- export var CreateIPSet = [9, n0, _CIPS, 0, () => CreateIPSetRequest, () => CreateIPSetResponse];
1658
- export var CreateRegexPatternSet = [
1742
+ export var CreateRegexPatternSet$ = [
1659
1743
  9,
1660
1744
  n0,
1661
1745
  _CRPS,
1662
1746
  0,
1663
- () => CreateRegexPatternSetRequest,
1664
- () => CreateRegexPatternSetResponse,
1747
+ () => CreateRegexPatternSetRequest$,
1748
+ () => CreateRegexPatternSetResponse$,
1665
1749
  ];
1666
- export var CreateRuleGroup = [
1750
+ export var CreateRuleGroup$ = [
1667
1751
  9,
1668
1752
  n0,
1669
1753
  _CRG,
1670
1754
  0,
1671
- () => CreateRuleGroupRequest,
1672
- () => CreateRuleGroupResponse,
1755
+ () => CreateRuleGroupRequest$,
1756
+ () => CreateRuleGroupResponse$,
1673
1757
  ];
1674
- export var CreateWebACL = [
1758
+ export var CreateWebACL$ = [
1675
1759
  9,
1676
1760
  n0,
1677
1761
  _CWACL,
1678
1762
  0,
1679
- () => CreateWebACLRequest,
1680
- () => CreateWebACLResponse,
1763
+ () => CreateWebACLRequest$,
1764
+ () => CreateWebACLResponse$,
1681
1765
  ];
1682
- export var DeleteAPIKey = [
1766
+ export var DeleteAPIKey$ = [
1683
1767
  9,
1684
1768
  n0,
1685
1769
  _DAPIK,
1686
1770
  0,
1687
- () => DeleteAPIKeyRequest,
1688
- () => DeleteAPIKeyResponse,
1771
+ () => DeleteAPIKeyRequest$,
1772
+ () => DeleteAPIKeyResponse$,
1689
1773
  ];
1690
- export var DeleteFirewallManagerRuleGroups = [
1774
+ export var DeleteFirewallManagerRuleGroups$ = [
1691
1775
  9,
1692
1776
  n0,
1693
1777
  _DFMRG,
1694
1778
  0,
1695
- () => DeleteFirewallManagerRuleGroupsRequest,
1696
- () => DeleteFirewallManagerRuleGroupsResponse,
1779
+ () => DeleteFirewallManagerRuleGroupsRequest$,
1780
+ () => DeleteFirewallManagerRuleGroupsResponse$,
1697
1781
  ];
1698
- export var DeleteIPSet = [9, n0, _DIPS, 0, () => DeleteIPSetRequest, () => DeleteIPSetResponse];
1699
- export var DeleteLoggingConfiguration = [
1782
+ export var DeleteIPSet$ = [
1783
+ 9,
1784
+ n0,
1785
+ _DIPS,
1786
+ 0,
1787
+ () => DeleteIPSetRequest$,
1788
+ () => DeleteIPSetResponse$,
1789
+ ];
1790
+ export var DeleteLoggingConfiguration$ = [
1700
1791
  9,
1701
1792
  n0,
1702
1793
  _DLC,
1703
1794
  0,
1704
- () => DeleteLoggingConfigurationRequest,
1705
- () => DeleteLoggingConfigurationResponse,
1795
+ () => DeleteLoggingConfigurationRequest$,
1796
+ () => DeleteLoggingConfigurationResponse$,
1706
1797
  ];
1707
- export var DeletePermissionPolicy = [
1798
+ export var DeletePermissionPolicy$ = [
1708
1799
  9,
1709
1800
  n0,
1710
1801
  _DPP,
1711
1802
  0,
1712
- () => DeletePermissionPolicyRequest,
1713
- () => DeletePermissionPolicyResponse,
1803
+ () => DeletePermissionPolicyRequest$,
1804
+ () => DeletePermissionPolicyResponse$,
1714
1805
  ];
1715
- export var DeleteRegexPatternSet = [
1806
+ export var DeleteRegexPatternSet$ = [
1716
1807
  9,
1717
1808
  n0,
1718
1809
  _DRPS,
1719
1810
  0,
1720
- () => DeleteRegexPatternSetRequest,
1721
- () => DeleteRegexPatternSetResponse,
1811
+ () => DeleteRegexPatternSetRequest$,
1812
+ () => DeleteRegexPatternSetResponse$,
1722
1813
  ];
1723
- export var DeleteRuleGroup = [
1814
+ export var DeleteRuleGroup$ = [
1724
1815
  9,
1725
1816
  n0,
1726
1817
  _DRG,
1727
1818
  0,
1728
- () => DeleteRuleGroupRequest,
1729
- () => DeleteRuleGroupResponse,
1819
+ () => DeleteRuleGroupRequest$,
1820
+ () => DeleteRuleGroupResponse$,
1730
1821
  ];
1731
- export var DeleteWebACL = [
1822
+ export var DeleteWebACL$ = [
1732
1823
  9,
1733
1824
  n0,
1734
1825
  _DWACL,
1735
1826
  0,
1736
- () => DeleteWebACLRequest,
1737
- () => DeleteWebACLResponse,
1827
+ () => DeleteWebACLRequest$,
1828
+ () => DeleteWebACLResponse$,
1738
1829
  ];
1739
- export var DescribeAllManagedProducts = [
1830
+ export var DescribeAllManagedProducts$ = [
1740
1831
  9,
1741
1832
  n0,
1742
1833
  _DAMP,
1743
1834
  0,
1744
- () => DescribeAllManagedProductsRequest,
1745
- () => DescribeAllManagedProductsResponse,
1835
+ () => DescribeAllManagedProductsRequest$,
1836
+ () => DescribeAllManagedProductsResponse$,
1746
1837
  ];
1747
- export var DescribeManagedProductsByVendor = [
1838
+ export var DescribeManagedProductsByVendor$ = [
1748
1839
  9,
1749
1840
  n0,
1750
1841
  _DMPBV,
1751
1842
  0,
1752
- () => DescribeManagedProductsByVendorRequest,
1753
- () => DescribeManagedProductsByVendorResponse,
1843
+ () => DescribeManagedProductsByVendorRequest$,
1844
+ () => DescribeManagedProductsByVendorResponse$,
1754
1845
  ];
1755
- export var DescribeManagedRuleGroup = [
1846
+ export var DescribeManagedRuleGroup$ = [
1756
1847
  9,
1757
1848
  n0,
1758
1849
  _DMRG,
1759
1850
  0,
1760
- () => DescribeManagedRuleGroupRequest,
1761
- () => DescribeManagedRuleGroupResponse,
1851
+ () => DescribeManagedRuleGroupRequest$,
1852
+ () => DescribeManagedRuleGroupResponse$,
1762
1853
  ];
1763
- export var DisassociateWebACL = [
1854
+ export var DisassociateWebACL$ = [
1764
1855
  9,
1765
1856
  n0,
1766
1857
  _DWACLi,
1767
1858
  0,
1768
- () => DisassociateWebACLRequest,
1769
- () => DisassociateWebACLResponse,
1859
+ () => DisassociateWebACLRequest$,
1860
+ () => DisassociateWebACLResponse$,
1770
1861
  ];
1771
- export var GenerateMobileSdkReleaseUrl = [
1862
+ export var GenerateMobileSdkReleaseUrl$ = [
1772
1863
  9,
1773
1864
  n0,
1774
1865
  _GMSRU,
1775
1866
  0,
1776
- () => GenerateMobileSdkReleaseUrlRequest,
1777
- () => GenerateMobileSdkReleaseUrlResponse,
1867
+ () => GenerateMobileSdkReleaseUrlRequest$,
1868
+ () => GenerateMobileSdkReleaseUrlResponse$,
1778
1869
  ];
1779
- export var GetDecryptedAPIKey = [
1870
+ export var GetDecryptedAPIKey$ = [
1780
1871
  9,
1781
1872
  n0,
1782
1873
  _GDAPIK,
1783
1874
  0,
1784
- () => GetDecryptedAPIKeyRequest,
1785
- () => GetDecryptedAPIKeyResponse,
1875
+ () => GetDecryptedAPIKeyRequest$,
1876
+ () => GetDecryptedAPIKeyResponse$,
1786
1877
  ];
1787
- export var GetIPSet = [9, n0, _GIPS, 0, () => GetIPSetRequest, () => GetIPSetResponse];
1788
- export var GetLoggingConfiguration = [
1878
+ export var GetIPSet$ = [9, n0, _GIPS, 0, () => GetIPSetRequest$, () => GetIPSetResponse$];
1879
+ export var GetLoggingConfiguration$ = [
1789
1880
  9,
1790
1881
  n0,
1791
1882
  _GLC,
1792
1883
  0,
1793
- () => GetLoggingConfigurationRequest,
1794
- () => GetLoggingConfigurationResponse,
1884
+ () => GetLoggingConfigurationRequest$,
1885
+ () => GetLoggingConfigurationResponse$,
1795
1886
  ];
1796
- export var GetManagedRuleSet = [
1887
+ export var GetManagedRuleSet$ = [
1797
1888
  9,
1798
1889
  n0,
1799
1890
  _GMRS,
1800
1891
  0,
1801
- () => GetManagedRuleSetRequest,
1802
- () => GetManagedRuleSetResponse,
1892
+ () => GetManagedRuleSetRequest$,
1893
+ () => GetManagedRuleSetResponse$,
1803
1894
  ];
1804
- export var GetMobileSdkRelease = [
1895
+ export var GetMobileSdkRelease$ = [
1805
1896
  9,
1806
1897
  n0,
1807
1898
  _GMSR,
1808
1899
  0,
1809
- () => GetMobileSdkReleaseRequest,
1810
- () => GetMobileSdkReleaseResponse,
1900
+ () => GetMobileSdkReleaseRequest$,
1901
+ () => GetMobileSdkReleaseResponse$,
1811
1902
  ];
1812
- export var GetPermissionPolicy = [
1903
+ export var GetPermissionPolicy$ = [
1813
1904
  9,
1814
1905
  n0,
1815
1906
  _GPP,
1816
1907
  0,
1817
- () => GetPermissionPolicyRequest,
1818
- () => GetPermissionPolicyResponse,
1908
+ () => GetPermissionPolicyRequest$,
1909
+ () => GetPermissionPolicyResponse$,
1819
1910
  ];
1820
- export var GetRateBasedStatementManagedKeys = [
1911
+ export var GetRateBasedStatementManagedKeys$ = [
1821
1912
  9,
1822
1913
  n0,
1823
1914
  _GRBSMK,
1824
1915
  0,
1825
- () => GetRateBasedStatementManagedKeysRequest,
1826
- () => GetRateBasedStatementManagedKeysResponse,
1916
+ () => GetRateBasedStatementManagedKeysRequest$,
1917
+ () => GetRateBasedStatementManagedKeysResponse$,
1827
1918
  ];
1828
- export var GetRegexPatternSet = [
1919
+ export var GetRegexPatternSet$ = [
1829
1920
  9,
1830
1921
  n0,
1831
1922
  _GRPS,
1832
1923
  0,
1833
- () => GetRegexPatternSetRequest,
1834
- () => GetRegexPatternSetResponse,
1924
+ () => GetRegexPatternSetRequest$,
1925
+ () => GetRegexPatternSetResponse$,
1835
1926
  ];
1836
- export var GetRuleGroup = [
1927
+ export var GetRuleGroup$ = [
1837
1928
  9,
1838
1929
  n0,
1839
1930
  _GRG,
1840
1931
  0,
1841
- () => GetRuleGroupRequest,
1842
- () => GetRuleGroupResponse,
1932
+ () => GetRuleGroupRequest$,
1933
+ () => GetRuleGroupResponse$,
1843
1934
  ];
1844
- export var GetSampledRequests = [
1935
+ export var GetSampledRequests$ = [
1845
1936
  9,
1846
1937
  n0,
1847
1938
  _GSR,
1848
1939
  0,
1849
- () => GetSampledRequestsRequest,
1850
- () => GetSampledRequestsResponse,
1940
+ () => GetSampledRequestsRequest$,
1941
+ () => GetSampledRequestsResponse$,
1851
1942
  ];
1852
- export var GetWebACL = [9, n0, _GWACL, 0, () => GetWebACLRequest, () => GetWebACLResponse];
1853
- export var GetWebACLForResource = [
1943
+ export var GetWebACL$ = [9, n0, _GWACL, 0, () => GetWebACLRequest$, () => GetWebACLResponse$];
1944
+ export var GetWebACLForResource$ = [
1854
1945
  9,
1855
1946
  n0,
1856
1947
  _GWACLFR,
1857
1948
  0,
1858
- () => GetWebACLForResourceRequest,
1859
- () => GetWebACLForResourceResponse,
1949
+ () => GetWebACLForResourceRequest$,
1950
+ () => GetWebACLForResourceResponse$,
1951
+ ];
1952
+ export var ListAPIKeys$ = [
1953
+ 9,
1954
+ n0,
1955
+ _LAPIK,
1956
+ 0,
1957
+ () => ListAPIKeysRequest$,
1958
+ () => ListAPIKeysResponse$,
1860
1959
  ];
1861
- export var ListAPIKeys = [9, n0, _LAPIK, 0, () => ListAPIKeysRequest, () => ListAPIKeysResponse];
1862
- export var ListAvailableManagedRuleGroups = [
1960
+ export var ListAvailableManagedRuleGroups$ = [
1863
1961
  9,
1864
1962
  n0,
1865
1963
  _LAMRG,
1866
1964
  0,
1867
- () => ListAvailableManagedRuleGroupsRequest,
1868
- () => ListAvailableManagedRuleGroupsResponse,
1965
+ () => ListAvailableManagedRuleGroupsRequest$,
1966
+ () => ListAvailableManagedRuleGroupsResponse$,
1869
1967
  ];
1870
- export var ListAvailableManagedRuleGroupVersions = [
1968
+ export var ListAvailableManagedRuleGroupVersions$ = [
1871
1969
  9,
1872
1970
  n0,
1873
1971
  _LAMRGV,
1874
1972
  0,
1875
- () => ListAvailableManagedRuleGroupVersionsRequest,
1876
- () => ListAvailableManagedRuleGroupVersionsResponse,
1973
+ () => ListAvailableManagedRuleGroupVersionsRequest$,
1974
+ () => ListAvailableManagedRuleGroupVersionsResponse$,
1877
1975
  ];
1878
- export var ListIPSets = [9, n0, _LIPS, 0, () => ListIPSetsRequest, () => ListIPSetsResponse];
1879
- export var ListLoggingConfigurations = [
1976
+ export var ListIPSets$ = [9, n0, _LIPS, 0, () => ListIPSetsRequest$, () => ListIPSetsResponse$];
1977
+ export var ListLoggingConfigurations$ = [
1880
1978
  9,
1881
1979
  n0,
1882
1980
  _LLC,
1883
1981
  0,
1884
- () => ListLoggingConfigurationsRequest,
1885
- () => ListLoggingConfigurationsResponse,
1982
+ () => ListLoggingConfigurationsRequest$,
1983
+ () => ListLoggingConfigurationsResponse$,
1886
1984
  ];
1887
- export var ListManagedRuleSets = [
1985
+ export var ListManagedRuleSets$ = [
1888
1986
  9,
1889
1987
  n0,
1890
1988
  _LMRS,
1891
1989
  0,
1892
- () => ListManagedRuleSetsRequest,
1893
- () => ListManagedRuleSetsResponse,
1990
+ () => ListManagedRuleSetsRequest$,
1991
+ () => ListManagedRuleSetsResponse$,
1894
1992
  ];
1895
- export var ListMobileSdkReleases = [
1993
+ export var ListMobileSdkReleases$ = [
1896
1994
  9,
1897
1995
  n0,
1898
1996
  _LMSR,
1899
1997
  0,
1900
- () => ListMobileSdkReleasesRequest,
1901
- () => ListMobileSdkReleasesResponse,
1998
+ () => ListMobileSdkReleasesRequest$,
1999
+ () => ListMobileSdkReleasesResponse$,
1902
2000
  ];
1903
- export var ListRegexPatternSets = [
2001
+ export var ListRegexPatternSets$ = [
1904
2002
  9,
1905
2003
  n0,
1906
2004
  _LRPS,
1907
2005
  0,
1908
- () => ListRegexPatternSetsRequest,
1909
- () => ListRegexPatternSetsResponse,
2006
+ () => ListRegexPatternSetsRequest$,
2007
+ () => ListRegexPatternSetsResponse$,
1910
2008
  ];
1911
- export var ListResourcesForWebACL = [
2009
+ export var ListResourcesForWebACL$ = [
1912
2010
  9,
1913
2011
  n0,
1914
2012
  _LRFWACL,
1915
2013
  0,
1916
- () => ListResourcesForWebACLRequest,
1917
- () => ListResourcesForWebACLResponse,
2014
+ () => ListResourcesForWebACLRequest$,
2015
+ () => ListResourcesForWebACLResponse$,
1918
2016
  ];
1919
- export var ListRuleGroups = [
2017
+ export var ListRuleGroups$ = [
1920
2018
  9,
1921
2019
  n0,
1922
2020
  _LRG,
1923
2021
  0,
1924
- () => ListRuleGroupsRequest,
1925
- () => ListRuleGroupsResponse,
2022
+ () => ListRuleGroupsRequest$,
2023
+ () => ListRuleGroupsResponse$,
1926
2024
  ];
1927
- export var ListTagsForResource = [
2025
+ export var ListTagsForResource$ = [
1928
2026
  9,
1929
2027
  n0,
1930
2028
  _LTFR,
1931
2029
  0,
1932
- () => ListTagsForResourceRequest,
1933
- () => ListTagsForResourceResponse,
2030
+ () => ListTagsForResourceRequest$,
2031
+ () => ListTagsForResourceResponse$,
1934
2032
  ];
1935
- export var ListWebACLs = [9, n0, _LWACL, 0, () => ListWebACLsRequest, () => ListWebACLsResponse];
1936
- export var PutLoggingConfiguration = [
2033
+ export var ListWebACLs$ = [
2034
+ 9,
2035
+ n0,
2036
+ _LWACL,
2037
+ 0,
2038
+ () => ListWebACLsRequest$,
2039
+ () => ListWebACLsResponse$,
2040
+ ];
2041
+ export var PutLoggingConfiguration$ = [
1937
2042
  9,
1938
2043
  n0,
1939
2044
  _PLC,
1940
2045
  0,
1941
- () => PutLoggingConfigurationRequest,
1942
- () => PutLoggingConfigurationResponse,
2046
+ () => PutLoggingConfigurationRequest$,
2047
+ () => PutLoggingConfigurationResponse$,
1943
2048
  ];
1944
- export var PutManagedRuleSetVersions = [
2049
+ export var PutManagedRuleSetVersions$ = [
1945
2050
  9,
1946
2051
  n0,
1947
2052
  _PMRSV,
1948
2053
  0,
1949
- () => PutManagedRuleSetVersionsRequest,
1950
- () => PutManagedRuleSetVersionsResponse,
2054
+ () => PutManagedRuleSetVersionsRequest$,
2055
+ () => PutManagedRuleSetVersionsResponse$,
1951
2056
  ];
1952
- export var PutPermissionPolicy = [
2057
+ export var PutPermissionPolicy$ = [
1953
2058
  9,
1954
2059
  n0,
1955
2060
  _PPP,
1956
2061
  0,
1957
- () => PutPermissionPolicyRequest,
1958
- () => PutPermissionPolicyResponse,
2062
+ () => PutPermissionPolicyRequest$,
2063
+ () => PutPermissionPolicyResponse$,
1959
2064
  ];
1960
- export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
1961
- export var UntagResource = [
2065
+ export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
2066
+ export var UntagResource$ = [
1962
2067
  9,
1963
2068
  n0,
1964
2069
  _UR,
1965
2070
  0,
1966
- () => UntagResourceRequest,
1967
- () => UntagResourceResponse,
2071
+ () => UntagResourceRequest$,
2072
+ () => UntagResourceResponse$,
2073
+ ];
2074
+ export var UpdateIPSet$ = [
2075
+ 9,
2076
+ n0,
2077
+ _UIPS,
2078
+ 0,
2079
+ () => UpdateIPSetRequest$,
2080
+ () => UpdateIPSetResponse$,
1968
2081
  ];
1969
- export var UpdateIPSet = [9, n0, _UIPS, 0, () => UpdateIPSetRequest, () => UpdateIPSetResponse];
1970
- export var UpdateManagedRuleSetVersionExpiryDate = [
2082
+ export var UpdateManagedRuleSetVersionExpiryDate$ = [
1971
2083
  9,
1972
2084
  n0,
1973
2085
  _UMRSVED,
1974
2086
  0,
1975
- () => UpdateManagedRuleSetVersionExpiryDateRequest,
1976
- () => UpdateManagedRuleSetVersionExpiryDateResponse,
2087
+ () => UpdateManagedRuleSetVersionExpiryDateRequest$,
2088
+ () => UpdateManagedRuleSetVersionExpiryDateResponse$,
1977
2089
  ];
1978
- export var UpdateRegexPatternSet = [
2090
+ export var UpdateRegexPatternSet$ = [
1979
2091
  9,
1980
2092
  n0,
1981
2093
  _URPS,
1982
2094
  0,
1983
- () => UpdateRegexPatternSetRequest,
1984
- () => UpdateRegexPatternSetResponse,
2095
+ () => UpdateRegexPatternSetRequest$,
2096
+ () => UpdateRegexPatternSetResponse$,
1985
2097
  ];
1986
- export var UpdateRuleGroup = [
2098
+ export var UpdateRuleGroup$ = [
1987
2099
  9,
1988
2100
  n0,
1989
2101
  _URG,
1990
2102
  0,
1991
- () => UpdateRuleGroupRequest,
1992
- () => UpdateRuleGroupResponse,
2103
+ () => UpdateRuleGroupRequest$,
2104
+ () => UpdateRuleGroupResponse$,
1993
2105
  ];
1994
- export var UpdateWebACL = [
2106
+ export var UpdateWebACL$ = [
1995
2107
  9,
1996
2108
  n0,
1997
2109
  _UWACL,
1998
2110
  0,
1999
- () => UpdateWebACLRequest,
2000
- () => UpdateWebACLResponse,
2111
+ () => UpdateWebACLRequest$,
2112
+ () => UpdateWebACLResponse$,
2001
2113
  ];