@aws-sdk/client-wafv2 3.927.0 → 3.928.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 (82) hide show
  1. package/dist-cjs/index.js +2289 -2259
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/WAFV2Client.js +2 -0
  4. package/dist-es/commands/AssociateWebACLCommand.js +3 -9
  5. package/dist-es/commands/CheckCapacityCommand.js +3 -9
  6. package/dist-es/commands/CreateAPIKeyCommand.js +3 -9
  7. package/dist-es/commands/CreateIPSetCommand.js +3 -9
  8. package/dist-es/commands/CreateRegexPatternSetCommand.js +3 -9
  9. package/dist-es/commands/CreateRuleGroupCommand.js +3 -9
  10. package/dist-es/commands/CreateWebACLCommand.js +3 -9
  11. package/dist-es/commands/DeleteAPIKeyCommand.js +3 -9
  12. package/dist-es/commands/DeleteFirewallManagerRuleGroupsCommand.js +3 -9
  13. package/dist-es/commands/DeleteIPSetCommand.js +3 -9
  14. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +3 -9
  15. package/dist-es/commands/DeletePermissionPolicyCommand.js +3 -9
  16. package/dist-es/commands/DeleteRegexPatternSetCommand.js +3 -9
  17. package/dist-es/commands/DeleteRuleGroupCommand.js +3 -9
  18. package/dist-es/commands/DeleteWebACLCommand.js +3 -9
  19. package/dist-es/commands/DescribeAllManagedProductsCommand.js +3 -9
  20. package/dist-es/commands/DescribeManagedProductsByVendorCommand.js +3 -9
  21. package/dist-es/commands/DescribeManagedRuleGroupCommand.js +3 -9
  22. package/dist-es/commands/DisassociateWebACLCommand.js +3 -9
  23. package/dist-es/commands/GenerateMobileSdkReleaseUrlCommand.js +3 -9
  24. package/dist-es/commands/GetDecryptedAPIKeyCommand.js +3 -9
  25. package/dist-es/commands/GetIPSetCommand.js +3 -9
  26. package/dist-es/commands/GetLoggingConfigurationCommand.js +3 -9
  27. package/dist-es/commands/GetManagedRuleSetCommand.js +3 -9
  28. package/dist-es/commands/GetMobileSdkReleaseCommand.js +3 -9
  29. package/dist-es/commands/GetPermissionPolicyCommand.js +3 -9
  30. package/dist-es/commands/GetRateBasedStatementManagedKeysCommand.js +3 -9
  31. package/dist-es/commands/GetRegexPatternSetCommand.js +3 -9
  32. package/dist-es/commands/GetRuleGroupCommand.js +3 -9
  33. package/dist-es/commands/GetSampledRequestsCommand.js +3 -9
  34. package/dist-es/commands/GetWebACLCommand.js +3 -9
  35. package/dist-es/commands/GetWebACLForResourceCommand.js +3 -9
  36. package/dist-es/commands/ListAPIKeysCommand.js +3 -9
  37. package/dist-es/commands/ListAvailableManagedRuleGroupVersionsCommand.js +3 -9
  38. package/dist-es/commands/ListAvailableManagedRuleGroupsCommand.js +3 -9
  39. package/dist-es/commands/ListIPSetsCommand.js +3 -9
  40. package/dist-es/commands/ListLoggingConfigurationsCommand.js +3 -9
  41. package/dist-es/commands/ListManagedRuleSetsCommand.js +3 -9
  42. package/dist-es/commands/ListMobileSdkReleasesCommand.js +3 -9
  43. package/dist-es/commands/ListRegexPatternSetsCommand.js +3 -9
  44. package/dist-es/commands/ListResourcesForWebACLCommand.js +3 -9
  45. package/dist-es/commands/ListRuleGroupsCommand.js +3 -9
  46. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  47. package/dist-es/commands/ListWebACLsCommand.js +3 -9
  48. package/dist-es/commands/PutLoggingConfigurationCommand.js +3 -9
  49. package/dist-es/commands/PutManagedRuleSetVersionsCommand.js +3 -9
  50. package/dist-es/commands/PutPermissionPolicyCommand.js +3 -9
  51. package/dist-es/commands/TagResourceCommand.js +3 -9
  52. package/dist-es/commands/UntagResourceCommand.js +3 -9
  53. package/dist-es/commands/UpdateIPSetCommand.js +3 -9
  54. package/dist-es/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +3 -9
  55. package/dist-es/commands/UpdateRegexPatternSetCommand.js +3 -9
  56. package/dist-es/commands/UpdateRuleGroupCommand.js +3 -9
  57. package/dist-es/commands/UpdateWebACLCommand.js +3 -9
  58. package/dist-es/models/models_0.js +1 -0
  59. package/dist-es/runtimeConfig.shared.js +7 -0
  60. package/dist-es/schemas/schemas_0.js +2143 -0
  61. package/dist-types/WAFV2Client.d.ts +10 -1
  62. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +1 -1
  63. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +2 -2
  64. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +2 -2
  65. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +2 -2
  66. package/dist-types/models/models_0.d.ts +13 -0
  67. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  68. package/dist-types/runtimeConfig.d.ts +1 -0
  69. package/dist-types/runtimeConfig.native.d.ts +1 -0
  70. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  71. package/dist-types/schemas/schemas_0.d.ts +381 -0
  72. package/dist-types/ts3.4/WAFV2Client.d.ts +4 -0
  73. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  74. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  75. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  78. package/dist-types/ts3.4/schemas/schemas_0.d.ts +387 -0
  79. package/package.json +5 -5
  80. package/dist-es/protocols/Aws_json1_1.js +0 -1828
  81. package/dist-types/protocols/Aws_json1_1.d.ts +0 -488
  82. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -653
