@aws-sdk/client-waf 3.952.0 → 3.954.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 (97) hide show
  1. package/dist-cjs/index.js +1037 -654
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/CreateByteMatchSetCommand.js +2 -2
  4. package/dist-es/commands/CreateGeoMatchSetCommand.js +2 -2
  5. package/dist-es/commands/CreateIPSetCommand.js +2 -2
  6. package/dist-es/commands/CreateRateBasedRuleCommand.js +2 -2
  7. package/dist-es/commands/CreateRegexMatchSetCommand.js +2 -2
  8. package/dist-es/commands/CreateRegexPatternSetCommand.js +2 -2
  9. package/dist-es/commands/CreateRuleCommand.js +2 -2
  10. package/dist-es/commands/CreateRuleGroupCommand.js +2 -2
  11. package/dist-es/commands/CreateSizeConstraintSetCommand.js +2 -2
  12. package/dist-es/commands/CreateSqlInjectionMatchSetCommand.js +2 -2
  13. package/dist-es/commands/CreateWebACLCommand.js +2 -2
  14. package/dist-es/commands/CreateWebACLMigrationStackCommand.js +2 -2
  15. package/dist-es/commands/CreateXssMatchSetCommand.js +2 -2
  16. package/dist-es/commands/DeleteByteMatchSetCommand.js +2 -2
  17. package/dist-es/commands/DeleteGeoMatchSetCommand.js +2 -2
  18. package/dist-es/commands/DeleteIPSetCommand.js +2 -2
  19. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +2 -2
  20. package/dist-es/commands/DeletePermissionPolicyCommand.js +2 -2
  21. package/dist-es/commands/DeleteRateBasedRuleCommand.js +2 -2
  22. package/dist-es/commands/DeleteRegexMatchSetCommand.js +2 -2
  23. package/dist-es/commands/DeleteRegexPatternSetCommand.js +2 -2
  24. package/dist-es/commands/DeleteRuleCommand.js +2 -2
  25. package/dist-es/commands/DeleteRuleGroupCommand.js +2 -2
  26. package/dist-es/commands/DeleteSizeConstraintSetCommand.js +2 -2
  27. package/dist-es/commands/DeleteSqlInjectionMatchSetCommand.js +2 -2
  28. package/dist-es/commands/DeleteWebACLCommand.js +2 -2
  29. package/dist-es/commands/DeleteXssMatchSetCommand.js +2 -2
  30. package/dist-es/commands/GetByteMatchSetCommand.js +2 -2
  31. package/dist-es/commands/GetChangeTokenCommand.js +2 -2
  32. package/dist-es/commands/GetChangeTokenStatusCommand.js +2 -2
  33. package/dist-es/commands/GetGeoMatchSetCommand.js +2 -2
  34. package/dist-es/commands/GetIPSetCommand.js +2 -2
  35. package/dist-es/commands/GetLoggingConfigurationCommand.js +2 -2
  36. package/dist-es/commands/GetPermissionPolicyCommand.js +2 -2
  37. package/dist-es/commands/GetRateBasedRuleCommand.js +2 -2
  38. package/dist-es/commands/GetRateBasedRuleManagedKeysCommand.js +2 -2
  39. package/dist-es/commands/GetRegexMatchSetCommand.js +2 -2
  40. package/dist-es/commands/GetRegexPatternSetCommand.js +2 -2
  41. package/dist-es/commands/GetRuleCommand.js +2 -2
  42. package/dist-es/commands/GetRuleGroupCommand.js +2 -2
  43. package/dist-es/commands/GetSampledRequestsCommand.js +2 -2
  44. package/dist-es/commands/GetSizeConstraintSetCommand.js +2 -2
  45. package/dist-es/commands/GetSqlInjectionMatchSetCommand.js +2 -2
  46. package/dist-es/commands/GetWebACLCommand.js +2 -2
  47. package/dist-es/commands/GetXssMatchSetCommand.js +2 -2
  48. package/dist-es/commands/ListActivatedRulesInRuleGroupCommand.js +2 -2
  49. package/dist-es/commands/ListByteMatchSetsCommand.js +2 -2
  50. package/dist-es/commands/ListGeoMatchSetsCommand.js +2 -2
  51. package/dist-es/commands/ListIPSetsCommand.js +2 -2
  52. package/dist-es/commands/ListLoggingConfigurationsCommand.js +2 -2
  53. package/dist-es/commands/ListRateBasedRulesCommand.js +2 -2
  54. package/dist-es/commands/ListRegexMatchSetsCommand.js +2 -2
  55. package/dist-es/commands/ListRegexPatternSetsCommand.js +2 -2
  56. package/dist-es/commands/ListRuleGroupsCommand.js +2 -2
  57. package/dist-es/commands/ListRulesCommand.js +2 -2
  58. package/dist-es/commands/ListSizeConstraintSetsCommand.js +2 -2
  59. package/dist-es/commands/ListSqlInjectionMatchSetsCommand.js +2 -2
  60. package/dist-es/commands/ListSubscribedRuleGroupsCommand.js +2 -2
  61. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  62. package/dist-es/commands/ListWebACLsCommand.js +2 -2
  63. package/dist-es/commands/ListXssMatchSetsCommand.js +2 -2
  64. package/dist-es/commands/PutLoggingConfigurationCommand.js +2 -2
  65. package/dist-es/commands/PutPermissionPolicyCommand.js +2 -2
  66. package/dist-es/commands/TagResourceCommand.js +2 -2
  67. package/dist-es/commands/UntagResourceCommand.js +2 -2
  68. package/dist-es/commands/UpdateByteMatchSetCommand.js +2 -2
  69. package/dist-es/commands/UpdateGeoMatchSetCommand.js +2 -2
  70. package/dist-es/commands/UpdateIPSetCommand.js +2 -2
  71. package/dist-es/commands/UpdateRateBasedRuleCommand.js +2 -2
  72. package/dist-es/commands/UpdateRegexMatchSetCommand.js +2 -2
  73. package/dist-es/commands/UpdateRegexPatternSetCommand.js +2 -2
  74. package/dist-es/commands/UpdateRuleCommand.js +2 -2
  75. package/dist-es/commands/UpdateRuleGroupCommand.js +2 -2
  76. package/dist-es/commands/UpdateSizeConstraintSetCommand.js +2 -2
  77. package/dist-es/commands/UpdateSqlInjectionMatchSetCommand.js +2 -2
  78. package/dist-es/commands/UpdateWebACLCommand.js +2 -2
  79. package/dist-es/commands/UpdateXssMatchSetCommand.js +2 -2
  80. package/dist-es/index.js +1 -0
  81. package/dist-es/runtimeConfig.shared.js +7 -6
  82. package/dist-es/schemas/schemas_0.js +600 -523
  83. package/dist-types/WAFClient.d.ts +1 -10
  84. package/dist-types/index.d.ts +1 -0
  85. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  86. package/dist-types/runtimeConfig.d.ts +6 -2
  87. package/dist-types/runtimeConfig.native.d.ts +6 -2
  88. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  89. package/dist-types/schemas/schemas_0.d.ts +307 -349
  90. package/dist-types/ts3.4/WAFClient.d.ts +0 -4
  91. package/dist-types/ts3.4/index.d.ts +1 -0
  92. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  93. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  94. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  95. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  96. package/dist-types/ts3.4/schemas/schemas_0.d.ts +306 -349
  97. package/package.json +34 -34
@@ -429,41 +429,48 @@ const _s = "server";
429
429
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.waf";
430
430
  const n0 = "com.amazonaws.waf";
431
431
  import { TypeRegistry } from "@smithy/core/schema";