@@ -0,0 +1,2143 @@
1
+ const _A = "Action";
2
+ const _AA = "AllowAction";
3
+ const _AAp = "ApplicationAttribute";
4
+ const _AApp = "ApplicationAttributes";
5
+ const _AC = "ActionCondition";
6
+ const _ACp = "ApplicationConfig";
7
+ const _ACs = "AssociationConfig";
8
+ const _AF = "AddressField";
9
+ const _AFd = "AddressFields";
10
+ const _AIURL = "ApplicationIntegrationURL";
11
+ const _AKT = "AggregateKeyType";
12
+ const _AL = "AsnList";
13
+ const _ALBLRM = "ALBLowReputationMode";
14
+ const _ALv = "AvailableLabels";
15
+ const _AMS = "AsnMatchStatement";
16
+ const _APIK = "APIKey";
17
+ const _APIKS = "APIKeySummary";
18
+ const _APIKSe = "APIKeySummaries";
19
+ const _AQA = "AllQueryArguments";
20
+ const _ARGA = "AssociatedRuleGroupArn";
21
+ const _ARN = "ARN";
22
+ const _AS = "AndStatement";
23
+ const _ASN = "ASN";
24
+ const _ATU = "ActionToUse";
25
+ const _AWACL = "AssociateWebACL";
26
+ const _AWACLR = "AssociateWebACLRequest";
27
+ const _AWACLRs = "AssociateWebACLResponse";
28
+ const _AWSMRACFPRS = "AWSManagedRulesACFPRuleSet";
29
+ const _AWSMRADDSRS = "AWSManagedRulesAntiDDoSRuleSet";
30
+ const _AWSMRATPRS = "AWSManagedRulesATPRuleSet";
31
+ const _AWSMRBCRS = "AWSManagedRulesBotControlRuleSet";
32
+ const _Ad = "Addresses";
33
+ const _Al = "All";
34
+ const _All = "Allow";
35
+ const _At = "Attributes";
36
+ const _B = "Body";
37
+ const _BA = "BlockAction";
38
+ const _BC = "BodyContains";
39
+ const _BMS = "ByteMatchStatement";
40
+ const _Be = "Behavior";
41
+ const _Bl = "Block";
42
+ const _C = "Capacity";
43
+ const _CA = "CaptchaAction";
44
+ const _CAPIK = "CreateAPIKey";
45
+ const _CAPIKR = "CreateAPIKeyRequest";
46
+ const _CAPIKRr = "CreateAPIKeyResponse";
47
+ const _CAh = "ChallengeAction";
48
+ const _CAo = "CountAction";
49
+ const _CC = "CaptchaConfig";
50
+ const _CCR = "CheckCapacityRequest";
51
+ const _CCRh = "CheckCapacityResponse";
52
+ const _CCh = "ChallengeConfig";
53
+ const _CChe = "CheckCapacity";
54
+ const _CCo = "CountryCodes";
55
+ const _CDV = "CurrentDefaultVersion";
56
+ const _CHTTPH = "CustomHTTPHeader";
57
+ const _CHTTPHu = "CustomHTTPHeaders";
58
+ const _CIP = "ClientIP";
59
+ const _CIPS = "CreateIPSet";
60
+ const _CIPSR = "CreateIPSetRequest";
61
+ const _CIPSRr = "CreateIPSetResponse";
62
+ const _CK = "CustomKeys";
63
+ const _CL = "ConsumedLabels";
64
+ const _CMP = "CookieMatchPattern";
65
+ const _CO = "ComparisonOperator";
66
+ const _CP = "CreationPath";
67
+ const _CR = "CustomResponse";
68
+ const _CRB = "CustomResponseBodies";
69
+ const _CRBK = "CustomResponseBodyKey";
70
+ const _CRBu = "CustomResponseBody";
71
+ const _CRG = "CreateRuleGroup";
72
+ const _CRGR = "CreateRuleGroupRequest";
73
+ const _CRGRr = "CreateRuleGroupResponse";
74
+ const _CRH = "CustomRequestHandling";
75
+ const _CRPS = "CreateRegexPatternSet";
76
+ const _CRPSR = "CreateRegexPatternSetRequest";
77
+ const _CRPSRr = "CreateRegexPatternSetResponse";
78
+ const _CRa = "CaptchaResponse";
79
+ const _CRh = "ChallengeResponse";
80
+ const _CSA = "ClientSideAction";
81
+ const _CSAC = "ClientSideActionConfig";
82
+ const _CT = "CreationTimestamp";
83
+ const _CTo = "ContentType";
84
+ const _CWACL = "CreateWebACL";
85
+ const _CWACLR = "CreateWebACLRequest";
86
+ const _CWACLRr = "CreateWebACLResponse";
87
+ const _CWME = "CloudWatchMetricsEnabled";
88
+ const _Ca = "Captcha";
89
+ const _Ch = "Challenge";
90
+ const _Co = "Condition";
91
+ const _Con = "Content";
92
+ const _Cond = "Conditions";
93
+ const _Coo = "Cookies";
94
+ const _Cook = "Cookie";
95
+ const _Cou = "Country";
96
+ const _Coun = "Count";
97
+ const _D = "Description";
98
+ const _DA = "DefaultAction";
99
+ const _DAMP = "DescribeAllManagedProducts";
100
+ const _DAMPR = "DescribeAllManagedProductsRequest";
101
+ const _DAMPRe = "DescribeAllManagedProductsResponse";
102
+ const _DAPIK = "DeleteAPIKey";
103
+ const _DAPIKR = "DeleteAPIKeyRequest";
104
+ const _DAPIKRe = "DeleteAPIKeyResponse";
105
+ const _DB = "DefaultBehavior";
106
+ const _DFMRG = "DeleteFirewallManagerRuleGroups";
107
+ const _DFMRGR = "DeleteFirewallManagerRuleGroupsRequest";
108
+ const _DFMRGRe = "DeleteFirewallManagerRuleGroupsResponse";
109
+ const _DIPS = "DeleteIPSet";
110
+ const _DIPSR = "DeleteIPSetRequest";
111
+ const _DIPSRe = "DeleteIPSetResponse";
112
+ const _DLC = "DeleteLoggingConfiguration";
113
+ const _DLCR = "DeleteLoggingConfigurationRequest";
114
+ const _DLCRe = "DeleteLoggingConfigurationResponse";
115
+ const _DMPBV = "DescribeManagedProductsByVendor";
116
+ const _DMPBVR = "DescribeManagedProductsByVendorRequest";
117
+ const _DMPBVRe = "DescribeManagedProductsByVendorResponse";
118
+ const _DMRG = "DescribeManagedRuleGroup";
119
+ const _DMRGR = "DescribeManagedRuleGroupRequest";
120
+ const _DMRGRe = "DescribeManagedRuleGroupResponse";
121
+ const _DP = "DataProtection";
122
+ const _DPC = "DataProtectionConfig";
123
+ const _DPP = "DeletePermissionPolicy";
124
+ const _DPPR = "DeletePermissionPolicyRequest";
125
+ const _DPPRe = "DeletePermissionPolicyResponse";
126
+ const _DPa = "DataProtections";
127
+ const _DRG = "DeleteRuleGroup";
128
+ const _DRGR = "DeleteRuleGroupRequest";
129
+ const _DRGRe = "DeleteRuleGroupResponse";
130
+ const _DRPS = "DeleteRegexPatternSet";
131
+ const _DRPSR = "DeleteRegexPatternSetRequest";
132
+ const _DRPSRe = "DeleteRegexPatternSetResponse";
133
+ const _DSIL = "DefaultSizeInspectionLimit";
134
+ const _DWACL = "DeleteWebACL";
135
+ const _DWACLR = "DeleteWebACLRequest";
136
+ const _DWACLRe = "DeleteWebACLResponse";
137
+ const _DWACLRi = "DisassociateWebACLRequest";
138
+ const _DWACLRis = "DisassociateWebACLResponse";
139
+ const _DWACLi = "DisassociateWebACL";
140
+ const _EC = "ExcludedCookies";
141
+ const _EF = "EmailField";
142
+ const _EH = "ExcludedHeaders";
143
+ const _EML = "EnableMachineLearning";
144
+ const _ER = "ExcludedRule";
145
+ const _ERBD = "ExcludeRateBasedDetails";
146
+ const _ERIP = "EnableRegexInPath";
147
+ const _ERMD = "ExcludeRuleMatchDetails";
148
+ const _ERx = "ExcludedRules";
149
+ const _ET = "ExpiryTimestamp";
150
+ const _ETn = "EndTime";
151
+ const _EURE = "ExemptUriRegularExpressions";
152
+ const _EV = "ExpiringVersion";
153
+ const _EWS = "EvaluationWindowSec";
154
+ const _F = "Field";
155
+ const _FB = "FallbackBehavior";
156
+ const _FC = "FailureCodes";
157
+ const _FIP = "ForwardedIP";
158
+ const _FIPC = "ForwardedIPConfig";
159
+ const _FK = "FieldKeys";
160
+ const _FL = "ForecastedLifetime";
161
+ const _FMRG = "FirewallManagerRuleGroup";
162
+ const _FMRGi = "FirewallManagerRuleGroups";
163
+ const _FMS = "FirewallManagerStatement";
164
+ const _FR = "FailureReason";
165
+ const _FS = "FailureStrings";
166
+ const _FT = "FieldType";
167
+ const _FTM = "FieldToMatch";
168
+ const _FTP = "FieldToProtect";
169
+ const _FV = "FailureValues";
170
+ const _Fi = "Filter";
171
+ const _Fil = "Filters";
172
+ const _GDAPIK = "GetDecryptedAPIKey";
173
+ const _GDAPIKR = "GetDecryptedAPIKeyRequest";
174
+ const _GDAPIKRe = "GetDecryptedAPIKeyResponse";
175
+ const _GIPS = "GetIPSet";
176
+ const _GIPSR = "GetIPSetRequest";
177
+ const _GIPSRe = "GetIPSetResponse";
178
+ const _GLC = "GetLoggingConfiguration";
179
+ const _GLCR = "GetLoggingConfigurationRequest";
180
+ const _GLCRe = "GetLoggingConfigurationResponse";
181
+ const _GMRS = "GetManagedRuleSet";
182
+ const _GMRSR = "GetManagedRuleSetRequest";
183
+ const _GMRSRe = "GetManagedRuleSetResponse";
184
+ const _GMS = "GeoMatchStatement";
185
+ const _GMSR = "GetMobileSdkRelease";
186
+ const _GMSRR = "GetMobileSdkReleaseRequest";
187
+ const _GMSRRe = "GetMobileSdkReleaseResponse";
188
+ const _GMSRU = "GenerateMobileSdkReleaseUrl";
189
+ const _GMSRUR = "GenerateMobileSdkReleaseUrlRequest";
190
+ const _GMSRURe = "GenerateMobileSdkReleaseUrlResponse";
191
+ const _GPP = "GetPermissionPolicy";
192
+ const _GPPR = "GetPermissionPolicyRequest";
193
+ const _GPPRe = "GetPermissionPolicyResponse";
194
+ const _GRBSMK = "GetRateBasedStatementManagedKeys";
195
+ const _GRBSMKR = "GetRateBasedStatementManagedKeysRequest";
196
+ const _GRBSMKRe = "GetRateBasedStatementManagedKeysResponse";
197
+ const _GRG = "GetRuleGroup";
198
+ const _GRGR = "GetRuleGroupRequest";
199
+ const _GRGRe = "GetRuleGroupResponse";
200
+ const _GRPS = "GetRegexPatternSet";
201
+ const _GRPSR = "GetRegexPatternSetRequest";
202
+ const _GRPSRe = "GetRegexPatternSetResponse";
203
+ const _GSR = "GetSampledRequests";
204
+ const _GSRR = "GetSampledRequestsRequest";
205
+ const _GSRRe = "GetSampledRequestsResponse";
206
+ const _GWACL = "GetWebACL";
207
+ const _GWACLFR = "GetWebACLForResource";
208
+ const _GWACLFRR = "GetWebACLForResourceRequest";
209
+ const _GWACLFRRe = "GetWebACLForResourceResponse";
210
+ const _GWACLR = "GetWebACLRequest";
211
+ const _GWACLRe = "GetWebACLResponse";
212
+ const _H = "Headers";
213
+ const _HMP = "HeaderMatchPattern";
214
+ const _HN = "HeaderName";
215
+ const _HO = "HeaderOrder";
216
+ const _HTTPH = "HTTPHeader";
217
+ const _HTTPHe = "HTTPHeaders";
218
+ const _HTTPM = "HTTPMethod";
219
+ const _HTTPR = "HTTPRequest";
220
+ const _HTTPV = "HTTPVersion";
221
+ const _He = "Header";
222
+ const _I = "Identifier";
223
+ const _IAMRS = "IsAdvancedManagedRuleSet";
224
+ const _IC = "IncludedCookies";
225
+ const _IFB = "InvalidFallbackBehavior";
226
+ const _IH = "InsertHeaders";
227
+ const _IHn = "IncludedHeaders";
228
+ const _IL = "InspectionLevel";
229
+ const _IP = "IncludedPaths";
230
+ const _IPAV = "IPAddressVersion";
231
+ const _IPS = "IPSet";
232
+ const _IPSFIPC = "IPSetForwardedIPConfig";
233
+ const _IPSRS = "IPSetReferenceStatement";
234
+ const _IPSS = "IPSetSummary";
235
+ const _IPSSe = "IPSetSummaries";
236
+ const _IPSe = "IPSets";
237
+ const _IP_ = "IP";
238
+ const _IT = "ImmunityTime";
239
+ const _ITP = "ImmunityTimeProperty";
240
+ const _IVS = "IsVersioningSupported";
241
+ const _Id = "Id";
242
+ const _J = "Json";
243
+ const _JAF = "JA3Fingerprint";
244
+ const _JAFi = "JA4Fingerprint";
245
+ const _JB = "JsonBody";
246
+ const _JMP = "JsonMatchPattern";
247
+ const _K = "Key";
248
+ const _L = "Label";
249
+ const _LAMRG = "ListAvailableManagedRuleGroups";
250
+ const _LAMRGR = "ListAvailableManagedRuleGroupsRequest";
251
+ const _LAMRGRi = "ListAvailableManagedRuleGroupsResponse";
252
+ const _LAMRGV = "ListAvailableManagedRuleGroupVersions";
253
+ const _LAMRGVR = "ListAvailableManagedRuleGroupVersionsRequest";
254
+ const _LAMRGVRi = "ListAvailableManagedRuleGroupVersionsResponse";
255
+ const _LAPIK = "ListAPIKeys";
256
+ const _LAPIKR = "ListAPIKeysRequest";
257
+ const _LAPIKRi = "ListAPIKeysResponse";
258
+ const _LC = "LoggingConfiguration";
259
+ const _LCo = "LoggingConfigurations";
260
+ const _LDC = "LogDestinationConfigs";
261
+ const _LF = "LoggingFilter";
262
+ const _LIPS = "ListIPSets";
263
+ const _LIPSR = "ListIPSetsRequest";
264
+ const _LIPSRi = "ListIPSetsResponse";
265
+ const _LLC = "ListLoggingConfigurations";
266
+ const _LLCR = "ListLoggingConfigurationsRequest";
267
+ const _LLCRi = "ListLoggingConfigurationsResponse";
268
+ const _LMRS = "ListManagedRuleSets";
269
+ const _LMRSR = "ListManagedRuleSetsRequest";
270
+ const _LMRSRi = "ListManagedRuleSetsResponse";
271
+ const _LMS = "LabelMatchStatement";
272
+ const _LMSR = "ListMobileSdkReleases";
273
+ const _LMSRR = "ListMobileSdkReleasesRequest";
274
+ const _LMSRRi = "ListMobileSdkReleasesResponse";
275
+ const _LN = "LabelNamespace";
276
+ const _LNC = "LabelNameCondition";
277
+ const _LNa = "LabelName";
278
+ const _LP = "LoginPath";
279
+ const _LRFWACL = "ListResourcesForWebACL";
280
+ const _LRFWACLR = "ListResourcesForWebACLRequest";
281
+ const _LRFWACLRi = "ListResourcesForWebACLResponse";
282
+ const _LRG = "ListRuleGroups";
283
+ const _LRGR = "ListRuleGroupsRequest";
284
+ const _LRGRi = "ListRuleGroupsResponse";
285
+ const _LRPS = "ListRegexPatternSets";
286
+ const _LRPSR = "ListRegexPatternSetsRequest";
287
+ const _LRPSRi = "ListRegexPatternSetsResponse";
288
+ const _LS = "LogScope";
289
+ const _LSa = "LabelSummary";
290
+ const _LSab = "LabelSummaries";
291
+ const _LT = "LockToken";
292
+ const _LTFR = "ListTagsForResource";
293
+ const _LTFRR = "ListTagsForResourceRequest";
294
+ const _LTFRRi = "ListTagsForResourceResponse";
295
+ const _LTo = "LogType";
296
+ const _LUT = "LastUpdateTimestamp";
297
+ const _LWACL = "ListWebACLs";
298
+ const _LWACLR = "ListWebACLsRequest";
299
+ const _LWACLRi = "ListWebACLsResponse";
300
+ const _La = "Labels";
301
+ const _Li = "Limit";
302
+ const _M = "Method";
303
+ const _MBFM = "ManagedByFirewallManager";
304
+ const _MI = "MaxItems";
305
+ const _MKIPV = "ManagedKeysIPV4";
306
+ const _MKIPVa = "ManagedKeysIPV6";
307
+ const _MN = "MetricName";
308
+ const _MP = "MatchPattern";
309
+ const _MPD = "ManagedProductDescriptor";
310
+ const _MPDa = "ManagedProductDescriptors";
311
+ const _MPa = "ManagedProducts";
312
+ const _MRG = "ManagedRuleGroups";
313
+ const _MRGC = "ManagedRuleGroupConfig";
314
+ const _MRGCa = "ManagedRuleGroupConfigs";
315
+ const _MRGS = "ManagedRuleGroupStatement";
316
+ const _MRGSa = "ManagedRuleGroupSummary";
317
+ const _MRGSan = "ManagedRuleGroupSummaries";
318
+ const _MRGV = "ManagedRuleGroupVersion";
319
+ const _MRGVa = "ManagedRuleGroupVersions";
320
+ const _MRS = "ManagedRuleSet";
321
+ const _MRSN = "ManagedRuleSetName";
322
+ const _MRSS = "ManagedRuleSetSummary";
323
+ const _MRSSa = "ManagedRuleSetSummaries";
324
+ const _MRSV = "ManagedRuleSetVersion";
325
+ const _MRSa = "ManagedRuleSets";
326
+ const _MS = "MatchScope";
327
+ const _MSR = "MobileSdkRelease";
328
+ const _Me = "Message";
329
+ const _N = "Name";
330
+ const _NA = "NoneAction";
331
+ const _NLT = "NextLockToken";
332
+ const _NM = "NextMarker";
333
+ const _NS = "NotStatement";
334
+ const _NWACLLT = "NextWebACLLockToken";
335
+ const _Na = "Namespace";
336
+ const _No = "None";
337
+ const _OA = "OverrideAction";
338
+ const _OAv = "OverriddenAction";
339
+ const _OH = "OversizeHandling";
340
+ const _OS = "OrStatement";
341
+ const _OSDDSPC = "OnSourceDDoSProtectionConfig";
342
+ const _P = "Priority";
343
+ const _PC = "PositionalConstraint";
344
+ const _PD = "ProductDescription";
345
+ const _PF = "PasswordField";
346
+ const _PI = "ProductId";
347
+ const _PL = "ProductLink";
348
+ const _PLC = "PutLoggingConfiguration";
349
+ const _PLCR = "PutLoggingConfigurationRequest";
350
+ const _PLCRu = "PutLoggingConfigurationResponse";
351
+ const _PMRSV = "PutManagedRuleSetVersions";
352
+ const _PMRSVR = "PutManagedRuleSetVersionsRequest";
353
+ const _PMRSVRu = "PutManagedRuleSetVersionsResponse";
354
+ const _PNF = "PhoneNumberField";
355
+ const _PNFh = "PhoneNumberFields";
356
+ const _PPFMRG = "PreProcessFirewallManagerRuleGroups";
357
+ const _PPFMRGo = "PostProcessFirewallManagerRuleGroups";
358
+ const _PPP = "PutPermissionPolicy";
359
+ const _PPPR = "PutPermissionPolicyRequest";
360
+ const _PPPRu = "PutPermissionPolicyResponse";
361
+ const _PS = "PopulationSize";
362
+ const _PT = "ProductTitle";
363
+ const _PTa = "PayloadType";
364
+ const _PTu = "PublishTimestamp";
365
+ const _PV = "PublishedVersions";
366
+ const _Pa = "Parameter";
367
+ const _Pl = "Platform";
368
+ const _Po = "Policy";
369
+ const _Pos = "Position";
370
+ const _QA = "QueryArgument";
371
+ const _QS = "QueryString";
372
+ const _R = "Rules";
373
+ const _RA = "ResourceArn";
374
+ const _RAO = "RuleActionOverrides";
375
+ const _RAOu = "RuleActionOverride";
376
+ const _RARN = "ResourceARN";
377
+ const _RAe = "ResourceArns";
378
+ const _RAu = "RuleAction";
379
+ const _RB = "RequestBody";
380
+ const _RBARTC = "RequestBodyAssociatedResourceTypeConfig";
381
+ const _RBFM = "RetrofittedByFirewallManager";
382
+ const _RBS = "RateBasedStatement";
383
+ const _RBSCK = "RateBasedStatementCustomKey";
384
+ const _RBSCKa = "RateBasedStatementCustomKeys";
385
+ const _RBSMKIPS = "RateBasedStatementManagedKeysIPSet";
386
+ const _RC = "ResponseCode";
387
+ const _RCS = "ResponseCodeSent";
388
+ const _REL = "RegularExpressionList";
389
+ const _RF = "RedactedFields";
390
+ const _RG = "RuleGroup";
391
+ const _RGRN = "RuleGroupRuleName";
392
+ const _RGRS = "RuleGroupReferenceStatement";
393
+ const _RGS = "RuleGroupSummary";
394
+ const _RGSu = "RuleGroupSummaries";
395
+ const _RGu = "RuleGroups";
396
+ const _RH = "ResponseHeaders";
397
+ const _RHI = "RequestHeadersInserted";
398
+ const _RI = "RequestInspection";
399
+ const _RIACFP = "RequestInspectionACFP";
400
+ const _RIBC = "ResponseInspectionBodyContains";
401
+ const _RIH = "ResponseInspectionHeader";
402
+ const _RIJ = "ResponseInspectionJson";
403
+ const _RISC = "ResponseInspectionStatusCode";
404
+ const _RIe = "ResponseInspection";
405
+ const _RL = "RuleLabels";
406
+ const _RLA = "RateLimitAsn";
407
+ const _RLC = "RateLimitCookie";
408
+ const _RLFIP = "RateLimitForwardedIP";
409
+ const _RLH = "RateLimitHeader";
410
+ const _RLHTTPM = "RateLimitHTTPMethod";
411
+ const _RLIP = "RateLimitIP";
412
+ const _RLJAF = "RateLimitJA3Fingerprint";
413
+ const _RLJAFa = "RateLimitJA4Fingerprint";
414
+ const _RLLN = "RateLimitLabelNamespace";
415
+ const _RLQA = "RateLimitQueryArgument";
416
+ const _RLQS = "RateLimitQueryString";
417
+ const _RLUP = "RateLimitUriPath";
418
+ const _RMN = "RuleMetricName";
419
+ const _RMS = "RegexMatchStatement";
420
+ const _RN = "RuleName";
421
+ const _RNWRG = "RuleNameWithinRuleGroup";
422
+ const _RNe = "ReleaseNotes";
423
+ const _RPP = "RegistrationPagePath";
424
+ const _RPS = "RegexPatternSet";
425
+ const _RPSRS = "RegexPatternSetReferenceStatement";
426
+ const _RPSS = "RegexPatternSetSummary";
427
+ const _RPSSe = "RegexPatternSetSummaries";
428
+ const _RPSe = "RegexPatternSets";
429
+ const _RS = "ReleaseSummaries";
430
+ const _RSe = "RegexString";
431
+ const _RSel = "ReleaseSummary";
432
+ const _RSu = "RuleSummary";
433
+ const _RSul = "RuleSummaries";
434
+ const _RT = "ResourceType";
435
+ const _RV = "ReleaseVersion";
436
+ const _RVe = "RecommendedVersion";
437
+ const _Re = "Requirement";
438
+ const _Rea = "Reason";
439
+ const _Reg = "Regex";
440
+ const _Req = "Request";
441
+ const _Ru = "Rule";
442
+ const _S = "Statements";
443
+ const _SC = "StatusCode";
444
+ const _SCS = "SizeConstraintStatement";
445
+ const _SCu = "SuccessCodes";
446
+ const _SDS = "ScopeDownStatement";
447
+ const _SH = "SingleHeader";
448
+ const _SHTTPR = "SampledHTTPRequest";
449
+ const _SHTTPRa = "SampledHTTPRequests";
450
+ const _SL = "SensitivityLevel";
451
+ const _SMS = "SqliMatchStatement";
452
+ const _SQA = "SingleQueryArgument";
453
+ const _SR = "SampledRequests";
454
+ const _SRE = "SampledRequestsEnabled";
455
+ const _SS = "SearchString";
456
+ const _SSu = "SuccessStrings";
457
+ const _ST = "SolveTimestamp";
458
+ const _STA = "SnsTopicArn";
459
+ const _STB = "SensitivityToBlock";
460
+ const _STo = "SourceType";
461
+ const _STt = "StartTime";
462
+ const _SV = "SuccessValues";
463
+ const _Sc = "Scope";
464
+ const _Se = "Sensitivity";
465
+ const _Si = "Size";
466
+ const _St = "Statement";
467
+ const _Su = "Summary";
468
+ const _T = "Tags";
469
+ const _TD = "TokenDomains";
470
+ const _TIFR = "TagInfoForResource";
471
+ const _TK = "TagKeys";
472
+ const _TL = "TagList";
473
+ const _TR = "TagResource";
474
+ const _TRR = "TagResourceRequest";
475
+ const _TRRa = "TagResourceResponse";
476
+ const _TT = "TextTransformations";
477
+ const _TTe = "TextTransformation";
478
+ const _TW = "TimeWindow";
479
+ const _Ta = "Tag";
480
+ const _Ti = "Timestamp";
481
+ const _Ty = "Type";
482
+ const _U = "Url";
483
+ const _UF = "UriFragment";
484
+ const _UFs = "UsernameField";
485
+ const _UIPS = "UpdateIPSet";
486
+ const _UIPSR = "UpdateIPSetRequest";
487
+ const _UIPSRp = "UpdateIPSetResponse";
488
+ const _UMRSVED = "UpdateManagedRuleSetVersionExpiryDate";
489
+ const _UMRSVEDR = "UpdateManagedRuleSetVersionExpiryDateRequest";
490
+ const _UMRSVEDRp = "UpdateManagedRuleSetVersionExpiryDateResponse";
491
+ const _UOA = "UsageOfAction";
492
+ const _UP = "UriPath";
493
+ const _UR = "UntagResource";
494
+ const _URG = "UpdateRuleGroup";
495
+ const _URGR = "UpdateRuleGroupRequest";
496
+ const _URGRp = "UpdateRuleGroupResponse";
497
+ const _URI = "URI";
498
+ const _URPS = "UpdateRegexPatternSet";
499
+ const _URPSR = "UpdateRegexPatternSetRequest";
500
+ const _URPSRp = "UpdateRegexPatternSetResponse";
501
+ const _URR = "UntagResourceRequest";
502
+ const _URRn = "UntagResourceResponse";
503
+ const _UWACL = "UpdateWebACL";
504
+ const _UWACLR = "UpdateWebACLRequest";
505
+ const _UWACLRp = "UpdateWebACLResponse";
506
+ const _V = "Version";
507
+ const _VC = "VisibilityConfig";
508
+ const _VN = "VendorName";
509
+ const _VNe = "VersionName";
510
+ const _VS = "VersioningSupported";
511
+ const _VTE = "VersionToExpire";
512
+ const _VTP = "VersionsToPublish";
513
+ const _VTPe = "VersionToPublish";
514
+ const _Va = "Values";
515
+ const _Val = "Value";
516
+ const _Ve = "Versions";
517
+ const _W = "Weight";
518
+ const _WAA = "WebAclArn";
519
+ const _WACL = "WebACL";
520
+ const _WACLA = "WebACLArn";
521
+ const _WACLI = "WebACLId";
522
+ const _WACLLT = "WebACLLockToken";
523
+ const _WACLN = "WebACLName";
524
+ const _WACLS = "WebACLSummary";
525
+ const _WACLSe = "WebACLSummaries";
526
+ const _WACLe = "WebACLs";
527
+ const _WAFAIE = "WAFAssociatedItemException";
528
+ const _WAFCWE = "WAFConfigurationWarningException";
529
+ const _WAFDIE = "WAFDuplicateItemException";
530
+ const _WAFEMRGVE = "WAFExpiredManagedRuleGroupVersionException";
531
+ const _WAFIEE = "WAFInternalErrorException";
532
+ const _WAFIOE = "WAFInvalidOperationException";
533
+ const _WAFIPE = "WAFInvalidParameterException";
534
+ const _WAFIPPE = "WAFInvalidPermissionPolicyException";
535
+ const _WAFIRE = "WAFInvalidResourceException";
536
+ const _WAFLDPIE = "WAFLogDestinationPermissionIssueException";
537
+ const _WAFLEE = "WAFLimitsExceededException";
538
+ const _WAFNIE = "WAFNonexistentItemException";
539
+ const _WAFOLE = "WAFOptimisticLockException";
540
+ const _WAFSLREE = "WAFServiceLinkedRoleErrorException";
541
+ const _WAFSNFE = "WAFSubscriptionNotFoundException";
542
+ const _WAFTOE = "WAFTagOperationException";
543
+ const _WAFTOIEE = "WAFTagOperationInternalErrorException";
544
+ const _WAFUAKTE = "WAFUnsupportedAggregateKeyTypeException";
545
+ const _WAFUEE = "WAFUnavailableEntityException";
546
+ const _XMS = "XssMatchStatement";
547
+ const _c = "client";
548
+ const _e = "error";
549
+ const _m = "message";
550
+ const _s = "server";
551
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.wafv2";
552
+ const n0 = "com.amazonaws.wafv2";
553
+ import { TypeRegistry } from "@smithy/core/schema";
554
+ import { WAFAssociatedItemException as __WAFAssociatedItemException, WAFConfigurationWarningException as __WAFConfigurationWarningException, WAFDuplicateItemException as __WAFDuplicateItemException, WAFExpiredManagedRuleGroupVersionException as __WAFExpiredManagedRuleGroupVersionException, 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/index";
555
+ import { WAFV2ServiceException as __WAFV2ServiceException } from "../models/WAFV2ServiceException";
556
+ export var ActionCondition = [3, n0, _AC, 0, [_A], [0]];
557
+ export var AddressField = [3, n0, _AF, 0, [_I], [0]];
558
+ export var All = [3, n0, _Al, 0, [], []];
559
+ export var AllowAction = [3, n0, _AA, 0, [_CRH], [() => CustomRequestHandling]];
560
+ export var AllQueryArguments = [3, n0, _AQA, 0, [], []];
561
+ export var AndStatement = [3, n0, _AS, 0, [_S], [() => Statements]];
562
+ export var APIKeySummary = [3, n0, _APIKS, 0, [_TD, _APIK, _CT, _V], [64 | 0, 0, 4, 1]];
563
+ export var ApplicationAttribute = [3, n0, _AAp, 0, [_N, _Va], [0, 64 | 0]];
564
+ export var ApplicationConfig = [3, n0, _ACp, 0, [_At], [() => ApplicationAttributes]];
565
+ export var AsnMatchStatement = [3, n0, _AMS, 0, [_AL, _FIPC], [64 | 1, () => ForwardedIPConfig]];
566
+ export var AssociateWebACLRequest = [3, n0, _AWACLR, 0, [_WACLA, _RA], [0, 0]];
567
+ export var AssociateWebACLResponse = [3, n0, _AWACLRs, 0, [], []];
568
+ export var AssociationConfig = [3, n0, _ACs, 0, [_RB], [() => RequestBody]];
569
+ export var AWSManagedRulesACFPRuleSet = [
570
+ 3,
571
+ n0,
572
+ _AWSMRACFPRS,
573
+ 0,
574
+ [_CP, _RPP, _RI, _RIe, _ERIP],
575
+ [0, 0, () => RequestInspectionACFP, () => ResponseInspection, 2],
576
+ ];
577
+ export var AWSManagedRulesAntiDDoSRuleSet = [
578
+ 3,
579
+ n0,
580
+ _AWSMRADDSRS,
581
+ 0,
582
+ [_CSAC, _STB],
583
+ [() => ClientSideActionConfig, 0],
584
+ ];
585
+ export var AWSManagedRulesATPRuleSet = [
586
+ 3,
587
+ n0,
588
+ _AWSMRATPRS,
589
+ 0,
590
+ [_LP, _RI, _RIe, _ERIP],
591
+ [0, () => RequestInspection, () => ResponseInspection, 2],
592
+ ];
593
+ export var AWSManagedRulesBotControlRuleSet = [3, n0, _AWSMRBCRS, 0, [_IL, _EML], [0, 2]];
594
+ export var BlockAction = [3, n0, _BA, 0, [_CR], [() => CustomResponse]];
595
+ export var Body = [3, n0, _B, 0, [_OH], [0]];
596
+ export var ByteMatchStatement = [
597
+ 3,
598
+ n0,
599
+ _BMS,
600
+ 0,
601
+ [_SS, _FTM, _TT, _PC],
602
+ [21, () => FieldToMatch, () => TextTransformations, 0],
603
+ ];
604
+ export var CaptchaAction = [3, n0, _CA, 0, [_CRH], [() => CustomRequestHandling]];
605
+ export var CaptchaConfig = [3, n0, _CC, 0, [_ITP], [() => ImmunityTimeProperty]];
606
+ export var CaptchaResponse = [3, n0, _CRa, 0, [_RC, _ST, _FR], [1, 1, 0]];
607
+ export var ChallengeAction = [3, n0, _CAh, 0, [_CRH], [() => CustomRequestHandling]];
608
+ export var ChallengeConfig = [3, n0, _CCh, 0, [_ITP], [() => ImmunityTimeProperty]];
609
+ export var ChallengeResponse = [3, n0, _CRh, 0, [_RC, _ST, _FR], [1, 1, 0]];
610
+ export var CheckCapacityRequest = [3, n0, _CCR, 0, [_Sc, _R], [0, () => Rules]];
611
+ export var CheckCapacityResponse = [3, n0, _CCRh, 0, [_C], [1]];
612
+ export var ClientSideAction = [
613
+ 3,
614
+ n0,
615
+ _CSA,
616
+ 0,
617
+ [_UOA, _Se, _EURE],
618
+ [0, 0, () => RegularExpressionList],
619
+ ];
620
+ export var ClientSideActionConfig = [3, n0, _CSAC, 0, [_Ch], [() => ClientSideAction]];
621
+ export var Condition = [
622
+ 3,
623
+ n0,
624
+ _Co,
625
+ 0,
626
+ [_AC, _LNC],
627
+ [() => ActionCondition, () => LabelNameCondition],
628
+ ];
629
+ export var CookieMatchPattern = [3, n0, _CMP, 0, [_Al, _IC, _EC], [() => All, 64 | 0, 64 | 0]];
630
+ export var Cookies = [3, n0, _Coo, 0, [_MP, _MS, _OH], [() => CookieMatchPattern, 0, 0]];
631
+ export var CountAction = [3, n0, _CAo, 0, [_CRH], [() => CustomRequestHandling]];
632
+ export var CreateAPIKeyRequest = [3, n0, _CAPIKR, 0, [_Sc, _TD], [0, 64 | 0]];
633
+ export var CreateAPIKeyResponse = [3, n0, _CAPIKRr, 0, [_APIK], [0]];
634
+ export var CreateIPSetRequest = [
635
+ 3,
636
+ n0,
637
+ _CIPSR,
638
+ 0,
639
+ [_N, _Sc, _D, _IPAV, _Ad, _T],
640
+ [0, 0, 0, 0, 64 | 0, () => TagList],
641
+ ];
642
+ export var CreateIPSetResponse = [3, n0, _CIPSRr, 0, [_Su], [() => IPSetSummary]];
643
+ export var CreateRegexPatternSetRequest = [
644
+ 3,
645
+ n0,
646
+ _CRPSR,
647
+ 0,
648
+ [_N, _Sc, _D, _REL, _T],
649
+ [0, 0, 0, () => RegularExpressionList, () => TagList],
650
+ ];
651
+ export var CreateRegexPatternSetResponse = [
652
+ 3,
653
+ n0,
654
+ _CRPSRr,
655
+ 0,
656
+ [_Su],
657
+ [() => RegexPatternSetSummary],
658
+ ];
659
+ export var CreateRuleGroupRequest = [
660
+ 3,
661
+ n0,
662
+ _CRGR,
663
+ 0,
664
+ [_N, _Sc, _C, _D, _R, _VC, _T, _CRB],
665
+ [0, 0, 1, 0, () => Rules, () => VisibilityConfig, () => TagList, () => CustomResponseBodies],
666
+ ];
667
+ export var CreateRuleGroupResponse = [3, n0, _CRGRr, 0, [_Su], [() => RuleGroupSummary]];
668
+ export var CreateWebACLRequest = [
669
+ 3,
670
+ n0,
671
+ _CWACLR,
672
+ 0,
673
+ [_N, _Sc, _DA, _D, _R, _VC, _DPC, _T, _CRB, _CC, _CCh, _TD, _ACs, _OSDDSPC, _ACp],
674
+ [
675
+ 0,
676
+ 0,
677
+ () => DefaultAction,
678
+ 0,
679
+ () => Rules,
680
+ () => VisibilityConfig,
681
+ () => DataProtectionConfig,
682
+ () => TagList,
683
+ () => CustomResponseBodies,
684
+ () => CaptchaConfig,
685
+ () => ChallengeConfig,
686
+ 64 | 0,
687
+ () => AssociationConfig,
688
+ () => OnSourceDDoSProtectionConfig,
689
+ () => ApplicationConfig,
690
+ ],
691
+ ];
692
+ export var CreateWebACLResponse = [3, n0, _CWACLRr, 0, [_Su], [() => WebACLSummary]];
693
+ export var CustomHTTPHeader = [3, n0, _CHTTPH, 0, [_N, _Val], [0, 0]];
694
+ export var CustomRequestHandling = [3, n0, _CRH, 0, [_IH], [() => CustomHTTPHeaders]];
695
+ export var CustomResponse = [3, n0, _CR, 0, [_RC, _CRBK, _RH], [1, 0, () => CustomHTTPHeaders]];
696
+ export var CustomResponseBody = [3, n0, _CRBu, 0, [_CTo, _Con], [0, 0]];
697
+ export var DataProtection = [
698
+ 3,
699
+ n0,
700
+ _DP,
701
+ 0,
702
+ [_F, _A, _ERMD, _ERBD],
703
+ [() => FieldToProtect, 0, 2, 2],
704
+ ];
705
+ export var DataProtectionConfig = [3, n0, _DPC, 0, [_DPa], [() => DataProtections]];
706
+ export var DefaultAction = [3, n0, _DA, 0, [_Bl, _All], [() => BlockAction, () => AllowAction]];
707
+ export var DeleteAPIKeyRequest = [3, n0, _DAPIKR, 0, [_Sc, _APIK], [0, 0]];
708
+ export var DeleteAPIKeyResponse = [3, n0, _DAPIKRe, 0, [], []];
709
+ export var DeleteFirewallManagerRuleGroupsRequest = [
710
+ 3,
711
+ n0,
712
+ _DFMRGR,
713
+ 0,
714
+ [_WACLA, _WACLLT],
715
+ [0, 0],
716
+ ];
717
+ export var DeleteFirewallManagerRuleGroupsResponse = [3, n0, _DFMRGRe, 0, [_NWACLLT], [0]];
718
+ export var DeleteIPSetRequest = [3, n0, _DIPSR, 0, [_N, _Sc, _Id, _LT], [0, 0, 0, 0]];
719
+ export var DeleteIPSetResponse = [3, n0, _DIPSRe, 0, [], []];
720
+ export var DeleteLoggingConfigurationRequest = [3, n0, _DLCR, 0, [_RA, _LTo, _LS], [0, 0, 0]];
721
+ export var DeleteLoggingConfigurationResponse = [3, n0, _DLCRe, 0, [], []];
722
+ export var DeletePermissionPolicyRequest = [3, n0, _DPPR, 0, [_RA], [0]];
723
+ export var DeletePermissionPolicyResponse = [3, n0, _DPPRe, 0, [], []];
724
+ export var DeleteRegexPatternSetRequest = [3, n0, _DRPSR, 0, [_N, _Sc, _Id, _LT], [0, 0, 0, 0]];
725
+ export var DeleteRegexPatternSetResponse = [3, n0, _DRPSRe, 0, [], []];
726
+ export var DeleteRuleGroupRequest = [3, n0, _DRGR, 0, [_N, _Sc, _Id, _LT], [0, 0, 0, 0]];
727
+ export var DeleteRuleGroupResponse = [3, n0, _DRGRe, 0, [], []];
728
+ export var DeleteWebACLRequest = [3, n0, _DWACLR, 0, [_N, _Sc, _Id, _LT], [0, 0, 0, 0]];
729
+ export var DeleteWebACLResponse = [3, n0, _DWACLRe, 0, [], []];
730
+ export var DescribeAllManagedProductsRequest = [3, n0, _DAMPR, 0, [_Sc], [0]];
731
+ export var DescribeAllManagedProductsResponse = [
732
+ 3,
733
+ n0,
734
+ _DAMPRe,
735
+ 0,
736
+ [_MPa],
737
+ [() => ManagedProductDescriptors],
738
+ ];
739
+ export var DescribeManagedProductsByVendorRequest = [3, n0, _DMPBVR, 0, [_VN, _Sc], [0, 0]];
740
+ export var DescribeManagedProductsByVendorResponse = [
741
+ 3,
742
+ n0,
743
+ _DMPBVRe,
744
+ 0,
745
+ [_MPa],
746
+ [() => ManagedProductDescriptors],
747
+ ];
748
+ export var DescribeManagedRuleGroupRequest = [
749
+ 3,
750
+ n0,
751
+ _DMRGR,
752
+ 0,
753
+ [_VN, _N, _Sc, _VNe],
754
+ [0, 0, 0, 0],
755
+ ];
756
+ export var DescribeManagedRuleGroupResponse = [
757
+ 3,
758
+ n0,
759
+ _DMRGRe,
760
+ 0,
761
+ [_VNe, _STA, _C, _R, _LN, _ALv, _CL],
762
+ [0, 0, 1, () => RuleSummaries, 0, () => LabelSummaries, () => LabelSummaries],
763
+ ];
764
+ export var DisassociateWebACLRequest = [3, n0, _DWACLRi, 0, [_RA], [0]];
765
+ export var DisassociateWebACLResponse = [3, n0, _DWACLRis, 0, [], []];
766
+ export var EmailField = [3, n0, _EF, 0, [_I], [0]];
767
+ export var ExcludedRule = [3, n0, _ER, 0, [_N], [0]];
768
+ export var FieldToMatch = [
769
+ 3,
770
+ n0,
771
+ _FTM,
772
+ 0,
773
+ [_SH, _SQA, _AQA, _UP, _QS, _B, _M, _JB, _H, _Coo, _HO, _JAF, _JAFi, _UF],
774
+ [
775
+ () => SingleHeader,
776
+ () => SingleQueryArgument,
777
+ () => AllQueryArguments,
778
+ () => UriPath,
779
+ () => QueryString,
780
+ () => Body,
781
+ () => Method,
782
+ () => JsonBody,
783
+ () => Headers,
784
+ () => Cookies,
785
+ () => HeaderOrder,
786
+ () => JA3Fingerprint,
787
+ () => JA4Fingerprint,
788
+ () => UriFragment,
789
+ ],
790
+ ];
791
+ export var FieldToProtect = [3, n0, _FTP, 0, [_FT, _FK], [0, 64 | 0]];
792
+ export var Filter = [3, n0, _Fi, 0, [_Be, _Re, _Cond], [0, 0, () => Conditions]];
793
+ export var FirewallManagerRuleGroup = [
794
+ 3,
795
+ n0,
796
+ _FMRG,
797
+ 0,
798
+ [_N, _P, _FMS, _OA, _VC],
799
+ [0, 1, () => FirewallManagerStatement, () => OverrideAction, () => VisibilityConfig],
800
+ ];
801
+ export var FirewallManagerStatement = [
802
+ 3,
803
+ n0,
804
+ _FMS,
805
+ 0,
806
+ [_MRGS, _RGRS],
807
+ [() => ManagedRuleGroupStatement, () => RuleGroupReferenceStatement],
808
+ ];
809
+ export var ForwardedIPConfig = [3, n0, _FIPC, 0, [_HN, _FB], [0, 0]];
810
+ export var GenerateMobileSdkReleaseUrlRequest = [3, n0, _GMSRUR, 0, [_Pl, _RV], [0, 0]];
811
+ export var GenerateMobileSdkReleaseUrlResponse = [3, n0, _GMSRURe, 0, [_U], [0]];
812
+ export var GeoMatchStatement = [
813
+ 3,
814
+ n0,
815
+ _GMS,
816
+ 0,
817
+ [_CCo, _FIPC],
818
+ [64 | 0, () => ForwardedIPConfig],
819
+ ];
820
+ export var GetDecryptedAPIKeyRequest = [3, n0, _GDAPIKR, 0, [_Sc, _APIK], [0, 0]];
821
+ export var GetDecryptedAPIKeyResponse = [3, n0, _GDAPIKRe, 0, [_TD, _CT], [64 | 0, 4]];
822
+ export var GetIPSetRequest = [3, n0, _GIPSR, 0, [_N, _Sc, _Id], [0, 0, 0]];
823
+ export var GetIPSetResponse = [3, n0, _GIPSRe, 0, [_IPS, _LT], [() => IPSet, 0]];
824
+ export var GetLoggingConfigurationRequest = [3, n0, _GLCR, 0, [_RA, _LTo, _LS], [0, 0, 0]];
825
+ export var GetLoggingConfigurationResponse = [
826
+ 3,
827
+ n0,
828
+ _GLCRe,
829
+ 0,
830
+ [_LC],
831
+ [() => LoggingConfiguration],
832
+ ];
833
+ export var GetManagedRuleSetRequest = [3, n0, _GMRSR, 0, [_N, _Sc, _Id], [0, 0, 0]];
834
+ export var GetManagedRuleSetResponse = [
835
+ 3,
836
+ n0,
837
+ _GMRSRe,
838
+ 0,
839
+ [_MRS, _LT],
840
+ [() => ManagedRuleSet, 0],
841
+ ];
842
+ export var GetMobileSdkReleaseRequest = [3, n0, _GMSRR, 0, [_Pl, _RV], [0, 0]];
843
+ export var GetMobileSdkReleaseResponse = [3, n0, _GMSRRe, 0, [_MSR], [() => MobileSdkRelease]];
844
+ export var GetPermissionPolicyRequest = [3, n0, _GPPR, 0, [_RA], [0]];
845
+ export var GetPermissionPolicyResponse = [3, n0, _GPPRe, 0, [_Po], [0]];
846
+ export var GetRateBasedStatementManagedKeysRequest = [
847
+ 3,
848
+ n0,
849
+ _GRBSMKR,
850
+ 0,
851
+ [_Sc, _WACLN, _WACLI, _RGRN, _RN],
852
+ [0, 0, 0, 0, 0],
853
+ ];
854
+ export var GetRateBasedStatementManagedKeysResponse = [
855
+ 3,
856
+ n0,
857
+ _GRBSMKRe,
858
+ 0,
859
+ [_MKIPV, _MKIPVa],
860
+ [() => RateBasedStatementManagedKeysIPSet, () => RateBasedStatementManagedKeysIPSet],
861
+ ];
862
+ export var GetRegexPatternSetRequest = [3, n0, _GRPSR, 0, [_N, _Sc, _Id], [0, 0, 0]];
863
+ export var GetRegexPatternSetResponse = [
864
+ 3,
865
+ n0,
866
+ _GRPSRe,
867
+ 0,
868
+ [_RPS, _LT],
869
+ [() => RegexPatternSet, 0],
870
+ ];
871
+ export var GetRuleGroupRequest = [3, n0, _GRGR, 0, [_N, _Sc, _Id, _ARN], [0, 0, 0, 0]];
872
+ export var GetRuleGroupResponse = [3, n0, _GRGRe, 0, [_RG, _LT], [() => RuleGroup, 0]];
873
+ export var GetSampledRequestsRequest = [
874
+ 3,
875
+ n0,
876
+ _GSRR,
877
+ 0,
878
+ [_WAA, _RMN, _Sc, _TW, _MI],
879
+ [0, 0, 0, () => TimeWindow, 1],
880
+ ];
881
+ export var GetSampledRequestsResponse = [
882
+ 3,
883
+ n0,
884
+ _GSRRe,
885
+ 0,
886
+ [_SR, _PS, _TW],
887
+ [() => SampledHTTPRequests, 1, () => TimeWindow],
888
+ ];
889
+ export var GetWebACLForResourceRequest = [3, n0, _GWACLFRR, 0, [_RA], [0]];
890
+ export var GetWebACLForResourceResponse = [3, n0, _GWACLFRRe, 0, [_WACL], [() => WebACL]];
891
+ export var GetWebACLRequest = [3, n0, _GWACLR, 0, [_N, _Sc, _Id, _ARN], [0, 0, 0, 0]];
892
+ export var GetWebACLResponse = [3, n0, _GWACLRe, 0, [_WACL, _LT, _AIURL], [() => WebACL, 0, 0]];
893
+ export var HeaderMatchPattern = [3, n0, _HMP, 0, [_Al, _IHn, _EH], [() => All, 64 | 0, 64 | 0]];
894
+ export var HeaderOrder = [3, n0, _HO, 0, [_OH], [0]];
895
+ export var Headers = [3, n0, _H, 0, [_MP, _MS, _OH], [() => HeaderMatchPattern, 0, 0]];
896
+ export var HTTPHeader = [3, n0, _HTTPH, 0, [_N, _Val], [0, 0]];
897
+ export var HTTPRequest = [
898
+ 3,
899
+ n0,
900
+ _HTTPR,
901
+ 0,
902
+ [_CIP, _Cou, _URI, _M, _HTTPV, _H],
903
+ [0, 0, 0, 0, 0, () => HTTPHeaders],
904
+ ];
905
+ export var ImmunityTimeProperty = [3, n0, _ITP, 0, [_IT], [1]];
906
+ export var IPSet = [3, n0, _IPS, 0, [_N, _Id, _ARN, _D, _IPAV, _Ad], [0, 0, 0, 0, 0, 64 | 0]];
907
+ export var IPSetForwardedIPConfig = [3, n0, _IPSFIPC, 0, [_HN, _FB, _Pos], [0, 0, 0]];
908
+ export var IPSetReferenceStatement = [
909
+ 3,
910
+ n0,
911
+ _IPSRS,
912
+ 0,
913
+ [_ARN, _IPSFIPC],
914
+ [0, () => IPSetForwardedIPConfig],
915
+ ];
916
+ export var IPSetSummary = [3, n0, _IPSS, 0, [_N, _Id, _D, _LT, _ARN], [0, 0, 0, 0, 0]];
917
+ export var JA3Fingerprint = [3, n0, _JAF, 0, [_FB], [0]];
918
+ export var JA4Fingerprint = [3, n0, _JAFi, 0, [_FB], [0]];
919
+ export var JsonBody = [3, n0, _JB, 0, [_MP, _MS, _IFB, _OH], [() => JsonMatchPattern, 0, 0, 0]];
920
+ export var JsonMatchPattern = [3, n0, _JMP, 0, [_Al, _IP], [() => All, 64 | 0]];
921
+ export var Label = [3, n0, _L, 0, [_N], [0]];
922
+ export var LabelMatchStatement = [3, n0, _LMS, 0, [_Sc, _K], [0, 0]];
923
+ export var LabelNameCondition = [3, n0, _LNC, 0, [_LNa], [0]];
924
+ export var LabelSummary = [3, n0, _LSa, 0, [_N], [0]];
925
+ export var ListAPIKeysRequest = [3, n0, _LAPIKR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
926
+ export var ListAPIKeysResponse = [
927
+ 3,
928
+ n0,
929
+ _LAPIKRi,
930
+ 0,
931
+ [_NM, _APIKSe, _AIURL],
932
+ [0, () => APIKeySummaries, 0],
933
+ ];
934
+ export var ListAvailableManagedRuleGroupsRequest = [
935
+ 3,
936
+ n0,
937
+ _LAMRGR,
938
+ 0,
939
+ [_Sc, _NM, _Li],
940
+ [0, 0, 1],
941
+ ];
942
+ export var ListAvailableManagedRuleGroupsResponse = [
943
+ 3,
944
+ n0,
945
+ _LAMRGRi,
946
+ 0,
947
+ [_NM, _MRG],
948
+ [0, () => ManagedRuleGroupSummaries],
949
+ ];
950
+ export var ListAvailableManagedRuleGroupVersionsRequest = [
951
+ 3,
952
+ n0,
953
+ _LAMRGVR,
954
+ 0,
955
+ [_VN, _N, _Sc, _NM, _Li],
956
+ [0, 0, 0, 0, 1],
957
+ ];
958
+ export var ListAvailableManagedRuleGroupVersionsResponse = [
959
+ 3,
960
+ n0,
961
+ _LAMRGVRi,
962
+ 0,
963
+ [_NM, _Ve, _CDV],
964
+ [0, () => ManagedRuleGroupVersions, 0],
965
+ ];
966
+ export var ListIPSetsRequest = [3, n0, _LIPSR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
967
+ export var ListIPSetsResponse = [3, n0, _LIPSRi, 0, [_NM, _IPSe], [0, () => IPSetSummaries]];
968
+ export var ListLoggingConfigurationsRequest = [
969
+ 3,
970
+ n0,
971
+ _LLCR,
972
+ 0,
973
+ [_Sc, _NM, _Li, _LS],
974
+ [0, 0, 1, 0],
975
+ ];
976
+ export var ListLoggingConfigurationsResponse = [
977
+ 3,
978
+ n0,
979
+ _LLCRi,
980
+ 0,
981
+ [_LCo, _NM],
982
+ [() => LoggingConfigurations, 0],
983
+ ];
984
+ export var ListManagedRuleSetsRequest = [3, n0, _LMRSR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
985
+ export var ListManagedRuleSetsResponse = [
986
+ 3,
987
+ n0,
988
+ _LMRSRi,
989
+ 0,
990
+ [_NM, _MRSa],
991
+ [0, () => ManagedRuleSetSummaries],
992
+ ];
993
+ export var ListMobileSdkReleasesRequest = [3, n0, _LMSRR, 0, [_Pl, _NM, _Li], [0, 0, 1]];
994
+ export var ListMobileSdkReleasesResponse = [
995
+ 3,
996
+ n0,
997
+ _LMSRRi,
998
+ 0,
999
+ [_RS, _NM],
1000
+ [() => ReleaseSummaries, 0],
1001
+ ];
1002
+ export var ListRegexPatternSetsRequest = [3, n0, _LRPSR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
1003
+ export var ListRegexPatternSetsResponse = [
1004
+ 3,
1005
+ n0,
1006
+ _LRPSRi,
1007
+ 0,
1008
+ [_NM, _RPSe],
1009
+ [0, () => RegexPatternSetSummaries],
1010
+ ];
1011
+ export var ListResourcesForWebACLRequest = [3, n0, _LRFWACLR, 0, [_WACLA, _RT], [0, 0]];
1012
+ export var ListResourcesForWebACLResponse = [3, n0, _LRFWACLRi, 0, [_RAe], [64 | 0]];
1013
+ export var ListRuleGroupsRequest = [3, n0, _LRGR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
1014
+ export var ListRuleGroupsResponse = [
1015
+ 3,
1016
+ n0,
1017
+ _LRGRi,
1018
+ 0,
1019
+ [_NM, _RGu],
1020
+ [0, () => RuleGroupSummaries],
1021
+ ];
1022
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_NM, _Li, _RARN], [0, 1, 0]];
1023
+ export var ListTagsForResourceResponse = [
1024
+ 3,
1025
+ n0,
1026
+ _LTFRRi,
1027
+ 0,
1028
+ [_NM, _TIFR],
1029
+ [0, () => TagInfoForResource],
1030
+ ];
1031
+ export var ListWebACLsRequest = [3, n0, _LWACLR, 0, [_Sc, _NM, _Li], [0, 0, 1]];
1032
+ export var ListWebACLsResponse = [3, n0, _LWACLRi, 0, [_NM, _WACLe], [0, () => WebACLSummaries]];
1033
+ export var LoggingConfiguration = [
1034
+ 3,
1035
+ n0,
1036
+ _LC,
1037
+ 0,
1038
+ [_RA, _LDC, _RF, _MBFM, _LF, _LTo, _LS],
1039
+ [0, 64 | 0, () => RedactedFields, 2, () => LoggingFilter, 0, 0],
1040
+ ];
1041
+ export var LoggingFilter = [3, n0, _LF, 0, [_Fil, _DB], [() => Filters, 0]];
1042
+ export var ManagedProductDescriptor = [
1043
+ 3,
1044
+ n0,
1045
+ _MPD,
1046
+ 0,
1047
+ [_VN, _MRSN, _PI, _PL, _PT, _PD, _STA, _IVS, _IAMRS],
1048
+ [0, 0, 0, 0, 0, 0, 0, 2, 2],
1049
+ ];
1050
+ export var ManagedRuleGroupConfig = [
1051
+ 3,
1052
+ n0,
1053
+ _MRGC,
1054
+ 0,
1055
+ [_LP, _PTa, _UFs, _PF, _AWSMRBCRS, _AWSMRATPRS, _AWSMRACFPRS, _AWSMRADDSRS],
1056
+ [
1057
+ 0,
1058
+ 0,
1059
+ () => UsernameField,
1060
+ () => PasswordField,
1061
+ () => AWSManagedRulesBotControlRuleSet,
1062
+ () => AWSManagedRulesATPRuleSet,
1063
+ () => AWSManagedRulesACFPRuleSet,
1064
+ () => AWSManagedRulesAntiDDoSRuleSet,
1065
+ ],
1066
+ ];
1067
+ export var ManagedRuleGroupStatement = [
1068
+ 3,
1069
+ n0,
1070
+ _MRGS,
1071
+ 0,
1072
+ [_VN, _N, _V, _ERx, _SDS, _MRGCa, _RAO],
1073
+ [0, 0, 0, () => ExcludedRules, () => Statement, () => ManagedRuleGroupConfigs, () => RuleActionOverrides],
1074
+ ];
1075
+ export var ManagedRuleGroupSummary = [3, n0, _MRGSa, 0, [_VN, _N, _VS, _D], [0, 0, 2, 0]];
1076
+ export var ManagedRuleGroupVersion = [3, n0, _MRGV, 0, [_N, _LUT], [0, 4]];
1077
+ export var ManagedRuleSet = [
1078
+ 3,
1079
+ n0,
1080
+ _MRS,
1081
+ 0,
1082
+ [_N, _Id, _ARN, _D, _PV, _RVe, _LN],
1083
+ [0, 0, 0, 0, () => PublishedVersions, 0, 0],
1084
+ ];
1085
+ export var ManagedRuleSetSummary = [
1086
+ 3,
1087
+ n0,
1088
+ _MRSS,
1089
+ 0,
1090
+ [_N, _Id, _D, _LT, _ARN, _LN],
1091
+ [0, 0, 0, 0, 0, 0],
1092
+ ];
1093
+ export var ManagedRuleSetVersion = [
1094
+ 3,
1095
+ n0,
1096
+ _MRSV,
1097
+ 0,
1098
+ [_ARGA, _C, _FL, _PTu, _LUT, _ET],
1099
+ [0, 1, 1, 4, 4, 4],
1100
+ ];
1101
+ export var Method = [3, n0, _M, 0, [], []];
1102
+ export var MobileSdkRelease = [3, n0, _MSR, 0, [_RV, _Ti, _RNe, _T], [0, 4, 0, () => TagList]];
1103
+ export var NoneAction = [3, n0, _NA, 0, [], []];
1104
+ export var NotStatement = [3, n0, _NS, 0, [_St], [() => Statement]];
1105
+ export var OnSourceDDoSProtectionConfig = [3, n0, _OSDDSPC, 0, [_ALBLRM], [0]];
1106
+ export var OrStatement = [3, n0, _OS, 0, [_S], [() => Statements]];
1107
+ export var OverrideAction = [3, n0, _OA, 0, [_Coun, _No], [() => CountAction, () => NoneAction]];
1108
+ export var PasswordField = [3, n0, _PF, 0, [_I], [0]];
1109
+ export var PhoneNumberField = [3, n0, _PNF, 0, [_I], [0]];
1110
+ export var PutLoggingConfigurationRequest = [
1111
+ 3,
1112
+ n0,
1113
+ _PLCR,
1114
+ 0,
1115
+ [_LC],
1116
+ [() => LoggingConfiguration],
1117
+ ];
1118
+ export var PutLoggingConfigurationResponse = [
1119
+ 3,
1120
+ n0,
1121
+ _PLCRu,
1122
+ 0,
1123
+ [_LC],
1124
+ [() => LoggingConfiguration],
1125
+ ];
1126
+ export var PutManagedRuleSetVersionsRequest = [
1127
+ 3,
1128
+ n0,
1129
+ _PMRSVR,
1130
+ 0,
1131
+ [_N, _Sc, _Id, _LT, _RVe, _VTP],
1132
+ [0, 0, 0, 0, 0, () => VersionsToPublish],
1133
+ ];
1134
+ export var PutManagedRuleSetVersionsResponse = [3, n0, _PMRSVRu, 0, [_NLT], [0]];
1135
+ export var PutPermissionPolicyRequest = [3, n0, _PPPR, 0, [_RA, _Po], [0, 0]];
1136
+ export var PutPermissionPolicyResponse = [3, n0, _PPPRu, 0, [], []];
1137
+ export var QueryString = [3, n0, _QS, 0, [], []];
1138
+ export var RateBasedStatement = [
1139
+ 3,
1140
+ n0,
1141
+ _RBS,
1142
+ 0,
1143
+ [_Li, _EWS, _AKT, _SDS, _FIPC, _CK],
1144
+ [1, 1, 0, () => Statement, () => ForwardedIPConfig, () => RateBasedStatementCustomKeys],
1145
+ ];
1146
+ export var RateBasedStatementCustomKey = [
1147
+ 3,
1148
+ n0,
1149
+ _RBSCK,
1150
+ 0,
1151
+ [_He, _Cook, _QA, _QS, _HTTPM, _FIP, _IP_, _LN, _UP, _JAF, _JAFi, _ASN],
1152
+ [
1153
+ () => RateLimitHeader,
1154
+ () => RateLimitCookie,
1155
+ () => RateLimitQueryArgument,
1156
+ () => RateLimitQueryString,
1157
+ () => RateLimitHTTPMethod,
1158
+ () => RateLimitForwardedIP,
1159
+ () => RateLimitIP,
1160
+ () => RateLimitLabelNamespace,
1161
+ () => RateLimitUriPath,
1162
+ () => RateLimitJA3Fingerprint,
1163
+ () => RateLimitJA4Fingerprint,
1164
+ () => RateLimitAsn,
1165
+ ],
1166
+ ];
1167
+ export var RateBasedStatementManagedKeysIPSet = [3, n0, _RBSMKIPS, 0, [_IPAV, _Ad], [0, 64 | 0]];
1168
+ export var RateLimitAsn = [3, n0, _RLA, 0, [], []];
1169
+ export var RateLimitCookie = [3, n0, _RLC, 0, [_N, _TT], [0, () => TextTransformations]];
1170
+ export var RateLimitForwardedIP = [3, n0, _RLFIP, 0, [], []];
1171
+ export var RateLimitHeader = [3, n0, _RLH, 0, [_N, _TT], [0, () => TextTransformations]];
1172
+ export var RateLimitHTTPMethod = [3, n0, _RLHTTPM, 0, [], []];
1173
+ export var RateLimitIP = [3, n0, _RLIP, 0, [], []];
1174
+ export var RateLimitJA3Fingerprint = [3, n0, _RLJAF, 0, [_FB], [0]];
1175
+ export var RateLimitJA4Fingerprint = [3, n0, _RLJAFa, 0, [_FB], [0]];
1176
+ export var RateLimitLabelNamespace = [3, n0, _RLLN, 0, [_Na], [0]];
1177
+ export var RateLimitQueryArgument = [3, n0, _RLQA, 0, [_N, _TT], [0, () => TextTransformations]];
1178
+ export var RateLimitQueryString = [3, n0, _RLQS, 0, [_TT], [() => TextTransformations]];
1179
+ export var RateLimitUriPath = [3, n0, _RLUP, 0, [_TT], [() => TextTransformations]];
1180
+ export var Regex = [3, n0, _Reg, 0, [_RSe], [0]];
1181
+ export var RegexMatchStatement = [
1182
+ 3,
1183
+ n0,
1184
+ _RMS,
1185
+ 0,
1186
+ [_RSe, _FTM, _TT],
1187
+ [0, () => FieldToMatch, () => TextTransformations],
1188
+ ];
1189
+ export var RegexPatternSet = [
1190
+ 3,
1191
+ n0,
1192
+ _RPS,
1193
+ 0,
1194
+ [_N, _Id, _ARN, _D, _REL],
1195
+ [0, 0, 0, 0, () => RegularExpressionList],
1196
+ ];
1197
+ export var RegexPatternSetReferenceStatement = [
1198
+ 3,
1199
+ n0,
1200
+ _RPSRS,
1201
+ 0,
1202
+ [_ARN, _FTM, _TT],
1203
+ [0, () => FieldToMatch, () => TextTransformations],
1204
+ ];
1205
+ export var RegexPatternSetSummary = [3, n0, _RPSS, 0, [_N, _Id, _D, _LT, _ARN], [0, 0, 0, 0, 0]];
1206
+ export var ReleaseSummary = [3, n0, _RSel, 0, [_RV, _Ti], [0, 4]];
1207
+ export var RequestBodyAssociatedResourceTypeConfig = [3, n0, _RBARTC, 0, [_DSIL], [0]];
1208
+ export var RequestInspection = [
1209
+ 3,
1210
+ n0,
1211
+ _RI,
1212
+ 0,
1213
+ [_PTa, _UFs, _PF],
1214
+ [0, () => UsernameField, () => PasswordField],
1215
+ ];
1216
+ export var RequestInspectionACFP = [
1217
+ 3,
1218
+ n0,
1219
+ _RIACFP,
1220
+ 0,
1221
+ [_PTa, _UFs, _PF, _EF, _PNFh, _AFd],
1222
+ [0, () => UsernameField, () => PasswordField, () => EmailField, () => PhoneNumberFields, () => AddressFields],
1223
+ ];
1224
+ export var ResponseInspection = [
1225
+ 3,
1226
+ n0,
1227
+ _RIe,
1228
+ 0,
1229
+ [_SC, _He, _BC, _J],
1230
+ [
1231
+ () => ResponseInspectionStatusCode,
1232
+ () => ResponseInspectionHeader,
1233
+ () => ResponseInspectionBodyContains,
1234
+ () => ResponseInspectionJson,
1235
+ ],
1236
+ ];
1237
+ export var ResponseInspectionBodyContains = [3, n0, _RIBC, 0, [_SSu, _FS], [64 | 0, 64 | 0]];
1238
+ export var ResponseInspectionHeader = [3, n0, _RIH, 0, [_N, _SV, _FV], [0, 64 | 0, 64 | 0]];
1239
+ export var ResponseInspectionJson = [3, n0, _RIJ, 0, [_I, _SV, _FV], [0, 64 | 0, 64 | 0]];
1240
+ export var ResponseInspectionStatusCode = [3, n0, _RISC, 0, [_SCu, _FC], [64 | 1, 64 | 1]];
1241
+ export var Rule = [
1242
+ 3,
1243
+ n0,
1244
+ _Ru,
1245
+ 0,
1246
+ [_N, _P, _St, _A, _OA, _RL, _VC, _CC, _CCh],
1247
+ [
1248
+ 0,
1249
+ 1,
1250
+ () => Statement,
1251
+ () => RuleAction,
1252
+ () => OverrideAction,
1253
+ () => Labels,
1254
+ () => VisibilityConfig,
1255
+ () => CaptchaConfig,
1256
+ () => ChallengeConfig,
1257
+ ],
1258
+ ];
1259
+ export var RuleAction = [
1260
+ 3,
1261
+ n0,
1262
+ _RAu,
1263
+ 0,
1264
+ [_Bl, _All, _Coun, _Ca, _Ch],
1265
+ [() => BlockAction, () => AllowAction, () => CountAction, () => CaptchaAction, () => ChallengeAction],
1266
+ ];
1267
+ export var RuleActionOverride = [3, n0, _RAOu, 0, [_N, _ATU], [0, () => RuleAction]];
1268
+ export var RuleGroup = [
1269
+ 3,
1270
+ n0,
1271
+ _RG,
1272
+ 0,
1273
+ [_N, _Id, _C, _ARN, _D, _R, _VC, _LN, _CRB, _ALv, _CL],
1274
+ [
1275
+ 0,
1276
+ 0,
1277
+ 1,
1278
+ 0,
1279
+ 0,
1280
+ () => Rules,
1281
+ () => VisibilityConfig,
1282
+ 0,
1283
+ () => CustomResponseBodies,
1284
+ () => LabelSummaries,
1285
+ () => LabelSummaries,
1286
+ ],
1287
+ ];
1288
+ export var RuleGroupReferenceStatement = [
1289
+ 3,
1290
+ n0,
1291
+ _RGRS,
1292
+ 0,
1293
+ [_ARN, _ERx, _RAO],
1294
+ [0, () => ExcludedRules, () => RuleActionOverrides],
1295
+ ];
1296
+ export var RuleGroupSummary = [3, n0, _RGS, 0, [_N, _Id, _D, _LT, _ARN], [0, 0, 0, 0, 0]];
1297
+ export var RuleSummary = [3, n0, _RSu, 0, [_N, _A], [0, () => RuleAction]];
1298
+ export var SampledHTTPRequest = [
1299
+ 3,
1300
+ n0,
1301
+ _SHTTPR,
1302
+ 0,
1303
+ [_Req, _W, _Ti, _A, _RNWRG, _RHI, _RCS, _La, _CRa, _CRh, _OAv],
1304
+ [
1305
+ () => HTTPRequest,
1306
+ 1,
1307
+ 4,
1308
+ 0,
1309
+ 0,
1310
+ () => HTTPHeaders,
1311
+ 1,
1312
+ () => Labels,
1313
+ () => CaptchaResponse,
1314
+ () => ChallengeResponse,
1315
+ 0,
1316
+ ],
1317
+ ];
1318
+ export var SingleHeader = [3, n0, _SH, 0, [_N], [0]];
1319
+ export var SingleQueryArgument = [3, n0, _SQA, 0, [_N], [0]];
1320
+ export var SizeConstraintStatement = [
1321
+ 3,
1322
+ n0,
1323
+ _SCS,
1324
+ 0,
1325
+ [_FTM, _CO, _Si, _TT],
1326
+ [() => FieldToMatch, 0, 1, () => TextTransformations],
1327
+ ];
1328
+ export var SqliMatchStatement = [
1329
+ 3,
1330
+ n0,
1331
+ _SMS,
1332
+ 0,
1333
+ [_FTM, _TT, _SL],
1334
+ [() => FieldToMatch, () => TextTransformations, 0],
1335
+ ];
1336
+ export var Statement = [
1337
+ 3,
1338
+ n0,
1339
+ _St,
1340
+ 0,
1341
+ [_BMS, _SMS, _XMS, _SCS, _GMS, _RGRS, _IPSRS, _RPSRS, _RBS, _AS, _OS, _NS, _MRGS, _LMS, _RMS, _AMS],
1342
+ [
1343
+ () => ByteMatchStatement,
1344
+ () => SqliMatchStatement,
1345
+ () => XssMatchStatement,
1346
+ () => SizeConstraintStatement,
1347
+ () => GeoMatchStatement,
1348
+ () => RuleGroupReferenceStatement,
1349
+ () => IPSetReferenceStatement,
1350
+ () => RegexPatternSetReferenceStatement,
1351
+ () => RateBasedStatement,
1352
+ () => AndStatement,
1353
+ () => OrStatement,
1354
+ () => NotStatement,
1355
+ () => ManagedRuleGroupStatement,
1356
+ () => LabelMatchStatement,
1357
+ () => RegexMatchStatement,
1358
+ () => AsnMatchStatement,
1359
+ ],
1360
+ ];
1361
+ export var Tag = [3, n0, _Ta, 0, [_K, _Val], [0, 0]];
1362
+ export var TagInfoForResource = [3, n0, _TIFR, 0, [_RARN, _TL], [0, () => TagList]];
1363
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _T], [0, () => TagList]];
1364
+ export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1365
+ export var TextTransformation = [3, n0, _TTe, 0, [_P, _Ty], [1, 0]];
1366
+ export var TimeWindow = [3, n0, _TW, 0, [_STt, _ETn], [4, 4]];
1367
+ export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
1368
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1369
+ export var UpdateIPSetRequest = [
1370
+ 3,
1371
+ n0,
1372
+ _UIPSR,
1373
+ 0,
1374
+ [_N, _Sc, _Id, _D, _Ad, _LT],
1375
+ [0, 0, 0, 0, 64 | 0, 0],
1376
+ ];
1377
+ export var UpdateIPSetResponse = [3, n0, _UIPSRp, 0, [_NLT], [0]];
1378
+ export var UpdateManagedRuleSetVersionExpiryDateRequest = [
1379
+ 3,
1380
+ n0,
1381
+ _UMRSVEDR,
1382
+ 0,
1383
+ [_N, _Sc, _Id, _LT, _VTE, _ET],
1384
+ [0, 0, 0, 0, 0, 4],
1385
+ ];
1386
+ export var UpdateManagedRuleSetVersionExpiryDateResponse = [
1387
+ 3,
1388
+ n0,
1389
+ _UMRSVEDRp,
1390
+ 0,
1391
+ [_EV, _ET, _NLT],
1392
+ [0, 4, 0],
1393
+ ];
1394
+ export var UpdateRegexPatternSetRequest = [
1395
+ 3,
1396
+ n0,
1397
+ _URPSR,
1398
+ 0,
1399
+ [_N, _Sc, _Id, _D, _REL, _LT],
1400
+ [0, 0, 0, 0, () => RegularExpressionList, 0],
1401
+ ];
1402
+ export var UpdateRegexPatternSetResponse = [3, n0, _URPSRp, 0, [_NLT], [0]];
1403
+ export var UpdateRuleGroupRequest = [
1404
+ 3,
1405
+ n0,
1406
+ _URGR,
1407
+ 0,
1408
+ [_N, _Sc, _Id, _D, _R, _VC, _LT, _CRB],
1409
+ [0, 0, 0, 0, () => Rules, () => VisibilityConfig, 0, () => CustomResponseBodies],
1410
+ ];
1411
+ export var UpdateRuleGroupResponse = [3, n0, _URGRp, 0, [_NLT], [0]];
1412
+ export var UpdateWebACLRequest = [
1413
+ 3,
1414
+ n0,
1415
+ _UWACLR,
1416
+ 0,
1417
+ [_N, _Sc, _Id, _DA, _D, _R, _VC, _DPC, _LT, _CRB, _CC, _CCh, _TD, _ACs, _OSDDSPC, _ACp],
1418
+ [
1419
+ 0,
1420
+ 0,
1421
+ 0,
1422
+ () => DefaultAction,
1423
+ 0,
1424
+ () => Rules,
1425
+ () => VisibilityConfig,
1426
+ () => DataProtectionConfig,
1427
+ 0,
1428
+ () => CustomResponseBodies,
1429
+ () => CaptchaConfig,
1430
+ () => ChallengeConfig,
1431
+ 64 | 0,
1432
+ () => AssociationConfig,
1433
+ () => OnSourceDDoSProtectionConfig,
1434
+ () => ApplicationConfig,
1435
+ ],
1436
+ ];
1437
+ export var UpdateWebACLResponse = [3, n0, _UWACLRp, 0, [_NLT], [0]];
1438
+ export var UriFragment = [3, n0, _UF, 0, [_FB], [0]];
1439
+ export var UriPath = [3, n0, _UP, 0, [], []];
1440
+ export var UsernameField = [3, n0, _UFs, 0, [_I], [0]];
1441
+ export var VersionToPublish = [3, n0, _VTPe, 0, [_ARGA, _FL], [0, 1]];
1442
+ export var VisibilityConfig = [3, n0, _VC, 0, [_SRE, _CWME, _MN], [2, 2, 0]];
1443
+ export var WAFAssociatedItemException = [
1444
+ -3,
1445
+ n0,
1446
+ _WAFAIE,
1447
+ {
1448
+ [_e]: _c,
1449
+ },
1450
+ [_Me],
1451
+ [0],
1452
+ ];
1453
+ TypeRegistry.for(n0).registerError(WAFAssociatedItemException, __WAFAssociatedItemException);
1454
+ export var WAFConfigurationWarningException = [
1455
+ -3,
1456
+ n0,
1457
+ _WAFCWE,
1458
+ {
1459
+ [_e]: _c,
1460
+ },
1461
+ [_Me],
1462
+ [0],
1463
+ ];
1464
+ TypeRegistry.for(n0).registerError(WAFConfigurationWarningException, __WAFConfigurationWarningException);
1465
+ export var WAFDuplicateItemException = [
1466
+ -3,
1467
+ n0,
1468
+ _WAFDIE,
1469
+ {
1470
+ [_e]: _c,
1471
+ },
1472
+ [_Me],
1473
+ [0],
1474
+ ];
1475
+ TypeRegistry.for(n0).registerError(WAFDuplicateItemException, __WAFDuplicateItemException);
1476
+ export var WAFExpiredManagedRuleGroupVersionException = [
1477
+ -3,
1478
+ n0,
1479
+ _WAFEMRGVE,
1480
+ {
1481
+ [_e]: _c,
1482
+ },
1483
+ [_Me],
1484
+ [0],
1485
+ ];
1486
+ TypeRegistry.for(n0).registerError(WAFExpiredManagedRuleGroupVersionException, __WAFExpiredManagedRuleGroupVersionException);
1487
+ export var WAFInternalErrorException = [
1488
+ -3,
1489
+ n0,
1490
+ _WAFIEE,
1491
+ {
1492
+ [_e]: _s,
1493
+ },
1494
+ [_Me],
1495
+ [0],
1496
+ ];
1497
+ TypeRegistry.for(n0).registerError(WAFInternalErrorException, __WAFInternalErrorException);
1498
+ export var WAFInvalidOperationException = [
1499
+ -3,
1500
+ n0,
1501
+ _WAFIOE,
1502
+ {
1503
+ [_e]: _c,
1504
+ },
1505
+ [_Me],
1506
+ [0],
1507
+ ];
1508
+ TypeRegistry.for(n0).registerError(WAFInvalidOperationException, __WAFInvalidOperationException);
1509
+ export var WAFInvalidParameterException = [
1510
+ -3,
1511
+ n0,
1512
+ _WAFIPE,
1513
+ {
1514
+ [_e]: _c,
1515
+ },
1516
+ [_m, _F, _Pa, _Rea],
1517
+ [0, 0, 0, 0],
1518
+ ];
1519
+ TypeRegistry.for(n0).registerError(WAFInvalidParameterException, __WAFInvalidParameterException);
1520
+ export var WAFInvalidPermissionPolicyException = [
1521
+ -3,
1522
+ n0,
1523
+ _WAFIPPE,
1524
+ {
1525
+ [_e]: _c,
1526
+ },
1527
+ [_Me],
1528
+ [0],
1529
+ ];
1530
+ TypeRegistry.for(n0).registerError(WAFInvalidPermissionPolicyException, __WAFInvalidPermissionPolicyException);
1531
+ export var WAFInvalidResourceException = [
1532
+ -3,
1533
+ n0,
1534
+ _WAFIRE,
1535
+ {
1536
+ [_e]: _c,
1537
+ },
1538
+ [_Me],
1539
+ [0],
1540
+ ];
1541
+ TypeRegistry.for(n0).registerError(WAFInvalidResourceException, __WAFInvalidResourceException);
1542
+ export var WAFLimitsExceededException = [
1543
+ -3,
1544
+ n0,
1545
+ _WAFLEE,
1546
+ {
1547
+ [_e]: _c,
1548
+ },
1549
+ [_Me, _STo],
1550
+ [0, 0],
1551
+ ];
1552
+ TypeRegistry.for(n0).registerError(WAFLimitsExceededException, __WAFLimitsExceededException);
1553
+ export var WAFLogDestinationPermissionIssueException = [
1554
+ -3,
1555
+ n0,
1556
+ _WAFLDPIE,
1557
+ {
1558
+ [_e]: _c,
1559
+ },
1560
+ [_Me],
1561
+ [0],
1562
+ ];
1563
+ TypeRegistry.for(n0).registerError(WAFLogDestinationPermissionIssueException, __WAFLogDestinationPermissionIssueException);
1564
+ export var WAFNonexistentItemException = [
1565
+ -3,
1566
+ n0,
1567
+ _WAFNIE,
1568
+ {
1569
+ [_e]: _c,
1570
+ },
1571
+ [_Me],
1572
+ [0],
1573
+ ];
1574
+ TypeRegistry.for(n0).registerError(WAFNonexistentItemException, __WAFNonexistentItemException);
1575
+ export var WAFOptimisticLockException = [
1576
+ -3,
1577
+ n0,
1578
+ _WAFOLE,
1579
+ {
1580
+ [_e]: _c,
1581
+ },
1582
+ [_Me],
1583
+ [0],
1584
+ ];
1585
+ TypeRegistry.for(n0).registerError(WAFOptimisticLockException, __WAFOptimisticLockException);
1586
+ export var WAFServiceLinkedRoleErrorException = [
1587
+ -3,
1588
+ n0,
1589
+ _WAFSLREE,
1590
+ {
1591
+ [_e]: _c,
1592
+ },
1593
+ [_m],
1594
+ [0],
1595
+ ];
1596
+ TypeRegistry.for(n0).registerError(WAFServiceLinkedRoleErrorException, __WAFServiceLinkedRoleErrorException);
1597
+ export var WAFSubscriptionNotFoundException = [
1598
+ -3,
1599
+ n0,
1600
+ _WAFSNFE,
1601
+ {
1602
+ [_e]: _c,
1603
+ },
1604
+ [_Me],
1605
+ [0],
1606
+ ];
1607
+ TypeRegistry.for(n0).registerError(WAFSubscriptionNotFoundException, __WAFSubscriptionNotFoundException);
1608
+ export var WAFTagOperationException = [
1609
+ -3,
1610
+ n0,
1611
+ _WAFTOE,
1612
+ {
1613
+ [_e]: _c,
1614
+ },
1615
+ [_Me],
1616
+ [0],
1617
+ ];
1618
+ TypeRegistry.for(n0).registerError(WAFTagOperationException, __WAFTagOperationException);
1619
+ export var WAFTagOperationInternalErrorException = [
1620
+ -3,
1621
+ n0,
1622
+ _WAFTOIEE,
1623
+ {
1624
+ [_e]: _s,
1625
+ },
1626
+ [_Me],
1627
+ [0],
1628
+ ];
1629
+ TypeRegistry.for(n0).registerError(WAFTagOperationInternalErrorException, __WAFTagOperationInternalErrorException);
1630
+ export var WAFUnavailableEntityException = [
1631
+ -3,
1632
+ n0,
1633
+ _WAFUEE,
1634
+ {
1635
+ [_e]: _c,
1636
+ },
1637
+ [_Me],
1638
+ [0],
1639
+ ];
1640
+ TypeRegistry.for(n0).registerError(WAFUnavailableEntityException, __WAFUnavailableEntityException);
1641
+ export var WAFUnsupportedAggregateKeyTypeException = [
1642
+ -3,
1643
+ n0,
1644
+ _WAFUAKTE,
1645
+ {
1646
+ [_e]: _c,
1647
+ },
1648
+ [_Me],
1649
+ [0],
1650
+ ];
1651
+ TypeRegistry.for(n0).registerError(WAFUnsupportedAggregateKeyTypeException, __WAFUnsupportedAggregateKeyTypeException);
1652
+ export var WebACL = [
1653
+ 3,
1654
+ n0,
1655
+ _WACL,
1656
+ 0,
1657
+ [
1658
+ _N,
1659
+ _Id,
1660
+ _ARN,
1661
+ _DA,
1662
+ _D,
1663
+ _R,
1664
+ _VC,
1665
+ _DPC,
1666
+ _C,
1667
+ _PPFMRG,
1668
+ _PPFMRGo,
1669
+ _MBFM,
1670
+ _LN,
1671
+ _CRB,
1672
+ _CC,
1673
+ _CCh,
1674
+ _TD,
1675
+ _ACs,
1676
+ _RBFM,
1677
+ _OSDDSPC,
1678
+ _ACp,
1679
+ ],
1680
+ [
1681
+ 0,
1682
+ 0,
1683
+ 0,
1684
+ () => DefaultAction,
1685
+ 0,
1686
+ () => Rules,
1687
+ () => VisibilityConfig,
1688
+ () => DataProtectionConfig,
1689
+ 1,
1690
+ () => FirewallManagerRuleGroups,
1691
+ () => FirewallManagerRuleGroups,
1692
+ 2,
1693
+ 0,
1694
+ () => CustomResponseBodies,
1695
+ () => CaptchaConfig,
1696
+ () => ChallengeConfig,
1697
+ 64 | 0,
1698
+ () => AssociationConfig,
1699
+ 2,
1700
+ () => OnSourceDDoSProtectionConfig,
1701
+ () => ApplicationConfig,
1702
+ ],
1703
+ ];
1704
+ export var WebACLSummary = [3, n0, _WACLS, 0, [_N, _Id, _D, _LT, _ARN], [0, 0, 0, 0, 0]];
1705
+ export var XssMatchStatement = [
1706
+ 3,
1707
+ n0,
1708
+ _XMS,
1709
+ 0,
1710
+ [_FTM, _TT],
1711
+ [() => FieldToMatch, () => TextTransformations],
1712
+ ];
1713
+ export var __Unit = "unit";
1714
+ export var WAFV2ServiceException = [-3, _sm, "WAFV2ServiceException", 0, [], []];
1715
+ TypeRegistry.for(_sm).registerError(WAFV2ServiceException, __WAFV2ServiceException);
1716
+ export var AddressFields = [1, n0, _AFd, 0, () => AddressField];
1717
+ export var APIKeySummaries = [1, n0, _APIKSe, 0, () => APIKeySummary];
1718
+ export var APIKeyTokenDomains = 64 | 0;
1719
+ export var ApplicationAttributes = [1, n0, _AApp, 0, () => ApplicationAttribute];
1720
+ export var AsnList = 64 | 1;
1721
+ export var AttributeValues = 64 | 0;
1722
+ export var Conditions = [1, n0, _Cond, 0, () => Condition];
1723
+ export var CookieNames = 64 | 0;
1724
+ export var CountryCodes = 64 | 0;
1725
+ export var CustomHTTPHeaders = [1, n0, _CHTTPHu, 0, () => CustomHTTPHeader];
1726
+ export var DataProtections = [1, n0, _DPa, 0, () => DataProtection];
1727
+ export var ExcludedRules = [1, n0, _ERx, 0, () => ExcludedRule];
1728
+ export var FieldToProtectKeys = 64 | 0;
1729
+ export var Filters = [1, n0, _Fil, 0, () => Filter];
1730
+ export var FirewallManagerRuleGroups = [1, n0, _FMRGi, 0, () => FirewallManagerRuleGroup];
1731
+ export var HeaderNames = 64 | 0;
1732
+ export var HTTPHeaders = [1, n0, _HTTPHe, 0, () => HTTPHeader];
1733
+ export var IPAddresses = 64 | 0;
1734
+ export var IPSetSummaries = [1, n0, _IPSSe, 0, () => IPSetSummary];
1735
+ export var JsonPointerPaths = 64 | 0;
1736
+ export var Labels = [1, n0, _La, 0, () => Label];
1737
+ export var LabelSummaries = [1, n0, _LSab, 0, () => LabelSummary];
1738
+ export var LogDestinationConfigs = 64 | 0;
1739
+ export var LoggingConfigurations = [1, n0, _LCo, 0, () => LoggingConfiguration];
1740
+ export var ManagedProductDescriptors = [1, n0, _MPDa, 0, () => ManagedProductDescriptor];
1741
+ export var ManagedRuleGroupConfigs = [1, n0, _MRGCa, 0, () => ManagedRuleGroupConfig];
1742
+ export var ManagedRuleGroupSummaries = [1, n0, _MRGSan, 0, () => ManagedRuleGroupSummary];
1743
+ export var ManagedRuleGroupVersions = [1, n0, _MRGVa, 0, () => ManagedRuleGroupVersion];
1744
+ export var ManagedRuleSetSummaries = [1, n0, _MRSSa, 0, () => ManagedRuleSetSummary];
1745
+ export var PhoneNumberFields = [1, n0, _PNFh, 0, () => PhoneNumberField];
1746
+ export var RateBasedStatementCustomKeys = [1, n0, _RBSCKa, 0, () => RateBasedStatementCustomKey];
1747
+ export var RedactedFields = [1, n0, _RF, 0, () => FieldToMatch];
1748
+ export var RegexPatternSetSummaries = [1, n0, _RPSSe, 0, () => RegexPatternSetSummary];
1749
+ export var RegularExpressionList = [1, n0, _REL, 0, () => Regex];
1750
+ export var ReleaseSummaries = [1, n0, _RS, 0, () => ReleaseSummary];
1751
+ export var ResourceArns = 64 | 0;
1752
+ export var ResponseInspectionBodyContainsFailureStrings = 64 | 0;
1753
+ export var ResponseInspectionBodyContainsSuccessStrings = 64 | 0;
1754
+ export var ResponseInspectionHeaderFailureValues = 64 | 0;
1755
+ export var ResponseInspectionHeaderSuccessValues = 64 | 0;
1756
+ export var ResponseInspectionJsonFailureValues = 64 | 0;
1757
+ export var ResponseInspectionJsonSuccessValues = 64 | 0;
1758
+ export var ResponseInspectionStatusCodeFailureCodes = 64 | 1;
1759
+ export var ResponseInspectionStatusCodeSuccessCodes = 64 | 1;
1760
+ export var RuleActionOverrides = [1, n0, _RAO, 0, () => RuleActionOverride];
1761
+ export var RuleGroupSummaries = [1, n0, _RGSu, 0, () => RuleGroupSummary];
1762
+ export var Rules = [1, n0, _R, 0, () => Rule];
1763
+ export var RuleSummaries = [1, n0, _RSul, 0, () => RuleSummary];
1764
+ export var SampledHTTPRequests = [1, n0, _SHTTPRa, 0, () => SampledHTTPRequest];
1765
+ export var Statements = [1, n0, _S, 0, () => Statement];
1766
+ export var TagKeyList = 64 | 0;
1767
+ export var TagList = [1, n0, _TL, 0, () => Tag];
1768
+ export var TextTransformations = [1, n0, _TT, 0, () => TextTransformation];
1769
+ export var TokenDomains = 64 | 0;
1770
+ export var WebACLSummaries = [1, n0, _WACLSe, 0, () => WebACLSummary];
1771
+ export var CustomResponseBodies = [2, n0, _CRB, 0, 0, () => CustomResponseBody];
1772
+ export var PublishedVersions = [2, n0, _PV, 0, 0, () => ManagedRuleSetVersion];
1773
+ export var RequestBody = [2, n0, _RB, 0, 0, () => RequestBodyAssociatedResourceTypeConfig];
1774
+ export var VersionsToPublish = [2, n0, _VTP, 0, 0, () => VersionToPublish];
1775
+ export var AssociateWebACL = [
1776
+ 9,
1777
+ n0,
1778
+ _AWACL,
1779
+ 0,
1780
+ () => AssociateWebACLRequest,
1781
+ () => AssociateWebACLResponse,
1782
+ ];
1783
+ export var CheckCapacity = [
1784
+ 9,
1785
+ n0,
1786
+ _CChe,
1787
+ 0,
1788
+ () => CheckCapacityRequest,
1789
+ () => CheckCapacityResponse,
1790
+ ];
1791
+ export var CreateAPIKey = [
1792
+ 9,
1793
+ n0,
1794
+ _CAPIK,
1795
+ 0,
1796
+ () => CreateAPIKeyRequest,
1797
+ () => CreateAPIKeyResponse,
1798
+ ];
1799
+ export var CreateIPSet = [9, n0, _CIPS, 0, () => CreateIPSetRequest, () => CreateIPSetResponse];
1800
+ export var CreateRegexPatternSet = [
1801
+ 9,
1802
+ n0,
1803
+ _CRPS,
1804
+ 0,
1805
+ () => CreateRegexPatternSetRequest,
1806
+ () => CreateRegexPatternSetResponse,
1807
+ ];
1808
+ export var CreateRuleGroup = [
1809
+ 9,
1810
+ n0,
1811
+ _CRG,
1812
+ 0,
1813
+ () => CreateRuleGroupRequest,
1814
+ () => CreateRuleGroupResponse,
1815
+ ];
1816
+ export var CreateWebACL = [
1817
+ 9,
1818
+ n0,
1819
+ _CWACL,
1820
+ 0,
1821
+ () => CreateWebACLRequest,
1822
+ () => CreateWebACLResponse,
1823
+ ];
1824
+ export var DeleteAPIKey = [
1825
+ 9,
1826
+ n0,
1827
+ _DAPIK,
1828
+ 0,
1829
+ () => DeleteAPIKeyRequest,
1830
+ () => DeleteAPIKeyResponse,
1831
+ ];
1832
+ export var DeleteFirewallManagerRuleGroups = [
1833
+ 9,
1834
+ n0,
1835
+ _DFMRG,
1836
+ 0,
1837
+ () => DeleteFirewallManagerRuleGroupsRequest,
1838
+ () => DeleteFirewallManagerRuleGroupsResponse,
1839
+ ];
1840
+ export var DeleteIPSet = [9, n0, _DIPS, 0, () => DeleteIPSetRequest, () => DeleteIPSetResponse];
1841
+ export var DeleteLoggingConfiguration = [
1842
+ 9,
1843
+ n0,
1844
+ _DLC,
1845
+ 0,
1846
+ () => DeleteLoggingConfigurationRequest,
1847
+ () => DeleteLoggingConfigurationResponse,
1848
+ ];
1849
+ export var DeletePermissionPolicy = [
1850
+ 9,
1851
+ n0,
1852
+ _DPP,
1853
+ 0,
1854
+ () => DeletePermissionPolicyRequest,
1855
+ () => DeletePermissionPolicyResponse,
1856
+ ];
1857
+ export var DeleteRegexPatternSet = [
1858
+ 9,
1859
+ n0,
1860
+ _DRPS,
1861
+ 0,
1862
+ () => DeleteRegexPatternSetRequest,
1863
+ () => DeleteRegexPatternSetResponse,
1864
+ ];
1865
+ export var DeleteRuleGroup = [
1866
+ 9,
1867
+ n0,
1868
+ _DRG,
1869
+ 0,
1870
+ () => DeleteRuleGroupRequest,
1871
+ () => DeleteRuleGroupResponse,
1872
+ ];
1873
+ export var DeleteWebACL = [
1874
+ 9,
1875
+ n0,
1876
+ _DWACL,
1877
+ 0,
1878
+ () => DeleteWebACLRequest,
1879
+ () => DeleteWebACLResponse,
1880
+ ];
1881
+ export var DescribeAllManagedProducts = [
1882
+ 9,
1883
+ n0,
1884
+ _DAMP,
1885
+ 0,
1886
+ () => DescribeAllManagedProductsRequest,
1887
+ () => DescribeAllManagedProductsResponse,
1888
+ ];
1889
+ export var DescribeManagedProductsByVendor = [
1890
+ 9,
1891
+ n0,
1892
+ _DMPBV,
1893
+ 0,
1894
+ () => DescribeManagedProductsByVendorRequest,
1895
+ () => DescribeManagedProductsByVendorResponse,
1896
+ ];
1897
+ export var DescribeManagedRuleGroup = [
1898
+ 9,
1899
+ n0,
1900
+ _DMRG,
1901
+ 0,
1902
+ () => DescribeManagedRuleGroupRequest,
1903
+ () => DescribeManagedRuleGroupResponse,
1904
+ ];
1905
+ export var DisassociateWebACL = [
1906
+ 9,
1907
+ n0,
1908
+ _DWACLi,
1909
+ 0,
1910
+ () => DisassociateWebACLRequest,
1911
+ () => DisassociateWebACLResponse,
1912
+ ];
1913
+ export var GenerateMobileSdkReleaseUrl = [
1914
+ 9,
1915
+ n0,
1916
+ _GMSRU,
1917
+ 0,
1918
+ () => GenerateMobileSdkReleaseUrlRequest,
1919
+ () => GenerateMobileSdkReleaseUrlResponse,
1920
+ ];
1921
+ export var GetDecryptedAPIKey = [
1922
+ 9,
1923
+ n0,
1924
+ _GDAPIK,
1925
+ 0,
1926
+ () => GetDecryptedAPIKeyRequest,
1927
+ () => GetDecryptedAPIKeyResponse,
1928
+ ];
1929
+ export var GetIPSet = [9, n0, _GIPS, 0, () => GetIPSetRequest, () => GetIPSetResponse];
1930
+ export var GetLoggingConfiguration = [
1931
+ 9,
1932
+ n0,
1933
+ _GLC,
1934
+ 0,
1935
+ () => GetLoggingConfigurationRequest,
1936
+ () => GetLoggingConfigurationResponse,
1937
+ ];
1938
+ export var GetManagedRuleSet = [
1939
+ 9,
1940
+ n0,
1941
+ _GMRS,
1942
+ 0,
1943
+ () => GetManagedRuleSetRequest,
1944
+ () => GetManagedRuleSetResponse,
1945
+ ];
1946
+ export var GetMobileSdkRelease = [
1947
+ 9,
1948
+ n0,
1949
+ _GMSR,
1950
+ 0,
1951
+ () => GetMobileSdkReleaseRequest,
1952
+ () => GetMobileSdkReleaseResponse,
1953
+ ];
1954
+ export var GetPermissionPolicy = [
1955
+ 9,
1956
+ n0,
1957
+ _GPP,
1958
+ 0,
1959
+ () => GetPermissionPolicyRequest,
1960
+ () => GetPermissionPolicyResponse,
1961
+ ];
1962
+ export var GetRateBasedStatementManagedKeys = [
1963
+ 9,
1964
+ n0,
1965
+ _GRBSMK,
1966
+ 0,
1967
+ () => GetRateBasedStatementManagedKeysRequest,
1968
+ () => GetRateBasedStatementManagedKeysResponse,
1969
+ ];
1970
+ export var GetRegexPatternSet = [
1971
+ 9,
1972
+ n0,
1973
+ _GRPS,
1974
+ 0,
1975
+ () => GetRegexPatternSetRequest,
1976
+ () => GetRegexPatternSetResponse,
1977
+ ];
1978
+ export var GetRuleGroup = [
1979
+ 9,
1980
+ n0,
1981
+ _GRG,
1982
+ 0,
1983
+ () => GetRuleGroupRequest,
1984
+ () => GetRuleGroupResponse,
1985
+ ];
1986
+ export var GetSampledRequests = [
1987
+ 9,
1988
+ n0,
1989
+ _GSR,
1990
+ 0,
1991
+ () => GetSampledRequestsRequest,
1992
+ () => GetSampledRequestsResponse,
1993
+ ];
1994
+ export var GetWebACL = [9, n0, _GWACL, 0, () => GetWebACLRequest, () => GetWebACLResponse];
1995
+ export var GetWebACLForResource = [
1996
+ 9,
1997
+ n0,
1998
+ _GWACLFR,
1999
+ 0,
2000
+ () => GetWebACLForResourceRequest,
2001
+ () => GetWebACLForResourceResponse,
2002
+ ];
2003
+ export var ListAPIKeys = [9, n0, _LAPIK, 0, () => ListAPIKeysRequest, () => ListAPIKeysResponse];
2004
+ export var ListAvailableManagedRuleGroups = [
2005
+ 9,
2006
+ n0,
2007
+ _LAMRG,
2008
+ 0,
2009
+ () => ListAvailableManagedRuleGroupsRequest,
2010
+ () => ListAvailableManagedRuleGroupsResponse,
2011
+ ];
2012
+ export var ListAvailableManagedRuleGroupVersions = [
2013
+ 9,
2014
+ n0,
2015
+ _LAMRGV,
2016
+ 0,
2017
+ () => ListAvailableManagedRuleGroupVersionsRequest,
2018
+ () => ListAvailableManagedRuleGroupVersionsResponse,
2019
+ ];
2020
+ export var ListIPSets = [9, n0, _LIPS, 0, () => ListIPSetsRequest, () => ListIPSetsResponse];
2021
+ export var ListLoggingConfigurations = [
2022
+ 9,
2023
+ n0,
2024
+ _LLC,
2025
+ 0,
2026
+ () => ListLoggingConfigurationsRequest,
2027
+ () => ListLoggingConfigurationsResponse,
2028
+ ];
2029
+ export var ListManagedRuleSets = [
2030
+ 9,
2031
+ n0,
2032
+ _LMRS,
2033
+ 0,
2034
+ () => ListManagedRuleSetsRequest,
2035
+ () => ListManagedRuleSetsResponse,
2036
+ ];
2037
+ export var ListMobileSdkReleases = [
2038
+ 9,
2039
+ n0,
2040
+ _LMSR,
2041
+ 0,
2042
+ () => ListMobileSdkReleasesRequest,
2043
+ () => ListMobileSdkReleasesResponse,
2044
+ ];
2045
+ export var ListRegexPatternSets = [
2046
+ 9,
2047
+ n0,
2048
+ _LRPS,
2049
+ 0,
2050
+ () => ListRegexPatternSetsRequest,
2051
+ () => ListRegexPatternSetsResponse,
2052
+ ];
2053
+ export var ListResourcesForWebACL = [
2054
+ 9,
2055
+ n0,
2056
+ _LRFWACL,
2057
+ 0,
2058
+ () => ListResourcesForWebACLRequest,
2059
+ () => ListResourcesForWebACLResponse,
2060
+ ];
2061
+ export var ListRuleGroups = [
2062
+ 9,
2063
+ n0,
2064
+ _LRG,
2065
+ 0,
2066
+ () => ListRuleGroupsRequest,
2067
+ () => ListRuleGroupsResponse,
2068
+ ];
2069
+ export var ListTagsForResource = [
2070
+ 9,
2071
+ n0,
2072
+ _LTFR,
2073
+ 0,
2074
+ () => ListTagsForResourceRequest,
2075
+ () => ListTagsForResourceResponse,
2076
+ ];
2077
+ export var ListWebACLs = [9, n0, _LWACL, 0, () => ListWebACLsRequest, () => ListWebACLsResponse];
2078
+ export var PutLoggingConfiguration = [
2079
+ 9,
2080
+ n0,
2081
+ _PLC,
2082
+ 0,
2083
+ () => PutLoggingConfigurationRequest,
2084
+ () => PutLoggingConfigurationResponse,
2085
+ ];
2086
+ export var PutManagedRuleSetVersions = [
2087
+ 9,
2088
+ n0,
2089
+ _PMRSV,
2090
+ 0,
2091
+ () => PutManagedRuleSetVersionsRequest,
2092
+ () => PutManagedRuleSetVersionsResponse,
2093
+ ];
2094
+ export var PutPermissionPolicy = [
2095
+ 9,
2096
+ n0,
2097
+ _PPP,
2098
+ 0,
2099
+ () => PutPermissionPolicyRequest,
2100
+ () => PutPermissionPolicyResponse,
2101
+ ];
2102
+ export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
2103
+ export var UntagResource = [
2104
+ 9,
2105
+ n0,
2106
+ _UR,
2107
+ 0,
2108
+ () => UntagResourceRequest,
2109
+ () => UntagResourceResponse,
2110
+ ];
2111
+ export var UpdateIPSet = [9, n0, _UIPS, 0, () => UpdateIPSetRequest, () => UpdateIPSetResponse];
2112
+ export var UpdateManagedRuleSetVersionExpiryDate = [
2113
+ 9,
2114
+ n0,
2115
+ _UMRSVED,
2116
+ 0,
2117
+ () => UpdateManagedRuleSetVersionExpiryDateRequest,
2118
+ () => UpdateManagedRuleSetVersionExpiryDateResponse,
2119
+ ];
2120
+ export var UpdateRegexPatternSet = [
2121
+ 9,
2122
+ n0,
2123
+ _URPS,
2124
+ 0,
2125
+ () => UpdateRegexPatternSetRequest,
2126
+ () => UpdateRegexPatternSetResponse,
2127
+ ];
2128
+ export var UpdateRuleGroup = [
2129
+ 9,
2130
+ n0,
2131
+ _URG,
2132
+ 0,
2133
+ () => UpdateRuleGroupRequest,
2134
+ () => UpdateRuleGroupResponse,
2135
+ ];
2136
+ export var UpdateWebACL = [
2137
+ 9,
2138
+ n0,
2139
+ _UWACL,
2140
+ 0,
2141
+ () => UpdateWebACLRequest,
2142
+ () => UpdateWebACLResponse,
2143
+ ];