432
- import { WAFBadRequestException as __WAFBadRequestException, WAFDisallowedNameException as __WAFDisallowedNameException, WAFEntityMigrationException as __WAFEntityMigrationException, WAFInternalErrorException as __WAFInternalErrorException, WAFInvalidAccountException as __WAFInvalidAccountException, WAFInvalidOperationException as __WAFInvalidOperationException, WAFInvalidParameterException as __WAFInvalidParameterException, WAFInvalidPermissionPolicyException as __WAFInvalidPermissionPolicyException, WAFInvalidRegexPatternException as __WAFInvalidRegexPatternException, WAFLimitsExceededException as __WAFLimitsExceededException, WAFNonEmptyEntityException as __WAFNonEmptyEntityException, WAFNonexistentContainerException as __WAFNonexistentContainerException, WAFNonexistentItemException as __WAFNonexistentItemException, WAFReferencedItemException as __WAFReferencedItemException, WAFServiceLinkedRoleErrorException as __WAFServiceLinkedRoleErrorException, WAFStaleDataException as __WAFStaleDataException, WAFSubscriptionNotFoundException as __WAFSubscriptionNotFoundException, WAFTagOperationException as __WAFTagOperationException, WAFTagOperationInternalErrorException as __WAFTagOperationInternalErrorException, } from "../models/errors";
433
- import { WAFServiceException as __WAFServiceException } from "../models/WAFServiceException";
434
- export var ActivatedRule = [
432
+ import { WAFBadRequestException, WAFDisallowedNameException, WAFEntityMigrationException, WAFInternalErrorException, WAFInvalidAccountException, WAFInvalidOperationException, WAFInvalidParameterException, WAFInvalidPermissionPolicyException, WAFInvalidRegexPatternException, WAFLimitsExceededException, WAFNonEmptyEntityException, WAFNonexistentContainerException, WAFNonexistentItemException, WAFReferencedItemException, WAFServiceLinkedRoleErrorException, WAFStaleDataException, WAFSubscriptionNotFoundException, WAFTagOperationException, WAFTagOperationInternalErrorException, } from "../models/errors";
433
+ import { WAFServiceException } from "../models/WAFServiceException";
434
+ export var ActivatedRule$ = [
435
435
  3,
436
436
  n0,
437
437
  _AR,
438
438
  0,
439
439
  [_P, _RI, _A, _OA, _T, _ER],
440
- [1, 0, () => WafAction, () => WafOverrideAction, 0, () => ExcludedRules],
440
+ [1, 0, () => WafAction$, () => WafOverrideAction$, 0, () => ExcludedRules],
441
441
  ];
442
- export var ByteMatchSet = [3, n0, _BMS, 0, [_BMSI, _N, _BMT], [0, 0, () => ByteMatchTuples]];
443
- export var ByteMatchSetSummary = [3, n0, _BMSS, 0, [_BMSI, _N], [0, 0]];
444
- export var ByteMatchSetUpdate = [3, n0, _BMSU, 0, [_A, _BMTy], [0, () => ByteMatchTuple]];
445
- export var ByteMatchTuple = [
442
+ export var ByteMatchSet$ = [3, n0, _BMS, 0, [_BMSI, _N, _BMT], [0, 0, () => ByteMatchTuples]];
443
+ export var ByteMatchSetSummary$ = [3, n0, _BMSS, 0, [_BMSI, _N], [0, 0]];
444
+ export var ByteMatchSetUpdate$ = [3, n0, _BMSU, 0, [_A, _BMTy], [0, () => ByteMatchTuple$]];
445
+ export var ByteMatchTuple$ = [
446
446
  3,
447
447
  n0,
448
448
  _BMTy,
449
449
  0,
450
450
  [_FTM, _TS, _TT, _PC],
451
- [() => FieldToMatch, 21, 0, 0],
451
+ [() => FieldToMatch$, 21, 0, 0],
452
452
  ];
453
- export var CreateByteMatchSetRequest = [3, n0, _CBMSR, 0, [_N, _CT], [0, 0]];
454
- export var CreateByteMatchSetResponse = [
453
+ export var CreateByteMatchSetRequest$ = [3, n0, _CBMSR, 0, [_N, _CT], [0, 0]];
454
+ export var CreateByteMatchSetResponse$ = [
455
455
  3,
456
456
  n0,
457
457
  _CBMSRr,
458
458
  0,
459
459
  [_BMS, _CT],
460
- [() => ByteMatchSet, 0],
460
+ [() => ByteMatchSet$, 0],
461
461
  ];
462
- export var CreateGeoMatchSetRequest = [3, n0, _CGMSR, 0, [_N, _CT], [0, 0]];
463
- export var CreateGeoMatchSetResponse = [3, n0, _CGMSRr, 0, [_GMS, _CT], [() => GeoMatchSet, 0]];
464
- export var CreateIPSetRequest = [3, n0, _CIPSR, 0, [_N, _CT], [0, 0]];
465
- export var CreateIPSetResponse = [3, n0, _CIPSRr, 0, [_IPS, _CT], [() => IPSet, 0]];
466
- export var CreateRateBasedRuleRequest = [
462
+ export var CreateGeoMatchSetRequest$ = [3, n0, _CGMSR, 0, [_N, _CT], [0, 0]];
463
+ export var CreateGeoMatchSetResponse$ = [
464
+ 3,
465
+ n0,
466
+ _CGMSRr,
467
+ 0,
468
+ [_GMS, _CT],
469
+ [() => GeoMatchSet$, 0],
470
+ ];
471
+ export var CreateIPSetRequest$ = [3, n0, _CIPSR, 0, [_N, _CT], [0, 0]];
472
+ export var CreateIPSetResponse$ = [3, n0, _CIPSRr, 0, [_IPS, _CT], [() => IPSet$, 0]];
473
+ export var CreateRateBasedRuleRequest$ = [
467
474
  3,
468
475
  n0,
469
476
  _CRBRR,
@@ -471,33 +478,33 @@ export var CreateRateBasedRuleRequest = [
471
478
  [_N, _MN, _RK, _RL, _CT, _Ta],
472
479
  [0, 0, 0, 1, 0, () => TagList],
473
480
  ];
474
- export var CreateRateBasedRuleResponse = [
481
+ export var CreateRateBasedRuleResponse$ = [
475
482
  3,
476
483
  n0,
477
484
  _CRBRRr,
478
485
  0,
479
486
  [_R, _CT],
480
- [() => RateBasedRule, 0],
487
+ [() => RateBasedRule$, 0],
481
488
  ];
482
- export var CreateRegexMatchSetRequest = [3, n0, _CRMSR, 0, [_N, _CT], [0, 0]];
483
- export var CreateRegexMatchSetResponse = [
489
+ export var CreateRegexMatchSetRequest$ = [3, n0, _CRMSR, 0, [_N, _CT], [0, 0]];
490
+ export var CreateRegexMatchSetResponse$ = [
484
491
  3,
485
492
  n0,
486
493
  _CRMSRr,
487
494
  0,
488
495
  [_RMS, _CT],
489
- [() => RegexMatchSet, 0],
496
+ [() => RegexMatchSet$, 0],
490
497
  ];
491
- export var CreateRegexPatternSetRequest = [3, n0, _CRPSR, 0, [_N, _CT], [0, 0]];
492
- export var CreateRegexPatternSetResponse = [
498
+ export var CreateRegexPatternSetRequest$ = [3, n0, _CRPSR, 0, [_N, _CT], [0, 0]];
499
+ export var CreateRegexPatternSetResponse$ = [
493
500
  3,
494
501
  n0,
495
502
  _CRPSRr,
496
503
  0,
497
504
  [_RPS, _CT],
498
- [() => RegexPatternSet, 0],
505
+ [() => RegexPatternSet$, 0],
499
506
  ];
500
- export var CreateRuleGroupRequest = [
507
+ export var CreateRuleGroupRequest$ = [
501
508
  3,
502
509
  n0,
503
510
  _CRGR,
@@ -505,28 +512,28 @@ export var CreateRuleGroupRequest = [
505
512
  [_N, _MN, _CT, _Ta],
506
513
  [0, 0, 0, () => TagList],
507
514
  ];
508
- export var CreateRuleGroupResponse = [3, n0, _CRGRr, 0, [_RG, _CT], [() => RuleGroup, 0]];
509
- export var CreateRuleRequest = [3, n0, _CRR, 0, [_N, _MN, _CT, _Ta], [0, 0, 0, () => TagList]];
510
- export var CreateRuleResponse = [3, n0, _CRRr, 0, [_R, _CT], [() => Rule, 0]];
511
- export var CreateSizeConstraintSetRequest = [3, n0, _CSCSR, 0, [_N, _CT], [0, 0]];
512
- export var CreateSizeConstraintSetResponse = [
515
+ export var CreateRuleGroupResponse$ = [3, n0, _CRGRr, 0, [_RG, _CT], [() => RuleGroup$, 0]];
516
+ export var CreateRuleRequest$ = [3, n0, _CRR, 0, [_N, _MN, _CT, _Ta], [0, 0, 0, () => TagList]];
517
+ export var CreateRuleResponse$ = [3, n0, _CRRr, 0, [_R, _CT], [() => Rule$, 0]];
518
+ export var CreateSizeConstraintSetRequest$ = [3, n0, _CSCSR, 0, [_N, _CT], [0, 0]];
519
+ export var CreateSizeConstraintSetResponse$ = [
513
520
  3,
514
521
  n0,
515
522
  _CSCSRr,
516
523
  0,
517
524
  [_SCS, _CT],
518
- [() => SizeConstraintSet, 0],
525
+ [() => SizeConstraintSet$, 0],
519
526
  ];
520
- export var CreateSqlInjectionMatchSetRequest = [3, n0, _CSIMSR, 0, [_N, _CT], [0, 0]];
521
- export var CreateSqlInjectionMatchSetResponse = [
527
+ export var CreateSqlInjectionMatchSetRequest$ = [3, n0, _CSIMSR, 0, [_N, _CT], [0, 0]];
528
+ export var CreateSqlInjectionMatchSetResponse$ = [
522
529
  3,
523
530
  n0,
524
531
  _CSIMSRr,
525
532
  0,
526
533
  [_SIMS, _CT],
527
- [() => SqlInjectionMatchSet, 0],
534
+ [() => SqlInjectionMatchSet$, 0],
528
535
  ];
529
- export var CreateWebACLMigrationStackRequest = [
536
+ export var CreateWebACLMigrationStackRequest$ = [
530
537
  3,
531
538
  n0,
532
539
  _CWACLMSR,
@@ -534,118 +541,139 @@ export var CreateWebACLMigrationStackRequest = [
534
541
  [_WACLI, _SBN, _IUT],
535
542
  [0, 0, 2],
536
543
  ];
537
- export var CreateWebACLMigrationStackResponse = [3, n0, _CWACLMSRr, 0, [_SOU], [0]];
538
- export var CreateWebACLRequest = [
544
+ export var CreateWebACLMigrationStackResponse$ = [3, n0, _CWACLMSRr, 0, [_SOU], [0]];
545
+ export var CreateWebACLRequest$ = [
539
546
  3,
540
547
  n0,
541
548
  _CWACLR,
542
549
  0,
543
550
  [_N, _MN, _DA, _CT, _Ta],
544
- [0, 0, () => WafAction, 0, () => TagList],
545
- ];
546
- export var CreateWebACLResponse = [3, n0, _CWACLRr, 0, [_WACL, _CT], [() => WebACL, 0]];
547
- export var CreateXssMatchSetRequest = [3, n0, _CXMSR, 0, [_N, _CT], [0, 0]];
548
- export var CreateXssMatchSetResponse = [3, n0, _CXMSRr, 0, [_XMS, _CT], [() => XssMatchSet, 0]];
549
- export var DeleteByteMatchSetRequest = [3, n0, _DBMSR, 0, [_BMSI, _CT], [0, 0]];
550
- export var DeleteByteMatchSetResponse = [3, n0, _DBMSRe, 0, [_CT], [0]];
551
- export var DeleteGeoMatchSetRequest = [3, n0, _DGMSR, 0, [_GMSI, _CT], [0, 0]];
552
- export var DeleteGeoMatchSetResponse = [3, n0, _DGMSRe, 0, [_CT], [0]];
553
- export var DeleteIPSetRequest = [3, n0, _DIPSR, 0, [_IPSI, _CT], [0, 0]];
554
- export var DeleteIPSetResponse = [3, n0, _DIPSRe, 0, [_CT], [0]];
555
- export var DeleteLoggingConfigurationRequest = [3, n0, _DLCR, 0, [_RA], [0]];
556
- export var DeleteLoggingConfigurationResponse = [3, n0, _DLCRe, 0, [], []];
557
- export var DeletePermissionPolicyRequest = [3, n0, _DPPR, 0, [_RA], [0]];
558
- export var DeletePermissionPolicyResponse = [3, n0, _DPPRe, 0, [], []];
559
- export var DeleteRateBasedRuleRequest = [3, n0, _DRBRR, 0, [_RI, _CT], [0, 0]];
560
- export var DeleteRateBasedRuleResponse = [3, n0, _DRBRRe, 0, [_CT], [0]];
561
- export var DeleteRegexMatchSetRequest = [3, n0, _DRMSR, 0, [_RMSI, _CT], [0, 0]];
562
- export var DeleteRegexMatchSetResponse = [3, n0, _DRMSRe, 0, [_CT], [0]];
563
- export var DeleteRegexPatternSetRequest = [3, n0, _DRPSR, 0, [_RPSI, _CT], [0, 0]];
564
- export var DeleteRegexPatternSetResponse = [3, n0, _DRPSRe, 0, [_CT], [0]];
565
- export var DeleteRuleGroupRequest = [3, n0, _DRGR, 0, [_RGI, _CT], [0, 0]];
566
- export var DeleteRuleGroupResponse = [3, n0, _DRGRe, 0, [_CT], [0]];
567
- export var DeleteRuleRequest = [3, n0, _DRR, 0, [_RI, _CT], [0, 0]];
568
- export var DeleteRuleResponse = [3, n0, _DRRe, 0, [_CT], [0]];
569
- export var DeleteSizeConstraintSetRequest = [3, n0, _DSCSR, 0, [_SCSI, _CT], [0, 0]];
570
- export var DeleteSizeConstraintSetResponse = [3, n0, _DSCSRe, 0, [_CT], [0]];
571
- export var DeleteSqlInjectionMatchSetRequest = [3, n0, _DSIMSR, 0, [_SIMSI, _CT], [0, 0]];
572
- export var DeleteSqlInjectionMatchSetResponse = [3, n0, _DSIMSRe, 0, [_CT], [0]];
573
- export var DeleteWebACLRequest = [3, n0, _DWACLR, 0, [_WACLI, _CT], [0, 0]];
574
- export var DeleteWebACLResponse = [3, n0, _DWACLRe, 0, [_CT], [0]];
575
- export var DeleteXssMatchSetRequest = [3, n0, _DXMSR, 0, [_XMSI, _CT], [0, 0]];
576
- export var DeleteXssMatchSetResponse = [3, n0, _DXMSRe, 0, [_CT], [0]];
577
- export var ExcludedRule = [3, n0, _ERx, 0, [_RI], [0]];
578
- export var FieldToMatch = [3, n0, _FTM, 0, [_T, _D], [0, 0]];
579
- export var GeoMatchConstraint = [3, n0, _GMC, 0, [_T, _V], [0, 0]];
580
- export var GeoMatchSet = [3, n0, _GMS, 0, [_GMSI, _N, _GMCe], [0, 0, () => GeoMatchConstraints]];
581
- export var GeoMatchSetSummary = [3, n0, _GMSS, 0, [_GMSI, _N], [0, 0]];
582
- export var GeoMatchSetUpdate = [3, n0, _GMSU, 0, [_A, _GMC], [0, () => GeoMatchConstraint]];
583
- export var GetByteMatchSetRequest = [3, n0, _GBMSR, 0, [_BMSI], [0]];
584
- export var GetByteMatchSetResponse = [3, n0, _GBMSRe, 0, [_BMS], [() => ByteMatchSet]];
585
- export var GetChangeTokenRequest = [3, n0, _GCTR, 0, [], []];
586
- export var GetChangeTokenResponse = [3, n0, _GCTRe, 0, [_CT], [0]];
587
- export var GetChangeTokenStatusRequest = [3, n0, _GCTSR, 0, [_CT], [0]];
588
- export var GetChangeTokenStatusResponse = [3, n0, _GCTSRe, 0, [_CTS], [0]];
589
- export var GetGeoMatchSetRequest = [3, n0, _GGMSR, 0, [_GMSI], [0]];
590
- export var GetGeoMatchSetResponse = [3, n0, _GGMSRe, 0, [_GMS], [() => GeoMatchSet]];
591
- export var GetIPSetRequest = [3, n0, _GIPSR, 0, [_IPSI], [0]];
592
- export var GetIPSetResponse = [3, n0, _GIPSRe, 0, [_IPS], [() => IPSet]];
593
- export var GetLoggingConfigurationRequest = [3, n0, _GLCR, 0, [_RA], [0]];
594
- export var GetLoggingConfigurationResponse = [
551
+ [0, 0, () => WafAction$, 0, () => TagList],
552
+ ];
553
+ export var CreateWebACLResponse$ = [3, n0, _CWACLRr, 0, [_WACL, _CT], [() => WebACL$, 0]];
554
+ export var CreateXssMatchSetRequest$ = [3, n0, _CXMSR, 0, [_N, _CT], [0, 0]];
555
+ export var CreateXssMatchSetResponse$ = [
556
+ 3,
557
+ n0,
558
+ _CXMSRr,
559
+ 0,
560
+ [_XMS, _CT],
561
+ [() => XssMatchSet$, 0],
562
+ ];
563
+ export var DeleteByteMatchSetRequest$ = [3, n0, _DBMSR, 0, [_BMSI, _CT], [0, 0]];
564
+ export var DeleteByteMatchSetResponse$ = [3, n0, _DBMSRe, 0, [_CT], [0]];
565
+ export var DeleteGeoMatchSetRequest$ = [3, n0, _DGMSR, 0, [_GMSI, _CT], [0, 0]];
566
+ export var DeleteGeoMatchSetResponse$ = [3, n0, _DGMSRe, 0, [_CT], [0]];
567
+ export var DeleteIPSetRequest$ = [3, n0, _DIPSR, 0, [_IPSI, _CT], [0, 0]];
568
+ export var DeleteIPSetResponse$ = [3, n0, _DIPSRe, 0, [_CT], [0]];
569
+ export var DeleteLoggingConfigurationRequest$ = [3, n0, _DLCR, 0, [_RA], [0]];
570
+ export var DeleteLoggingConfigurationResponse$ = [3, n0, _DLCRe, 0, [], []];
571
+ export var DeletePermissionPolicyRequest$ = [3, n0, _DPPR, 0, [_RA], [0]];
572
+ export var DeletePermissionPolicyResponse$ = [3, n0, _DPPRe, 0, [], []];
573
+ export var DeleteRateBasedRuleRequest$ = [3, n0, _DRBRR, 0, [_RI, _CT], [0, 0]];
574
+ export var DeleteRateBasedRuleResponse$ = [3, n0, _DRBRRe, 0, [_CT], [0]];
575
+ export var DeleteRegexMatchSetRequest$ = [3, n0, _DRMSR, 0, [_RMSI, _CT], [0, 0]];
576
+ export var DeleteRegexMatchSetResponse$ = [3, n0, _DRMSRe, 0, [_CT], [0]];
577
+ export var DeleteRegexPatternSetRequest$ = [3, n0, _DRPSR, 0, [_RPSI, _CT], [0, 0]];
578
+ export var DeleteRegexPatternSetResponse$ = [3, n0, _DRPSRe, 0, [_CT], [0]];
579
+ export var DeleteRuleGroupRequest$ = [3, n0, _DRGR, 0, [_RGI, _CT], [0, 0]];
580
+ export var DeleteRuleGroupResponse$ = [3, n0, _DRGRe, 0, [_CT], [0]];
581
+ export var DeleteRuleRequest$ = [3, n0, _DRR, 0, [_RI, _CT], [0, 0]];
582
+ export var DeleteRuleResponse$ = [3, n0, _DRRe, 0, [_CT], [0]];
583
+ export var DeleteSizeConstraintSetRequest$ = [3, n0, _DSCSR, 0, [_SCSI, _CT], [0, 0]];
584
+ export var DeleteSizeConstraintSetResponse$ = [3, n0, _DSCSRe, 0, [_CT], [0]];
585
+ export var DeleteSqlInjectionMatchSetRequest$ = [3, n0, _DSIMSR, 0, [_SIMSI, _CT], [0, 0]];
586
+ export var DeleteSqlInjectionMatchSetResponse$ = [3, n0, _DSIMSRe, 0, [_CT], [0]];
587
+ export var DeleteWebACLRequest$ = [3, n0, _DWACLR, 0, [_WACLI, _CT], [0, 0]];
588
+ export var DeleteWebACLResponse$ = [3, n0, _DWACLRe, 0, [_CT], [0]];
589
+ export var DeleteXssMatchSetRequest$ = [3, n0, _DXMSR, 0, [_XMSI, _CT], [0, 0]];
590
+ export var DeleteXssMatchSetResponse$ = [3, n0, _DXMSRe, 0, [_CT], [0]];
591
+ export var ExcludedRule$ = [3, n0, _ERx, 0, [_RI], [0]];
592
+ export var FieldToMatch$ = [3, n0, _FTM, 0, [_T, _D], [0, 0]];
593
+ export var GeoMatchConstraint$ = [3, n0, _GMC, 0, [_T, _V], [0, 0]];
594
+ export var GeoMatchSet$ = [
595
+ 3,
596
+ n0,
597
+ _GMS,
598
+ 0,
599
+ [_GMSI, _N, _GMCe],
600
+ [0, 0, () => GeoMatchConstraints],
601
+ ];
602
+ export var GeoMatchSetSummary$ = [3, n0, _GMSS, 0, [_GMSI, _N], [0, 0]];
603
+ export var GeoMatchSetUpdate$ = [3, n0, _GMSU, 0, [_A, _GMC], [0, () => GeoMatchConstraint$]];
604
+ export var GetByteMatchSetRequest$ = [3, n0, _GBMSR, 0, [_BMSI], [0]];
605
+ export var GetByteMatchSetResponse$ = [3, n0, _GBMSRe, 0, [_BMS], [() => ByteMatchSet$]];
606
+ export var GetChangeTokenRequest$ = [3, n0, _GCTR, 0, [], []];
607
+ export var GetChangeTokenResponse$ = [3, n0, _GCTRe, 0, [_CT], [0]];
608
+ export var GetChangeTokenStatusRequest$ = [3, n0, _GCTSR, 0, [_CT], [0]];
609
+ export var GetChangeTokenStatusResponse$ = [3, n0, _GCTSRe, 0, [_CTS], [0]];
610
+ export var GetGeoMatchSetRequest$ = [3, n0, _GGMSR, 0, [_GMSI], [0]];
611
+ export var GetGeoMatchSetResponse$ = [3, n0, _GGMSRe, 0, [_GMS], [() => GeoMatchSet$]];
612
+ export var GetIPSetRequest$ = [3, n0, _GIPSR, 0, [_IPSI], [0]];
613
+ export var GetIPSetResponse$ = [3, n0, _GIPSRe, 0, [_IPS], [() => IPSet$]];
614
+ export var GetLoggingConfigurationRequest$ = [3, n0, _GLCR, 0, [_RA], [0]];
615
+ export var GetLoggingConfigurationResponse$ = [
595
616
  3,
596
617
  n0,
597
618
  _GLCRe,
598
619
  0,
599
620
  [_LC],
600
- [() => LoggingConfiguration],
601
- ];
602
- export var GetPermissionPolicyRequest = [3, n0, _GPPR, 0, [_RA], [0]];
603
- export var GetPermissionPolicyResponse = [3, n0, _GPPRe, 0, [_Po], [0]];
604
- export var GetRateBasedRuleManagedKeysRequest = [3, n0, _GRBRMKR, 0, [_RI, _NM], [0, 0]];
605
- export var GetRateBasedRuleManagedKeysResponse = [3, n0, _GRBRMKRe, 0, [_MK, _NM], [64 | 0, 0]];
606
- export var GetRateBasedRuleRequest = [3, n0, _GRBRR, 0, [_RI], [0]];
607
- export var GetRateBasedRuleResponse = [3, n0, _GRBRRe, 0, [_R], [() => RateBasedRule]];
608
- export var GetRegexMatchSetRequest = [3, n0, _GRMSR, 0, [_RMSI], [0]];
609
- export var GetRegexMatchSetResponse = [3, n0, _GRMSRe, 0, [_RMS], [() => RegexMatchSet]];
610
- export var GetRegexPatternSetRequest = [3, n0, _GRPSR, 0, [_RPSI], [0]];
611
- export var GetRegexPatternSetResponse = [3, n0, _GRPSRe, 0, [_RPS], [() => RegexPatternSet]];
612
- export var GetRuleGroupRequest = [3, n0, _GRGR, 0, [_RGI], [0]];
613
- export var GetRuleGroupResponse = [3, n0, _GRGRe, 0, [_RG], [() => RuleGroup]];
614
- export var GetRuleRequest = [3, n0, _GRR, 0, [_RI], [0]];
615
- export var GetRuleResponse = [3, n0, _GRRe, 0, [_R], [() => Rule]];
616
- export var GetSampledRequestsRequest = [
621
+ [() => LoggingConfiguration$],
622
+ ];
623
+ export var GetPermissionPolicyRequest$ = [3, n0, _GPPR, 0, [_RA], [0]];
624
+ export var GetPermissionPolicyResponse$ = [3, n0, _GPPRe, 0, [_Po], [0]];
625
+ export var GetRateBasedRuleManagedKeysRequest$ = [3, n0, _GRBRMKR, 0, [_RI, _NM], [0, 0]];
626
+ export var GetRateBasedRuleManagedKeysResponse$ = [3, n0, _GRBRMKRe, 0, [_MK, _NM], [64 | 0, 0]];
627
+ export var GetRateBasedRuleRequest$ = [3, n0, _GRBRR, 0, [_RI], [0]];
628
+ export var GetRateBasedRuleResponse$ = [3, n0, _GRBRRe, 0, [_R], [() => RateBasedRule$]];
629
+ export var GetRegexMatchSetRequest$ = [3, n0, _GRMSR, 0, [_RMSI], [0]];
630
+ export var GetRegexMatchSetResponse$ = [3, n0, _GRMSRe, 0, [_RMS], [() => RegexMatchSet$]];
631
+ export var GetRegexPatternSetRequest$ = [3, n0, _GRPSR, 0, [_RPSI], [0]];
632
+ export var GetRegexPatternSetResponse$ = [3, n0, _GRPSRe, 0, [_RPS], [() => RegexPatternSet$]];
633
+ export var GetRuleGroupRequest$ = [3, n0, _GRGR, 0, [_RGI], [0]];
634
+ export var GetRuleGroupResponse$ = [3, n0, _GRGRe, 0, [_RG], [() => RuleGroup$]];
635
+ export var GetRuleRequest$ = [3, n0, _GRR, 0, [_RI], [0]];
636
+ export var GetRuleResponse$ = [3, n0, _GRRe, 0, [_R], [() => Rule$]];
637
+ export var GetSampledRequestsRequest$ = [
617
638
  3,
618
639
  n0,
619
640
  _GSRR,
620
641
  0,
621
642
  [_WAI, _RI, _TW, _MI],
622
- [0, 0, () => TimeWindow, 1],
643
+ [0, 0, () => TimeWindow$, 1],
623
644
  ];
624
- export var GetSampledRequestsResponse = [
645
+ export var GetSampledRequestsResponse$ = [
625
646
  3,
626
647
  n0,
627
648
  _GSRRe,
628
649
  0,
629
650
  [_SR, _PS, _TW],
630
- [() => SampledHTTPRequests, 1, () => TimeWindow],
651
+ [() => SampledHTTPRequests, 1, () => TimeWindow$],
631
652
  ];
632
- export var GetSizeConstraintSetRequest = [3, n0, _GSCSR, 0, [_SCSI], [0]];
633
- export var GetSizeConstraintSetResponse = [3, n0, _GSCSRe, 0, [_SCS], [() => SizeConstraintSet]];
634
- export var GetSqlInjectionMatchSetRequest = [3, n0, _GSIMSR, 0, [_SIMSI], [0]];
635
- export var GetSqlInjectionMatchSetResponse = [
653
+ export var GetSizeConstraintSetRequest$ = [3, n0, _GSCSR, 0, [_SCSI], [0]];
654
+ export var GetSizeConstraintSetResponse$ = [
655
+ 3,
656
+ n0,
657
+ _GSCSRe,
658
+ 0,
659
+ [_SCS],
660
+ [() => SizeConstraintSet$],
661
+ ];
662
+ export var GetSqlInjectionMatchSetRequest$ = [3, n0, _GSIMSR, 0, [_SIMSI], [0]];
663
+ export var GetSqlInjectionMatchSetResponse$ = [
636
664
  3,
637
665
  n0,
638
666
  _GSIMSRe,
639
667
  0,
640
668
  [_SIMS],
641
- [() => SqlInjectionMatchSet],
642
- ];
643
- export var GetWebACLRequest = [3, n0, _GWACLR, 0, [_WACLI], [0]];
644
- export var GetWebACLResponse = [3, n0, _GWACLRe, 0, [_WACL], [() => WebACL]];
645
- export var GetXssMatchSetRequest = [3, n0, _GXMSR, 0, [_XMSI], [0]];
646
- export var GetXssMatchSetResponse = [3, n0, _GXMSRe, 0, [_XMS], [() => XssMatchSet]];
647
- export var HTTPHeader = [3, n0, _HTTPH, 0, [_N, _V], [0, 0]];
648
- export var HTTPRequest = [
669
+ [() => SqlInjectionMatchSet$],
670
+ ];
671
+ export var GetWebACLRequest$ = [3, n0, _GWACLR, 0, [_WACLI], [0]];
672
+ export var GetWebACLResponse$ = [3, n0, _GWACLRe, 0, [_WACL], [() => WebACL$]];
673
+ export var GetXssMatchSetRequest$ = [3, n0, _GXMSR, 0, [_XMSI], [0]];
674
+ export var GetXssMatchSetResponse$ = [3, n0, _GXMSRe, 0, [_XMS], [() => XssMatchSet$]];
675
+ export var HTTPHeader$ = [3, n0, _HTTPH, 0, [_N, _V], [0, 0]];
676
+ export var HTTPRequest$ = [
649
677
  3,
650
678
  n0,
651
679
  _HTTPR,
@@ -653,11 +681,11 @@ export var HTTPRequest = [
653
681
  [_CIP, _C, _URI, _M, _HTTPV, _H],
654
682
  [0, 0, 0, 0, 0, () => HTTPHeaders],
655
683
  ];
656
- export var IPSet = [3, n0, _IPS, 0, [_IPSI, _N, _IPSD], [0, 0, () => IPSetDescriptors]];
657
- export var IPSetDescriptor = [3, n0, _IPSDe, 0, [_T, _V], [0, 0]];
658
- export var IPSetSummary = [3, n0, _IPSS, 0, [_IPSI, _N], [0, 0]];
659
- export var IPSetUpdate = [3, n0, _IPSU, 0, [_A, _IPSDe], [0, () => IPSetDescriptor]];
660
- export var ListActivatedRulesInRuleGroupRequest = [
684
+ export var IPSet$ = [3, n0, _IPS, 0, [_IPSI, _N, _IPSD], [0, 0, () => IPSetDescriptors]];
685
+ export var IPSetDescriptor$ = [3, n0, _IPSDe, 0, [_T, _V], [0, 0]];
686
+ export var IPSetSummary$ = [3, n0, _IPSS, 0, [_IPSI, _N], [0, 0]];
687
+ export var IPSetUpdate$ = [3, n0, _IPSU, 0, [_A, _IPSDe], [0, () => IPSetDescriptor$]];
688
+ export var ListActivatedRulesInRuleGroupRequest$ = [
661
689
  3,
662
690
  n0,
663
691
  _LARIRGR,
@@ -665,7 +693,7 @@ export var ListActivatedRulesInRuleGroupRequest = [
665
693
  [_RGI, _NM, _L],
666
694
  [0, 0, 1],
667
695
  ];
668
- export var ListActivatedRulesInRuleGroupResponse = [
696
+ export var ListActivatedRulesInRuleGroupResponse$ = [
669
697
  3,
670
698
  n0,
671
699
  _LARIRGRi,
@@ -673,8 +701,8 @@ export var ListActivatedRulesInRuleGroupResponse = [
673
701
  [_NM, _ARc],
674
702
  [0, () => ActivatedRules],
675
703
  ];
676
- export var ListByteMatchSetsRequest = [3, n0, _LBMSR, 0, [_NM, _L], [0, 1]];
677
- export var ListByteMatchSetsResponse = [
704
+ export var ListByteMatchSetsRequest$ = [3, n0, _LBMSR, 0, [_NM, _L], [0, 1]];
705
+ export var ListByteMatchSetsResponse$ = [
678
706
  3,
679
707
  n0,
680
708
  _LBMSRi,
@@ -682,8 +710,8 @@ export var ListByteMatchSetsResponse = [
682
710
  [_NM, _BMSy],
683
711
  [0, () => ByteMatchSetSummaries],
684
712
  ];
685
- export var ListGeoMatchSetsRequest = [3, n0, _LGMSR, 0, [_NM, _L], [0, 1]];
686
- export var ListGeoMatchSetsResponse = [
713
+ export var ListGeoMatchSetsRequest$ = [3, n0, _LGMSR, 0, [_NM, _L], [0, 1]];
714
+ export var ListGeoMatchSetsResponse$ = [
687
715
  3,
688
716
  n0,
689
717
  _LGMSRi,
@@ -691,10 +719,10 @@ export var ListGeoMatchSetsResponse = [
691
719
  [_NM, _GMSe],
692
720
  [0, () => GeoMatchSetSummaries],
693
721
  ];
694
- export var ListIPSetsRequest = [3, n0, _LIPSR, 0, [_NM, _L], [0, 1]];
695
- export var ListIPSetsResponse = [3, n0, _LIPSRi, 0, [_NM, _IPSe], [0, () => IPSetSummaries]];
696
- export var ListLoggingConfigurationsRequest = [3, n0, _LLCR, 0, [_NM, _L], [0, 1]];
697
- export var ListLoggingConfigurationsResponse = [
722
+ export var ListIPSetsRequest$ = [3, n0, _LIPSR, 0, [_NM, _L], [0, 1]];
723
+ export var ListIPSetsResponse$ = [3, n0, _LIPSRi, 0, [_NM, _IPSe], [0, () => IPSetSummaries]];
724
+ export var ListLoggingConfigurationsRequest$ = [3, n0, _LLCR, 0, [_NM, _L], [0, 1]];
725
+ export var ListLoggingConfigurationsResponse$ = [
698
726
  3,
699
727
  n0,
700
728
  _LLCRi,
@@ -702,8 +730,8 @@ export var ListLoggingConfigurationsResponse = [
702
730
  [_LCo, _NM],
703
731
  [() => LoggingConfigurations, 0],
704
732
  ];
705
- export var ListRateBasedRulesRequest = [3, n0, _LRBRR, 0, [_NM, _L], [0, 1]];
706
- export var ListRateBasedRulesResponse = [
733
+ export var ListRateBasedRulesRequest$ = [3, n0, _LRBRR, 0, [_NM, _L], [0, 1]];
734
+ export var ListRateBasedRulesResponse$ = [
707
735
  3,
708
736
  n0,
709
737
  _LRBRRi,
@@ -711,8 +739,8 @@ export var ListRateBasedRulesResponse = [
711
739
  [_NM, _Ru],
712
740
  [0, () => RuleSummaries],
713
741
  ];
714
- export var ListRegexMatchSetsRequest = [3, n0, _LRMSR, 0, [_NM, _L], [0, 1]];
715
- export var ListRegexMatchSetsResponse = [
742
+ export var ListRegexMatchSetsRequest$ = [3, n0, _LRMSR, 0, [_NM, _L], [0, 1]];
743
+ export var ListRegexMatchSetsResponse$ = [
716
744
  3,
717
745
  n0,
718
746
  _LRMSRi,
@@ -720,8 +748,8 @@ export var ListRegexMatchSetsResponse = [
720
748
  [_NM, _RMSe],
721
749
  [0, () => RegexMatchSetSummaries],
722
750
  ];
723
- export var ListRegexPatternSetsRequest = [3, n0, _LRPSR, 0, [_NM, _L], [0, 1]];
724
- export var ListRegexPatternSetsResponse = [
751
+ export var ListRegexPatternSetsRequest$ = [3, n0, _LRPSR, 0, [_NM, _L], [0, 1]];
752
+ export var ListRegexPatternSetsResponse$ = [
725
753
  3,
726
754
  n0,
727
755
  _LRPSRi,
@@ -729,8 +757,8 @@ export var ListRegexPatternSetsResponse = [
729
757
  [_NM, _RPSe],
730
758
  [0, () => RegexPatternSetSummaries],
731
759
  ];
732
- export var ListRuleGroupsRequest = [3, n0, _LRGR, 0, [_NM, _L], [0, 1]];
733
- export var ListRuleGroupsResponse = [
760
+ export var ListRuleGroupsRequest$ = [3, n0, _LRGR, 0, [_NM, _L], [0, 1]];
761
+ export var ListRuleGroupsResponse$ = [
734
762
  3,
735
763
  n0,
736
764
  _LRGRi,
@@ -738,10 +766,10 @@ export var ListRuleGroupsResponse = [
738
766
  [_NM, _RGu],
739
767
  [0, () => RuleGroupSummaries],
740
768
  ];
741
- export var ListRulesRequest = [3, n0, _LRR, 0, [_NM, _L], [0, 1]];
742
- export var ListRulesResponse = [3, n0, _LRRi, 0, [_NM, _Ru], [0, () => RuleSummaries]];
743
- export var ListSizeConstraintSetsRequest = [3, n0, _LSCSR, 0, [_NM, _L], [0, 1]];
744
- export var ListSizeConstraintSetsResponse = [
769
+ export var ListRulesRequest$ = [3, n0, _LRR, 0, [_NM, _L], [0, 1]];
770
+ export var ListRulesResponse$ = [3, n0, _LRRi, 0, [_NM, _Ru], [0, () => RuleSummaries]];
771
+ export var ListSizeConstraintSetsRequest$ = [3, n0, _LSCSR, 0, [_NM, _L], [0, 1]];
772
+ export var ListSizeConstraintSetsResponse$ = [
745
773
  3,
746
774
  n0,
747
775
  _LSCSRi,
@@ -749,8 +777,8 @@ export var ListSizeConstraintSetsResponse = [
749
777
  [_NM, _SCSi],
750
778
  [0, () => SizeConstraintSetSummaries],
751
779
  ];
752
- export var ListSqlInjectionMatchSetsRequest = [3, n0, _LSIMSR, 0, [_NM, _L], [0, 1]];
753
- export var ListSqlInjectionMatchSetsResponse = [
780
+ export var ListSqlInjectionMatchSetsRequest$ = [3, n0, _LSIMSR, 0, [_NM, _L], [0, 1]];
781
+ export var ListSqlInjectionMatchSetsResponse$ = [
754
782
  3,
755
783
  n0,
756
784
  _LSIMSRi,
@@ -758,8 +786,8 @@ export var ListSqlInjectionMatchSetsResponse = [
758
786
  [_NM, _SIMSq],
759
787
  [0, () => SqlInjectionMatchSetSummaries],
760
788
  ];
761
- export var ListSubscribedRuleGroupsRequest = [3, n0, _LSRGR, 0, [_NM, _L], [0, 1]];
762
- export var ListSubscribedRuleGroupsResponse = [
789
+ export var ListSubscribedRuleGroupsRequest$ = [3, n0, _LSRGR, 0, [_NM, _L], [0, 1]];
790
+ export var ListSubscribedRuleGroupsResponse$ = [
763
791
  3,
764
792
  n0,
765
793
  _LSRGRi,
@@ -767,19 +795,26 @@ export var ListSubscribedRuleGroupsResponse = [
767
795
  [_NM, _RGu],
768
796
  [0, () => SubscribedRuleGroupSummaries],
769
797
  ];
770
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_NM, _L, _RARN], [0, 1, 0]];
771
- export var ListTagsForResourceResponse = [
798
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_NM, _L, _RARN], [0, 1, 0]];
799
+ export var ListTagsForResourceResponse$ = [
772
800
  3,
773
801
  n0,
774
802
  _LTFRRi,
775
803
  0,
776
804
  [_NM, _TIFR],
777
- [0, () => TagInfoForResource],
805
+ [0, () => TagInfoForResource$],
806
+ ];
807
+ export var ListWebACLsRequest$ = [3, n0, _LWACLR, 0, [_NM, _L], [0, 1]];
808
+ export var ListWebACLsResponse$ = [
809
+ 3,
810
+ n0,
811
+ _LWACLRi,
812
+ 0,
813
+ [_NM, _WACLe],
814
+ [0, () => WebACLSummaries],
778
815
  ];
779
- export var ListWebACLsRequest = [3, n0, _LWACLR, 0, [_NM, _L], [0, 1]];
780
- export var ListWebACLsResponse = [3, n0, _LWACLRi, 0, [_NM, _WACLe], [0, () => WebACLSummaries]];
781
- export var ListXssMatchSetsRequest = [3, n0, _LXMSR, 0, [_NM, _L], [0, 1]];
782
- export var ListXssMatchSetsResponse = [
816
+ export var ListXssMatchSetsRequest$ = [3, n0, _LXMSR, 0, [_NM, _L], [0, 1]];
817
+ export var ListXssMatchSetsResponse$ = [
783
818
  3,
784
819
  n0,
785
820
  _LXMSRi,
@@ -787,7 +822,7 @@ export var ListXssMatchSetsResponse = [
787
822
  [_NM, _XMSs],
788
823
  [0, () => XssMatchSetSummaries],
789
824
  ];
790
- export var LoggingConfiguration = [
825
+ export var LoggingConfiguration$ = [
791
826
  3,
792
827
  n0,
793
828
  _LC,
@@ -795,26 +830,26 @@ export var LoggingConfiguration = [
795
830
  [_RA, _LDC, _RF],
796
831
  [0, 64 | 0, () => RedactedFields],
797
832
  ];
798
- export var Predicate = [3, n0, _Pr, 0, [_Ne, _T, _DI], [2, 0, 0]];
799
- export var PutLoggingConfigurationRequest = [
833
+ export var Predicate$ = [3, n0, _Pr, 0, [_Ne, _T, _DI], [2, 0, 0]];
834
+ export var PutLoggingConfigurationRequest$ = [
800
835
  3,
801
836
  n0,
802
837
  _PLCR,
803
838
  0,
804
839
  [_LC],
805
- [() => LoggingConfiguration],
840
+ [() => LoggingConfiguration$],
806
841
  ];
807
- export var PutLoggingConfigurationResponse = [
842
+ export var PutLoggingConfigurationResponse$ = [
808
843
  3,
809
844
  n0,
810
845
  _PLCRu,
811
846
  0,
812
847
  [_LC],
813
- [() => LoggingConfiguration],
848
+ [() => LoggingConfiguration$],
814
849
  ];
815
- export var PutPermissionPolicyRequest = [3, n0, _PPPR, 0, [_RA, _Po], [0, 0]];
816
- export var PutPermissionPolicyResponse = [3, n0, _PPPRu, 0, [], []];
817
- export var RateBasedRule = [
850
+ export var PutPermissionPolicyRequest$ = [3, n0, _PPPR, 0, [_RA, _Po], [0, 0]];
851
+ export var PutPermissionPolicyResponse$ = [3, n0, _PPPRu, 0, [], []];
852
+ export var RateBasedRule$ = [
818
853
  3,
819
854
  n0,
820
855
  _RBR,
@@ -822,29 +857,36 @@ export var RateBasedRule = [
822
857
  [_RI, _N, _MN, _MP, _RK, _RL],
823
858
  [0, 0, 0, () => Predicates, 0, 1],
824
859
  ];
825
- export var RegexMatchSet = [3, n0, _RMS, 0, [_RMSI, _N, _RMT], [0, 0, () => RegexMatchTuples]];
826
- export var RegexMatchSetSummary = [3, n0, _RMSS, 0, [_RMSI, _N], [0, 0]];
827
- export var RegexMatchSetUpdate = [3, n0, _RMSU, 0, [_A, _RMTe], [0, () => RegexMatchTuple]];
828
- export var RegexMatchTuple = [3, n0, _RMTe, 0, [_FTM, _TT, _RPSI], [() => FieldToMatch, 0, 0]];
829
- export var RegexPatternSet = [3, n0, _RPS, 0, [_RPSI, _N, _RPSeg], [0, 0, 64 | 0]];
830
- export var RegexPatternSetSummary = [3, n0, _RPSS, 0, [_RPSI, _N], [0, 0]];
831
- export var RegexPatternSetUpdate = [3, n0, _RPSU, 0, [_A, _RPSege], [0, 0]];
832
- export var Rule = [3, n0, _R, 0, [_RI, _N, _MN, _Pre], [0, 0, 0, () => Predicates]];
833
- export var RuleGroup = [3, n0, _RG, 0, [_RGI, _N, _MN], [0, 0, 0]];
834
- export var RuleGroupSummary = [3, n0, _RGS, 0, [_RGI, _N], [0, 0]];
835
- export var RuleGroupUpdate = [3, n0, _RGU, 0, [_A, _AR], [0, () => ActivatedRule]];
836
- export var RuleSummary = [3, n0, _RS, 0, [_RI, _N], [0, 0]];
837
- export var RuleUpdate = [3, n0, _RU, 0, [_A, _Pr], [0, () => Predicate]];
838
- export var SampledHTTPRequest = [
860
+ export var RegexMatchSet$ = [3, n0, _RMS, 0, [_RMSI, _N, _RMT], [0, 0, () => RegexMatchTuples]];
861
+ export var RegexMatchSetSummary$ = [3, n0, _RMSS, 0, [_RMSI, _N], [0, 0]];
862
+ export var RegexMatchSetUpdate$ = [3, n0, _RMSU, 0, [_A, _RMTe], [0, () => RegexMatchTuple$]];
863
+ export var RegexMatchTuple$ = [3, n0, _RMTe, 0, [_FTM, _TT, _RPSI], [() => FieldToMatch$, 0, 0]];
864
+ export var RegexPatternSet$ = [3, n0, _RPS, 0, [_RPSI, _N, _RPSeg], [0, 0, 64 | 0]];
865
+ export var RegexPatternSetSummary$ = [3, n0, _RPSS, 0, [_RPSI, _N], [0, 0]];
866
+ export var RegexPatternSetUpdate$ = [3, n0, _RPSU, 0, [_A, _RPSege], [0, 0]];
867
+ export var Rule$ = [3, n0, _R, 0, [_RI, _N, _MN, _Pre], [0, 0, 0, () => Predicates]];
868
+ export var RuleGroup$ = [3, n0, _RG, 0, [_RGI, _N, _MN], [0, 0, 0]];
869
+ export var RuleGroupSummary$ = [3, n0, _RGS, 0, [_RGI, _N], [0, 0]];
870
+ export var RuleGroupUpdate$ = [3, n0, _RGU, 0, [_A, _AR], [0, () => ActivatedRule$]];
871
+ export var RuleSummary$ = [3, n0, _RS, 0, [_RI, _N], [0, 0]];
872
+ export var RuleUpdate$ = [3, n0, _RU, 0, [_A, _Pr], [0, () => Predicate$]];
873
+ export var SampledHTTPRequest$ = [
839
874
  3,
840
875
  n0,
841
876
  _SHTTPR,
842
877
  0,
843
878
  [_Re, _W, _Ti, _A, _RWRG],
844
- [() => HTTPRequest, 1, 4, 0, 0],
879
+ [() => HTTPRequest$, 1, 4, 0, 0],
880
+ ];
881
+ export var SizeConstraint$ = [
882
+ 3,
883
+ n0,
884
+ _SC,
885
+ 0,
886
+ [_FTM, _TT, _CO, _S],
887
+ [() => FieldToMatch$, 0, 0, 1],
845
888
  ];
846
- export var SizeConstraint = [3, n0, _SC, 0, [_FTM, _TT, _CO, _S], [() => FieldToMatch, 0, 0, 1]];
847
- export var SizeConstraintSet = [
889
+ export var SizeConstraintSet$ = [
848
890
  3,
849
891
  n0,
850
892
  _SCS,
@@ -852,9 +894,9 @@ export var SizeConstraintSet = [
852
894
  [_SCSI, _N, _SCi],
853
895
  [0, 0, () => SizeConstraints],
854
896
  ];
855
- export var SizeConstraintSetSummary = [3, n0, _SCSS, 0, [_SCSI, _N], [0, 0]];
856
- export var SizeConstraintSetUpdate = [3, n0, _SCSU, 0, [_A, _SC], [0, () => SizeConstraint]];
857
- export var SqlInjectionMatchSet = [
897
+ export var SizeConstraintSetSummary$ = [3, n0, _SCSS, 0, [_SCSI, _N], [0, 0]];
898
+ export var SizeConstraintSetUpdate$ = [3, n0, _SCSU, 0, [_A, _SC], [0, () => SizeConstraint$]];
899
+ export var SqlInjectionMatchSet$ = [
858
900
  3,
859
901
  n0,
860
902
  _SIMS,
@@ -862,25 +904,25 @@ export var SqlInjectionMatchSet = [
862
904
  [_SIMSI, _N, _SIMT],
863
905
  [0, 0, () => SqlInjectionMatchTuples],
864
906
  ];
865
- export var SqlInjectionMatchSetSummary = [3, n0, _SIMSS, 0, [_SIMSI, _N], [0, 0]];
866
- export var SqlInjectionMatchSetUpdate = [
907
+ export var SqlInjectionMatchSetSummary$ = [3, n0, _SIMSS, 0, [_SIMSI, _N], [0, 0]];
908
+ export var SqlInjectionMatchSetUpdate$ = [
867
909
  3,
868
910
  n0,
869
911
  _SIMSU,
870
912
  0,
871
913
  [_A, _SIMTq],
872
- [0, () => SqlInjectionMatchTuple],
873
- ];
874
- export var SqlInjectionMatchTuple = [3, n0, _SIMTq, 0, [_FTM, _TT], [() => FieldToMatch, 0]];
875
- export var SubscribedRuleGroupSummary = [3, n0, _SRGS, 0, [_RGI, _N, _MN], [0, 0, 0]];
876
- export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
877
- export var TagInfoForResource = [3, n0, _TIFR, 0, [_RARN, _TL], [0, () => TagList]];
878
- export var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
879
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
880
- export var TimeWindow = [3, n0, _TW, 0, [_ST, _ET], [4, 4]];
881
- export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
882
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
883
- export var UpdateByteMatchSetRequest = [
914
+ [0, () => SqlInjectionMatchTuple$],
915
+ ];
916
+ export var SqlInjectionMatchTuple$ = [3, n0, _SIMTq, 0, [_FTM, _TT], [() => FieldToMatch$, 0]];
917
+ export var SubscribedRuleGroupSummary$ = [3, n0, _SRGS, 0, [_RGI, _N, _MN], [0, 0, 0]];
918
+ export var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
919
+ export var TagInfoForResource$ = [3, n0, _TIFR, 0, [_RARN, _TL], [0, () => TagList]];
920
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
921
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
922
+ export var TimeWindow$ = [3, n0, _TW, 0, [_ST, _ET], [4, 4]];
923
+ export var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
924
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
925
+ export var UpdateByteMatchSetRequest$ = [
884
926
  3,
885
927
  n0,
886
928
  _UBMSR,
@@ -888,8 +930,8 @@ export var UpdateByteMatchSetRequest = [
888
930
  [_BMSI, _CT, _U],
889
931
  [0, 0, () => ByteMatchSetUpdates],
890
932
  ];
891
- export var UpdateByteMatchSetResponse = [3, n0, _UBMSRp, 0, [_CT], [0]];
892
- export var UpdateGeoMatchSetRequest = [
933
+ export var UpdateByteMatchSetResponse$ = [3, n0, _UBMSRp, 0, [_CT], [0]];
934
+ export var UpdateGeoMatchSetRequest$ = [
893
935
  3,
894
936
  n0,
895
937
  _UGMSR,
@@ -897,10 +939,17 @@ export var UpdateGeoMatchSetRequest = [
897
939
  [_GMSI, _CT, _U],
898
940
  [0, 0, () => GeoMatchSetUpdates],
899
941
  ];
900
- export var UpdateGeoMatchSetResponse = [3, n0, _UGMSRp, 0, [_CT], [0]];
901
- export var UpdateIPSetRequest = [3, n0, _UIPSR, 0, [_IPSI, _CT, _U], [0, 0, () => IPSetUpdates]];
902
- export var UpdateIPSetResponse = [3, n0, _UIPSRp, 0, [_CT], [0]];
903
- export var UpdateRateBasedRuleRequest = [
942
+ export var UpdateGeoMatchSetResponse$ = [3, n0, _UGMSRp, 0, [_CT], [0]];
943
+ export var UpdateIPSetRequest$ = [
944
+ 3,
945
+ n0,
946
+ _UIPSR,
947
+ 0,
948
+ [_IPSI, _CT, _U],
949
+ [0, 0, () => IPSetUpdates],
950
+ ];
951
+ export var UpdateIPSetResponse$ = [3, n0, _UIPSRp, 0, [_CT], [0]];
952
+ export var UpdateRateBasedRuleRequest$ = [
904
953
  3,
905
954
  n0,
906
955
  _URBRR,
@@ -908,8 +957,8 @@ export var UpdateRateBasedRuleRequest = [
908
957
  [_RI, _CT, _U, _RL],
909
958
  [0, 0, () => RuleUpdates, 1],
910
959
  ];
911
- export var UpdateRateBasedRuleResponse = [3, n0, _URBRRp, 0, [_CT], [0]];
912
- export var UpdateRegexMatchSetRequest = [
960
+ export var UpdateRateBasedRuleResponse$ = [3, n0, _URBRRp, 0, [_CT], [0]];
961
+ export var UpdateRegexMatchSetRequest$ = [
913
962
  3,
914
963
  n0,
915
964
  _URMSR,
@@ -917,8 +966,8 @@ export var UpdateRegexMatchSetRequest = [
917
966
  [_RMSI, _U, _CT],
918
967
  [0, () => RegexMatchSetUpdates, 0],
919
968
  ];
920
- export var UpdateRegexMatchSetResponse = [3, n0, _URMSRp, 0, [_CT], [0]];
921
- export var UpdateRegexPatternSetRequest = [
969
+ export var UpdateRegexMatchSetResponse$ = [3, n0, _URMSRp, 0, [_CT], [0]];
970
+ export var UpdateRegexPatternSetRequest$ = [
922
971
  3,
923
972
  n0,
924
973
  _URPSR,
@@ -926,8 +975,8 @@ export var UpdateRegexPatternSetRequest = [
926
975
  [_RPSI, _U, _CT],
927
976
  [0, () => RegexPatternSetUpdates, 0],
928
977
  ];
929
- export var UpdateRegexPatternSetResponse = [3, n0, _URPSRp, 0, [_CT], [0]];
930
- export var UpdateRuleGroupRequest = [
978
+ export var UpdateRegexPatternSetResponse$ = [3, n0, _URPSRp, 0, [_CT], [0]];
979
+ export var UpdateRuleGroupRequest$ = [
931
980
  3,
932
981
  n0,
933
982
  _URGR,
@@ -935,10 +984,10 @@ export var UpdateRuleGroupRequest = [
935
984
  [_RGI, _U, _CT],
936
985
  [0, () => RuleGroupUpdates, 0],
937
986
  ];
938
- export var UpdateRuleGroupResponse = [3, n0, _URGRp, 0, [_CT], [0]];
939
- export var UpdateRuleRequest = [3, n0, _URRp, 0, [_RI, _CT, _U], [0, 0, () => RuleUpdates]];
940
- export var UpdateRuleResponse = [3, n0, _URRpd, 0, [_CT], [0]];
941
- export var UpdateSizeConstraintSetRequest = [
987
+ export var UpdateRuleGroupResponse$ = [3, n0, _URGRp, 0, [_CT], [0]];
988
+ export var UpdateRuleRequest$ = [3, n0, _URRp, 0, [_RI, _CT, _U], [0, 0, () => RuleUpdates]];
989
+ export var UpdateRuleResponse$ = [3, n0, _URRpd, 0, [_CT], [0]];
990
+ export var UpdateSizeConstraintSetRequest$ = [
942
991
  3,
943
992
  n0,
944
993
  _USCSR,
@@ -946,8 +995,8 @@ export var UpdateSizeConstraintSetRequest = [
946
995
  [_SCSI, _CT, _U],
947
996
  [0, 0, () => SizeConstraintSetUpdates],
948
997
  ];
949
- export var UpdateSizeConstraintSetResponse = [3, n0, _USCSRp, 0, [_CT], [0]];
950
- export var UpdateSqlInjectionMatchSetRequest = [
998
+ export var UpdateSizeConstraintSetResponse$ = [3, n0, _USCSRp, 0, [_CT], [0]];
999
+ export var UpdateSqlInjectionMatchSetRequest$ = [
951
1000
  3,
952
1001
  n0,
953
1002
  _USIMSR,
@@ -955,17 +1004,17 @@ export var UpdateSqlInjectionMatchSetRequest = [
955
1004
  [_SIMSI, _CT, _U],
956
1005
  [0, 0, () => SqlInjectionMatchSetUpdates],
957
1006
  ];
958
- export var UpdateSqlInjectionMatchSetResponse = [3, n0, _USIMSRp, 0, [_CT], [0]];
959
- export var UpdateWebACLRequest = [
1007
+ export var UpdateSqlInjectionMatchSetResponse$ = [3, n0, _USIMSRp, 0, [_CT], [0]];
1008
+ export var UpdateWebACLRequest$ = [
960
1009
  3,
961
1010
  n0,
962
1011
  _UWACLR,
963
1012
  0,
964
1013
  [_WACLI, _CT, _U, _DA],
965
- [0, 0, () => WebACLUpdates, () => WafAction],
1014
+ [0, 0, () => WebACLUpdates, () => WafAction$],
966
1015
  ];
967
- export var UpdateWebACLResponse = [3, n0, _UWACLRp, 0, [_CT], [0]];
968
- export var UpdateXssMatchSetRequest = [
1016
+ export var UpdateWebACLResponse$ = [3, n0, _UWACLRp, 0, [_CT], [0]];
1017
+ export var UpdateXssMatchSetRequest$ = [
969
1018
  3,
970
1019
  n0,
971
1020
  _UXMSR,
@@ -973,13 +1022,13 @@ export var UpdateXssMatchSetRequest = [
973
1022
  [_XMSI, _CT, _U],
974
1023
  [0, 0, () => XssMatchSetUpdates],
975
1024
  ];
976
- export var UpdateXssMatchSetResponse = [3, n0, _UXMSRp, 0, [_CT], [0]];
977
- export var WafAction = [3, n0, _WA, 0, [_T], [0]];
978
- export var WAFBadRequestException = [-3, n0, _WAFBRE, { [_e]: _c }, [_m], [0]];
979
- TypeRegistry.for(n0).registerError(WAFBadRequestException, __WAFBadRequestException);
980
- export var WAFDisallowedNameException = [-3, n0, _WAFDNE, { [_e]: _c }, [_m], [0]];
981
- TypeRegistry.for(n0).registerError(WAFDisallowedNameException, __WAFDisallowedNameException);
982
- export var WAFEntityMigrationException = [
1025
+ export var UpdateXssMatchSetResponse$ = [3, n0, _UXMSRp, 0, [_CT], [0]];
1026
+ export var WafAction$ = [3, n0, _WA, 0, [_T], [0]];
1027
+ export var WAFBadRequestException$ = [-3, n0, _WAFBRE, { [_e]: _c }, [_m], [0]];
1028
+ TypeRegistry.for(n0).registerError(WAFBadRequestException$, WAFBadRequestException);
1029
+ export var WAFDisallowedNameException$ = [-3, n0, _WAFDNE, { [_e]: _c }, [_m], [0]];
1030
+ TypeRegistry.for(n0).registerError(WAFDisallowedNameException$, WAFDisallowedNameException);
1031
+ export var WAFEntityMigrationException$ = [
983
1032
  -3,
984
1033
  n0,
985
1034
  _WAFEME,
@@ -987,620 +1036,648 @@ export var WAFEntityMigrationException = [
987
1036
  [_m, _MET, _MER],
988
1037
  [0, 0, 0],
989
1038
  ];
990
- TypeRegistry.for(n0).registerError(WAFEntityMigrationException, __WAFEntityMigrationException);
991
- export var WAFInternalErrorException = [-3, n0, _WAFIEE, { [_e]: _s }, [_m], [0]];
992
- TypeRegistry.for(n0).registerError(WAFInternalErrorException, __WAFInternalErrorException);
993
- export var WAFInvalidAccountException = [-3, n0, _WAFIAE, { [_e]: _c }, [], []];
994
- TypeRegistry.for(n0).registerError(WAFInvalidAccountException, __WAFInvalidAccountException);
995
- export var WAFInvalidOperationException = [-3, n0, _WAFIOE, { [_e]: _c }, [_m], [0]];
996
- TypeRegistry.for(n0).registerError(WAFInvalidOperationException, __WAFInvalidOperationException);
997
- export var WAFInvalidParameterException = [-3, n0, _WAFIPE, { [_e]: _c }, [_f, _p, _r], [0, 0, 0]];
998
- TypeRegistry.for(n0).registerError(WAFInvalidParameterException, __WAFInvalidParameterException);
999
- export var WAFInvalidPermissionPolicyException = [-3, n0, _WAFIPPE, { [_e]: _c }, [_m], [0]];
1000
- TypeRegistry.for(n0).registerError(WAFInvalidPermissionPolicyException, __WAFInvalidPermissionPolicyException);
1001
- export var WAFInvalidRegexPatternException = [-3, n0, _WAFIRPE, { [_e]: _c }, [_m], [0]];
1002
- TypeRegistry.for(n0).registerError(WAFInvalidRegexPatternException, __WAFInvalidRegexPatternException);
1003
- export var WAFLimitsExceededException = [-3, n0, _WAFLEE, { [_e]: _c }, [_m], [0]];
1004
- TypeRegistry.for(n0).registerError(WAFLimitsExceededException, __WAFLimitsExceededException);
1005
- export var WAFNonEmptyEntityException = [-3, n0, _WAFNEEE, { [_e]: _c }, [_m], [0]];
1006
- TypeRegistry.for(n0).registerError(WAFNonEmptyEntityException, __WAFNonEmptyEntityException);
1007
- export var WAFNonexistentContainerException = [-3, n0, _WAFNCE, { [_e]: _c }, [_m], [0]];
1008
- TypeRegistry.for(n0).registerError(WAFNonexistentContainerException, __WAFNonexistentContainerException);
1009
- export var WAFNonexistentItemException = [-3, n0, _WAFNIE, { [_e]: _c }, [_m], [0]];
1010
- TypeRegistry.for(n0).registerError(WAFNonexistentItemException, __WAFNonexistentItemException);
1011
- export var WafOverrideAction = [3, n0, _WOA, 0, [_T], [0]];
1012
- export var WAFReferencedItemException = [-3, n0, _WAFRIE, { [_e]: _c }, [_m], [0]];
1013
- TypeRegistry.for(n0).registerError(WAFReferencedItemException, __WAFReferencedItemException);
1014
- export var WAFServiceLinkedRoleErrorException = [-3, n0, _WAFSLREE, { [_e]: _c }, [_m], [0]];
1015
- TypeRegistry.for(n0).registerError(WAFServiceLinkedRoleErrorException, __WAFServiceLinkedRoleErrorException);
1016
- export var WAFStaleDataException = [-3, n0, _WAFSDE, { [_e]: _c }, [_m], [0]];
1017
- TypeRegistry.for(n0).registerError(WAFStaleDataException, __WAFStaleDataException);
1018
- export var WAFSubscriptionNotFoundException = [-3, n0, _WAFSNFE, { [_e]: _c }, [_m], [0]];
1019
- TypeRegistry.for(n0).registerError(WAFSubscriptionNotFoundException, __WAFSubscriptionNotFoundException);
1020
- export var WAFTagOperationException = [-3, n0, _WAFTOE, { [_e]: _c }, [_m], [0]];
1021
- TypeRegistry.for(n0).registerError(WAFTagOperationException, __WAFTagOperationException);
1022
- export var WAFTagOperationInternalErrorException = [-3, n0, _WAFTOIEE, { [_e]: _s }, [_m], [0]];
1023
- TypeRegistry.for(n0).registerError(WAFTagOperationInternalErrorException, __WAFTagOperationInternalErrorException);
1024
- export var WebACL = [
1039
+ TypeRegistry.for(n0).registerError(WAFEntityMigrationException$, WAFEntityMigrationException);
1040
+ export var WAFInternalErrorException$ = [-3, n0, _WAFIEE, { [_e]: _s }, [_m], [0]];
1041
+ TypeRegistry.for(n0).registerError(WAFInternalErrorException$, WAFInternalErrorException);
1042
+ export var WAFInvalidAccountException$ = [-3, n0, _WAFIAE, { [_e]: _c }, [], []];
1043
+ TypeRegistry.for(n0).registerError(WAFInvalidAccountException$, WAFInvalidAccountException);
1044
+ export var WAFInvalidOperationException$ = [-3, n0, _WAFIOE, { [_e]: _c }, [_m], [0]];
1045
+ TypeRegistry.for(n0).registerError(WAFInvalidOperationException$, WAFInvalidOperationException);
1046
+ export var WAFInvalidParameterException$ = [-3, n0, _WAFIPE, { [_e]: _c }, [_f, _p, _r], [0, 0, 0]];
1047
+ TypeRegistry.for(n0).registerError(WAFInvalidParameterException$, WAFInvalidParameterException);
1048
+ export var WAFInvalidPermissionPolicyException$ = [-3, n0, _WAFIPPE, { [_e]: _c }, [_m], [0]];
1049
+ TypeRegistry.for(n0).registerError(WAFInvalidPermissionPolicyException$, WAFInvalidPermissionPolicyException);
1050
+ export var WAFInvalidRegexPatternException$ = [-3, n0, _WAFIRPE, { [_e]: _c }, [_m], [0]];
1051
+ TypeRegistry.for(n0).registerError(WAFInvalidRegexPatternException$, WAFInvalidRegexPatternException);
1052
+ export var WAFLimitsExceededException$ = [-3, n0, _WAFLEE, { [_e]: _c }, [_m], [0]];
1053
+ TypeRegistry.for(n0).registerError(WAFLimitsExceededException$, WAFLimitsExceededException);
1054
+ export var WAFNonEmptyEntityException$ = [-3, n0, _WAFNEEE, { [_e]: _c }, [_m], [0]];
1055
+ TypeRegistry.for(n0).registerError(WAFNonEmptyEntityException$, WAFNonEmptyEntityException);
1056
+ export var WAFNonexistentContainerException$ = [-3, n0, _WAFNCE, { [_e]: _c }, [_m], [0]];
1057
+ TypeRegistry.for(n0).registerError(WAFNonexistentContainerException$, WAFNonexistentContainerException);
1058
+ export var WAFNonexistentItemException$ = [-3, n0, _WAFNIE, { [_e]: _c }, [_m], [0]];
1059
+ TypeRegistry.for(n0).registerError(WAFNonexistentItemException$, WAFNonexistentItemException);
1060
+ export var WafOverrideAction$ = [3, n0, _WOA, 0, [_T], [0]];
1061
+ export var WAFReferencedItemException$ = [-3, n0, _WAFRIE, { [_e]: _c }, [_m], [0]];
1062
+ TypeRegistry.for(n0).registerError(WAFReferencedItemException$, WAFReferencedItemException);
1063
+ export var WAFServiceLinkedRoleErrorException$ = [-3, n0, _WAFSLREE, { [_e]: _c }, [_m], [0]];
1064
+ TypeRegistry.for(n0).registerError(WAFServiceLinkedRoleErrorException$, WAFServiceLinkedRoleErrorException);
1065
+ export var WAFStaleDataException$ = [-3, n0, _WAFSDE, { [_e]: _c }, [_m], [0]];
1066
+ TypeRegistry.for(n0).registerError(WAFStaleDataException$, WAFStaleDataException);
1067
+ export var WAFSubscriptionNotFoundException$ = [-3, n0, _WAFSNFE, { [_e]: _c }, [_m], [0]];
1068
+ TypeRegistry.for(n0).registerError(WAFSubscriptionNotFoundException$, WAFSubscriptionNotFoundException);
1069
+ export var WAFTagOperationException$ = [-3, n0, _WAFTOE, { [_e]: _c }, [_m], [0]];
1070
+ TypeRegistry.for(n0).registerError(WAFTagOperationException$, WAFTagOperationException);
1071
+ export var WAFTagOperationInternalErrorException$ = [-3, n0, _WAFTOIEE, { [_e]: _s }, [_m], [0]];
1072
+ TypeRegistry.for(n0).registerError(WAFTagOperationInternalErrorException$, WAFTagOperationInternalErrorException);
1073
+ export var WebACL$ = [
1025
1074
  3,
1026
1075
  n0,
1027
1076
  _WACL,
1028
1077
  0,
1029
1078
  [_WACLI, _N, _MN, _DA, _Ru, _WACLA],
1030
- [0, 0, 0, () => WafAction, () => ActivatedRules, 0],
1031
- ];
1032
- export var WebACLSummary = [3, n0, _WACLS, 0, [_WACLI, _N], [0, 0]];
1033
- export var WebACLUpdate = [3, n0, _WACLU, 0, [_A, _AR], [0, () => ActivatedRule]];
1034
- export var XssMatchSet = [3, n0, _XMS, 0, [_XMSI, _N, _XMT], [0, 0, () => XssMatchTuples]];
1035
- export var XssMatchSetSummary = [3, n0, _XMSS, 0, [_XMSI, _N], [0, 0]];
1036
- export var XssMatchSetUpdate = [3, n0, _XMSU, 0, [_A, _XMTs], [0, () => XssMatchTuple]];
1037
- export var XssMatchTuple = [3, n0, _XMTs, 0, [_FTM, _TT], [() => FieldToMatch, 0]];
1038
- export var WAFServiceException = [-3, _sm, "WAFServiceException", 0, [], []];
1039
- TypeRegistry.for(_sm).registerError(WAFServiceException, __WAFServiceException);
1040
- export var ActivatedRules = [1, n0, _ARc, 0, () => ActivatedRule];
1041
- export var ByteMatchSetSummaries = [1, n0, _BMSSy, 0, () => ByteMatchSetSummary];
1042
- export var ByteMatchSetUpdates = [1, n0, _BMSUy, 0, () => ByteMatchSetUpdate];
1043
- export var ByteMatchTuples = [1, n0, _BMT, 0, () => ByteMatchTuple];
1044
- export var ExcludedRules = [1, n0, _ER, 0, () => ExcludedRule];
1045
- export var GeoMatchConstraints = [1, n0, _GMCe, 0, () => GeoMatchConstraint];
1046
- export var GeoMatchSetSummaries = [1, n0, _GMSSe, 0, () => GeoMatchSetSummary];
1047
- export var GeoMatchSetUpdates = [1, n0, _GMSUe, 0, () => GeoMatchSetUpdate];
1048
- export var HTTPHeaders = [1, n0, _HTTPHe, 0, () => HTTPHeader];
1049
- export var IPSetDescriptors = [1, n0, _IPSD, 0, () => IPSetDescriptor];
1050
- export var IPSetSummaries = [1, n0, _IPSSe, 0, () => IPSetSummary];
1051
- export var IPSetUpdates = [1, n0, _IPSUe, 0, () => IPSetUpdate];
1052
- export var LogDestinationConfigs = 64 | 0;
1053
- export var LoggingConfigurations = [1, n0, _LCo, 0, () => LoggingConfiguration];
1054
- export var ManagedKeys = 64 | 0;
1055
- export var Predicates = [1, n0, _Pre, 0, () => Predicate];
1056
- export var RedactedFields = [1, n0, _RF, 0, () => FieldToMatch];
1057
- export var RegexMatchSetSummaries = [1, n0, _RMSSe, 0, () => RegexMatchSetSummary];
1058
- export var RegexMatchSetUpdates = [1, n0, _RMSUe, 0, () => RegexMatchSetUpdate];
1059
- export var RegexMatchTuples = [1, n0, _RMT, 0, () => RegexMatchTuple];
1060
- export var RegexPatternSetSummaries = [1, n0, _RPSSe, 0, () => RegexPatternSetSummary];
1061
- export var RegexPatternSetUpdates = [1, n0, _RPSUe, 0, () => RegexPatternSetUpdate];
1062
- export var RegexPatternStrings = 64 | 0;
1063
- export var RuleGroupSummaries = [1, n0, _RGSu, 0, () => RuleGroupSummary];
1064
- export var RuleGroupUpdates = [1, n0, _RGUu, 0, () => RuleGroupUpdate];
1065
- export var RuleSummaries = [1, n0, _RSu, 0, () => RuleSummary];
1066
- export var RuleUpdates = [1, n0, _RUu, 0, () => RuleUpdate];
1067
- export var SampledHTTPRequests = [1, n0, _SHTTPRa, 0, () => SampledHTTPRequest];
1068
- export var SizeConstraints = [1, n0, _SCi, 0, () => SizeConstraint];
1069
- export var SizeConstraintSetSummaries = [1, n0, _SCSSi, 0, () => SizeConstraintSetSummary];
1070
- export var SizeConstraintSetUpdates = [1, n0, _SCSUi, 0, () => SizeConstraintSetUpdate];
1071
- export var SqlInjectionMatchSetSummaries = [1, n0, _SIMSSq, 0, () => SqlInjectionMatchSetSummary];
1072
- export var SqlInjectionMatchSetUpdates = [1, n0, _SIMSUq, 0, () => SqlInjectionMatchSetUpdate];
1073
- export var SqlInjectionMatchTuples = [1, n0, _SIMT, 0, () => SqlInjectionMatchTuple];
1074
- export var SubscribedRuleGroupSummaries = [1, n0, _SRGSu, 0, () => SubscribedRuleGroupSummary];
1075
- export var TagKeyList = 64 | 0;
1076
- export var TagList = [1, n0, _TL, 0, () => Tag];
1077
- export var WebACLSummaries = [1, n0, _WACLSe, 0, () => WebACLSummary];
1078
- export var WebACLUpdates = [1, n0, _WACLUe, 0, () => WebACLUpdate];
1079
- export var XssMatchSetSummaries = [1, n0, _XMSSs, 0, () => XssMatchSetSummary];
1080
- export var XssMatchSetUpdates = [1, n0, _XMSUs, 0, () => XssMatchSetUpdate];
1081
- export var XssMatchTuples = [1, n0, _XMT, 0, () => XssMatchTuple];
1082
- export var CreateByteMatchSet = [
1079
+ [0, 0, 0, () => WafAction$, () => ActivatedRules, 0],
1080
+ ];
1081
+ export var WebACLSummary$ = [3, n0, _WACLS, 0, [_WACLI, _N], [0, 0]];
1082
+ export var WebACLUpdate$ = [3, n0, _WACLU, 0, [_A, _AR], [0, () => ActivatedRule$]];
1083
+ export var XssMatchSet$ = [3, n0, _XMS, 0, [_XMSI, _N, _XMT], [0, 0, () => XssMatchTuples]];
1084
+ export var XssMatchSetSummary$ = [3, n0, _XMSS, 0, [_XMSI, _N], [0, 0]];
1085
+ export var XssMatchSetUpdate$ = [3, n0, _XMSU, 0, [_A, _XMTs], [0, () => XssMatchTuple$]];
1086
+ export var XssMatchTuple$ = [3, n0, _XMTs, 0, [_FTM, _TT], [() => FieldToMatch$, 0]];
1087
+ export var WAFServiceException$ = [-3, _sm, "WAFServiceException", 0, [], []];
1088
+ TypeRegistry.for(_sm).registerError(WAFServiceException$, WAFServiceException);
1089
+ var ActivatedRules = [1, n0, _ARc, 0, () => ActivatedRule$];
1090
+ var ByteMatchSetSummaries = [1, n0, _BMSSy, 0, () => ByteMatchSetSummary$];
1091
+ var ByteMatchSetUpdates = [1, n0, _BMSUy, 0, () => ByteMatchSetUpdate$];
1092
+ var ByteMatchTuples = [1, n0, _BMT, 0, () => ByteMatchTuple$];
1093
+ var ExcludedRules = [1, n0, _ER, 0, () => ExcludedRule$];
1094
+ var GeoMatchConstraints = [1, n0, _GMCe, 0, () => GeoMatchConstraint$];
1095
+ var GeoMatchSetSummaries = [1, n0, _GMSSe, 0, () => GeoMatchSetSummary$];
1096
+ var GeoMatchSetUpdates = [1, n0, _GMSUe, 0, () => GeoMatchSetUpdate$];
1097
+ var HTTPHeaders = [1, n0, _HTTPHe, 0, () => HTTPHeader$];
1098
+ var IPSetDescriptors = [1, n0, _IPSD, 0, () => IPSetDescriptor$];
1099
+ var IPSetSummaries = [1, n0, _IPSSe, 0, () => IPSetSummary$];
1100
+ var IPSetUpdates = [1, n0, _IPSUe, 0, () => IPSetUpdate$];
1101
+ var LogDestinationConfigs = 64 | 0;
1102
+ var LoggingConfigurations = [1, n0, _LCo, 0, () => LoggingConfiguration$];
1103
+ var ManagedKeys = 64 | 0;
1104
+ var Predicates = [1, n0, _Pre, 0, () => Predicate$];
1105
+ var RedactedFields = [1, n0, _RF, 0, () => FieldToMatch$];
1106
+ var RegexMatchSetSummaries = [1, n0, _RMSSe, 0, () => RegexMatchSetSummary$];
1107
+ var RegexMatchSetUpdates = [1, n0, _RMSUe, 0, () => RegexMatchSetUpdate$];
1108
+ var RegexMatchTuples = [1, n0, _RMT, 0, () => RegexMatchTuple$];
1109
+ var RegexPatternSetSummaries = [1, n0, _RPSSe, 0, () => RegexPatternSetSummary$];
1110
+ var RegexPatternSetUpdates = [1, n0, _RPSUe, 0, () => RegexPatternSetUpdate$];
1111
+ var RegexPatternStrings = 64 | 0;
1112
+ var RuleGroupSummaries = [1, n0, _RGSu, 0, () => RuleGroupSummary$];
1113
+ var RuleGroupUpdates = [1, n0, _RGUu, 0, () => RuleGroupUpdate$];
1114
+ var RuleSummaries = [1, n0, _RSu, 0, () => RuleSummary$];
1115
+ var RuleUpdates = [1, n0, _RUu, 0, () => RuleUpdate$];
1116
+ var SampledHTTPRequests = [1, n0, _SHTTPRa, 0, () => SampledHTTPRequest$];
1117
+ var SizeConstraints = [1, n0, _SCi, 0, () => SizeConstraint$];
1118
+ var SizeConstraintSetSummaries = [1, n0, _SCSSi, 0, () => SizeConstraintSetSummary$];
1119
+ var SizeConstraintSetUpdates = [1, n0, _SCSUi, 0, () => SizeConstraintSetUpdate$];
1120
+ var SqlInjectionMatchSetSummaries = [1, n0, _SIMSSq, 0, () => SqlInjectionMatchSetSummary$];
1121
+ var SqlInjectionMatchSetUpdates = [1, n0, _SIMSUq, 0, () => SqlInjectionMatchSetUpdate$];
1122
+ var SqlInjectionMatchTuples = [1, n0, _SIMT, 0, () => SqlInjectionMatchTuple$];
1123
+ var SubscribedRuleGroupSummaries = [1, n0, _SRGSu, 0, () => SubscribedRuleGroupSummary$];
1124
+ var TagKeyList = 64 | 0;
1125
+ var TagList = [1, n0, _TL, 0, () => Tag$];
1126
+ var WebACLSummaries = [1, n0, _WACLSe, 0, () => WebACLSummary$];
1127
+ var WebACLUpdates = [1, n0, _WACLUe, 0, () => WebACLUpdate$];
1128
+ var XssMatchSetSummaries = [1, n0, _XMSSs, 0, () => XssMatchSetSummary$];
1129
+ var XssMatchSetUpdates = [1, n0, _XMSUs, 0, () => XssMatchSetUpdate$];
1130
+ var XssMatchTuples = [1, n0, _XMT, 0, () => XssMatchTuple$];
1131
+ export var CreateByteMatchSet$ = [
1083
1132
  9,
1084
1133
  n0,
1085
1134
  _CBMS,
1086
1135
  0,
1087
- () => CreateByteMatchSetRequest,
1088
- () => CreateByteMatchSetResponse,
1136
+ () => CreateByteMatchSetRequest$,
1137
+ () => CreateByteMatchSetResponse$,
1089
1138
  ];
1090
- export var CreateGeoMatchSet = [
1139
+ export var CreateGeoMatchSet$ = [
1091
1140
  9,
1092
1141
  n0,
1093
1142
  _CGMS,
1094
1143
  0,
1095
- () => CreateGeoMatchSetRequest,
1096
- () => CreateGeoMatchSetResponse,
1144
+ () => CreateGeoMatchSetRequest$,
1145
+ () => CreateGeoMatchSetResponse$,
1146
+ ];
1147
+ export var CreateIPSet$ = [
1148
+ 9,
1149
+ n0,
1150
+ _CIPS,
1151
+ 0,
1152
+ () => CreateIPSetRequest$,
1153
+ () => CreateIPSetResponse$,
1097
1154
  ];
1098
- export var CreateIPSet = [9, n0, _CIPS, 0, () => CreateIPSetRequest, () => CreateIPSetResponse];
1099
- export var CreateRateBasedRule = [
1155
+ export var CreateRateBasedRule$ = [
1100
1156
  9,
1101
1157
  n0,
1102
1158
  _CRBR,
1103
1159
  0,
1104
- () => CreateRateBasedRuleRequest,
1105
- () => CreateRateBasedRuleResponse,
1160
+ () => CreateRateBasedRuleRequest$,
1161
+ () => CreateRateBasedRuleResponse$,
1106
1162
  ];
1107
- export var CreateRegexMatchSet = [
1163
+ export var CreateRegexMatchSet$ = [
1108
1164
  9,
1109
1165
  n0,
1110
1166
  _CRMS,
1111
1167
  0,
1112
- () => CreateRegexMatchSetRequest,
1113
- () => CreateRegexMatchSetResponse,
1168
+ () => CreateRegexMatchSetRequest$,
1169
+ () => CreateRegexMatchSetResponse$,
1114
1170
  ];
1115
- export var CreateRegexPatternSet = [
1171
+ export var CreateRegexPatternSet$ = [
1116
1172
  9,
1117
1173
  n0,
1118
1174
  _CRPS,
1119
1175
  0,
1120
- () => CreateRegexPatternSetRequest,
1121
- () => CreateRegexPatternSetResponse,
1176
+ () => CreateRegexPatternSetRequest$,
1177
+ () => CreateRegexPatternSetResponse$,
1122
1178
  ];
1123
- export var CreateRule = [9, n0, _CR, 0, () => CreateRuleRequest, () => CreateRuleResponse];
1124
- export var CreateRuleGroup = [
1179
+ export var CreateRule$ = [9, n0, _CR, 0, () => CreateRuleRequest$, () => CreateRuleResponse$];
1180
+ export var CreateRuleGroup$ = [
1125
1181
  9,
1126
1182
  n0,
1127
1183
  _CRG,
1128
1184
  0,
1129
- () => CreateRuleGroupRequest,
1130
- () => CreateRuleGroupResponse,
1185
+ () => CreateRuleGroupRequest$,
1186
+ () => CreateRuleGroupResponse$,
1131
1187
  ];
1132
- export var CreateSizeConstraintSet = [
1188
+ export var CreateSizeConstraintSet$ = [
1133
1189
  9,
1134
1190
  n0,
1135
1191
  _CSCS,
1136
1192
  0,
1137
- () => CreateSizeConstraintSetRequest,
1138
- () => CreateSizeConstraintSetResponse,
1193
+ () => CreateSizeConstraintSetRequest$,
1194
+ () => CreateSizeConstraintSetResponse$,
1139
1195
  ];
1140
- export var CreateSqlInjectionMatchSet = [
1196
+ export var CreateSqlInjectionMatchSet$ = [
1141
1197
  9,
1142
1198
  n0,
1143
1199
  _CSIMS,
1144
1200
  0,
1145
- () => CreateSqlInjectionMatchSetRequest,
1146
- () => CreateSqlInjectionMatchSetResponse,
1201
+ () => CreateSqlInjectionMatchSetRequest$,
1202
+ () => CreateSqlInjectionMatchSetResponse$,
1147
1203
  ];
1148
- export var CreateWebACL = [
1204
+ export var CreateWebACL$ = [
1149
1205
  9,
1150
1206
  n0,
1151
1207
  _CWACL,
1152
1208
  0,
1153
- () => CreateWebACLRequest,
1154
- () => CreateWebACLResponse,
1209
+ () => CreateWebACLRequest$,
1210
+ () => CreateWebACLResponse$,
1155
1211
  ];
1156
- export var CreateWebACLMigrationStack = [
1212
+ export var CreateWebACLMigrationStack$ = [
1157
1213
  9,
1158
1214
  n0,
1159
1215
  _CWACLMS,
1160
1216
  0,
1161
- () => CreateWebACLMigrationStackRequest,
1162
- () => CreateWebACLMigrationStackResponse,
1217
+ () => CreateWebACLMigrationStackRequest$,
1218
+ () => CreateWebACLMigrationStackResponse$,
1163
1219
  ];
1164
- export var CreateXssMatchSet = [
1220
+ export var CreateXssMatchSet$ = [
1165
1221
  9,
1166
1222
  n0,
1167
1223
  _CXMS,
1168
1224
  0,
1169
- () => CreateXssMatchSetRequest,
1170
- () => CreateXssMatchSetResponse,
1225
+ () => CreateXssMatchSetRequest$,
1226
+ () => CreateXssMatchSetResponse$,
1171
1227
  ];
1172
- export var DeleteByteMatchSet = [
1228
+ export var DeleteByteMatchSet$ = [
1173
1229
  9,
1174
1230
  n0,
1175
1231
  _DBMS,
1176
1232
  0,
1177
- () => DeleteByteMatchSetRequest,
1178
- () => DeleteByteMatchSetResponse,
1233
+ () => DeleteByteMatchSetRequest$,
1234
+ () => DeleteByteMatchSetResponse$,
1179
1235
  ];
1180
- export var DeleteGeoMatchSet = [
1236
+ export var DeleteGeoMatchSet$ = [
1181
1237
  9,
1182
1238
  n0,
1183
1239
  _DGMS,
1184
1240
  0,
1185
- () => DeleteGeoMatchSetRequest,
1186
- () => DeleteGeoMatchSetResponse,
1241
+ () => DeleteGeoMatchSetRequest$,
1242
+ () => DeleteGeoMatchSetResponse$,
1243
+ ];
1244
+ export var DeleteIPSet$ = [
1245
+ 9,
1246
+ n0,
1247
+ _DIPS,
1248
+ 0,
1249
+ () => DeleteIPSetRequest$,
1250
+ () => DeleteIPSetResponse$,
1187
1251
  ];
1188
- export var DeleteIPSet = [9, n0, _DIPS, 0, () => DeleteIPSetRequest, () => DeleteIPSetResponse];
1189
- export var DeleteLoggingConfiguration = [
1252
+ export var DeleteLoggingConfiguration$ = [
1190
1253
  9,
1191
1254
  n0,
1192
1255
  _DLC,
1193
1256
  0,
1194
- () => DeleteLoggingConfigurationRequest,
1195
- () => DeleteLoggingConfigurationResponse,
1257
+ () => DeleteLoggingConfigurationRequest$,
1258
+ () => DeleteLoggingConfigurationResponse$,
1196
1259
  ];
1197
- export var DeletePermissionPolicy = [
1260
+ export var DeletePermissionPolicy$ = [
1198
1261
  9,
1199
1262
  n0,
1200
1263
  _DPP,
1201
1264
  0,
1202
- () => DeletePermissionPolicyRequest,
1203
- () => DeletePermissionPolicyResponse,
1265
+ () => DeletePermissionPolicyRequest$,
1266
+ () => DeletePermissionPolicyResponse$,
1204
1267
  ];
1205
- export var DeleteRateBasedRule = [
1268
+ export var DeleteRateBasedRule$ = [
1206
1269
  9,
1207
1270
  n0,
1208
1271
  _DRBR,
1209
1272
  0,
1210
- () => DeleteRateBasedRuleRequest,
1211
- () => DeleteRateBasedRuleResponse,
1273
+ () => DeleteRateBasedRuleRequest$,
1274
+ () => DeleteRateBasedRuleResponse$,
1212
1275
  ];
1213
- export var DeleteRegexMatchSet = [
1276
+ export var DeleteRegexMatchSet$ = [
1214
1277
  9,
1215
1278
  n0,
1216
1279
  _DRMS,
1217
1280
  0,
1218
- () => DeleteRegexMatchSetRequest,
1219
- () => DeleteRegexMatchSetResponse,
1281
+ () => DeleteRegexMatchSetRequest$,
1282
+ () => DeleteRegexMatchSetResponse$,
1220
1283
  ];
1221
- export var DeleteRegexPatternSet = [
1284
+ export var DeleteRegexPatternSet$ = [
1222
1285
  9,
1223
1286
  n0,
1224
1287
  _DRPS,
1225
1288
  0,
1226
- () => DeleteRegexPatternSetRequest,
1227
- () => DeleteRegexPatternSetResponse,
1289
+ () => DeleteRegexPatternSetRequest$,
1290
+ () => DeleteRegexPatternSetResponse$,
1228
1291
  ];
1229
- export var DeleteRule = [9, n0, _DR, 0, () => DeleteRuleRequest, () => DeleteRuleResponse];
1230
- export var DeleteRuleGroup = [
1292
+ export var DeleteRule$ = [9, n0, _DR, 0, () => DeleteRuleRequest$, () => DeleteRuleResponse$];
1293
+ export var DeleteRuleGroup$ = [
1231
1294
  9,
1232
1295
  n0,
1233
1296
  _DRG,
1234
1297
  0,
1235
- () => DeleteRuleGroupRequest,
1236
- () => DeleteRuleGroupResponse,
1298
+ () => DeleteRuleGroupRequest$,
1299
+ () => DeleteRuleGroupResponse$,
1237
1300
  ];
1238
- export var DeleteSizeConstraintSet = [
1301
+ export var DeleteSizeConstraintSet$ = [
1239
1302
  9,
1240
1303
  n0,
1241
1304
  _DSCS,
1242
1305
  0,
1243
- () => DeleteSizeConstraintSetRequest,
1244
- () => DeleteSizeConstraintSetResponse,
1306
+ () => DeleteSizeConstraintSetRequest$,
1307
+ () => DeleteSizeConstraintSetResponse$,
1245
1308
  ];
1246
- export var DeleteSqlInjectionMatchSet = [
1309
+ export var DeleteSqlInjectionMatchSet$ = [
1247
1310
  9,
1248
1311
  n0,
1249
1312
  _DSIMS,
1250
1313
  0,
1251
- () => DeleteSqlInjectionMatchSetRequest,
1252
- () => DeleteSqlInjectionMatchSetResponse,
1314
+ () => DeleteSqlInjectionMatchSetRequest$,
1315
+ () => DeleteSqlInjectionMatchSetResponse$,
1253
1316
  ];
1254
- export var DeleteWebACL = [
1317
+ export var DeleteWebACL$ = [
1255
1318
  9,
1256
1319
  n0,
1257
1320
  _DWACL,
1258
1321
  0,
1259
- () => DeleteWebACLRequest,
1260
- () => DeleteWebACLResponse,
1322
+ () => DeleteWebACLRequest$,
1323
+ () => DeleteWebACLResponse$,
1261
1324
  ];
1262
- export var DeleteXssMatchSet = [
1325
+ export var DeleteXssMatchSet$ = [
1263
1326
  9,
1264
1327
  n0,
1265
1328
  _DXMS,
1266
1329
  0,
1267
- () => DeleteXssMatchSetRequest,
1268
- () => DeleteXssMatchSetResponse,
1330
+ () => DeleteXssMatchSetRequest$,
1331
+ () => DeleteXssMatchSetResponse$,
1269
1332
  ];
1270
- export var GetByteMatchSet = [
1333
+ export var GetByteMatchSet$ = [
1271
1334
  9,
1272
1335
  n0,
1273
1336
  _GBMS,
1274
1337
  0,
1275
- () => GetByteMatchSetRequest,
1276
- () => GetByteMatchSetResponse,
1338
+ () => GetByteMatchSetRequest$,
1339
+ () => GetByteMatchSetResponse$,
1277
1340
  ];
1278
- export var GetChangeToken = [
1341
+ export var GetChangeToken$ = [
1279
1342
  9,
1280
1343
  n0,
1281
1344
  _GCT,
1282
1345
  0,
1283
- () => GetChangeTokenRequest,
1284
- () => GetChangeTokenResponse,
1346
+ () => GetChangeTokenRequest$,
1347
+ () => GetChangeTokenResponse$,
1285
1348
  ];
1286
- export var GetChangeTokenStatus = [
1349
+ export var GetChangeTokenStatus$ = [
1287
1350
  9,
1288
1351
  n0,
1289
1352
  _GCTS,
1290
1353
  0,
1291
- () => GetChangeTokenStatusRequest,
1292
- () => GetChangeTokenStatusResponse,
1354
+ () => GetChangeTokenStatusRequest$,
1355
+ () => GetChangeTokenStatusResponse$,
1293
1356
  ];
1294
- export var GetGeoMatchSet = [
1357
+ export var GetGeoMatchSet$ = [
1295
1358
  9,
1296
1359
  n0,
1297
1360
  _GGMS,
1298
1361
  0,
1299
- () => GetGeoMatchSetRequest,
1300
- () => GetGeoMatchSetResponse,
1362
+ () => GetGeoMatchSetRequest$,
1363
+ () => GetGeoMatchSetResponse$,
1301
1364
  ];
1302
- export var GetIPSet = [9, n0, _GIPS, 0, () => GetIPSetRequest, () => GetIPSetResponse];
1303
- export var GetLoggingConfiguration = [
1365
+ export var GetIPSet$ = [9, n0, _GIPS, 0, () => GetIPSetRequest$, () => GetIPSetResponse$];
1366
+ export var GetLoggingConfiguration$ = [
1304
1367
  9,
1305
1368
  n0,
1306
1369
  _GLC,
1307
1370
  0,
1308
- () => GetLoggingConfigurationRequest,
1309
- () => GetLoggingConfigurationResponse,
1371
+ () => GetLoggingConfigurationRequest$,
1372
+ () => GetLoggingConfigurationResponse$,
1310
1373
  ];
1311
- export var GetPermissionPolicy = [
1374
+ export var GetPermissionPolicy$ = [
1312
1375
  9,
1313
1376
  n0,
1314
1377
  _GPP,
1315
1378
  0,
1316
- () => GetPermissionPolicyRequest,
1317
- () => GetPermissionPolicyResponse,
1379
+ () => GetPermissionPolicyRequest$,
1380
+ () => GetPermissionPolicyResponse$,
1318
1381
  ];
1319
- export var GetRateBasedRule = [
1382
+ export var GetRateBasedRule$ = [
1320
1383
  9,
1321
1384
  n0,
1322
1385
  _GRBR,
1323
1386
  0,
1324
- () => GetRateBasedRuleRequest,
1325
- () => GetRateBasedRuleResponse,
1387
+ () => GetRateBasedRuleRequest$,
1388
+ () => GetRateBasedRuleResponse$,
1326
1389
  ];
1327
- export var GetRateBasedRuleManagedKeys = [
1390
+ export var GetRateBasedRuleManagedKeys$ = [
1328
1391
  9,
1329
1392
  n0,
1330
1393
  _GRBRMK,
1331
1394
  0,
1332
- () => GetRateBasedRuleManagedKeysRequest,
1333
- () => GetRateBasedRuleManagedKeysResponse,
1395
+ () => GetRateBasedRuleManagedKeysRequest$,
1396
+ () => GetRateBasedRuleManagedKeysResponse$,
1334
1397
  ];
1335
- export var GetRegexMatchSet = [
1398
+ export var GetRegexMatchSet$ = [
1336
1399
  9,
1337
1400
  n0,
1338
1401
  _GRMS,
1339
1402
  0,
1340
- () => GetRegexMatchSetRequest,
1341
- () => GetRegexMatchSetResponse,
1403
+ () => GetRegexMatchSetRequest$,
1404
+ () => GetRegexMatchSetResponse$,
1342
1405
  ];
1343
- export var GetRegexPatternSet = [
1406
+ export var GetRegexPatternSet$ = [
1344
1407
  9,
1345
1408
  n0,
1346
1409
  _GRPS,
1347
1410
  0,
1348
- () => GetRegexPatternSetRequest,
1349
- () => GetRegexPatternSetResponse,
1411
+ () => GetRegexPatternSetRequest$,
1412
+ () => GetRegexPatternSetResponse$,
1350
1413
  ];
1351
- export var GetRule = [9, n0, _GR, 0, () => GetRuleRequest, () => GetRuleResponse];
1352
- export var GetRuleGroup = [
1414
+ export var GetRule$ = [9, n0, _GR, 0, () => GetRuleRequest$, () => GetRuleResponse$];
1415
+ export var GetRuleGroup$ = [
1353
1416
  9,
1354
1417
  n0,
1355
1418
  _GRG,
1356
1419
  0,
1357
- () => GetRuleGroupRequest,
1358
- () => GetRuleGroupResponse,
1420
+ () => GetRuleGroupRequest$,
1421
+ () => GetRuleGroupResponse$,
1359
1422
  ];
1360
- export var GetSampledRequests = [
1423
+ export var GetSampledRequests$ = [
1361
1424
  9,
1362
1425
  n0,
1363
1426
  _GSR,
1364
1427
  0,
1365
- () => GetSampledRequestsRequest,
1366
- () => GetSampledRequestsResponse,
1428
+ () => GetSampledRequestsRequest$,
1429
+ () => GetSampledRequestsResponse$,
1367
1430
  ];
1368
- export var GetSizeConstraintSet = [
1431
+ export var GetSizeConstraintSet$ = [
1369
1432
  9,
1370
1433
  n0,
1371
1434
  _GSCS,
1372
1435
  0,
1373
- () => GetSizeConstraintSetRequest,
1374
- () => GetSizeConstraintSetResponse,
1436
+ () => GetSizeConstraintSetRequest$,
1437
+ () => GetSizeConstraintSetResponse$,
1375
1438
  ];
1376
- export var GetSqlInjectionMatchSet = [
1439
+ export var GetSqlInjectionMatchSet$ = [
1377
1440
  9,
1378
1441
  n0,
1379
1442
  _GSIMS,
1380
1443
  0,
1381
- () => GetSqlInjectionMatchSetRequest,
1382
- () => GetSqlInjectionMatchSetResponse,
1444
+ () => GetSqlInjectionMatchSetRequest$,
1445
+ () => GetSqlInjectionMatchSetResponse$,
1383
1446
  ];
1384
- export var GetWebACL = [9, n0, _GWACL, 0, () => GetWebACLRequest, () => GetWebACLResponse];
1385
- export var GetXssMatchSet = [
1447
+ export var GetWebACL$ = [9, n0, _GWACL, 0, () => GetWebACLRequest$, () => GetWebACLResponse$];
1448
+ export var GetXssMatchSet$ = [
1386
1449
  9,
1387
1450
  n0,
1388
1451
  _GXMS,
1389
1452
  0,
1390
- () => GetXssMatchSetRequest,
1391
- () => GetXssMatchSetResponse,
1453
+ () => GetXssMatchSetRequest$,
1454
+ () => GetXssMatchSetResponse$,
1392
1455
  ];
1393
- export var ListActivatedRulesInRuleGroup = [
1456
+ export var ListActivatedRulesInRuleGroup$ = [
1394
1457
  9,
1395
1458
  n0,
1396
1459
  _LARIRG,
1397
1460
  0,
1398
- () => ListActivatedRulesInRuleGroupRequest,
1399
- () => ListActivatedRulesInRuleGroupResponse,
1461
+ () => ListActivatedRulesInRuleGroupRequest$,
1462
+ () => ListActivatedRulesInRuleGroupResponse$,
1400
1463
  ];
1401
- export var ListByteMatchSets = [
1464
+ export var ListByteMatchSets$ = [
1402
1465
  9,
1403
1466
  n0,
1404
1467
  _LBMS,
1405
1468
  0,
1406
- () => ListByteMatchSetsRequest,
1407
- () => ListByteMatchSetsResponse,
1469
+ () => ListByteMatchSetsRequest$,
1470
+ () => ListByteMatchSetsResponse$,
1408
1471
  ];
1409
- export var ListGeoMatchSets = [
1472
+ export var ListGeoMatchSets$ = [
1410
1473
  9,
1411
1474
  n0,
1412
1475
  _LGMS,
1413
1476
  0,
1414
- () => ListGeoMatchSetsRequest,
1415
- () => ListGeoMatchSetsResponse,
1477
+ () => ListGeoMatchSetsRequest$,
1478
+ () => ListGeoMatchSetsResponse$,
1416
1479
  ];
1417
- export var ListIPSets = [9, n0, _LIPS, 0, () => ListIPSetsRequest, () => ListIPSetsResponse];
1418
- export var ListLoggingConfigurations = [
1480
+ export var ListIPSets$ = [9, n0, _LIPS, 0, () => ListIPSetsRequest$, () => ListIPSetsResponse$];
1481
+ export var ListLoggingConfigurations$ = [
1419
1482
  9,
1420
1483
  n0,
1421
1484
  _LLC,
1422
1485
  0,
1423
- () => ListLoggingConfigurationsRequest,
1424
- () => ListLoggingConfigurationsResponse,
1486
+ () => ListLoggingConfigurationsRequest$,
1487
+ () => ListLoggingConfigurationsResponse$,
1425
1488
  ];
1426
- export var ListRateBasedRules = [
1489
+ export var ListRateBasedRules$ = [
1427
1490
  9,
1428
1491
  n0,
1429
1492
  _LRBR,
1430
1493
  0,
1431
- () => ListRateBasedRulesRequest,
1432
- () => ListRateBasedRulesResponse,
1494
+ () => ListRateBasedRulesRequest$,
1495
+ () => ListRateBasedRulesResponse$,
1433
1496
  ];
1434
- export var ListRegexMatchSets = [
1497
+ export var ListRegexMatchSets$ = [
1435
1498
  9,
1436
1499
  n0,
1437
1500
  _LRMS,
1438
1501
  0,
1439
- () => ListRegexMatchSetsRequest,
1440
- () => ListRegexMatchSetsResponse,
1502
+ () => ListRegexMatchSetsRequest$,
1503
+ () => ListRegexMatchSetsResponse$,
1441
1504
  ];
1442
- export var ListRegexPatternSets = [
1505
+ export var ListRegexPatternSets$ = [
1443
1506
  9,
1444
1507
  n0,
1445
1508
  _LRPS,
1446
1509
  0,
1447
- () => ListRegexPatternSetsRequest,
1448
- () => ListRegexPatternSetsResponse,
1510
+ () => ListRegexPatternSetsRequest$,
1511
+ () => ListRegexPatternSetsResponse$,
1449
1512
  ];
1450
- export var ListRuleGroups = [
1513
+ export var ListRuleGroups$ = [
1451
1514
  9,
1452
1515
  n0,
1453
1516
  _LRG,
1454
1517
  0,
1455
- () => ListRuleGroupsRequest,
1456
- () => ListRuleGroupsResponse,
1518
+ () => ListRuleGroupsRequest$,
1519
+ () => ListRuleGroupsResponse$,
1457
1520
  ];
1458
- export var ListRules = [9, n0, _LR, 0, () => ListRulesRequest, () => ListRulesResponse];
1459
- export var ListSizeConstraintSets = [
1521
+ export var ListRules$ = [9, n0, _LR, 0, () => ListRulesRequest$, () => ListRulesResponse$];
1522
+ export var ListSizeConstraintSets$ = [
1460
1523
  9,
1461
1524
  n0,
1462
1525
  _LSCS,
1463
1526
  0,
1464
- () => ListSizeConstraintSetsRequest,
1465
- () => ListSizeConstraintSetsResponse,
1527
+ () => ListSizeConstraintSetsRequest$,
1528
+ () => ListSizeConstraintSetsResponse$,
1466
1529
  ];
1467
- export var ListSqlInjectionMatchSets = [
1530
+ export var ListSqlInjectionMatchSets$ = [
1468
1531
  9,
1469
1532
  n0,
1470
1533
  _LSIMS,
1471
1534
  0,
1472
- () => ListSqlInjectionMatchSetsRequest,
1473
- () => ListSqlInjectionMatchSetsResponse,
1535
+ () => ListSqlInjectionMatchSetsRequest$,
1536
+ () => ListSqlInjectionMatchSetsResponse$,
1474
1537
  ];
1475
- export var ListSubscribedRuleGroups = [
1538
+ export var ListSubscribedRuleGroups$ = [
1476
1539
  9,
1477
1540
  n0,
1478
1541
  _LSRG,
1479
1542
  0,
1480
- () => ListSubscribedRuleGroupsRequest,
1481
- () => ListSubscribedRuleGroupsResponse,
1543
+ () => ListSubscribedRuleGroupsRequest$,
1544
+ () => ListSubscribedRuleGroupsResponse$,
1482
1545
  ];
1483
- export var ListTagsForResource = [
1546
+ export var ListTagsForResource$ = [
1484
1547
  9,
1485
1548
  n0,
1486
1549
  _LTFR,
1487
1550
  0,
1488
- () => ListTagsForResourceRequest,
1489
- () => ListTagsForResourceResponse,
1551
+ () => ListTagsForResourceRequest$,
1552
+ () => ListTagsForResourceResponse$,
1553
+ ];
1554
+ export var ListWebACLs$ = [
1555
+ 9,
1556
+ n0,
1557
+ _LWACL,
1558
+ 0,
1559
+ () => ListWebACLsRequest$,
1560
+ () => ListWebACLsResponse$,
1490
1561
  ];
1491
- export var ListWebACLs = [9, n0, _LWACL, 0, () => ListWebACLsRequest, () => ListWebACLsResponse];
1492
- export var ListXssMatchSets = [
1562
+ export var ListXssMatchSets$ = [
1493
1563
  9,
1494
1564
  n0,
1495
1565
  _LXMS,
1496
1566
  0,
1497
- () => ListXssMatchSetsRequest,
1498
- () => ListXssMatchSetsResponse,
1567
+ () => ListXssMatchSetsRequest$,
1568
+ () => ListXssMatchSetsResponse$,
1499
1569
  ];
1500
- export var PutLoggingConfiguration = [
1570
+ export var PutLoggingConfiguration$ = [
1501
1571
  9,
1502
1572
  n0,
1503
1573
  _PLC,
1504
1574
  0,
1505
- () => PutLoggingConfigurationRequest,
1506
- () => PutLoggingConfigurationResponse,
1575
+ () => PutLoggingConfigurationRequest$,
1576
+ () => PutLoggingConfigurationResponse$,
1507
1577
  ];
1508
- export var PutPermissionPolicy = [
1578
+ export var PutPermissionPolicy$ = [
1509
1579
  9,
1510
1580
  n0,
1511
1581
  _PPP,
1512
1582
  0,
1513
- () => PutPermissionPolicyRequest,
1514
- () => PutPermissionPolicyResponse,
1583
+ () => PutPermissionPolicyRequest$,
1584
+ () => PutPermissionPolicyResponse$,
1515
1585
  ];
1516
- export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
1517
- export var UntagResource = [
1586
+ export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
1587
+ export var UntagResource$ = [
1518
1588
  9,
1519
1589
  n0,
1520
1590
  _UR,
1521
1591
  0,
1522
- () => UntagResourceRequest,
1523
- () => UntagResourceResponse,
1592
+ () => UntagResourceRequest$,
1593
+ () => UntagResourceResponse$,
1524
1594
  ];
1525
- export var UpdateByteMatchSet = [
1595
+ export var UpdateByteMatchSet$ = [
1526
1596
  9,
1527
1597
  n0,
1528
1598
  _UBMS,
1529
1599
  0,
1530
- () => UpdateByteMatchSetRequest,
1531
- () => UpdateByteMatchSetResponse,
1600
+ () => UpdateByteMatchSetRequest$,
1601
+ () => UpdateByteMatchSetResponse$,
1532
1602
  ];
1533
- export var UpdateGeoMatchSet = [
1603
+ export var UpdateGeoMatchSet$ = [
1534
1604
  9,
1535
1605
  n0,
1536
1606
  _UGMS,
1537
1607
  0,
1538
- () => UpdateGeoMatchSetRequest,
1539
- () => UpdateGeoMatchSetResponse,
1608
+ () => UpdateGeoMatchSetRequest$,
1609
+ () => UpdateGeoMatchSetResponse$,
1610
+ ];
1611
+ export var UpdateIPSet$ = [
1612
+ 9,
1613
+ n0,
1614
+ _UIPS,
1615
+ 0,
1616
+ () => UpdateIPSetRequest$,
1617
+ () => UpdateIPSetResponse$,
1540
1618
  ];
1541
- export var UpdateIPSet = [9, n0, _UIPS, 0, () => UpdateIPSetRequest, () => UpdateIPSetResponse];
1542
- export var UpdateRateBasedRule = [
1619
+ export var UpdateRateBasedRule$ = [
1543
1620
  9,
1544
1621
  n0,
1545
1622
  _URBR,
1546
1623
  0,
1547
- () => UpdateRateBasedRuleRequest,
1548
- () => UpdateRateBasedRuleResponse,
1624
+ () => UpdateRateBasedRuleRequest$,
1625
+ () => UpdateRateBasedRuleResponse$,
1549
1626
  ];
1550
- export var UpdateRegexMatchSet = [
1627
+ export var UpdateRegexMatchSet$ = [
1551
1628
  9,
1552
1629
  n0,
1553
1630
  _URMS,
1554
1631
  0,
1555
- () => UpdateRegexMatchSetRequest,
1556
- () => UpdateRegexMatchSetResponse,
1632
+ () => UpdateRegexMatchSetRequest$,
1633
+ () => UpdateRegexMatchSetResponse$,
1557
1634
  ];
1558
- export var UpdateRegexPatternSet = [
1635
+ export var UpdateRegexPatternSet$ = [
1559
1636
  9,
1560
1637
  n0,
1561
1638
  _URPS,
1562
1639
  0,
1563
- () => UpdateRegexPatternSetRequest,
1564
- () => UpdateRegexPatternSetResponse,
1640
+ () => UpdateRegexPatternSetRequest$,
1641
+ () => UpdateRegexPatternSetResponse$,
1565
1642
  ];
1566
- export var UpdateRule = [9, n0, _URp, 0, () => UpdateRuleRequest, () => UpdateRuleResponse];
1567
- export var UpdateRuleGroup = [
1643
+ export var UpdateRule$ = [9, n0, _URp, 0, () => UpdateRuleRequest$, () => UpdateRuleResponse$];
1644
+ export var UpdateRuleGroup$ = [
1568
1645
  9,
1569
1646
  n0,
1570
1647
  _URG,
1571
1648
  0,
1572
- () => UpdateRuleGroupRequest,
1573
- () => UpdateRuleGroupResponse,
1649
+ () => UpdateRuleGroupRequest$,
1650
+ () => UpdateRuleGroupResponse$,
1574
1651
  ];
1575
- export var UpdateSizeConstraintSet = [
1652
+ export var UpdateSizeConstraintSet$ = [
1576
1653
  9,
1577
1654
  n0,
1578
1655
  _USCS,
1579
1656
  0,
1580
- () => UpdateSizeConstraintSetRequest,
1581
- () => UpdateSizeConstraintSetResponse,
1657
+ () => UpdateSizeConstraintSetRequest$,
1658
+ () => UpdateSizeConstraintSetResponse$,
1582
1659
  ];
1583
- export var UpdateSqlInjectionMatchSet = [
1660
+ export var UpdateSqlInjectionMatchSet$ = [
1584
1661
  9,
1585
1662
  n0,
1586
1663
  _USIMS,
1587
1664
  0,
1588
- () => UpdateSqlInjectionMatchSetRequest,
1589
- () => UpdateSqlInjectionMatchSetResponse,
1665
+ () => UpdateSqlInjectionMatchSetRequest$,
1666
+ () => UpdateSqlInjectionMatchSetResponse$,
1590
1667
  ];
1591
- export var UpdateWebACL = [
1668
+ export var UpdateWebACL$ = [
1592
1669
  9,
1593
1670
  n0,
1594
1671
  _UWACL,
1595
1672
  0,
1596
- () => UpdateWebACLRequest,
1597
- () => UpdateWebACLResponse,
1673
+ () => UpdateWebACLRequest$,
1674
+ () => UpdateWebACLResponse$,
1598
1675
  ];
1599
- export var UpdateXssMatchSet = [
1676
+ export var UpdateXssMatchSet$ = [
1600
1677
  9,
1601
1678
  n0,
1602
1679
  _UXMS,
1603
1680
  0,
1604
- () => UpdateXssMatchSetRequest,
1605
- () => UpdateXssMatchSetResponse,
1681
+ () => UpdateXssMatchSetRequest$,
1682
+ () => UpdateXssMatchSetResponse$,
1606
1683
  ];