@aws-sdk/client-wafv2 3.987.0 → 3.989.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.
- package/dist-cjs/index.js +73 -2885
- package/dist-cjs/models/WAFV2ServiceException.js +12 -0
- package/dist-cjs/models/errors.js +310 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2232 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +161 -155
- package/dist-types/schemas/schemas_0.d.ts +28 -21
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +23 -21
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var WAFV2ServiceException = require('./models/WAFV2ServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,2494 +113,6 @@ class WAFV2Client extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class WAFV2ServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, WAFV2ServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class WAFFeatureNotIncludedInPricingPlanException extends WAFV2ServiceException {
|
|
121
|
-
name = "WAFFeatureNotIncludedInPricingPlanException";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
Message;
|
|
124
|
-
DisallowedFeatures;
|
|
125
|
-
constructor(opts) {
|
|
126
|
-
super({
|
|
127
|
-
name: "WAFFeatureNotIncludedInPricingPlanException",
|
|
128
|
-
$fault: "client",
|
|
129
|
-
...opts,
|
|
130
|
-
});
|
|
131
|
-
Object.setPrototypeOf(this, WAFFeatureNotIncludedInPricingPlanException.prototype);
|
|
132
|
-
this.Message = opts.Message;
|
|
133
|
-
this.DisallowedFeatures = opts.DisallowedFeatures;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
class WAFInternalErrorException extends WAFV2ServiceException {
|
|
137
|
-
name = "WAFInternalErrorException";
|
|
138
|
-
$fault = "server";
|
|
139
|
-
Message;
|
|
140
|
-
constructor(opts) {
|
|
141
|
-
super({
|
|
142
|
-
name: "WAFInternalErrorException",
|
|
143
|
-
$fault: "server",
|
|
144
|
-
...opts,
|
|
145
|
-
});
|
|
146
|
-
Object.setPrototypeOf(this, WAFInternalErrorException.prototype);
|
|
147
|
-
this.Message = opts.Message;
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
class WAFInvalidOperationException extends WAFV2ServiceException {
|
|
151
|
-
name = "WAFInvalidOperationException";
|
|
152
|
-
$fault = "client";
|
|
153
|
-
Message;
|
|
154
|
-
constructor(opts) {
|
|
155
|
-
super({
|
|
156
|
-
name: "WAFInvalidOperationException",
|
|
157
|
-
$fault: "client",
|
|
158
|
-
...opts,
|
|
159
|
-
});
|
|
160
|
-
Object.setPrototypeOf(this, WAFInvalidOperationException.prototype);
|
|
161
|
-
this.Message = opts.Message;
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
class WAFInvalidParameterException extends WAFV2ServiceException {
|
|
165
|
-
name = "WAFInvalidParameterException";
|
|
166
|
-
$fault = "client";
|
|
167
|
-
Field;
|
|
168
|
-
Parameter;
|
|
169
|
-
Reason;
|
|
170
|
-
constructor(opts) {
|
|
171
|
-
super({
|
|
172
|
-
name: "WAFInvalidParameterException",
|
|
173
|
-
$fault: "client",
|
|
174
|
-
...opts,
|
|
175
|
-
});
|
|
176
|
-
Object.setPrototypeOf(this, WAFInvalidParameterException.prototype);
|
|
177
|
-
this.Field = opts.Field;
|
|
178
|
-
this.Parameter = opts.Parameter;
|
|
179
|
-
this.Reason = opts.Reason;
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
class WAFLimitsExceededException extends WAFV2ServiceException {
|
|
183
|
-
name = "WAFLimitsExceededException";
|
|
184
|
-
$fault = "client";
|
|
185
|
-
Message;
|
|
186
|
-
SourceType;
|
|
187
|
-
constructor(opts) {
|
|
188
|
-
super({
|
|
189
|
-
name: "WAFLimitsExceededException",
|
|
190
|
-
$fault: "client",
|
|
191
|
-
...opts,
|
|
192
|
-
});
|
|
193
|
-
Object.setPrototypeOf(this, WAFLimitsExceededException.prototype);
|
|
194
|
-
this.Message = opts.Message;
|
|
195
|
-
this.SourceType = opts.SourceType;
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
class WAFNonexistentItemException extends WAFV2ServiceException {
|
|
199
|
-
name = "WAFNonexistentItemException";
|
|
200
|
-
$fault = "client";
|
|
201
|
-
Message;
|
|
202
|
-
constructor(opts) {
|
|
203
|
-
super({
|
|
204
|
-
name: "WAFNonexistentItemException",
|
|
205
|
-
$fault: "client",
|
|
206
|
-
...opts,
|
|
207
|
-
});
|
|
208
|
-
Object.setPrototypeOf(this, WAFNonexistentItemException.prototype);
|
|
209
|
-
this.Message = opts.Message;
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
class WAFUnavailableEntityException extends WAFV2ServiceException {
|
|
213
|
-
name = "WAFUnavailableEntityException";
|
|
214
|
-
$fault = "client";
|
|
215
|
-
Message;
|
|
216
|
-
constructor(opts) {
|
|
217
|
-
super({
|
|
218
|
-
name: "WAFUnavailableEntityException",
|
|
219
|
-
$fault: "client",
|
|
220
|
-
...opts,
|
|
221
|
-
});
|
|
222
|
-
Object.setPrototypeOf(this, WAFUnavailableEntityException.prototype);
|
|
223
|
-
this.Message = opts.Message;
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
class WAFExpiredManagedRuleGroupVersionException extends WAFV2ServiceException {
|
|
227
|
-
name = "WAFExpiredManagedRuleGroupVersionException";
|
|
228
|
-
$fault = "client";
|
|
229
|
-
Message;
|
|
230
|
-
constructor(opts) {
|
|
231
|
-
super({
|
|
232
|
-
name: "WAFExpiredManagedRuleGroupVersionException",
|
|
233
|
-
$fault: "client",
|
|
234
|
-
...opts,
|
|
235
|
-
});
|
|
236
|
-
Object.setPrototypeOf(this, WAFExpiredManagedRuleGroupVersionException.prototype);
|
|
237
|
-
this.Message = opts.Message;
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
class WAFInvalidResourceException extends WAFV2ServiceException {
|
|
241
|
-
name = "WAFInvalidResourceException";
|
|
242
|
-
$fault = "client";
|
|
243
|
-
Message;
|
|
244
|
-
constructor(opts) {
|
|
245
|
-
super({
|
|
246
|
-
name: "WAFInvalidResourceException",
|
|
247
|
-
$fault: "client",
|
|
248
|
-
...opts,
|
|
249
|
-
});
|
|
250
|
-
Object.setPrototypeOf(this, WAFInvalidResourceException.prototype);
|
|
251
|
-
this.Message = opts.Message;
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
class WAFSubscriptionNotFoundException extends WAFV2ServiceException {
|
|
255
|
-
name = "WAFSubscriptionNotFoundException";
|
|
256
|
-
$fault = "client";
|
|
257
|
-
Message;
|
|
258
|
-
constructor(opts) {
|
|
259
|
-
super({
|
|
260
|
-
name: "WAFSubscriptionNotFoundException",
|
|
261
|
-
$fault: "client",
|
|
262
|
-
...opts,
|
|
263
|
-
});
|
|
264
|
-
Object.setPrototypeOf(this, WAFSubscriptionNotFoundException.prototype);
|
|
265
|
-
this.Message = opts.Message;
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
class WAFDuplicateItemException extends WAFV2ServiceException {
|
|
269
|
-
name = "WAFDuplicateItemException";
|
|
270
|
-
$fault = "client";
|
|
271
|
-
Message;
|
|
272
|
-
constructor(opts) {
|
|
273
|
-
super({
|
|
274
|
-
name: "WAFDuplicateItemException",
|
|
275
|
-
$fault: "client",
|
|
276
|
-
...opts,
|
|
277
|
-
});
|
|
278
|
-
Object.setPrototypeOf(this, WAFDuplicateItemException.prototype);
|
|
279
|
-
this.Message = opts.Message;
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
class WAFOptimisticLockException extends WAFV2ServiceException {
|
|
283
|
-
name = "WAFOptimisticLockException";
|
|
284
|
-
$fault = "client";
|
|
285
|
-
Message;
|
|
286
|
-
constructor(opts) {
|
|
287
|
-
super({
|
|
288
|
-
name: "WAFOptimisticLockException",
|
|
289
|
-
$fault: "client",
|
|
290
|
-
...opts,
|
|
291
|
-
});
|
|
292
|
-
Object.setPrototypeOf(this, WAFOptimisticLockException.prototype);
|
|
293
|
-
this.Message = opts.Message;
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
class WAFTagOperationException extends WAFV2ServiceException {
|
|
297
|
-
name = "WAFTagOperationException";
|
|
298
|
-
$fault = "client";
|
|
299
|
-
Message;
|
|
300
|
-
constructor(opts) {
|
|
301
|
-
super({
|
|
302
|
-
name: "WAFTagOperationException",
|
|
303
|
-
$fault: "client",
|
|
304
|
-
...opts,
|
|
305
|
-
});
|
|
306
|
-
Object.setPrototypeOf(this, WAFTagOperationException.prototype);
|
|
307
|
-
this.Message = opts.Message;
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
class WAFTagOperationInternalErrorException extends WAFV2ServiceException {
|
|
311
|
-
name = "WAFTagOperationInternalErrorException";
|
|
312
|
-
$fault = "server";
|
|
313
|
-
Message;
|
|
314
|
-
constructor(opts) {
|
|
315
|
-
super({
|
|
316
|
-
name: "WAFTagOperationInternalErrorException",
|
|
317
|
-
$fault: "server",
|
|
318
|
-
...opts,
|
|
319
|
-
});
|
|
320
|
-
Object.setPrototypeOf(this, WAFTagOperationInternalErrorException.prototype);
|
|
321
|
-
this.Message = opts.Message;
|
|
322
|
-
}
|
|
323
|
-
}
|
|
324
|
-
class WAFConfigurationWarningException extends WAFV2ServiceException {
|
|
325
|
-
name = "WAFConfigurationWarningException";
|
|
326
|
-
$fault = "client";
|
|
327
|
-
Message;
|
|
328
|
-
constructor(opts) {
|
|
329
|
-
super({
|
|
330
|
-
name: "WAFConfigurationWarningException",
|
|
331
|
-
$fault: "client",
|
|
332
|
-
...opts,
|
|
333
|
-
});
|
|
334
|
-
Object.setPrototypeOf(this, WAFConfigurationWarningException.prototype);
|
|
335
|
-
this.Message = opts.Message;
|
|
336
|
-
}
|
|
337
|
-
}
|
|
338
|
-
class WAFAssociatedItemException extends WAFV2ServiceException {
|
|
339
|
-
name = "WAFAssociatedItemException";
|
|
340
|
-
$fault = "client";
|
|
341
|
-
Message;
|
|
342
|
-
constructor(opts) {
|
|
343
|
-
super({
|
|
344
|
-
name: "WAFAssociatedItemException",
|
|
345
|
-
$fault: "client",
|
|
346
|
-
...opts,
|
|
347
|
-
});
|
|
348
|
-
Object.setPrototypeOf(this, WAFAssociatedItemException.prototype);
|
|
349
|
-
this.Message = opts.Message;
|
|
350
|
-
}
|
|
351
|
-
}
|
|
352
|
-
class WAFUnsupportedAggregateKeyTypeException extends WAFV2ServiceException {
|
|
353
|
-
name = "WAFUnsupportedAggregateKeyTypeException";
|
|
354
|
-
$fault = "client";
|
|
355
|
-
Message;
|
|
356
|
-
constructor(opts) {
|
|
357
|
-
super({
|
|
358
|
-
name: "WAFUnsupportedAggregateKeyTypeException",
|
|
359
|
-
$fault: "client",
|
|
360
|
-
...opts,
|
|
361
|
-
});
|
|
362
|
-
Object.setPrototypeOf(this, WAFUnsupportedAggregateKeyTypeException.prototype);
|
|
363
|
-
this.Message = opts.Message;
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
|
-
class WAFLogDestinationPermissionIssueException extends WAFV2ServiceException {
|
|
367
|
-
name = "WAFLogDestinationPermissionIssueException";
|
|
368
|
-
$fault = "client";
|
|
369
|
-
Message;
|
|
370
|
-
constructor(opts) {
|
|
371
|
-
super({
|
|
372
|
-
name: "WAFLogDestinationPermissionIssueException",
|
|
373
|
-
$fault: "client",
|
|
374
|
-
...opts,
|
|
375
|
-
});
|
|
376
|
-
Object.setPrototypeOf(this, WAFLogDestinationPermissionIssueException.prototype);
|
|
377
|
-
this.Message = opts.Message;
|
|
378
|
-
}
|
|
379
|
-
}
|
|
380
|
-
class WAFServiceLinkedRoleErrorException extends WAFV2ServiceException {
|
|
381
|
-
name = "WAFServiceLinkedRoleErrorException";
|
|
382
|
-
$fault = "client";
|
|
383
|
-
constructor(opts) {
|
|
384
|
-
super({
|
|
385
|
-
name: "WAFServiceLinkedRoleErrorException",
|
|
386
|
-
$fault: "client",
|
|
387
|
-
...opts,
|
|
388
|
-
});
|
|
389
|
-
Object.setPrototypeOf(this, WAFServiceLinkedRoleErrorException.prototype);
|
|
390
|
-
}
|
|
391
|
-
}
|
|
392
|
-
class WAFInvalidPermissionPolicyException extends WAFV2ServiceException {
|
|
393
|
-
name = "WAFInvalidPermissionPolicyException";
|
|
394
|
-
$fault = "client";
|
|
395
|
-
Message;
|
|
396
|
-
constructor(opts) {
|
|
397
|
-
super({
|
|
398
|
-
name: "WAFInvalidPermissionPolicyException",
|
|
399
|
-
$fault: "client",
|
|
400
|
-
...opts,
|
|
401
|
-
});
|
|
402
|
-
Object.setPrototypeOf(this, WAFInvalidPermissionPolicyException.prototype);
|
|
403
|
-
this.Message = opts.Message;
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
const _A = "Action";
|
|
408
|
-
const _AA = "AllowAction";
|
|
409
|
-
const _AAp = "ApplicationAttribute";
|
|
410
|
-
const _AApp = "ApplicationAttributes";
|
|
411
|
-
const _AC = "ActionCondition";
|
|
412
|
-
const _ACp = "ApplicationConfig";
|
|
413
|
-
const _ACs = "AssociationConfig";
|
|
414
|
-
const _AF = "AddressField";
|
|
415
|
-
const _AFd = "AddressFields";
|
|
416
|
-
const _AIURL = "ApplicationIntegrationURL";
|
|
417
|
-
const _AKT = "AggregateKeyType";
|
|
418
|
-
const _AL = "AsnList";
|
|
419
|
-
const _ALBLRM = "ALBLowReputationMode";
|
|
420
|
-
const _ALv = "AvailableLabels";
|
|
421
|
-
const _AMS = "AsnMatchStatement";
|
|
422
|
-
const _APIK = "APIKey";
|
|
423
|
-
const _APIKS = "APIKeySummary";
|
|
424
|
-
const _APIKSe = "APIKeySummaries";
|
|
425
|
-
const _AQA = "AllQueryArguments";
|
|
426
|
-
const _ARGA = "AssociatedRuleGroupArn";
|
|
427
|
-
const _ARN = "ARN";
|
|
428
|
-
const _AS = "AndStatement";
|
|
429
|
-
const _ASN = "ASN";
|
|
430
|
-
const _ATU = "ActionToUse";
|
|
431
|
-
const _AWACL = "AssociateWebACL";
|
|
432
|
-
const _AWACLR = "AssociateWebACLRequest";
|
|
433
|
-
const _AWACLRs = "AssociateWebACLResponse";
|
|
434
|
-
const _AWSMRACFPRS = "AWSManagedRulesACFPRuleSet";
|
|
435
|
-
const _AWSMRADDSRS = "AWSManagedRulesAntiDDoSRuleSet";
|
|
436
|
-
const _AWSMRATPRS = "AWSManagedRulesATPRuleSet";
|
|
437
|
-
const _AWSMRBCRS = "AWSManagedRulesBotControlRuleSet";
|
|
438
|
-
const _Ad = "Addresses";
|
|
439
|
-
const _Al = "All";
|
|
440
|
-
const _All = "Allow";
|
|
441
|
-
const _At = "Attributes";
|
|
442
|
-
const _B = "Body";
|
|
443
|
-
const _BA = "BlockAction";
|
|
444
|
-
const _BC = "BodyContains";
|
|
445
|
-
const _BMS = "ByteMatchStatement";
|
|
446
|
-
const _Be = "Behavior";
|
|
447
|
-
const _Bl = "Block";
|
|
448
|
-
const _C = "Capacity";
|
|
449
|
-
const _CA = "CaptchaAction";
|
|
450
|
-
const _CAPIK = "CreateAPIKey";
|
|
451
|
-
const _CAPIKR = "CreateAPIKeyRequest";
|
|
452
|
-
const _CAPIKRr = "CreateAPIKeyResponse";
|
|
453
|
-
const _CAh = "ChallengeAction";
|
|
454
|
-
const _CAo = "CountAction";
|
|
455
|
-
const _CC = "CaptchaConfig";
|
|
456
|
-
const _CCR = "CheckCapacityRequest";
|
|
457
|
-
const _CCRh = "CheckCapacityResponse";
|
|
458
|
-
const _CCh = "ChallengeConfig";
|
|
459
|
-
const _CChe = "CheckCapacity";
|
|
460
|
-
const _CCo = "CountryCodes";
|
|
461
|
-
const _CDV = "CurrentDefaultVersion";
|
|
462
|
-
const _CHTTPH = "CustomHTTPHeader";
|
|
463
|
-
const _CHTTPHu = "CustomHTTPHeaders";
|
|
464
|
-
const _CIP = "ClientIP";
|
|
465
|
-
const _CIPS = "CreateIPSet";
|
|
466
|
-
const _CIPSR = "CreateIPSetRequest";
|
|
467
|
-
const _CIPSRr = "CreateIPSetResponse";
|
|
468
|
-
const _CK = "CustomKeys";
|
|
469
|
-
const _CL = "ConsumedLabels";
|
|
470
|
-
const _CMP = "CookieMatchPattern";
|
|
471
|
-
const _CO = "ComparisonOperator";
|
|
472
|
-
const _CP = "CreationPath";
|
|
473
|
-
const _CR = "CustomResponse";
|
|
474
|
-
const _CRB = "CustomResponseBodies";
|
|
475
|
-
const _CRBK = "CustomResponseBodyKey";
|
|
476
|
-
const _CRBu = "CustomResponseBody";
|
|
477
|
-
const _CRG = "CreateRuleGroup";
|
|
478
|
-
const _CRGR = "CreateRuleGroupRequest";
|
|
479
|
-
const _CRGRr = "CreateRuleGroupResponse";
|
|
480
|
-
const _CRH = "CustomRequestHandling";
|
|
481
|
-
const _CRPS = "CreateRegexPatternSet";
|
|
482
|
-
const _CRPSR = "CreateRegexPatternSetRequest";
|
|
483
|
-
const _CRPSRr = "CreateRegexPatternSetResponse";
|
|
484
|
-
const _CRa = "CaptchaResponse";
|
|
485
|
-
const _CRh = "ChallengeResponse";
|
|
486
|
-
const _CSA = "ClientSideAction";
|
|
487
|
-
const _CSAC = "ClientSideActionConfig";
|
|
488
|
-
const _CT = "CreationTimestamp";
|
|
489
|
-
const _CTo = "ContentType";
|
|
490
|
-
const _CWACL = "CreateWebACL";
|
|
491
|
-
const _CWACLR = "CreateWebACLRequest";
|
|
492
|
-
const _CWACLRr = "CreateWebACLResponse";
|
|
493
|
-
const _CWME = "CloudWatchMetricsEnabled";
|
|
494
|
-
const _Ca = "Captcha";
|
|
495
|
-
const _Ch = "Challenge";
|
|
496
|
-
const _Co = "Condition";
|
|
497
|
-
const _Con = "Content";
|
|
498
|
-
const _Cond = "Conditions";
|
|
499
|
-
const _Coo = "Cookies";
|
|
500
|
-
const _Cook = "Cookie";
|
|
501
|
-
const _Cou = "Country";
|
|
502
|
-
const _Coun = "Count";
|
|
503
|
-
const _D = "Description";
|
|
504
|
-
const _DA = "DefaultAction";
|
|
505
|
-
const _DAMP = "DescribeAllManagedProducts";
|
|
506
|
-
const _DAMPR = "DescribeAllManagedProductsRequest";
|
|
507
|
-
const _DAMPRe = "DescribeAllManagedProductsResponse";
|
|
508
|
-
const _DAPIK = "DeleteAPIKey";
|
|
509
|
-
const _DAPIKR = "DeleteAPIKeyRequest";
|
|
510
|
-
const _DAPIKRe = "DeleteAPIKeyResponse";
|
|
511
|
-
const _DB = "DefaultBehavior";
|
|
512
|
-
const _DF = "DisallowedFeature";
|
|
513
|
-
const _DFMRG = "DeleteFirewallManagerRuleGroups";
|
|
514
|
-
const _DFMRGR = "DeleteFirewallManagerRuleGroupsRequest";
|
|
515
|
-
const _DFMRGRe = "DeleteFirewallManagerRuleGroupsResponse";
|
|
516
|
-
const _DFi = "DisallowedFeatures";
|
|
517
|
-
const _DIPS = "DeleteIPSet";
|
|
518
|
-
const _DIPSR = "DeleteIPSetRequest";
|
|
519
|
-
const _DIPSRe = "DeleteIPSetResponse";
|
|
520
|
-
const _DLC = "DeleteLoggingConfiguration";
|
|
521
|
-
const _DLCR = "DeleteLoggingConfigurationRequest";
|
|
522
|
-
const _DLCRe = "DeleteLoggingConfigurationResponse";
|
|
523
|
-
const _DMPBV = "DescribeManagedProductsByVendor";
|
|
524
|
-
const _DMPBVR = "DescribeManagedProductsByVendorRequest";
|
|
525
|
-
const _DMPBVRe = "DescribeManagedProductsByVendorResponse";
|
|
526
|
-
const _DMRG = "DescribeManagedRuleGroup";
|
|
527
|
-
const _DMRGR = "DescribeManagedRuleGroupRequest";
|
|
528
|
-
const _DMRGRe = "DescribeManagedRuleGroupResponse";
|
|
529
|
-
const _DP = "DataProtection";
|
|
530
|
-
const _DPC = "DataProtectionConfig";
|
|
531
|
-
const _DPP = "DeletePermissionPolicy";
|
|
532
|
-
const _DPPR = "DeletePermissionPolicyRequest";
|
|
533
|
-
const _DPPRe = "DeletePermissionPolicyResponse";
|
|
534
|
-
const _DPa = "DataProtections";
|
|
535
|
-
const _DRG = "DeleteRuleGroup";
|
|
536
|
-
const _DRGR = "DeleteRuleGroupRequest";
|
|
537
|
-
const _DRGRe = "DeleteRuleGroupResponse";
|
|
538
|
-
const _DRPS = "DeleteRegexPatternSet";
|
|
539
|
-
const _DRPSR = "DeleteRegexPatternSetRequest";
|
|
540
|
-
const _DRPSRe = "DeleteRegexPatternSetResponse";
|
|
541
|
-
const _DSIL = "DefaultSizeInspectionLimit";
|
|
542
|
-
const _DWACL = "DeleteWebACL";
|
|
543
|
-
const _DWACLR = "DeleteWebACLRequest";
|
|
544
|
-
const _DWACLRe = "DeleteWebACLResponse";
|
|
545
|
-
const _DWACLRi = "DisassociateWebACLRequest";
|
|
546
|
-
const _DWACLRis = "DisassociateWebACLResponse";
|
|
547
|
-
const _DWACLi = "DisassociateWebACL";
|
|
548
|
-
const _EC = "ExcludedCookies";
|
|
549
|
-
const _EF = "EmailField";
|
|
550
|
-
const _EH = "ExcludedHeaders";
|
|
551
|
-
const _EML = "EnableMachineLearning";
|
|
552
|
-
const _ER = "ExcludedRule";
|
|
553
|
-
const _ERBD = "ExcludeRateBasedDetails";
|
|
554
|
-
const _ERIP = "EnableRegexInPath";
|
|
555
|
-
const _ERMD = "ExcludeRuleMatchDetails";
|
|
556
|
-
const _ERx = "ExcludedRules";
|
|
557
|
-
const _ET = "ExpiryTimestamp";
|
|
558
|
-
const _ETn = "EndTime";
|
|
559
|
-
const _EURE = "ExemptUriRegularExpressions";
|
|
560
|
-
const _EV = "ExpiringVersion";
|
|
561
|
-
const _EWS = "EvaluationWindowSec";
|
|
562
|
-
const _F = "Field";
|
|
563
|
-
const _FB = "FallbackBehavior";
|
|
564
|
-
const _FC = "FailureCodes";
|
|
565
|
-
const _FIP = "ForwardedIP";
|
|
566
|
-
const _FIPC = "ForwardedIPConfig";
|
|
567
|
-
const _FK = "FieldKeys";
|
|
568
|
-
const _FL = "ForecastedLifetime";
|
|
569
|
-
const _FMRG = "FirewallManagerRuleGroup";
|
|
570
|
-
const _FMRGi = "FirewallManagerRuleGroups";
|
|
571
|
-
const _FMS = "FirewallManagerStatement";
|
|
572
|
-
const _FR = "FailureReason";
|
|
573
|
-
const _FS = "FailureStrings";
|
|
574
|
-
const _FT = "FieldType";
|
|
575
|
-
const _FTM = "FieldToMatch";
|
|
576
|
-
const _FTP = "FieldToProtect";
|
|
577
|
-
const _FV = "FailureValues";
|
|
578
|
-
const _Fe = "Feature";
|
|
579
|
-
const _Fi = "Filter";
|
|
580
|
-
const _Fil = "Filters";
|
|
581
|
-
const _GDAPIK = "GetDecryptedAPIKey";
|
|
582
|
-
const _GDAPIKR = "GetDecryptedAPIKeyRequest";
|
|
583
|
-
const _GDAPIKRe = "GetDecryptedAPIKeyResponse";
|
|
584
|
-
const _GIPS = "GetIPSet";
|
|
585
|
-
const _GIPSR = "GetIPSetRequest";
|
|
586
|
-
const _GIPSRe = "GetIPSetResponse";
|
|
587
|
-
const _GLC = "GetLoggingConfiguration";
|
|
588
|
-
const _GLCR = "GetLoggingConfigurationRequest";
|
|
589
|
-
const _GLCRe = "GetLoggingConfigurationResponse";
|
|
590
|
-
const _GMRS = "GetManagedRuleSet";
|
|
591
|
-
const _GMRSR = "GetManagedRuleSetRequest";
|
|
592
|
-
const _GMRSRe = "GetManagedRuleSetResponse";
|
|
593
|
-
const _GMS = "GeoMatchStatement";
|
|
594
|
-
const _GMSR = "GetMobileSdkRelease";
|
|
595
|
-
const _GMSRR = "GetMobileSdkReleaseRequest";
|
|
596
|
-
const _GMSRRe = "GetMobileSdkReleaseResponse";
|
|
597
|
-
const _GMSRU = "GenerateMobileSdkReleaseUrl";
|
|
598
|
-
const _GMSRUR = "GenerateMobileSdkReleaseUrlRequest";
|
|
599
|
-
const _GMSRURe = "GenerateMobileSdkReleaseUrlResponse";
|
|
600
|
-
const _GPP = "GetPermissionPolicy";
|
|
601
|
-
const _GPPR = "GetPermissionPolicyRequest";
|
|
602
|
-
const _GPPRe = "GetPermissionPolicyResponse";
|
|
603
|
-
const _GRBSMK = "GetRateBasedStatementManagedKeys";
|
|
604
|
-
const _GRBSMKR = "GetRateBasedStatementManagedKeysRequest";
|
|
605
|
-
const _GRBSMKRe = "GetRateBasedStatementManagedKeysResponse";
|
|
606
|
-
const _GRG = "GetRuleGroup";
|
|
607
|
-
const _GRGR = "GetRuleGroupRequest";
|
|
608
|
-
const _GRGRe = "GetRuleGroupResponse";
|
|
609
|
-
const _GRPS = "GetRegexPatternSet";
|
|
610
|
-
const _GRPSR = "GetRegexPatternSetRequest";
|
|
611
|
-
const _GRPSRe = "GetRegexPatternSetResponse";
|
|
612
|
-
const _GSR = "GetSampledRequests";
|
|
613
|
-
const _GSRR = "GetSampledRequestsRequest";
|
|
614
|
-
const _GSRRe = "GetSampledRequestsResponse";
|
|
615
|
-
const _GWACL = "GetWebACL";
|
|
616
|
-
const _GWACLFR = "GetWebACLForResource";
|
|
617
|
-
const _GWACLFRR = "GetWebACLForResourceRequest";
|
|
618
|
-
const _GWACLFRRe = "GetWebACLForResourceResponse";
|
|
619
|
-
const _GWACLR = "GetWebACLRequest";
|
|
620
|
-
const _GWACLRe = "GetWebACLResponse";
|
|
621
|
-
const _H = "Headers";
|
|
622
|
-
const _HMP = "HeaderMatchPattern";
|
|
623
|
-
const _HN = "HeaderName";
|
|
624
|
-
const _HO = "HeaderOrder";
|
|
625
|
-
const _HTTPH = "HTTPHeader";
|
|
626
|
-
const _HTTPHe = "HTTPHeaders";
|
|
627
|
-
const _HTTPM = "HTTPMethod";
|
|
628
|
-
const _HTTPR = "HTTPRequest";
|
|
629
|
-
const _HTTPV = "HTTPVersion";
|
|
630
|
-
const _He = "Header";
|
|
631
|
-
const _I = "Identifier";
|
|
632
|
-
const _IAMRS = "IsAdvancedManagedRuleSet";
|
|
633
|
-
const _IC = "IncludedCookies";
|
|
634
|
-
const _IFB = "InvalidFallbackBehavior";
|
|
635
|
-
const _IH = "InsertHeaders";
|
|
636
|
-
const _IHn = "IncludedHeaders";
|
|
637
|
-
const _IL = "InspectionLevel";
|
|
638
|
-
const _IP = "IncludedPaths";
|
|
639
|
-
const _IPAV = "IPAddressVersion";
|
|
640
|
-
const _IPS = "IPSet";
|
|
641
|
-
const _IPSFIPC = "IPSetForwardedIPConfig";
|
|
642
|
-
const _IPSRS = "IPSetReferenceStatement";
|
|
643
|
-
const _IPSS = "IPSetSummary";
|
|
644
|
-
const _IPSSe = "IPSetSummaries";
|
|
645
|
-
const _IPSe = "IPSets";
|
|
646
|
-
const _IP_ = "IP";
|
|
647
|
-
const _IT = "ImmunityTime";
|
|
648
|
-
const _ITP = "ImmunityTimeProperty";
|
|
649
|
-
const _IVS = "IsVersioningSupported";
|
|
650
|
-
const _Id = "Id";
|
|
651
|
-
const _J = "Json";
|
|
652
|
-
const _JAF = "JA3Fingerprint";
|
|
653
|
-
const _JAFi = "JA4Fingerprint";
|
|
654
|
-
const _JB = "JsonBody";
|
|
655
|
-
const _JMP = "JsonMatchPattern";
|
|
656
|
-
const _K = "Key";
|
|
657
|
-
const _L = "Label";
|
|
658
|
-
const _LAMRG = "ListAvailableManagedRuleGroups";
|
|
659
|
-
const _LAMRGR = "ListAvailableManagedRuleGroupsRequest";
|
|
660
|
-
const _LAMRGRi = "ListAvailableManagedRuleGroupsResponse";
|
|
661
|
-
const _LAMRGV = "ListAvailableManagedRuleGroupVersions";
|
|
662
|
-
const _LAMRGVR = "ListAvailableManagedRuleGroupVersionsRequest";
|
|
663
|
-
const _LAMRGVRi = "ListAvailableManagedRuleGroupVersionsResponse";
|
|
664
|
-
const _LAPIK = "ListAPIKeys";
|
|
665
|
-
const _LAPIKR = "ListAPIKeysRequest";
|
|
666
|
-
const _LAPIKRi = "ListAPIKeysResponse";
|
|
667
|
-
const _LC = "LoggingConfiguration";
|
|
668
|
-
const _LCo = "LoggingConfigurations";
|
|
669
|
-
const _LDC = "LogDestinationConfigs";
|
|
670
|
-
const _LF = "LoggingFilter";
|
|
671
|
-
const _LIPS = "ListIPSets";
|
|
672
|
-
const _LIPSR = "ListIPSetsRequest";
|
|
673
|
-
const _LIPSRi = "ListIPSetsResponse";
|
|
674
|
-
const _LLC = "ListLoggingConfigurations";
|
|
675
|
-
const _LLCR = "ListLoggingConfigurationsRequest";
|
|
676
|
-
const _LLCRi = "ListLoggingConfigurationsResponse";
|
|
677
|
-
const _LMRS = "ListManagedRuleSets";
|
|
678
|
-
const _LMRSR = "ListManagedRuleSetsRequest";
|
|
679
|
-
const _LMRSRi = "ListManagedRuleSetsResponse";
|
|
680
|
-
const _LMS = "LabelMatchStatement";
|
|
681
|
-
const _LMSR = "ListMobileSdkReleases";
|
|
682
|
-
const _LMSRR = "ListMobileSdkReleasesRequest";
|
|
683
|
-
const _LMSRRi = "ListMobileSdkReleasesResponse";
|
|
684
|
-
const _LN = "LabelNamespace";
|
|
685
|
-
const _LNC = "LabelNameCondition";
|
|
686
|
-
const _LNa = "LabelName";
|
|
687
|
-
const _LP = "LoginPath";
|
|
688
|
-
const _LRFWACL = "ListResourcesForWebACL";
|
|
689
|
-
const _LRFWACLR = "ListResourcesForWebACLRequest";
|
|
690
|
-
const _LRFWACLRi = "ListResourcesForWebACLResponse";
|
|
691
|
-
const _LRG = "ListRuleGroups";
|
|
692
|
-
const _LRGR = "ListRuleGroupsRequest";
|
|
693
|
-
const _LRGRi = "ListRuleGroupsResponse";
|
|
694
|
-
const _LRPS = "ListRegexPatternSets";
|
|
695
|
-
const _LRPSR = "ListRegexPatternSetsRequest";
|
|
696
|
-
const _LRPSRi = "ListRegexPatternSetsResponse";
|
|
697
|
-
const _LS = "LogScope";
|
|
698
|
-
const _LSa = "LabelSummary";
|
|
699
|
-
const _LSab = "LabelSummaries";
|
|
700
|
-
const _LT = "LockToken";
|
|
701
|
-
const _LTFR = "ListTagsForResource";
|
|
702
|
-
const _LTFRR = "ListTagsForResourceRequest";
|
|
703
|
-
const _LTFRRi = "ListTagsForResourceResponse";
|
|
704
|
-
const _LTo = "LogType";
|
|
705
|
-
const _LUT = "LastUpdateTimestamp";
|
|
706
|
-
const _LWACL = "ListWebACLs";
|
|
707
|
-
const _LWACLR = "ListWebACLsRequest";
|
|
708
|
-
const _LWACLRi = "ListWebACLsResponse";
|
|
709
|
-
const _La = "Labels";
|
|
710
|
-
const _Li = "Limit";
|
|
711
|
-
const _M = "Method";
|
|
712
|
-
const _MBFM = "ManagedByFirewallManager";
|
|
713
|
-
const _MI = "MaxItems";
|
|
714
|
-
const _MKIPV = "ManagedKeysIPV4";
|
|
715
|
-
const _MKIPVa = "ManagedKeysIPV6";
|
|
716
|
-
const _MN = "MetricName";
|
|
717
|
-
const _MP = "MatchPattern";
|
|
718
|
-
const _MPD = "ManagedProductDescriptor";
|
|
719
|
-
const _MPDa = "ManagedProductDescriptors";
|
|
720
|
-
const _MPa = "ManagedProducts";
|
|
721
|
-
const _MRG = "ManagedRuleGroups";
|
|
722
|
-
const _MRGC = "ManagedRuleGroupConfig";
|
|
723
|
-
const _MRGCa = "ManagedRuleGroupConfigs";
|
|
724
|
-
const _MRGS = "ManagedRuleGroupStatement";
|
|
725
|
-
const _MRGSa = "ManagedRuleGroupSummary";
|
|
726
|
-
const _MRGSan = "ManagedRuleGroupSummaries";
|
|
727
|
-
const _MRGV = "ManagedRuleGroupVersion";
|
|
728
|
-
const _MRGVa = "ManagedRuleGroupVersions";
|
|
729
|
-
const _MRS = "ManagedRuleSet";
|
|
730
|
-
const _MRSN = "ManagedRuleSetName";
|
|
731
|
-
const _MRSS = "ManagedRuleSetSummary";
|
|
732
|
-
const _MRSSa = "ManagedRuleSetSummaries";
|
|
733
|
-
const _MRSV = "ManagedRuleSetVersion";
|
|
734
|
-
const _MRSa = "ManagedRuleSets";
|
|
735
|
-
const _MS = "MatchScope";
|
|
736
|
-
const _MSR = "MobileSdkRelease";
|
|
737
|
-
const _Me = "Message";
|
|
738
|
-
const _N = "Name";
|
|
739
|
-
const _NA = "NoneAction";
|
|
740
|
-
const _NLT = "NextLockToken";
|
|
741
|
-
const _NM = "NextMarker";
|
|
742
|
-
const _NS = "NotStatement";
|
|
743
|
-
const _NWACLLT = "NextWebACLLockToken";
|
|
744
|
-
const _Na = "Namespace";
|
|
745
|
-
const _No = "None";
|
|
746
|
-
const _OA = "OverrideAction";
|
|
747
|
-
const _OAv = "OverriddenAction";
|
|
748
|
-
const _OH = "OversizeHandling";
|
|
749
|
-
const _OS = "OrStatement";
|
|
750
|
-
const _OSDDSPC = "OnSourceDDoSProtectionConfig";
|
|
751
|
-
const _P = "Priority";
|
|
752
|
-
const _PC = "PositionalConstraint";
|
|
753
|
-
const _PD = "ProductDescription";
|
|
754
|
-
const _PF = "PasswordField";
|
|
755
|
-
const _PI = "ProductId";
|
|
756
|
-
const _PL = "ProductLink";
|
|
757
|
-
const _PLC = "PutLoggingConfiguration";
|
|
758
|
-
const _PLCR = "PutLoggingConfigurationRequest";
|
|
759
|
-
const _PLCRu = "PutLoggingConfigurationResponse";
|
|
760
|
-
const _PMRSV = "PutManagedRuleSetVersions";
|
|
761
|
-
const _PMRSVR = "PutManagedRuleSetVersionsRequest";
|
|
762
|
-
const _PMRSVRu = "PutManagedRuleSetVersionsResponse";
|
|
763
|
-
const _PNF = "PhoneNumberField";
|
|
764
|
-
const _PNFh = "PhoneNumberFields";
|
|
765
|
-
const _PPFMRG = "PreProcessFirewallManagerRuleGroups";
|
|
766
|
-
const _PPFMRGo = "PostProcessFirewallManagerRuleGroups";
|
|
767
|
-
const _PPP = "PutPermissionPolicy";
|
|
768
|
-
const _PPPR = "PutPermissionPolicyRequest";
|
|
769
|
-
const _PPPRu = "PutPermissionPolicyResponse";
|
|
770
|
-
const _PS = "PopulationSize";
|
|
771
|
-
const _PT = "ProductTitle";
|
|
772
|
-
const _PTa = "PayloadType";
|
|
773
|
-
const _PTu = "PublishTimestamp";
|
|
774
|
-
const _PV = "PublishedVersions";
|
|
775
|
-
const _Pa = "Parameter";
|
|
776
|
-
const _Pl = "Platform";
|
|
777
|
-
const _Po = "Policy";
|
|
778
|
-
const _Pos = "Position";
|
|
779
|
-
const _QA = "QueryArgument";
|
|
780
|
-
const _QS = "QueryString";
|
|
781
|
-
const _R = "Rules";
|
|
782
|
-
const _RA = "ResourceArn";
|
|
783
|
-
const _RAO = "RuleActionOverrides";
|
|
784
|
-
const _RAOu = "RuleActionOverride";
|
|
785
|
-
const _RARN = "ResourceARN";
|
|
786
|
-
const _RAe = "ResourceArns";
|
|
787
|
-
const _RAu = "RuleAction";
|
|
788
|
-
const _RB = "RequestBody";
|
|
789
|
-
const _RBARTC = "RequestBodyAssociatedResourceTypeConfig";
|
|
790
|
-
const _RBFM = "RetrofittedByFirewallManager";
|
|
791
|
-
const _RBS = "RateBasedStatement";
|
|
792
|
-
const _RBSCK = "RateBasedStatementCustomKey";
|
|
793
|
-
const _RBSCKa = "RateBasedStatementCustomKeys";
|
|
794
|
-
const _RBSMKIPS = "RateBasedStatementManagedKeysIPSet";
|
|
795
|
-
const _RC = "ResponseCode";
|
|
796
|
-
const _RCS = "ResponseCodeSent";
|
|
797
|
-
const _REL = "RegularExpressionList";
|
|
798
|
-
const _RF = "RedactedFields";
|
|
799
|
-
const _RG = "RuleGroup";
|
|
800
|
-
const _RGRN = "RuleGroupRuleName";
|
|
801
|
-
const _RGRS = "RuleGroupReferenceStatement";
|
|
802
|
-
const _RGS = "RuleGroupSummary";
|
|
803
|
-
const _RGSu = "RuleGroupSummaries";
|
|
804
|
-
const _RGu = "RuleGroups";
|
|
805
|
-
const _RH = "ResponseHeaders";
|
|
806
|
-
const _RHI = "RequestHeadersInserted";
|
|
807
|
-
const _RI = "RequestInspection";
|
|
808
|
-
const _RIACFP = "RequestInspectionACFP";
|
|
809
|
-
const _RIBC = "ResponseInspectionBodyContains";
|
|
810
|
-
const _RIH = "ResponseInspectionHeader";
|
|
811
|
-
const _RIJ = "ResponseInspectionJson";
|
|
812
|
-
const _RISC = "ResponseInspectionStatusCode";
|
|
813
|
-
const _RIe = "ResponseInspection";
|
|
814
|
-
const _RL = "RuleLabels";
|
|
815
|
-
const _RLA = "RateLimitAsn";
|
|
816
|
-
const _RLC = "RateLimitCookie";
|
|
817
|
-
const _RLFIP = "RateLimitForwardedIP";
|
|
818
|
-
const _RLH = "RateLimitHeader";
|
|
819
|
-
const _RLHTTPM = "RateLimitHTTPMethod";
|
|
820
|
-
const _RLIP = "RateLimitIP";
|
|
821
|
-
const _RLJAF = "RateLimitJA3Fingerprint";
|
|
822
|
-
const _RLJAFa = "RateLimitJA4Fingerprint";
|
|
823
|
-
const _RLLN = "RateLimitLabelNamespace";
|
|
824
|
-
const _RLQA = "RateLimitQueryArgument";
|
|
825
|
-
const _RLQS = "RateLimitQueryString";
|
|
826
|
-
const _RLUP = "RateLimitUriPath";
|
|
827
|
-
const _RMN = "RuleMetricName";
|
|
828
|
-
const _RMS = "RegexMatchStatement";
|
|
829
|
-
const _RN = "RuleName";
|
|
830
|
-
const _RNWRG = "RuleNameWithinRuleGroup";
|
|
831
|
-
const _RNe = "ReleaseNotes";
|
|
832
|
-
const _RPP = "RegistrationPagePath";
|
|
833
|
-
const _RPPe = "RequiredPricingPlan";
|
|
834
|
-
const _RPS = "RegexPatternSet";
|
|
835
|
-
const _RPSRS = "RegexPatternSetReferenceStatement";
|
|
836
|
-
const _RPSS = "RegexPatternSetSummary";
|
|
837
|
-
const _RPSSe = "RegexPatternSetSummaries";
|
|
838
|
-
const _RPSe = "RegexPatternSets";
|
|
839
|
-
const _RS = "ReleaseSummaries";
|
|
840
|
-
const _RSe = "RegexString";
|
|
841
|
-
const _RSel = "ReleaseSummary";
|
|
842
|
-
const _RSu = "RuleSummary";
|
|
843
|
-
const _RSul = "RuleSummaries";
|
|
844
|
-
const _RT = "ResourceType";
|
|
845
|
-
const _RV = "ReleaseVersion";
|
|
846
|
-
const _RVe = "RecommendedVersion";
|
|
847
|
-
const _Re = "Requirement";
|
|
848
|
-
const _Rea = "Reason";
|
|
849
|
-
const _Reg = "Regex";
|
|
850
|
-
const _Req = "Request";
|
|
851
|
-
const _Ru = "Rule";
|
|
852
|
-
const _S = "Statements";
|
|
853
|
-
const _SC = "StatusCode";
|
|
854
|
-
const _SCS = "SizeConstraintStatement";
|
|
855
|
-
const _SCu = "SuccessCodes";
|
|
856
|
-
const _SDS = "ScopeDownStatement";
|
|
857
|
-
const _SH = "SingleHeader";
|
|
858
|
-
const _SHTTPR = "SampledHTTPRequest";
|
|
859
|
-
const _SHTTPRa = "SampledHTTPRequests";
|
|
860
|
-
const _SL = "SensitivityLevel";
|
|
861
|
-
const _SMS = "SqliMatchStatement";
|
|
862
|
-
const _SQA = "SingleQueryArgument";
|
|
863
|
-
const _SR = "SampledRequests";
|
|
864
|
-
const _SRE = "SampledRequestsEnabled";
|
|
865
|
-
const _SS = "SearchString";
|
|
866
|
-
const _SSu = "SuccessStrings";
|
|
867
|
-
const _ST = "SolveTimestamp";
|
|
868
|
-
const _STA = "SnsTopicArn";
|
|
869
|
-
const _STB = "SensitivityToBlock";
|
|
870
|
-
const _STo = "SourceType";
|
|
871
|
-
const _STt = "StartTime";
|
|
872
|
-
const _SV = "SuccessValues";
|
|
873
|
-
const _Sc = "Scope";
|
|
874
|
-
const _Se = "Sensitivity";
|
|
875
|
-
const _Si = "Size";
|
|
876
|
-
const _St = "Statement";
|
|
877
|
-
const _Su = "Summary";
|
|
878
|
-
const _T = "Tags";
|
|
879
|
-
const _TD = "TokenDomains";
|
|
880
|
-
const _TIFR = "TagInfoForResource";
|
|
881
|
-
const _TK = "TagKeys";
|
|
882
|
-
const _TL = "TagList";
|
|
883
|
-
const _TR = "TagResource";
|
|
884
|
-
const _TRR = "TagResourceRequest";
|
|
885
|
-
const _TRRa = "TagResourceResponse";
|
|
886
|
-
const _TT = "TextTransformations";
|
|
887
|
-
const _TTe = "TextTransformation";
|
|
888
|
-
const _TW = "TimeWindow";
|
|
889
|
-
const _Ta = "Tag";
|
|
890
|
-
const _Ti = "Timestamp";
|
|
891
|
-
const _Ty = "Type";
|
|
892
|
-
const _U = "Url";
|
|
893
|
-
const _UF = "UriFragment";
|
|
894
|
-
const _UFs = "UsernameField";
|
|
895
|
-
const _UIPS = "UpdateIPSet";
|
|
896
|
-
const _UIPSR = "UpdateIPSetRequest";
|
|
897
|
-
const _UIPSRp = "UpdateIPSetResponse";
|
|
898
|
-
const _UMRSVED = "UpdateManagedRuleSetVersionExpiryDate";
|
|
899
|
-
const _UMRSVEDR = "UpdateManagedRuleSetVersionExpiryDateRequest";
|
|
900
|
-
const _UMRSVEDRp = "UpdateManagedRuleSetVersionExpiryDateResponse";
|
|
901
|
-
const _UOA = "UsageOfAction";
|
|
902
|
-
const _UP = "UriPath";
|
|
903
|
-
const _UR = "UntagResource";
|
|
904
|
-
const _URG = "UpdateRuleGroup";
|
|
905
|
-
const _URGR = "UpdateRuleGroupRequest";
|
|
906
|
-
const _URGRp = "UpdateRuleGroupResponse";
|
|
907
|
-
const _URI = "URI";
|
|
908
|
-
const _URPS = "UpdateRegexPatternSet";
|
|
909
|
-
const _URPSR = "UpdateRegexPatternSetRequest";
|
|
910
|
-
const _URPSRp = "UpdateRegexPatternSetResponse";
|
|
911
|
-
const _URR = "UntagResourceRequest";
|
|
912
|
-
const _URRn = "UntagResourceResponse";
|
|
913
|
-
const _UWACL = "UpdateWebACL";
|
|
914
|
-
const _UWACLR = "UpdateWebACLRequest";
|
|
915
|
-
const _UWACLRp = "UpdateWebACLResponse";
|
|
916
|
-
const _V = "Version";
|
|
917
|
-
const _VC = "VisibilityConfig";
|
|
918
|
-
const _VN = "VendorName";
|
|
919
|
-
const _VNe = "VersionName";
|
|
920
|
-
const _VS = "VersioningSupported";
|
|
921
|
-
const _VTE = "VersionToExpire";
|
|
922
|
-
const _VTP = "VersionsToPublish";
|
|
923
|
-
const _VTPe = "VersionToPublish";
|
|
924
|
-
const _Va = "Values";
|
|
925
|
-
const _Val = "Value";
|
|
926
|
-
const _Ve = "Versions";
|
|
927
|
-
const _W = "Weight";
|
|
928
|
-
const _WAA = "WebAclArn";
|
|
929
|
-
const _WACL = "WebACL";
|
|
930
|
-
const _WACLA = "WebACLArn";
|
|
931
|
-
const _WACLI = "WebACLId";
|
|
932
|
-
const _WACLLT = "WebACLLockToken";
|
|
933
|
-
const _WACLN = "WebACLName";
|
|
934
|
-
const _WACLS = "WebACLSummary";
|
|
935
|
-
const _WACLSe = "WebACLSummaries";
|
|
936
|
-
const _WACLe = "WebACLs";
|
|
937
|
-
const _WAFAIE = "WAFAssociatedItemException";
|
|
938
|
-
const _WAFCWE = "WAFConfigurationWarningException";
|
|
939
|
-
const _WAFDIE = "WAFDuplicateItemException";
|
|
940
|
-
const _WAFEMRGVE = "WAFExpiredManagedRuleGroupVersionException";
|
|
941
|
-
const _WAFFNIIPPE = "WAFFeatureNotIncludedInPricingPlanException";
|
|
942
|
-
const _WAFIEE = "WAFInternalErrorException";
|
|
943
|
-
const _WAFIOE = "WAFInvalidOperationException";
|
|
944
|
-
const _WAFIPE = "WAFInvalidParameterException";
|
|
945
|
-
const _WAFIPPE = "WAFInvalidPermissionPolicyException";
|
|
946
|
-
const _WAFIRE = "WAFInvalidResourceException";
|
|
947
|
-
const _WAFLDPIE = "WAFLogDestinationPermissionIssueException";
|
|
948
|
-
const _WAFLEE = "WAFLimitsExceededException";
|
|
949
|
-
const _WAFNIE = "WAFNonexistentItemException";
|
|
950
|
-
const _WAFOLE = "WAFOptimisticLockException";
|
|
951
|
-
const _WAFSLREE = "WAFServiceLinkedRoleErrorException";
|
|
952
|
-
const _WAFSNFE = "WAFSubscriptionNotFoundException";
|
|
953
|
-
const _WAFTOE = "WAFTagOperationException";
|
|
954
|
-
const _WAFTOIEE = "WAFTagOperationInternalErrorException";
|
|
955
|
-
const _WAFUAKTE = "WAFUnsupportedAggregateKeyTypeException";
|
|
956
|
-
const _WAFUEE = "WAFUnavailableEntityException";
|
|
957
|
-
const _XMS = "XssMatchStatement";
|
|
958
|
-
const _c = "client";
|
|
959
|
-
const _e = "error";
|
|
960
|
-
const _m = "message";
|
|
961
|
-
const _s = "server";
|
|
962
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.wafv2";
|
|
963
|
-
const n0 = "com.amazonaws.wafv2";
|
|
964
|
-
var ActionCondition$ = [3, n0, _AC,
|
|
965
|
-
0,
|
|
966
|
-
[_A],
|
|
967
|
-
[0], 1
|
|
968
|
-
];
|
|
969
|
-
var AddressField$ = [3, n0, _AF,
|
|
970
|
-
0,
|
|
971
|
-
[_I],
|
|
972
|
-
[0], 1
|
|
973
|
-
];
|
|
974
|
-
var All$ = [3, n0, _Al,
|
|
975
|
-
0,
|
|
976
|
-
[],
|
|
977
|
-
[]
|
|
978
|
-
];
|
|
979
|
-
var AllowAction$ = [3, n0, _AA,
|
|
980
|
-
0,
|
|
981
|
-
[_CRH],
|
|
982
|
-
[() => CustomRequestHandling$]
|
|
983
|
-
];
|
|
984
|
-
var AllQueryArguments$ = [3, n0, _AQA,
|
|
985
|
-
0,
|
|
986
|
-
[],
|
|
987
|
-
[]
|
|
988
|
-
];
|
|
989
|
-
var AndStatement$ = [3, n0, _AS,
|
|
990
|
-
0,
|
|
991
|
-
[_S],
|
|
992
|
-
[() => Statements], 1
|
|
993
|
-
];
|
|
994
|
-
var APIKeySummary$ = [3, n0, _APIKS,
|
|
995
|
-
0,
|
|
996
|
-
[_TD, _APIK, _CT, _V],
|
|
997
|
-
[64 | 0, 0, 4, 1]
|
|
998
|
-
];
|
|
999
|
-
var ApplicationAttribute$ = [3, n0, _AAp,
|
|
1000
|
-
0,
|
|
1001
|
-
[_N, _Va],
|
|
1002
|
-
[0, 64 | 0]
|
|
1003
|
-
];
|
|
1004
|
-
var ApplicationConfig$ = [3, n0, _ACp,
|
|
1005
|
-
0,
|
|
1006
|
-
[_At],
|
|
1007
|
-
[() => ApplicationAttributes]
|
|
1008
|
-
];
|
|
1009
|
-
var AsnMatchStatement$ = [3, n0, _AMS,
|
|
1010
|
-
0,
|
|
1011
|
-
[_AL, _FIPC],
|
|
1012
|
-
[64 | 1, () => ForwardedIPConfig$], 1
|
|
1013
|
-
];
|
|
1014
|
-
var AssociateWebACLRequest$ = [3, n0, _AWACLR,
|
|
1015
|
-
0,
|
|
1016
|
-
[_WACLA, _RA],
|
|
1017
|
-
[0, 0], 2
|
|
1018
|
-
];
|
|
1019
|
-
var AssociateWebACLResponse$ = [3, n0, _AWACLRs,
|
|
1020
|
-
0,
|
|
1021
|
-
[],
|
|
1022
|
-
[]
|
|
1023
|
-
];
|
|
1024
|
-
var AssociationConfig$ = [3, n0, _ACs,
|
|
1025
|
-
0,
|
|
1026
|
-
[_RB],
|
|
1027
|
-
[() => RequestBody]
|
|
1028
|
-
];
|
|
1029
|
-
var AWSManagedRulesACFPRuleSet$ = [3, n0, _AWSMRACFPRS,
|
|
1030
|
-
0,
|
|
1031
|
-
[_CP, _RPP, _RI, _RIe, _ERIP],
|
|
1032
|
-
[0, 0, () => RequestInspectionACFP$, () => ResponseInspection$, 2], 3
|
|
1033
|
-
];
|
|
1034
|
-
var AWSManagedRulesAntiDDoSRuleSet$ = [3, n0, _AWSMRADDSRS,
|
|
1035
|
-
0,
|
|
1036
|
-
[_CSAC, _STB],
|
|
1037
|
-
[() => ClientSideActionConfig$, 0], 1
|
|
1038
|
-
];
|
|
1039
|
-
var AWSManagedRulesATPRuleSet$ = [3, n0, _AWSMRATPRS,
|
|
1040
|
-
0,
|
|
1041
|
-
[_LP, _RI, _RIe, _ERIP],
|
|
1042
|
-
[0, () => RequestInspection$, () => ResponseInspection$, 2], 1
|
|
1043
|
-
];
|
|
1044
|
-
var AWSManagedRulesBotControlRuleSet$ = [3, n0, _AWSMRBCRS,
|
|
1045
|
-
0,
|
|
1046
|
-
[_IL, _EML],
|
|
1047
|
-
[0, 2], 1
|
|
1048
|
-
];
|
|
1049
|
-
var BlockAction$ = [3, n0, _BA,
|
|
1050
|
-
0,
|
|
1051
|
-
[_CR],
|
|
1052
|
-
[() => CustomResponse$]
|
|
1053
|
-
];
|
|
1054
|
-
var Body$ = [3, n0, _B,
|
|
1055
|
-
0,
|
|
1056
|
-
[_OH],
|
|
1057
|
-
[0]
|
|
1058
|
-
];
|
|
1059
|
-
var ByteMatchStatement$ = [3, n0, _BMS,
|
|
1060
|
-
0,
|
|
1061
|
-
[_SS, _FTM, _TT, _PC],
|
|
1062
|
-
[21, () => FieldToMatch$, () => TextTransformations, 0], 4
|
|
1063
|
-
];
|
|
1064
|
-
var CaptchaAction$ = [3, n0, _CA,
|
|
1065
|
-
0,
|
|
1066
|
-
[_CRH],
|
|
1067
|
-
[() => CustomRequestHandling$]
|
|
1068
|
-
];
|
|
1069
|
-
var CaptchaConfig$ = [3, n0, _CC,
|
|
1070
|
-
0,
|
|
1071
|
-
[_ITP],
|
|
1072
|
-
[() => ImmunityTimeProperty$]
|
|
1073
|
-
];
|
|
1074
|
-
var CaptchaResponse$ = [3, n0, _CRa,
|
|
1075
|
-
0,
|
|
1076
|
-
[_RC, _ST, _FR],
|
|
1077
|
-
[1, 1, 0]
|
|
1078
|
-
];
|
|
1079
|
-
var ChallengeAction$ = [3, n0, _CAh,
|
|
1080
|
-
0,
|
|
1081
|
-
[_CRH],
|
|
1082
|
-
[() => CustomRequestHandling$]
|
|
1083
|
-
];
|
|
1084
|
-
var ChallengeConfig$ = [3, n0, _CCh,
|
|
1085
|
-
0,
|
|
1086
|
-
[_ITP],
|
|
1087
|
-
[() => ImmunityTimeProperty$]
|
|
1088
|
-
];
|
|
1089
|
-
var ChallengeResponse$ = [3, n0, _CRh,
|
|
1090
|
-
0,
|
|
1091
|
-
[_RC, _ST, _FR],
|
|
1092
|
-
[1, 1, 0]
|
|
1093
|
-
];
|
|
1094
|
-
var CheckCapacityRequest$ = [3, n0, _CCR,
|
|
1095
|
-
0,
|
|
1096
|
-
[_Sc, _R],
|
|
1097
|
-
[0, () => Rules], 2
|
|
1098
|
-
];
|
|
1099
|
-
var CheckCapacityResponse$ = [3, n0, _CCRh,
|
|
1100
|
-
0,
|
|
1101
|
-
[_C],
|
|
1102
|
-
[1]
|
|
1103
|
-
];
|
|
1104
|
-
var ClientSideAction$ = [3, n0, _CSA,
|
|
1105
|
-
0,
|
|
1106
|
-
[_UOA, _Se, _EURE],
|
|
1107
|
-
[0, 0, () => RegularExpressionList], 1
|
|
1108
|
-
];
|
|
1109
|
-
var ClientSideActionConfig$ = [3, n0, _CSAC,
|
|
1110
|
-
0,
|
|
1111
|
-
[_Ch],
|
|
1112
|
-
[() => ClientSideAction$], 1
|
|
1113
|
-
];
|
|
1114
|
-
var Condition$ = [3, n0, _Co,
|
|
1115
|
-
0,
|
|
1116
|
-
[_AC, _LNC],
|
|
1117
|
-
[() => ActionCondition$, () => LabelNameCondition$]
|
|
1118
|
-
];
|
|
1119
|
-
var CookieMatchPattern$ = [3, n0, _CMP,
|
|
1120
|
-
0,
|
|
1121
|
-
[_Al, _IC, _EC],
|
|
1122
|
-
[() => All$, 64 | 0, 64 | 0]
|
|
1123
|
-
];
|
|
1124
|
-
var Cookies$ = [3, n0, _Coo,
|
|
1125
|
-
0,
|
|
1126
|
-
[_MP, _MS, _OH],
|
|
1127
|
-
[() => CookieMatchPattern$, 0, 0], 3
|
|
1128
|
-
];
|
|
1129
|
-
var CountAction$ = [3, n0, _CAo,
|
|
1130
|
-
0,
|
|
1131
|
-
[_CRH],
|
|
1132
|
-
[() => CustomRequestHandling$]
|
|
1133
|
-
];
|
|
1134
|
-
var CreateAPIKeyRequest$ = [3, n0, _CAPIKR,
|
|
1135
|
-
0,
|
|
1136
|
-
[_Sc, _TD],
|
|
1137
|
-
[0, 64 | 0], 2
|
|
1138
|
-
];
|
|
1139
|
-
var CreateAPIKeyResponse$ = [3, n0, _CAPIKRr,
|
|
1140
|
-
0,
|
|
1141
|
-
[_APIK],
|
|
1142
|
-
[0]
|
|
1143
|
-
];
|
|
1144
|
-
var CreateIPSetRequest$ = [3, n0, _CIPSR,
|
|
1145
|
-
0,
|
|
1146
|
-
[_N, _Sc, _IPAV, _Ad, _D, _T],
|
|
1147
|
-
[0, 0, 0, 64 | 0, 0, () => TagList], 4
|
|
1148
|
-
];
|
|
1149
|
-
var CreateIPSetResponse$ = [3, n0, _CIPSRr,
|
|
1150
|
-
0,
|
|
1151
|
-
[_Su],
|
|
1152
|
-
[() => IPSetSummary$]
|
|
1153
|
-
];
|
|
1154
|
-
var CreateRegexPatternSetRequest$ = [3, n0, _CRPSR,
|
|
1155
|
-
0,
|
|
1156
|
-
[_N, _Sc, _REL, _D, _T],
|
|
1157
|
-
[0, 0, () => RegularExpressionList, 0, () => TagList], 3
|
|
1158
|
-
];
|
|
1159
|
-
var CreateRegexPatternSetResponse$ = [3, n0, _CRPSRr,
|
|
1160
|
-
0,
|
|
1161
|
-
[_Su],
|
|
1162
|
-
[() => RegexPatternSetSummary$]
|
|
1163
|
-
];
|
|
1164
|
-
var CreateRuleGroupRequest$ = [3, n0, _CRGR,
|
|
1165
|
-
0,
|
|
1166
|
-
[_N, _Sc, _C, _VC, _D, _R, _T, _CRB],
|
|
1167
|
-
[0, 0, 1, () => VisibilityConfig$, 0, () => Rules, () => TagList, () => CustomResponseBodies], 4
|
|
1168
|
-
];
|
|
1169
|
-
var CreateRuleGroupResponse$ = [3, n0, _CRGRr,
|
|
1170
|
-
0,
|
|
1171
|
-
[_Su],
|
|
1172
|
-
[() => RuleGroupSummary$]
|
|
1173
|
-
];
|
|
1174
|
-
var CreateWebACLRequest$ = [3, n0, _CWACLR,
|
|
1175
|
-
0,
|
|
1176
|
-
[_N, _Sc, _DA, _VC, _D, _R, _DPC, _T, _CRB, _CC, _CCh, _TD, _ACs, _OSDDSPC, _ACp],
|
|
1177
|
-
[0, 0, () => DefaultAction$, () => VisibilityConfig$, 0, () => Rules, () => DataProtectionConfig$, () => TagList, () => CustomResponseBodies, () => CaptchaConfig$, () => ChallengeConfig$, 64 | 0, () => AssociationConfig$, () => OnSourceDDoSProtectionConfig$, () => ApplicationConfig$], 4
|
|
1178
|
-
];
|
|
1179
|
-
var CreateWebACLResponse$ = [3, n0, _CWACLRr,
|
|
1180
|
-
0,
|
|
1181
|
-
[_Su],
|
|
1182
|
-
[() => WebACLSummary$]
|
|
1183
|
-
];
|
|
1184
|
-
var CustomHTTPHeader$ = [3, n0, _CHTTPH,
|
|
1185
|
-
0,
|
|
1186
|
-
[_N, _Val],
|
|
1187
|
-
[0, 0], 2
|
|
1188
|
-
];
|
|
1189
|
-
var CustomRequestHandling$ = [3, n0, _CRH,
|
|
1190
|
-
0,
|
|
1191
|
-
[_IH],
|
|
1192
|
-
[() => CustomHTTPHeaders], 1
|
|
1193
|
-
];
|
|
1194
|
-
var CustomResponse$ = [3, n0, _CR,
|
|
1195
|
-
0,
|
|
1196
|
-
[_RC, _CRBK, _RH],
|
|
1197
|
-
[1, 0, () => CustomHTTPHeaders], 1
|
|
1198
|
-
];
|
|
1199
|
-
var CustomResponseBody$ = [3, n0, _CRBu,
|
|
1200
|
-
0,
|
|
1201
|
-
[_CTo, _Con],
|
|
1202
|
-
[0, 0], 2
|
|
1203
|
-
];
|
|
1204
|
-
var DataProtection$ = [3, n0, _DP,
|
|
1205
|
-
0,
|
|
1206
|
-
[_F, _A, _ERMD, _ERBD],
|
|
1207
|
-
[() => FieldToProtect$, 0, 2, 2], 2
|
|
1208
|
-
];
|
|
1209
|
-
var DataProtectionConfig$ = [3, n0, _DPC,
|
|
1210
|
-
0,
|
|
1211
|
-
[_DPa],
|
|
1212
|
-
[() => DataProtections], 1
|
|
1213
|
-
];
|
|
1214
|
-
var DefaultAction$ = [3, n0, _DA,
|
|
1215
|
-
0,
|
|
1216
|
-
[_Bl, _All],
|
|
1217
|
-
[() => BlockAction$, () => AllowAction$]
|
|
1218
|
-
];
|
|
1219
|
-
var DeleteAPIKeyRequest$ = [3, n0, _DAPIKR,
|
|
1220
|
-
0,
|
|
1221
|
-
[_Sc, _APIK],
|
|
1222
|
-
[0, 0], 2
|
|
1223
|
-
];
|
|
1224
|
-
var DeleteAPIKeyResponse$ = [3, n0, _DAPIKRe,
|
|
1225
|
-
0,
|
|
1226
|
-
[],
|
|
1227
|
-
[]
|
|
1228
|
-
];
|
|
1229
|
-
var DeleteFirewallManagerRuleGroupsRequest$ = [3, n0, _DFMRGR,
|
|
1230
|
-
0,
|
|
1231
|
-
[_WACLA, _WACLLT],
|
|
1232
|
-
[0, 0], 2
|
|
1233
|
-
];
|
|
1234
|
-
var DeleteFirewallManagerRuleGroupsResponse$ = [3, n0, _DFMRGRe,
|
|
1235
|
-
0,
|
|
1236
|
-
[_NWACLLT],
|
|
1237
|
-
[0]
|
|
1238
|
-
];
|
|
1239
|
-
var DeleteIPSetRequest$ = [3, n0, _DIPSR,
|
|
1240
|
-
0,
|
|
1241
|
-
[_N, _Sc, _Id, _LT],
|
|
1242
|
-
[0, 0, 0, 0], 4
|
|
1243
|
-
];
|
|
1244
|
-
var DeleteIPSetResponse$ = [3, n0, _DIPSRe,
|
|
1245
|
-
0,
|
|
1246
|
-
[],
|
|
1247
|
-
[]
|
|
1248
|
-
];
|
|
1249
|
-
var DeleteLoggingConfigurationRequest$ = [3, n0, _DLCR,
|
|
1250
|
-
0,
|
|
1251
|
-
[_RA, _LTo, _LS],
|
|
1252
|
-
[0, 0, 0], 1
|
|
1253
|
-
];
|
|
1254
|
-
var DeleteLoggingConfigurationResponse$ = [3, n0, _DLCRe,
|
|
1255
|
-
0,
|
|
1256
|
-
[],
|
|
1257
|
-
[]
|
|
1258
|
-
];
|
|
1259
|
-
var DeletePermissionPolicyRequest$ = [3, n0, _DPPR,
|
|
1260
|
-
0,
|
|
1261
|
-
[_RA],
|
|
1262
|
-
[0], 1
|
|
1263
|
-
];
|
|
1264
|
-
var DeletePermissionPolicyResponse$ = [3, n0, _DPPRe,
|
|
1265
|
-
0,
|
|
1266
|
-
[],
|
|
1267
|
-
[]
|
|
1268
|
-
];
|
|
1269
|
-
var DeleteRegexPatternSetRequest$ = [3, n0, _DRPSR,
|
|
1270
|
-
0,
|
|
1271
|
-
[_N, _Sc, _Id, _LT],
|
|
1272
|
-
[0, 0, 0, 0], 4
|
|
1273
|
-
];
|
|
1274
|
-
var DeleteRegexPatternSetResponse$ = [3, n0, _DRPSRe,
|
|
1275
|
-
0,
|
|
1276
|
-
[],
|
|
1277
|
-
[]
|
|
1278
|
-
];
|
|
1279
|
-
var DeleteRuleGroupRequest$ = [3, n0, _DRGR,
|
|
1280
|
-
0,
|
|
1281
|
-
[_N, _Sc, _Id, _LT],
|
|
1282
|
-
[0, 0, 0, 0], 4
|
|
1283
|
-
];
|
|
1284
|
-
var DeleteRuleGroupResponse$ = [3, n0, _DRGRe,
|
|
1285
|
-
0,
|
|
1286
|
-
[],
|
|
1287
|
-
[]
|
|
1288
|
-
];
|
|
1289
|
-
var DeleteWebACLRequest$ = [3, n0, _DWACLR,
|
|
1290
|
-
0,
|
|
1291
|
-
[_N, _Sc, _Id, _LT],
|
|
1292
|
-
[0, 0, 0, 0], 4
|
|
1293
|
-
];
|
|
1294
|
-
var DeleteWebACLResponse$ = [3, n0, _DWACLRe,
|
|
1295
|
-
0,
|
|
1296
|
-
[],
|
|
1297
|
-
[]
|
|
1298
|
-
];
|
|
1299
|
-
var DescribeAllManagedProductsRequest$ = [3, n0, _DAMPR,
|
|
1300
|
-
0,
|
|
1301
|
-
[_Sc],
|
|
1302
|
-
[0], 1
|
|
1303
|
-
];
|
|
1304
|
-
var DescribeAllManagedProductsResponse$ = [3, n0, _DAMPRe,
|
|
1305
|
-
0,
|
|
1306
|
-
[_MPa],
|
|
1307
|
-
[() => ManagedProductDescriptors]
|
|
1308
|
-
];
|
|
1309
|
-
var DescribeManagedProductsByVendorRequest$ = [3, n0, _DMPBVR,
|
|
1310
|
-
0,
|
|
1311
|
-
[_VN, _Sc],
|
|
1312
|
-
[0, 0], 2
|
|
1313
|
-
];
|
|
1314
|
-
var DescribeManagedProductsByVendorResponse$ = [3, n0, _DMPBVRe,
|
|
1315
|
-
0,
|
|
1316
|
-
[_MPa],
|
|
1317
|
-
[() => ManagedProductDescriptors]
|
|
1318
|
-
];
|
|
1319
|
-
var DescribeManagedRuleGroupRequest$ = [3, n0, _DMRGR,
|
|
1320
|
-
0,
|
|
1321
|
-
[_VN, _N, _Sc, _VNe],
|
|
1322
|
-
[0, 0, 0, 0], 3
|
|
1323
|
-
];
|
|
1324
|
-
var DescribeManagedRuleGroupResponse$ = [3, n0, _DMRGRe,
|
|
1325
|
-
0,
|
|
1326
|
-
[_VNe, _STA, _C, _R, _LN, _ALv, _CL],
|
|
1327
|
-
[0, 0, 1, () => RuleSummaries, 0, () => LabelSummaries, () => LabelSummaries]
|
|
1328
|
-
];
|
|
1329
|
-
var DisallowedFeature$ = [3, n0, _DF,
|
|
1330
|
-
0,
|
|
1331
|
-
[_Fe, _RPPe],
|
|
1332
|
-
[0, 0]
|
|
1333
|
-
];
|
|
1334
|
-
var DisassociateWebACLRequest$ = [3, n0, _DWACLRi,
|
|
1335
|
-
0,
|
|
1336
|
-
[_RA],
|
|
1337
|
-
[0], 1
|
|
1338
|
-
];
|
|
1339
|
-
var DisassociateWebACLResponse$ = [3, n0, _DWACLRis,
|
|
1340
|
-
0,
|
|
1341
|
-
[],
|
|
1342
|
-
[]
|
|
1343
|
-
];
|
|
1344
|
-
var EmailField$ = [3, n0, _EF,
|
|
1345
|
-
0,
|
|
1346
|
-
[_I],
|
|
1347
|
-
[0], 1
|
|
1348
|
-
];
|
|
1349
|
-
var ExcludedRule$ = [3, n0, _ER,
|
|
1350
|
-
0,
|
|
1351
|
-
[_N],
|
|
1352
|
-
[0], 1
|
|
1353
|
-
];
|
|
1354
|
-
var FieldToMatch$ = [3, n0, _FTM,
|
|
1355
|
-
0,
|
|
1356
|
-
[_SH, _SQA, _AQA, _UP, _QS, _B, _M, _JB, _H, _Coo, _HO, _JAF, _JAFi, _UF],
|
|
1357
|
-
[() => SingleHeader$, () => SingleQueryArgument$, () => AllQueryArguments$, () => UriPath$, () => QueryString$, () => Body$, () => Method$, () => JsonBody$, () => Headers$, () => Cookies$, () => HeaderOrder$, () => JA3Fingerprint$, () => JA4Fingerprint$, () => UriFragment$]
|
|
1358
|
-
];
|
|
1359
|
-
var FieldToProtect$ = [3, n0, _FTP,
|
|
1360
|
-
0,
|
|
1361
|
-
[_FT, _FK],
|
|
1362
|
-
[0, 64 | 0], 1
|
|
1363
|
-
];
|
|
1364
|
-
var Filter$ = [3, n0, _Fi,
|
|
1365
|
-
0,
|
|
1366
|
-
[_Be, _Re, _Cond],
|
|
1367
|
-
[0, 0, () => Conditions], 3
|
|
1368
|
-
];
|
|
1369
|
-
var FirewallManagerRuleGroup$ = [3, n0, _FMRG,
|
|
1370
|
-
0,
|
|
1371
|
-
[_N, _P, _FMS, _OA, _VC],
|
|
1372
|
-
[0, 1, () => FirewallManagerStatement$, () => OverrideAction$, () => VisibilityConfig$], 5
|
|
1373
|
-
];
|
|
1374
|
-
var FirewallManagerStatement$ = [3, n0, _FMS,
|
|
1375
|
-
0,
|
|
1376
|
-
[_MRGS, _RGRS],
|
|
1377
|
-
[() => ManagedRuleGroupStatement$, () => RuleGroupReferenceStatement$]
|
|
1378
|
-
];
|
|
1379
|
-
var ForwardedIPConfig$ = [3, n0, _FIPC,
|
|
1380
|
-
0,
|
|
1381
|
-
[_HN, _FB],
|
|
1382
|
-
[0, 0], 2
|
|
1383
|
-
];
|
|
1384
|
-
var GenerateMobileSdkReleaseUrlRequest$ = [3, n0, _GMSRUR,
|
|
1385
|
-
0,
|
|
1386
|
-
[_Pl, _RV],
|
|
1387
|
-
[0, 0], 2
|
|
1388
|
-
];
|
|
1389
|
-
var GenerateMobileSdkReleaseUrlResponse$ = [3, n0, _GMSRURe,
|
|
1390
|
-
0,
|
|
1391
|
-
[_U],
|
|
1392
|
-
[0]
|
|
1393
|
-
];
|
|
1394
|
-
var GeoMatchStatement$ = [3, n0, _GMS,
|
|
1395
|
-
0,
|
|
1396
|
-
[_CCo, _FIPC],
|
|
1397
|
-
[64 | 0, () => ForwardedIPConfig$]
|
|
1398
|
-
];
|
|
1399
|
-
var GetDecryptedAPIKeyRequest$ = [3, n0, _GDAPIKR,
|
|
1400
|
-
0,
|
|
1401
|
-
[_Sc, _APIK],
|
|
1402
|
-
[0, 0], 2
|
|
1403
|
-
];
|
|
1404
|
-
var GetDecryptedAPIKeyResponse$ = [3, n0, _GDAPIKRe,
|
|
1405
|
-
0,
|
|
1406
|
-
[_TD, _CT],
|
|
1407
|
-
[64 | 0, 4]
|
|
1408
|
-
];
|
|
1409
|
-
var GetIPSetRequest$ = [3, n0, _GIPSR,
|
|
1410
|
-
0,
|
|
1411
|
-
[_N, _Sc, _Id],
|
|
1412
|
-
[0, 0, 0], 3
|
|
1413
|
-
];
|
|
1414
|
-
var GetIPSetResponse$ = [3, n0, _GIPSRe,
|
|
1415
|
-
0,
|
|
1416
|
-
[_IPS, _LT],
|
|
1417
|
-
[() => IPSet$, 0]
|
|
1418
|
-
];
|
|
1419
|
-
var GetLoggingConfigurationRequest$ = [3, n0, _GLCR,
|
|
1420
|
-
0,
|
|
1421
|
-
[_RA, _LTo, _LS],
|
|
1422
|
-
[0, 0, 0], 1
|
|
1423
|
-
];
|
|
1424
|
-
var GetLoggingConfigurationResponse$ = [3, n0, _GLCRe,
|
|
1425
|
-
0,
|
|
1426
|
-
[_LC],
|
|
1427
|
-
[() => LoggingConfiguration$]
|
|
1428
|
-
];
|
|
1429
|
-
var GetManagedRuleSetRequest$ = [3, n0, _GMRSR,
|
|
1430
|
-
0,
|
|
1431
|
-
[_N, _Sc, _Id],
|
|
1432
|
-
[0, 0, 0], 3
|
|
1433
|
-
];
|
|
1434
|
-
var GetManagedRuleSetResponse$ = [3, n0, _GMRSRe,
|
|
1435
|
-
0,
|
|
1436
|
-
[_MRS, _LT],
|
|
1437
|
-
[() => ManagedRuleSet$, 0]
|
|
1438
|
-
];
|
|
1439
|
-
var GetMobileSdkReleaseRequest$ = [3, n0, _GMSRR,
|
|
1440
|
-
0,
|
|
1441
|
-
[_Pl, _RV],
|
|
1442
|
-
[0, 0], 2
|
|
1443
|
-
];
|
|
1444
|
-
var GetMobileSdkReleaseResponse$ = [3, n0, _GMSRRe,
|
|
1445
|
-
0,
|
|
1446
|
-
[_MSR],
|
|
1447
|
-
[() => MobileSdkRelease$]
|
|
1448
|
-
];
|
|
1449
|
-
var GetPermissionPolicyRequest$ = [3, n0, _GPPR,
|
|
1450
|
-
0,
|
|
1451
|
-
[_RA],
|
|
1452
|
-
[0], 1
|
|
1453
|
-
];
|
|
1454
|
-
var GetPermissionPolicyResponse$ = [3, n0, _GPPRe,
|
|
1455
|
-
0,
|
|
1456
|
-
[_Po],
|
|
1457
|
-
[0]
|
|
1458
|
-
];
|
|
1459
|
-
var GetRateBasedStatementManagedKeysRequest$ = [3, n0, _GRBSMKR,
|
|
1460
|
-
0,
|
|
1461
|
-
[_Sc, _WACLN, _WACLI, _RN, _RGRN],
|
|
1462
|
-
[0, 0, 0, 0, 0], 4
|
|
1463
|
-
];
|
|
1464
|
-
var GetRateBasedStatementManagedKeysResponse$ = [3, n0, _GRBSMKRe,
|
|
1465
|
-
0,
|
|
1466
|
-
[_MKIPV, _MKIPVa],
|
|
1467
|
-
[() => RateBasedStatementManagedKeysIPSet$, () => RateBasedStatementManagedKeysIPSet$]
|
|
1468
|
-
];
|
|
1469
|
-
var GetRegexPatternSetRequest$ = [3, n0, _GRPSR,
|
|
1470
|
-
0,
|
|
1471
|
-
[_N, _Sc, _Id],
|
|
1472
|
-
[0, 0, 0], 3
|
|
1473
|
-
];
|
|
1474
|
-
var GetRegexPatternSetResponse$ = [3, n0, _GRPSRe,
|
|
1475
|
-
0,
|
|
1476
|
-
[_RPS, _LT],
|
|
1477
|
-
[() => RegexPatternSet$, 0]
|
|
1478
|
-
];
|
|
1479
|
-
var GetRuleGroupRequest$ = [3, n0, _GRGR,
|
|
1480
|
-
0,
|
|
1481
|
-
[_N, _Sc, _Id, _ARN],
|
|
1482
|
-
[0, 0, 0, 0]
|
|
1483
|
-
];
|
|
1484
|
-
var GetRuleGroupResponse$ = [3, n0, _GRGRe,
|
|
1485
|
-
0,
|
|
1486
|
-
[_RG, _LT],
|
|
1487
|
-
[() => RuleGroup$, 0]
|
|
1488
|
-
];
|
|
1489
|
-
var GetSampledRequestsRequest$ = [3, n0, _GSRR,
|
|
1490
|
-
0,
|
|
1491
|
-
[_WAA, _RMN, _Sc, _TW, _MI],
|
|
1492
|
-
[0, 0, 0, () => TimeWindow$, 1], 5
|
|
1493
|
-
];
|
|
1494
|
-
var GetSampledRequestsResponse$ = [3, n0, _GSRRe,
|
|
1495
|
-
0,
|
|
1496
|
-
[_SR, _PS, _TW],
|
|
1497
|
-
[() => SampledHTTPRequests, 1, () => TimeWindow$]
|
|
1498
|
-
];
|
|
1499
|
-
var GetWebACLForResourceRequest$ = [3, n0, _GWACLFRR,
|
|
1500
|
-
0,
|
|
1501
|
-
[_RA],
|
|
1502
|
-
[0], 1
|
|
1503
|
-
];
|
|
1504
|
-
var GetWebACLForResourceResponse$ = [3, n0, _GWACLFRRe,
|
|
1505
|
-
0,
|
|
1506
|
-
[_WACL],
|
|
1507
|
-
[() => WebACL$]
|
|
1508
|
-
];
|
|
1509
|
-
var GetWebACLRequest$ = [3, n0, _GWACLR,
|
|
1510
|
-
0,
|
|
1511
|
-
[_N, _Sc, _Id, _ARN],
|
|
1512
|
-
[0, 0, 0, 0]
|
|
1513
|
-
];
|
|
1514
|
-
var GetWebACLResponse$ = [3, n0, _GWACLRe,
|
|
1515
|
-
0,
|
|
1516
|
-
[_WACL, _LT, _AIURL],
|
|
1517
|
-
[() => WebACL$, 0, 0]
|
|
1518
|
-
];
|
|
1519
|
-
var HeaderMatchPattern$ = [3, n0, _HMP,
|
|
1520
|
-
0,
|
|
1521
|
-
[_Al, _IHn, _EH],
|
|
1522
|
-
[() => All$, 64 | 0, 64 | 0]
|
|
1523
|
-
];
|
|
1524
|
-
var HeaderOrder$ = [3, n0, _HO,
|
|
1525
|
-
0,
|
|
1526
|
-
[_OH],
|
|
1527
|
-
[0], 1
|
|
1528
|
-
];
|
|
1529
|
-
var Headers$ = [3, n0, _H,
|
|
1530
|
-
0,
|
|
1531
|
-
[_MP, _MS, _OH],
|
|
1532
|
-
[() => HeaderMatchPattern$, 0, 0], 3
|
|
1533
|
-
];
|
|
1534
|
-
var HTTPHeader$ = [3, n0, _HTTPH,
|
|
1535
|
-
0,
|
|
1536
|
-
[_N, _Val],
|
|
1537
|
-
[0, 0]
|
|
1538
|
-
];
|
|
1539
|
-
var HTTPRequest$ = [3, n0, _HTTPR,
|
|
1540
|
-
0,
|
|
1541
|
-
[_CIP, _Cou, _URI, _M, _HTTPV, _H],
|
|
1542
|
-
[0, 0, 0, 0, 0, () => HTTPHeaders]
|
|
1543
|
-
];
|
|
1544
|
-
var ImmunityTimeProperty$ = [3, n0, _ITP,
|
|
1545
|
-
0,
|
|
1546
|
-
[_IT],
|
|
1547
|
-
[1], 1
|
|
1548
|
-
];
|
|
1549
|
-
var IPSet$ = [3, n0, _IPS,
|
|
1550
|
-
0,
|
|
1551
|
-
[_N, _Id, _ARN, _IPAV, _Ad, _D],
|
|
1552
|
-
[0, 0, 0, 0, 64 | 0, 0], 5
|
|
1553
|
-
];
|
|
1554
|
-
var IPSetForwardedIPConfig$ = [3, n0, _IPSFIPC,
|
|
1555
|
-
0,
|
|
1556
|
-
[_HN, _FB, _Pos],
|
|
1557
|
-
[0, 0, 0], 3
|
|
1558
|
-
];
|
|
1559
|
-
var IPSetReferenceStatement$ = [3, n0, _IPSRS,
|
|
1560
|
-
0,
|
|
1561
|
-
[_ARN, _IPSFIPC],
|
|
1562
|
-
[0, () => IPSetForwardedIPConfig$], 1
|
|
1563
|
-
];
|
|
1564
|
-
var IPSetSummary$ = [3, n0, _IPSS,
|
|
1565
|
-
0,
|
|
1566
|
-
[_N, _Id, _D, _LT, _ARN],
|
|
1567
|
-
[0, 0, 0, 0, 0]
|
|
1568
|
-
];
|
|
1569
|
-
var JA3Fingerprint$ = [3, n0, _JAF,
|
|
1570
|
-
0,
|
|
1571
|
-
[_FB],
|
|
1572
|
-
[0], 1
|
|
1573
|
-
];
|
|
1574
|
-
var JA4Fingerprint$ = [3, n0, _JAFi,
|
|
1575
|
-
0,
|
|
1576
|
-
[_FB],
|
|
1577
|
-
[0], 1
|
|
1578
|
-
];
|
|
1579
|
-
var JsonBody$ = [3, n0, _JB,
|
|
1580
|
-
0,
|
|
1581
|
-
[_MP, _MS, _IFB, _OH],
|
|
1582
|
-
[() => JsonMatchPattern$, 0, 0, 0], 2
|
|
1583
|
-
];
|
|
1584
|
-
var JsonMatchPattern$ = [3, n0, _JMP,
|
|
1585
|
-
0,
|
|
1586
|
-
[_Al, _IP],
|
|
1587
|
-
[() => All$, 64 | 0]
|
|
1588
|
-
];
|
|
1589
|
-
var Label$ = [3, n0, _L,
|
|
1590
|
-
0,
|
|
1591
|
-
[_N],
|
|
1592
|
-
[0], 1
|
|
1593
|
-
];
|
|
1594
|
-
var LabelMatchStatement$ = [3, n0, _LMS,
|
|
1595
|
-
0,
|
|
1596
|
-
[_Sc, _K],
|
|
1597
|
-
[0, 0], 2
|
|
1598
|
-
];
|
|
1599
|
-
var LabelNameCondition$ = [3, n0, _LNC,
|
|
1600
|
-
0,
|
|
1601
|
-
[_LNa],
|
|
1602
|
-
[0], 1
|
|
1603
|
-
];
|
|
1604
|
-
var LabelSummary$ = [3, n0, _LSa,
|
|
1605
|
-
0,
|
|
1606
|
-
[_N],
|
|
1607
|
-
[0]
|
|
1608
|
-
];
|
|
1609
|
-
var ListAPIKeysRequest$ = [3, n0, _LAPIKR,
|
|
1610
|
-
0,
|
|
1611
|
-
[_Sc, _NM, _Li],
|
|
1612
|
-
[0, 0, 1], 1
|
|
1613
|
-
];
|
|
1614
|
-
var ListAPIKeysResponse$ = [3, n0, _LAPIKRi,
|
|
1615
|
-
0,
|
|
1616
|
-
[_NM, _APIKSe, _AIURL],
|
|
1617
|
-
[0, () => APIKeySummaries, 0]
|
|
1618
|
-
];
|
|
1619
|
-
var ListAvailableManagedRuleGroupsRequest$ = [3, n0, _LAMRGR,
|
|
1620
|
-
0,
|
|
1621
|
-
[_Sc, _NM, _Li],
|
|
1622
|
-
[0, 0, 1], 1
|
|
1623
|
-
];
|
|
1624
|
-
var ListAvailableManagedRuleGroupsResponse$ = [3, n0, _LAMRGRi,
|
|
1625
|
-
0,
|
|
1626
|
-
[_NM, _MRG],
|
|
1627
|
-
[0, () => ManagedRuleGroupSummaries]
|
|
1628
|
-
];
|
|
1629
|
-
var ListAvailableManagedRuleGroupVersionsRequest$ = [3, n0, _LAMRGVR,
|
|
1630
|
-
0,
|
|
1631
|
-
[_VN, _N, _Sc, _NM, _Li],
|
|
1632
|
-
[0, 0, 0, 0, 1], 3
|
|
1633
|
-
];
|
|
1634
|
-
var ListAvailableManagedRuleGroupVersionsResponse$ = [3, n0, _LAMRGVRi,
|
|
1635
|
-
0,
|
|
1636
|
-
[_NM, _Ve, _CDV],
|
|
1637
|
-
[0, () => ManagedRuleGroupVersions, 0]
|
|
1638
|
-
];
|
|
1639
|
-
var ListIPSetsRequest$ = [3, n0, _LIPSR,
|
|
1640
|
-
0,
|
|
1641
|
-
[_Sc, _NM, _Li],
|
|
1642
|
-
[0, 0, 1], 1
|
|
1643
|
-
];
|
|
1644
|
-
var ListIPSetsResponse$ = [3, n0, _LIPSRi,
|
|
1645
|
-
0,
|
|
1646
|
-
[_NM, _IPSe],
|
|
1647
|
-
[0, () => IPSetSummaries]
|
|
1648
|
-
];
|
|
1649
|
-
var ListLoggingConfigurationsRequest$ = [3, n0, _LLCR,
|
|
1650
|
-
0,
|
|
1651
|
-
[_Sc, _NM, _Li, _LS],
|
|
1652
|
-
[0, 0, 1, 0], 1
|
|
1653
|
-
];
|
|
1654
|
-
var ListLoggingConfigurationsResponse$ = [3, n0, _LLCRi,
|
|
1655
|
-
0,
|
|
1656
|
-
[_LCo, _NM],
|
|
1657
|
-
[() => LoggingConfigurations, 0]
|
|
1658
|
-
];
|
|
1659
|
-
var ListManagedRuleSetsRequest$ = [3, n0, _LMRSR,
|
|
1660
|
-
0,
|
|
1661
|
-
[_Sc, _NM, _Li],
|
|
1662
|
-
[0, 0, 1], 1
|
|
1663
|
-
];
|
|
1664
|
-
var ListManagedRuleSetsResponse$ = [3, n0, _LMRSRi,
|
|
1665
|
-
0,
|
|
1666
|
-
[_NM, _MRSa],
|
|
1667
|
-
[0, () => ManagedRuleSetSummaries]
|
|
1668
|
-
];
|
|
1669
|
-
var ListMobileSdkReleasesRequest$ = [3, n0, _LMSRR,
|
|
1670
|
-
0,
|
|
1671
|
-
[_Pl, _NM, _Li],
|
|
1672
|
-
[0, 0, 1], 1
|
|
1673
|
-
];
|
|
1674
|
-
var ListMobileSdkReleasesResponse$ = [3, n0, _LMSRRi,
|
|
1675
|
-
0,
|
|
1676
|
-
[_RS, _NM],
|
|
1677
|
-
[() => ReleaseSummaries, 0]
|
|
1678
|
-
];
|
|
1679
|
-
var ListRegexPatternSetsRequest$ = [3, n0, _LRPSR,
|
|
1680
|
-
0,
|
|
1681
|
-
[_Sc, _NM, _Li],
|
|
1682
|
-
[0, 0, 1], 1
|
|
1683
|
-
];
|
|
1684
|
-
var ListRegexPatternSetsResponse$ = [3, n0, _LRPSRi,
|
|
1685
|
-
0,
|
|
1686
|
-
[_NM, _RPSe],
|
|
1687
|
-
[0, () => RegexPatternSetSummaries]
|
|
1688
|
-
];
|
|
1689
|
-
var ListResourcesForWebACLRequest$ = [3, n0, _LRFWACLR,
|
|
1690
|
-
0,
|
|
1691
|
-
[_WACLA, _RT],
|
|
1692
|
-
[0, 0], 1
|
|
1693
|
-
];
|
|
1694
|
-
var ListResourcesForWebACLResponse$ = [3, n0, _LRFWACLRi,
|
|
1695
|
-
0,
|
|
1696
|
-
[_RAe],
|
|
1697
|
-
[64 | 0]
|
|
1698
|
-
];
|
|
1699
|
-
var ListRuleGroupsRequest$ = [3, n0, _LRGR,
|
|
1700
|
-
0,
|
|
1701
|
-
[_Sc, _NM, _Li],
|
|
1702
|
-
[0, 0, 1], 1
|
|
1703
|
-
];
|
|
1704
|
-
var ListRuleGroupsResponse$ = [3, n0, _LRGRi,
|
|
1705
|
-
0,
|
|
1706
|
-
[_NM, _RGu],
|
|
1707
|
-
[0, () => RuleGroupSummaries]
|
|
1708
|
-
];
|
|
1709
|
-
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
1710
|
-
0,
|
|
1711
|
-
[_RARN, _NM, _Li],
|
|
1712
|
-
[0, 0, 1], 1
|
|
1713
|
-
];
|
|
1714
|
-
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
1715
|
-
0,
|
|
1716
|
-
[_NM, _TIFR],
|
|
1717
|
-
[0, () => TagInfoForResource$]
|
|
1718
|
-
];
|
|
1719
|
-
var ListWebACLsRequest$ = [3, n0, _LWACLR,
|
|
1720
|
-
0,
|
|
1721
|
-
[_Sc, _NM, _Li],
|
|
1722
|
-
[0, 0, 1], 1
|
|
1723
|
-
];
|
|
1724
|
-
var ListWebACLsResponse$ = [3, n0, _LWACLRi,
|
|
1725
|
-
0,
|
|
1726
|
-
[_NM, _WACLe],
|
|
1727
|
-
[0, () => WebACLSummaries]
|
|
1728
|
-
];
|
|
1729
|
-
var LoggingConfiguration$ = [3, n0, _LC,
|
|
1730
|
-
0,
|
|
1731
|
-
[_RA, _LDC, _RF, _MBFM, _LF, _LTo, _LS],
|
|
1732
|
-
[0, 64 | 0, () => RedactedFields, 2, () => LoggingFilter$, 0, 0], 2
|
|
1733
|
-
];
|
|
1734
|
-
var LoggingFilter$ = [3, n0, _LF,
|
|
1735
|
-
0,
|
|
1736
|
-
[_Fil, _DB],
|
|
1737
|
-
[() => Filters, 0], 2
|
|
1738
|
-
];
|
|
1739
|
-
var ManagedProductDescriptor$ = [3, n0, _MPD,
|
|
1740
|
-
0,
|
|
1741
|
-
[_VN, _MRSN, _PI, _PL, _PT, _PD, _STA, _IVS, _IAMRS],
|
|
1742
|
-
[0, 0, 0, 0, 0, 0, 0, 2, 2]
|
|
1743
|
-
];
|
|
1744
|
-
var ManagedRuleGroupConfig$ = [3, n0, _MRGC,
|
|
1745
|
-
0,
|
|
1746
|
-
[_LP, _PTa, _UFs, _PF, _AWSMRBCRS, _AWSMRATPRS, _AWSMRACFPRS, _AWSMRADDSRS],
|
|
1747
|
-
[0, 0, () => UsernameField$, () => PasswordField$, () => AWSManagedRulesBotControlRuleSet$, () => AWSManagedRulesATPRuleSet$, () => AWSManagedRulesACFPRuleSet$, () => AWSManagedRulesAntiDDoSRuleSet$]
|
|
1748
|
-
];
|
|
1749
|
-
var ManagedRuleGroupStatement$ = [3, n0, _MRGS,
|
|
1750
|
-
0,
|
|
1751
|
-
[_VN, _N, _V, _ERx, _SDS, _MRGCa, _RAO],
|
|
1752
|
-
[0, 0, 0, () => ExcludedRules, () => Statement$, () => ManagedRuleGroupConfigs, () => RuleActionOverrides], 2
|
|
1753
|
-
];
|
|
1754
|
-
var ManagedRuleGroupSummary$ = [3, n0, _MRGSa,
|
|
1755
|
-
0,
|
|
1756
|
-
[_VN, _N, _VS, _D],
|
|
1757
|
-
[0, 0, 2, 0]
|
|
1758
|
-
];
|
|
1759
|
-
var ManagedRuleGroupVersion$ = [3, n0, _MRGV,
|
|
1760
|
-
0,
|
|
1761
|
-
[_N, _LUT],
|
|
1762
|
-
[0, 4]
|
|
1763
|
-
];
|
|
1764
|
-
var ManagedRuleSet$ = [3, n0, _MRS,
|
|
1765
|
-
0,
|
|
1766
|
-
[_N, _Id, _ARN, _D, _PV, _RVe, _LN],
|
|
1767
|
-
[0, 0, 0, 0, () => PublishedVersions, 0, 0], 3
|
|
1768
|
-
];
|
|
1769
|
-
var ManagedRuleSetSummary$ = [3, n0, _MRSS,
|
|
1770
|
-
0,
|
|
1771
|
-
[_N, _Id, _D, _LT, _ARN, _LN],
|
|
1772
|
-
[0, 0, 0, 0, 0, 0]
|
|
1773
|
-
];
|
|
1774
|
-
var ManagedRuleSetVersion$ = [3, n0, _MRSV,
|
|
1775
|
-
0,
|
|
1776
|
-
[_ARGA, _C, _FL, _PTu, _LUT, _ET],
|
|
1777
|
-
[0, 1, 1, 4, 4, 4]
|
|
1778
|
-
];
|
|
1779
|
-
var Method$ = [3, n0, _M,
|
|
1780
|
-
0,
|
|
1781
|
-
[],
|
|
1782
|
-
[]
|
|
1783
|
-
];
|
|
1784
|
-
var MobileSdkRelease$ = [3, n0, _MSR,
|
|
1785
|
-
0,
|
|
1786
|
-
[_RV, _Ti, _RNe, _T],
|
|
1787
|
-
[0, 4, 0, () => TagList]
|
|
1788
|
-
];
|
|
1789
|
-
var NoneAction$ = [3, n0, _NA,
|
|
1790
|
-
0,
|
|
1791
|
-
[],
|
|
1792
|
-
[]
|
|
1793
|
-
];
|
|
1794
|
-
var NotStatement$ = [3, n0, _NS,
|
|
1795
|
-
0,
|
|
1796
|
-
[_St],
|
|
1797
|
-
[() => Statement$], 1
|
|
1798
|
-
];
|
|
1799
|
-
var OnSourceDDoSProtectionConfig$ = [3, n0, _OSDDSPC,
|
|
1800
|
-
0,
|
|
1801
|
-
[_ALBLRM],
|
|
1802
|
-
[0], 1
|
|
1803
|
-
];
|
|
1804
|
-
var OrStatement$ = [3, n0, _OS,
|
|
1805
|
-
0,
|
|
1806
|
-
[_S],
|
|
1807
|
-
[() => Statements], 1
|
|
1808
|
-
];
|
|
1809
|
-
var OverrideAction$ = [3, n0, _OA,
|
|
1810
|
-
0,
|
|
1811
|
-
[_Coun, _No],
|
|
1812
|
-
[() => CountAction$, () => NoneAction$]
|
|
1813
|
-
];
|
|
1814
|
-
var PasswordField$ = [3, n0, _PF,
|
|
1815
|
-
0,
|
|
1816
|
-
[_I],
|
|
1817
|
-
[0], 1
|
|
1818
|
-
];
|
|
1819
|
-
var PhoneNumberField$ = [3, n0, _PNF,
|
|
1820
|
-
0,
|
|
1821
|
-
[_I],
|
|
1822
|
-
[0], 1
|
|
1823
|
-
];
|
|
1824
|
-
var PutLoggingConfigurationRequest$ = [3, n0, _PLCR,
|
|
1825
|
-
0,
|
|
1826
|
-
[_LC],
|
|
1827
|
-
[() => LoggingConfiguration$], 1
|
|
1828
|
-
];
|
|
1829
|
-
var PutLoggingConfigurationResponse$ = [3, n0, _PLCRu,
|
|
1830
|
-
0,
|
|
1831
|
-
[_LC],
|
|
1832
|
-
[() => LoggingConfiguration$]
|
|
1833
|
-
];
|
|
1834
|
-
var PutManagedRuleSetVersionsRequest$ = [3, n0, _PMRSVR,
|
|
1835
|
-
0,
|
|
1836
|
-
[_N, _Sc, _Id, _LT, _RVe, _VTP],
|
|
1837
|
-
[0, 0, 0, 0, 0, () => VersionsToPublish], 4
|
|
1838
|
-
];
|
|
1839
|
-
var PutManagedRuleSetVersionsResponse$ = [3, n0, _PMRSVRu,
|
|
1840
|
-
0,
|
|
1841
|
-
[_NLT],
|
|
1842
|
-
[0]
|
|
1843
|
-
];
|
|
1844
|
-
var PutPermissionPolicyRequest$ = [3, n0, _PPPR,
|
|
1845
|
-
0,
|
|
1846
|
-
[_RA, _Po],
|
|
1847
|
-
[0, 0], 2
|
|
1848
|
-
];
|
|
1849
|
-
var PutPermissionPolicyResponse$ = [3, n0, _PPPRu,
|
|
1850
|
-
0,
|
|
1851
|
-
[],
|
|
1852
|
-
[]
|
|
1853
|
-
];
|
|
1854
|
-
var QueryString$ = [3, n0, _QS,
|
|
1855
|
-
0,
|
|
1856
|
-
[],
|
|
1857
|
-
[]
|
|
1858
|
-
];
|
|
1859
|
-
var RateBasedStatement$ = [3, n0, _RBS,
|
|
1860
|
-
0,
|
|
1861
|
-
[_Li, _AKT, _EWS, _SDS, _FIPC, _CK],
|
|
1862
|
-
[1, 0, 1, () => Statement$, () => ForwardedIPConfig$, () => RateBasedStatementCustomKeys], 2
|
|
1863
|
-
];
|
|
1864
|
-
var RateBasedStatementCustomKey$ = [3, n0, _RBSCK,
|
|
1865
|
-
0,
|
|
1866
|
-
[_He, _Cook, _QA, _QS, _HTTPM, _FIP, _IP_, _LN, _UP, _JAF, _JAFi, _ASN],
|
|
1867
|
-
[() => RateLimitHeader$, () => RateLimitCookie$, () => RateLimitQueryArgument$, () => RateLimitQueryString$, () => RateLimitHTTPMethod$, () => RateLimitForwardedIP$, () => RateLimitIP$, () => RateLimitLabelNamespace$, () => RateLimitUriPath$, () => RateLimitJA3Fingerprint$, () => RateLimitJA4Fingerprint$, () => RateLimitAsn$]
|
|
1868
|
-
];
|
|
1869
|
-
var RateBasedStatementManagedKeysIPSet$ = [3, n0, _RBSMKIPS,
|
|
1870
|
-
0,
|
|
1871
|
-
[_IPAV, _Ad],
|
|
1872
|
-
[0, 64 | 0]
|
|
1873
|
-
];
|
|
1874
|
-
var RateLimitAsn$ = [3, n0, _RLA,
|
|
1875
|
-
0,
|
|
1876
|
-
[],
|
|
1877
|
-
[]
|
|
1878
|
-
];
|
|
1879
|
-
var RateLimitCookie$ = [3, n0, _RLC,
|
|
1880
|
-
0,
|
|
1881
|
-
[_N, _TT],
|
|
1882
|
-
[0, () => TextTransformations], 2
|
|
1883
|
-
];
|
|
1884
|
-
var RateLimitForwardedIP$ = [3, n0, _RLFIP,
|
|
1885
|
-
0,
|
|
1886
|
-
[],
|
|
1887
|
-
[]
|
|
1888
|
-
];
|
|
1889
|
-
var RateLimitHeader$ = [3, n0, _RLH,
|
|
1890
|
-
0,
|
|
1891
|
-
[_N, _TT],
|
|
1892
|
-
[0, () => TextTransformations], 2
|
|
1893
|
-
];
|
|
1894
|
-
var RateLimitHTTPMethod$ = [3, n0, _RLHTTPM,
|
|
1895
|
-
0,
|
|
1896
|
-
[],
|
|
1897
|
-
[]
|
|
1898
|
-
];
|
|
1899
|
-
var RateLimitIP$ = [3, n0, _RLIP,
|
|
1900
|
-
0,
|
|
1901
|
-
[],
|
|
1902
|
-
[]
|
|
1903
|
-
];
|
|
1904
|
-
var RateLimitJA3Fingerprint$ = [3, n0, _RLJAF,
|
|
1905
|
-
0,
|
|
1906
|
-
[_FB],
|
|
1907
|
-
[0], 1
|
|
1908
|
-
];
|
|
1909
|
-
var RateLimitJA4Fingerprint$ = [3, n0, _RLJAFa,
|
|
1910
|
-
0,
|
|
1911
|
-
[_FB],
|
|
1912
|
-
[0], 1
|
|
1913
|
-
];
|
|
1914
|
-
var RateLimitLabelNamespace$ = [3, n0, _RLLN,
|
|
1915
|
-
0,
|
|
1916
|
-
[_Na],
|
|
1917
|
-
[0], 1
|
|
1918
|
-
];
|
|
1919
|
-
var RateLimitQueryArgument$ = [3, n0, _RLQA,
|
|
1920
|
-
0,
|
|
1921
|
-
[_N, _TT],
|
|
1922
|
-
[0, () => TextTransformations], 2
|
|
1923
|
-
];
|
|
1924
|
-
var RateLimitQueryString$ = [3, n0, _RLQS,
|
|
1925
|
-
0,
|
|
1926
|
-
[_TT],
|
|
1927
|
-
[() => TextTransformations], 1
|
|
1928
|
-
];
|
|
1929
|
-
var RateLimitUriPath$ = [3, n0, _RLUP,
|
|
1930
|
-
0,
|
|
1931
|
-
[_TT],
|
|
1932
|
-
[() => TextTransformations], 1
|
|
1933
|
-
];
|
|
1934
|
-
var Regex$ = [3, n0, _Reg,
|
|
1935
|
-
0,
|
|
1936
|
-
[_RSe],
|
|
1937
|
-
[0]
|
|
1938
|
-
];
|
|
1939
|
-
var RegexMatchStatement$ = [3, n0, _RMS,
|
|
1940
|
-
0,
|
|
1941
|
-
[_RSe, _FTM, _TT],
|
|
1942
|
-
[0, () => FieldToMatch$, () => TextTransformations], 3
|
|
1943
|
-
];
|
|
1944
|
-
var RegexPatternSet$ = [3, n0, _RPS,
|
|
1945
|
-
0,
|
|
1946
|
-
[_N, _Id, _ARN, _D, _REL],
|
|
1947
|
-
[0, 0, 0, 0, () => RegularExpressionList]
|
|
1948
|
-
];
|
|
1949
|
-
var RegexPatternSetReferenceStatement$ = [3, n0, _RPSRS,
|
|
1950
|
-
0,
|
|
1951
|
-
[_ARN, _FTM, _TT],
|
|
1952
|
-
[0, () => FieldToMatch$, () => TextTransformations], 3
|
|
1953
|
-
];
|
|
1954
|
-
var RegexPatternSetSummary$ = [3, n0, _RPSS,
|
|
1955
|
-
0,
|
|
1956
|
-
[_N, _Id, _D, _LT, _ARN],
|
|
1957
|
-
[0, 0, 0, 0, 0]
|
|
1958
|
-
];
|
|
1959
|
-
var ReleaseSummary$ = [3, n0, _RSel,
|
|
1960
|
-
0,
|
|
1961
|
-
[_RV, _Ti],
|
|
1962
|
-
[0, 4]
|
|
1963
|
-
];
|
|
1964
|
-
var RequestBodyAssociatedResourceTypeConfig$ = [3, n0, _RBARTC,
|
|
1965
|
-
0,
|
|
1966
|
-
[_DSIL],
|
|
1967
|
-
[0], 1
|
|
1968
|
-
];
|
|
1969
|
-
var RequestInspection$ = [3, n0, _RI,
|
|
1970
|
-
0,
|
|
1971
|
-
[_PTa, _UFs, _PF],
|
|
1972
|
-
[0, () => UsernameField$, () => PasswordField$], 3
|
|
1973
|
-
];
|
|
1974
|
-
var RequestInspectionACFP$ = [3, n0, _RIACFP,
|
|
1975
|
-
0,
|
|
1976
|
-
[_PTa, _UFs, _PF, _EF, _PNFh, _AFd],
|
|
1977
|
-
[0, () => UsernameField$, () => PasswordField$, () => EmailField$, () => PhoneNumberFields, () => AddressFields], 1
|
|
1978
|
-
];
|
|
1979
|
-
var ResponseInspection$ = [3, n0, _RIe,
|
|
1980
|
-
0,
|
|
1981
|
-
[_SC, _He, _BC, _J],
|
|
1982
|
-
[() => ResponseInspectionStatusCode$, () => ResponseInspectionHeader$, () => ResponseInspectionBodyContains$, () => ResponseInspectionJson$]
|
|
1983
|
-
];
|
|
1984
|
-
var ResponseInspectionBodyContains$ = [3, n0, _RIBC,
|
|
1985
|
-
0,
|
|
1986
|
-
[_SSu, _FS],
|
|
1987
|
-
[64 | 0, 64 | 0], 2
|
|
1988
|
-
];
|
|
1989
|
-
var ResponseInspectionHeader$ = [3, n0, _RIH,
|
|
1990
|
-
0,
|
|
1991
|
-
[_N, _SV, _FV],
|
|
1992
|
-
[0, 64 | 0, 64 | 0], 3
|
|
1993
|
-
];
|
|
1994
|
-
var ResponseInspectionJson$ = [3, n0, _RIJ,
|
|
1995
|
-
0,
|
|
1996
|
-
[_I, _SV, _FV],
|
|
1997
|
-
[0, 64 | 0, 64 | 0], 3
|
|
1998
|
-
];
|
|
1999
|
-
var ResponseInspectionStatusCode$ = [3, n0, _RISC,
|
|
2000
|
-
0,
|
|
2001
|
-
[_SCu, _FC],
|
|
2002
|
-
[64 | 1, 64 | 1], 2
|
|
2003
|
-
];
|
|
2004
|
-
var Rule$ = [3, n0, _Ru,
|
|
2005
|
-
0,
|
|
2006
|
-
[_N, _P, _St, _VC, _A, _OA, _RL, _CC, _CCh],
|
|
2007
|
-
[0, 1, () => Statement$, () => VisibilityConfig$, () => RuleAction$, () => OverrideAction$, () => Labels, () => CaptchaConfig$, () => ChallengeConfig$], 4
|
|
2008
|
-
];
|
|
2009
|
-
var RuleAction$ = [3, n0, _RAu,
|
|
2010
|
-
0,
|
|
2011
|
-
[_Bl, _All, _Coun, _Ca, _Ch],
|
|
2012
|
-
[() => BlockAction$, () => AllowAction$, () => CountAction$, () => CaptchaAction$, () => ChallengeAction$]
|
|
2013
|
-
];
|
|
2014
|
-
var RuleActionOverride$ = [3, n0, _RAOu,
|
|
2015
|
-
0,
|
|
2016
|
-
[_N, _ATU],
|
|
2017
|
-
[0, () => RuleAction$], 2
|
|
2018
|
-
];
|
|
2019
|
-
var RuleGroup$ = [3, n0, _RG,
|
|
2020
|
-
0,
|
|
2021
|
-
[_N, _Id, _C, _ARN, _VC, _D, _R, _LN, _CRB, _ALv, _CL],
|
|
2022
|
-
[0, 0, 1, 0, () => VisibilityConfig$, 0, () => Rules, 0, () => CustomResponseBodies, () => LabelSummaries, () => LabelSummaries], 5
|
|
2023
|
-
];
|
|
2024
|
-
var RuleGroupReferenceStatement$ = [3, n0, _RGRS,
|
|
2025
|
-
0,
|
|
2026
|
-
[_ARN, _ERx, _RAO],
|
|
2027
|
-
[0, () => ExcludedRules, () => RuleActionOverrides], 1
|
|
2028
|
-
];
|
|
2029
|
-
var RuleGroupSummary$ = [3, n0, _RGS,
|
|
2030
|
-
0,
|
|
2031
|
-
[_N, _Id, _D, _LT, _ARN],
|
|
2032
|
-
[0, 0, 0, 0, 0]
|
|
2033
|
-
];
|
|
2034
|
-
var RuleSummary$ = [3, n0, _RSu,
|
|
2035
|
-
0,
|
|
2036
|
-
[_N, _A],
|
|
2037
|
-
[0, () => RuleAction$]
|
|
2038
|
-
];
|
|
2039
|
-
var SampledHTTPRequest$ = [3, n0, _SHTTPR,
|
|
2040
|
-
0,
|
|
2041
|
-
[_Req, _W, _Ti, _A, _RNWRG, _RHI, _RCS, _La, _CRa, _CRh, _OAv],
|
|
2042
|
-
[() => HTTPRequest$, 1, 4, 0, 0, () => HTTPHeaders, 1, () => Labels, () => CaptchaResponse$, () => ChallengeResponse$, 0], 2
|
|
2043
|
-
];
|
|
2044
|
-
var SingleHeader$ = [3, n0, _SH,
|
|
2045
|
-
0,
|
|
2046
|
-
[_N],
|
|
2047
|
-
[0], 1
|
|
2048
|
-
];
|
|
2049
|
-
var SingleQueryArgument$ = [3, n0, _SQA,
|
|
2050
|
-
0,
|
|
2051
|
-
[_N],
|
|
2052
|
-
[0], 1
|
|
2053
|
-
];
|
|
2054
|
-
var SizeConstraintStatement$ = [3, n0, _SCS,
|
|
2055
|
-
0,
|
|
2056
|
-
[_FTM, _CO, _Si, _TT],
|
|
2057
|
-
[() => FieldToMatch$, 0, 1, () => TextTransformations], 4
|
|
2058
|
-
];
|
|
2059
|
-
var SqliMatchStatement$ = [3, n0, _SMS,
|
|
2060
|
-
0,
|
|
2061
|
-
[_FTM, _TT, _SL],
|
|
2062
|
-
[() => FieldToMatch$, () => TextTransformations, 0], 2
|
|
2063
|
-
];
|
|
2064
|
-
var Statement$ = [3, n0, _St,
|
|
2065
|
-
0,
|
|
2066
|
-
[_BMS, _SMS, _XMS, _SCS, _GMS, _RGRS, _IPSRS, _RPSRS, _RBS, _AS, _OS, _NS, _MRGS, _LMS, _RMS, _AMS],
|
|
2067
|
-
[() => ByteMatchStatement$, () => SqliMatchStatement$, () => XssMatchStatement$, () => SizeConstraintStatement$, () => GeoMatchStatement$, () => RuleGroupReferenceStatement$, () => IPSetReferenceStatement$, () => RegexPatternSetReferenceStatement$, () => RateBasedStatement$, () => AndStatement$, () => OrStatement$, () => NotStatement$, () => ManagedRuleGroupStatement$, () => LabelMatchStatement$, () => RegexMatchStatement$, () => AsnMatchStatement$]
|
|
2068
|
-
];
|
|
2069
|
-
var Tag$ = [3, n0, _Ta,
|
|
2070
|
-
0,
|
|
2071
|
-
[_K, _Val],
|
|
2072
|
-
[0, 0], 2
|
|
2073
|
-
];
|
|
2074
|
-
var TagInfoForResource$ = [3, n0, _TIFR,
|
|
2075
|
-
0,
|
|
2076
|
-
[_RARN, _TL],
|
|
2077
|
-
[0, () => TagList]
|
|
2078
|
-
];
|
|
2079
|
-
var TagResourceRequest$ = [3, n0, _TRR,
|
|
2080
|
-
0,
|
|
2081
|
-
[_RARN, _T],
|
|
2082
|
-
[0, () => TagList], 2
|
|
2083
|
-
];
|
|
2084
|
-
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
2085
|
-
0,
|
|
2086
|
-
[],
|
|
2087
|
-
[]
|
|
2088
|
-
];
|
|
2089
|
-
var TextTransformation$ = [3, n0, _TTe,
|
|
2090
|
-
0,
|
|
2091
|
-
[_P, _Ty],
|
|
2092
|
-
[1, 0], 2
|
|
2093
|
-
];
|
|
2094
|
-
var TimeWindow$ = [3, n0, _TW,
|
|
2095
|
-
0,
|
|
2096
|
-
[_STt, _ETn],
|
|
2097
|
-
[4, 4], 2
|
|
2098
|
-
];
|
|
2099
|
-
var UntagResourceRequest$ = [3, n0, _URR,
|
|
2100
|
-
0,
|
|
2101
|
-
[_RARN, _TK],
|
|
2102
|
-
[0, 64 | 0], 2
|
|
2103
|
-
];
|
|
2104
|
-
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
2105
|
-
0,
|
|
2106
|
-
[],
|
|
2107
|
-
[]
|
|
2108
|
-
];
|
|
2109
|
-
var UpdateIPSetRequest$ = [3, n0, _UIPSR,
|
|
2110
|
-
0,
|
|
2111
|
-
[_N, _Sc, _Id, _Ad, _LT, _D],
|
|
2112
|
-
[0, 0, 0, 64 | 0, 0, 0], 5
|
|
2113
|
-
];
|
|
2114
|
-
var UpdateIPSetResponse$ = [3, n0, _UIPSRp,
|
|
2115
|
-
0,
|
|
2116
|
-
[_NLT],
|
|
2117
|
-
[0]
|
|
2118
|
-
];
|
|
2119
|
-
var UpdateManagedRuleSetVersionExpiryDateRequest$ = [3, n0, _UMRSVEDR,
|
|
2120
|
-
0,
|
|
2121
|
-
[_N, _Sc, _Id, _LT, _VTE, _ET],
|
|
2122
|
-
[0, 0, 0, 0, 0, 4], 6
|
|
2123
|
-
];
|
|
2124
|
-
var UpdateManagedRuleSetVersionExpiryDateResponse$ = [3, n0, _UMRSVEDRp,
|
|
2125
|
-
0,
|
|
2126
|
-
[_EV, _ET, _NLT],
|
|
2127
|
-
[0, 4, 0]
|
|
2128
|
-
];
|
|
2129
|
-
var UpdateRegexPatternSetRequest$ = [3, n0, _URPSR,
|
|
2130
|
-
0,
|
|
2131
|
-
[_N, _Sc, _Id, _REL, _LT, _D],
|
|
2132
|
-
[0, 0, 0, () => RegularExpressionList, 0, 0], 5
|
|
2133
|
-
];
|
|
2134
|
-
var UpdateRegexPatternSetResponse$ = [3, n0, _URPSRp,
|
|
2135
|
-
0,
|
|
2136
|
-
[_NLT],
|
|
2137
|
-
[0]
|
|
2138
|
-
];
|
|
2139
|
-
var UpdateRuleGroupRequest$ = [3, n0, _URGR,
|
|
2140
|
-
0,
|
|
2141
|
-
[_N, _Sc, _Id, _VC, _LT, _D, _R, _CRB],
|
|
2142
|
-
[0, 0, 0, () => VisibilityConfig$, 0, 0, () => Rules, () => CustomResponseBodies], 5
|
|
2143
|
-
];
|
|
2144
|
-
var UpdateRuleGroupResponse$ = [3, n0, _URGRp,
|
|
2145
|
-
0,
|
|
2146
|
-
[_NLT],
|
|
2147
|
-
[0]
|
|
2148
|
-
];
|
|
2149
|
-
var UpdateWebACLRequest$ = [3, n0, _UWACLR,
|
|
2150
|
-
0,
|
|
2151
|
-
[_N, _Sc, _Id, _DA, _VC, _LT, _D, _R, _DPC, _CRB, _CC, _CCh, _TD, _ACs, _OSDDSPC, _ACp],
|
|
2152
|
-
[0, 0, 0, () => DefaultAction$, () => VisibilityConfig$, 0, 0, () => Rules, () => DataProtectionConfig$, () => CustomResponseBodies, () => CaptchaConfig$, () => ChallengeConfig$, 64 | 0, () => AssociationConfig$, () => OnSourceDDoSProtectionConfig$, () => ApplicationConfig$], 6
|
|
2153
|
-
];
|
|
2154
|
-
var UpdateWebACLResponse$ = [3, n0, _UWACLRp,
|
|
2155
|
-
0,
|
|
2156
|
-
[_NLT],
|
|
2157
|
-
[0]
|
|
2158
|
-
];
|
|
2159
|
-
var UriFragment$ = [3, n0, _UF,
|
|
2160
|
-
0,
|
|
2161
|
-
[_FB],
|
|
2162
|
-
[0]
|
|
2163
|
-
];
|
|
2164
|
-
var UriPath$ = [3, n0, _UP,
|
|
2165
|
-
0,
|
|
2166
|
-
[],
|
|
2167
|
-
[]
|
|
2168
|
-
];
|
|
2169
|
-
var UsernameField$ = [3, n0, _UFs,
|
|
2170
|
-
0,
|
|
2171
|
-
[_I],
|
|
2172
|
-
[0], 1
|
|
2173
|
-
];
|
|
2174
|
-
var VersionToPublish$ = [3, n0, _VTPe,
|
|
2175
|
-
0,
|
|
2176
|
-
[_ARGA, _FL],
|
|
2177
|
-
[0, 1]
|
|
2178
|
-
];
|
|
2179
|
-
var VisibilityConfig$ = [3, n0, _VC,
|
|
2180
|
-
0,
|
|
2181
|
-
[_SRE, _CWME, _MN],
|
|
2182
|
-
[2, 2, 0], 3
|
|
2183
|
-
];
|
|
2184
|
-
var WAFAssociatedItemException$ = [-3, n0, _WAFAIE,
|
|
2185
|
-
{ [_e]: _c },
|
|
2186
|
-
[_Me],
|
|
2187
|
-
[0]
|
|
2188
|
-
];
|
|
2189
|
-
schema.TypeRegistry.for(n0).registerError(WAFAssociatedItemException$, WAFAssociatedItemException);
|
|
2190
|
-
var WAFConfigurationWarningException$ = [-3, n0, _WAFCWE,
|
|
2191
|
-
{ [_e]: _c },
|
|
2192
|
-
[_Me],
|
|
2193
|
-
[0]
|
|
2194
|
-
];
|
|
2195
|
-
schema.TypeRegistry.for(n0).registerError(WAFConfigurationWarningException$, WAFConfigurationWarningException);
|
|
2196
|
-
var WAFDuplicateItemException$ = [-3, n0, _WAFDIE,
|
|
2197
|
-
{ [_e]: _c },
|
|
2198
|
-
[_Me],
|
|
2199
|
-
[0]
|
|
2200
|
-
];
|
|
2201
|
-
schema.TypeRegistry.for(n0).registerError(WAFDuplicateItemException$, WAFDuplicateItemException);
|
|
2202
|
-
var WAFExpiredManagedRuleGroupVersionException$ = [-3, n0, _WAFEMRGVE,
|
|
2203
|
-
{ [_e]: _c },
|
|
2204
|
-
[_Me],
|
|
2205
|
-
[0]
|
|
2206
|
-
];
|
|
2207
|
-
schema.TypeRegistry.for(n0).registerError(WAFExpiredManagedRuleGroupVersionException$, WAFExpiredManagedRuleGroupVersionException);
|
|
2208
|
-
var WAFFeatureNotIncludedInPricingPlanException$ = [-3, n0, _WAFFNIIPPE,
|
|
2209
|
-
{ [_e]: _c },
|
|
2210
|
-
[_Me, _DFi],
|
|
2211
|
-
[0, () => DisallowedFeatures]
|
|
2212
|
-
];
|
|
2213
|
-
schema.TypeRegistry.for(n0).registerError(WAFFeatureNotIncludedInPricingPlanException$, WAFFeatureNotIncludedInPricingPlanException);
|
|
2214
|
-
var WAFInternalErrorException$ = [-3, n0, _WAFIEE,
|
|
2215
|
-
{ [_e]: _s },
|
|
2216
|
-
[_Me],
|
|
2217
|
-
[0]
|
|
2218
|
-
];
|
|
2219
|
-
schema.TypeRegistry.for(n0).registerError(WAFInternalErrorException$, WAFInternalErrorException);
|
|
2220
|
-
var WAFInvalidOperationException$ = [-3, n0, _WAFIOE,
|
|
2221
|
-
{ [_e]: _c },
|
|
2222
|
-
[_Me],
|
|
2223
|
-
[0]
|
|
2224
|
-
];
|
|
2225
|
-
schema.TypeRegistry.for(n0).registerError(WAFInvalidOperationException$, WAFInvalidOperationException);
|
|
2226
|
-
var WAFInvalidParameterException$ = [-3, n0, _WAFIPE,
|
|
2227
|
-
{ [_e]: _c },
|
|
2228
|
-
[_m, _F, _Pa, _Rea],
|
|
2229
|
-
[0, 0, 0, 0]
|
|
2230
|
-
];
|
|
2231
|
-
schema.TypeRegistry.for(n0).registerError(WAFInvalidParameterException$, WAFInvalidParameterException);
|
|
2232
|
-
var WAFInvalidPermissionPolicyException$ = [-3, n0, _WAFIPPE,
|
|
2233
|
-
{ [_e]: _c },
|
|
2234
|
-
[_Me],
|
|
2235
|
-
[0]
|
|
2236
|
-
];
|
|
2237
|
-
schema.TypeRegistry.for(n0).registerError(WAFInvalidPermissionPolicyException$, WAFInvalidPermissionPolicyException);
|
|
2238
|
-
var WAFInvalidResourceException$ = [-3, n0, _WAFIRE,
|
|
2239
|
-
{ [_e]: _c },
|
|
2240
|
-
[_Me],
|
|
2241
|
-
[0]
|
|
2242
|
-
];
|
|
2243
|
-
schema.TypeRegistry.for(n0).registerError(WAFInvalidResourceException$, WAFInvalidResourceException);
|
|
2244
|
-
var WAFLimitsExceededException$ = [-3, n0, _WAFLEE,
|
|
2245
|
-
{ [_e]: _c },
|
|
2246
|
-
[_Me, _STo],
|
|
2247
|
-
[0, 0]
|
|
2248
|
-
];
|
|
2249
|
-
schema.TypeRegistry.for(n0).registerError(WAFLimitsExceededException$, WAFLimitsExceededException);
|
|
2250
|
-
var WAFLogDestinationPermissionIssueException$ = [-3, n0, _WAFLDPIE,
|
|
2251
|
-
{ [_e]: _c },
|
|
2252
|
-
[_Me],
|
|
2253
|
-
[0]
|
|
2254
|
-
];
|
|
2255
|
-
schema.TypeRegistry.for(n0).registerError(WAFLogDestinationPermissionIssueException$, WAFLogDestinationPermissionIssueException);
|
|
2256
|
-
var WAFNonexistentItemException$ = [-3, n0, _WAFNIE,
|
|
2257
|
-
{ [_e]: _c },
|
|
2258
|
-
[_Me],
|
|
2259
|
-
[0]
|
|
2260
|
-
];
|
|
2261
|
-
schema.TypeRegistry.for(n0).registerError(WAFNonexistentItemException$, WAFNonexistentItemException);
|
|
2262
|
-
var WAFOptimisticLockException$ = [-3, n0, _WAFOLE,
|
|
2263
|
-
{ [_e]: _c },
|
|
2264
|
-
[_Me],
|
|
2265
|
-
[0]
|
|
2266
|
-
];
|
|
2267
|
-
schema.TypeRegistry.for(n0).registerError(WAFOptimisticLockException$, WAFOptimisticLockException);
|
|
2268
|
-
var WAFServiceLinkedRoleErrorException$ = [-3, n0, _WAFSLREE,
|
|
2269
|
-
{ [_e]: _c },
|
|
2270
|
-
[_m],
|
|
2271
|
-
[0]
|
|
2272
|
-
];
|
|
2273
|
-
schema.TypeRegistry.for(n0).registerError(WAFServiceLinkedRoleErrorException$, WAFServiceLinkedRoleErrorException);
|
|
2274
|
-
var WAFSubscriptionNotFoundException$ = [-3, n0, _WAFSNFE,
|
|
2275
|
-
{ [_e]: _c },
|
|
2276
|
-
[_Me],
|
|
2277
|
-
[0]
|
|
2278
|
-
];
|
|
2279
|
-
schema.TypeRegistry.for(n0).registerError(WAFSubscriptionNotFoundException$, WAFSubscriptionNotFoundException);
|
|
2280
|
-
var WAFTagOperationException$ = [-3, n0, _WAFTOE,
|
|
2281
|
-
{ [_e]: _c },
|
|
2282
|
-
[_Me],
|
|
2283
|
-
[0]
|
|
2284
|
-
];
|
|
2285
|
-
schema.TypeRegistry.for(n0).registerError(WAFTagOperationException$, WAFTagOperationException);
|
|
2286
|
-
var WAFTagOperationInternalErrorException$ = [-3, n0, _WAFTOIEE,
|
|
2287
|
-
{ [_e]: _s },
|
|
2288
|
-
[_Me],
|
|
2289
|
-
[0]
|
|
2290
|
-
];
|
|
2291
|
-
schema.TypeRegistry.for(n0).registerError(WAFTagOperationInternalErrorException$, WAFTagOperationInternalErrorException);
|
|
2292
|
-
var WAFUnavailableEntityException$ = [-3, n0, _WAFUEE,
|
|
2293
|
-
{ [_e]: _c },
|
|
2294
|
-
[_Me],
|
|
2295
|
-
[0]
|
|
2296
|
-
];
|
|
2297
|
-
schema.TypeRegistry.for(n0).registerError(WAFUnavailableEntityException$, WAFUnavailableEntityException);
|
|
2298
|
-
var WAFUnsupportedAggregateKeyTypeException$ = [-3, n0, _WAFUAKTE,
|
|
2299
|
-
{ [_e]: _c },
|
|
2300
|
-
[_Me],
|
|
2301
|
-
[0]
|
|
2302
|
-
];
|
|
2303
|
-
schema.TypeRegistry.for(n0).registerError(WAFUnsupportedAggregateKeyTypeException$, WAFUnsupportedAggregateKeyTypeException);
|
|
2304
|
-
var WebACL$ = [3, n0, _WACL,
|
|
2305
|
-
0,
|
|
2306
|
-
[_N, _Id, _ARN, _DA, _VC, _D, _R, _DPC, _C, _PPFMRG, _PPFMRGo, _MBFM, _LN, _CRB, _CC, _CCh, _TD, _ACs, _RBFM, _OSDDSPC, _ACp],
|
|
2307
|
-
[0, 0, 0, () => DefaultAction$, () => VisibilityConfig$, 0, () => Rules, () => DataProtectionConfig$, 1, () => FirewallManagerRuleGroups, () => FirewallManagerRuleGroups, 2, 0, () => CustomResponseBodies, () => CaptchaConfig$, () => ChallengeConfig$, 64 | 0, () => AssociationConfig$, 2, () => OnSourceDDoSProtectionConfig$, () => ApplicationConfig$], 5
|
|
2308
|
-
];
|
|
2309
|
-
var WebACLSummary$ = [3, n0, _WACLS,
|
|
2310
|
-
0,
|
|
2311
|
-
[_N, _Id, _D, _LT, _ARN],
|
|
2312
|
-
[0, 0, 0, 0, 0]
|
|
2313
|
-
];
|
|
2314
|
-
var XssMatchStatement$ = [3, n0, _XMS,
|
|
2315
|
-
0,
|
|
2316
|
-
[_FTM, _TT],
|
|
2317
|
-
[() => FieldToMatch$, () => TextTransformations], 2
|
|
2318
|
-
];
|
|
2319
|
-
var WAFV2ServiceException$ = [-3, _sm, "WAFV2ServiceException", 0, [], []];
|
|
2320
|
-
schema.TypeRegistry.for(_sm).registerError(WAFV2ServiceException$, WAFV2ServiceException);
|
|
2321
|
-
var AddressFields = [1, n0, _AFd,
|
|
2322
|
-
0, () => AddressField$
|
|
2323
|
-
];
|
|
2324
|
-
var APIKeySummaries = [1, n0, _APIKSe,
|
|
2325
|
-
0, () => APIKeySummary$
|
|
2326
|
-
];
|
|
2327
|
-
var ApplicationAttributes = [1, n0, _AApp,
|
|
2328
|
-
0, () => ApplicationAttribute$
|
|
2329
|
-
];
|
|
2330
|
-
var Conditions = [1, n0, _Cond,
|
|
2331
|
-
0, () => Condition$
|
|
2332
|
-
];
|
|
2333
|
-
var CustomHTTPHeaders = [1, n0, _CHTTPHu,
|
|
2334
|
-
0, () => CustomHTTPHeader$
|
|
2335
|
-
];
|
|
2336
|
-
var DataProtections = [1, n0, _DPa,
|
|
2337
|
-
0, () => DataProtection$
|
|
2338
|
-
];
|
|
2339
|
-
var DisallowedFeatures = [1, n0, _DFi,
|
|
2340
|
-
0, () => DisallowedFeature$
|
|
2341
|
-
];
|
|
2342
|
-
var ExcludedRules = [1, n0, _ERx,
|
|
2343
|
-
0, () => ExcludedRule$
|
|
2344
|
-
];
|
|
2345
|
-
var Filters = [1, n0, _Fil,
|
|
2346
|
-
0, () => Filter$
|
|
2347
|
-
];
|
|
2348
|
-
var FirewallManagerRuleGroups = [1, n0, _FMRGi,
|
|
2349
|
-
0, () => FirewallManagerRuleGroup$
|
|
2350
|
-
];
|
|
2351
|
-
var HTTPHeaders = [1, n0, _HTTPHe,
|
|
2352
|
-
0, () => HTTPHeader$
|
|
2353
|
-
];
|
|
2354
|
-
var IPSetSummaries = [1, n0, _IPSSe,
|
|
2355
|
-
0, () => IPSetSummary$
|
|
2356
|
-
];
|
|
2357
|
-
var Labels = [1, n0, _La,
|
|
2358
|
-
0, () => Label$
|
|
2359
|
-
];
|
|
2360
|
-
var LabelSummaries = [1, n0, _LSab,
|
|
2361
|
-
0, () => LabelSummary$
|
|
2362
|
-
];
|
|
2363
|
-
var LoggingConfigurations = [1, n0, _LCo,
|
|
2364
|
-
0, () => LoggingConfiguration$
|
|
2365
|
-
];
|
|
2366
|
-
var ManagedProductDescriptors = [1, n0, _MPDa,
|
|
2367
|
-
0, () => ManagedProductDescriptor$
|
|
2368
|
-
];
|
|
2369
|
-
var ManagedRuleGroupConfigs = [1, n0, _MRGCa,
|
|
2370
|
-
0, () => ManagedRuleGroupConfig$
|
|
2371
|
-
];
|
|
2372
|
-
var ManagedRuleGroupSummaries = [1, n0, _MRGSan,
|
|
2373
|
-
0, () => ManagedRuleGroupSummary$
|
|
2374
|
-
];
|
|
2375
|
-
var ManagedRuleGroupVersions = [1, n0, _MRGVa,
|
|
2376
|
-
0, () => ManagedRuleGroupVersion$
|
|
2377
|
-
];
|
|
2378
|
-
var ManagedRuleSetSummaries = [1, n0, _MRSSa,
|
|
2379
|
-
0, () => ManagedRuleSetSummary$
|
|
2380
|
-
];
|
|
2381
|
-
var PhoneNumberFields = [1, n0, _PNFh,
|
|
2382
|
-
0, () => PhoneNumberField$
|
|
2383
|
-
];
|
|
2384
|
-
var RateBasedStatementCustomKeys = [1, n0, _RBSCKa,
|
|
2385
|
-
0, () => RateBasedStatementCustomKey$
|
|
2386
|
-
];
|
|
2387
|
-
var RedactedFields = [1, n0, _RF,
|
|
2388
|
-
0, () => FieldToMatch$
|
|
2389
|
-
];
|
|
2390
|
-
var RegexPatternSetSummaries = [1, n0, _RPSSe,
|
|
2391
|
-
0, () => RegexPatternSetSummary$
|
|
2392
|
-
];
|
|
2393
|
-
var RegularExpressionList = [1, n0, _REL,
|
|
2394
|
-
0, () => Regex$
|
|
2395
|
-
];
|
|
2396
|
-
var ReleaseSummaries = [1, n0, _RS,
|
|
2397
|
-
0, () => ReleaseSummary$
|
|
2398
|
-
];
|
|
2399
|
-
var RuleActionOverrides = [1, n0, _RAO,
|
|
2400
|
-
0, () => RuleActionOverride$
|
|
2401
|
-
];
|
|
2402
|
-
var RuleGroupSummaries = [1, n0, _RGSu,
|
|
2403
|
-
0, () => RuleGroupSummary$
|
|
2404
|
-
];
|
|
2405
|
-
var Rules = [1, n0, _R,
|
|
2406
|
-
0, () => Rule$
|
|
2407
|
-
];
|
|
2408
|
-
var RuleSummaries = [1, n0, _RSul,
|
|
2409
|
-
0, () => RuleSummary$
|
|
2410
|
-
];
|
|
2411
|
-
var SampledHTTPRequests = [1, n0, _SHTTPRa,
|
|
2412
|
-
0, () => SampledHTTPRequest$
|
|
2413
|
-
];
|
|
2414
|
-
var Statements = [1, n0, _S,
|
|
2415
|
-
0, () => Statement$
|
|
2416
|
-
];
|
|
2417
|
-
var TagList = [1, n0, _TL,
|
|
2418
|
-
0, () => Tag$
|
|
2419
|
-
];
|
|
2420
|
-
var TextTransformations = [1, n0, _TT,
|
|
2421
|
-
0, () => TextTransformation$
|
|
2422
|
-
];
|
|
2423
|
-
var WebACLSummaries = [1, n0, _WACLSe,
|
|
2424
|
-
0, () => WebACLSummary$
|
|
2425
|
-
];
|
|
2426
|
-
var CustomResponseBodies = [2, n0, _CRB,
|
|
2427
|
-
0, 0, () => CustomResponseBody$
|
|
2428
|
-
];
|
|
2429
|
-
var PublishedVersions = [2, n0, _PV,
|
|
2430
|
-
0, 0, () => ManagedRuleSetVersion$
|
|
2431
|
-
];
|
|
2432
|
-
var RequestBody = [2, n0, _RB,
|
|
2433
|
-
0, 0, () => RequestBodyAssociatedResourceTypeConfig$
|
|
2434
|
-
];
|
|
2435
|
-
var VersionsToPublish = [2, n0, _VTP,
|
|
2436
|
-
0, 0, () => VersionToPublish$
|
|
2437
|
-
];
|
|
2438
|
-
var AssociateWebACL$ = [9, n0, _AWACL,
|
|
2439
|
-
0, () => AssociateWebACLRequest$, () => AssociateWebACLResponse$
|
|
2440
|
-
];
|
|
2441
|
-
var CheckCapacity$ = [9, n0, _CChe,
|
|
2442
|
-
0, () => CheckCapacityRequest$, () => CheckCapacityResponse$
|
|
2443
|
-
];
|
|
2444
|
-
var CreateAPIKey$ = [9, n0, _CAPIK,
|
|
2445
|
-
0, () => CreateAPIKeyRequest$, () => CreateAPIKeyResponse$
|
|
2446
|
-
];
|
|
2447
|
-
var CreateIPSet$ = [9, n0, _CIPS,
|
|
2448
|
-
0, () => CreateIPSetRequest$, () => CreateIPSetResponse$
|
|
2449
|
-
];
|
|
2450
|
-
var CreateRegexPatternSet$ = [9, n0, _CRPS,
|
|
2451
|
-
0, () => CreateRegexPatternSetRequest$, () => CreateRegexPatternSetResponse$
|
|
2452
|
-
];
|
|
2453
|
-
var CreateRuleGroup$ = [9, n0, _CRG,
|
|
2454
|
-
0, () => CreateRuleGroupRequest$, () => CreateRuleGroupResponse$
|
|
2455
|
-
];
|
|
2456
|
-
var CreateWebACL$ = [9, n0, _CWACL,
|
|
2457
|
-
0, () => CreateWebACLRequest$, () => CreateWebACLResponse$
|
|
2458
|
-
];
|
|
2459
|
-
var DeleteAPIKey$ = [9, n0, _DAPIK,
|
|
2460
|
-
0, () => DeleteAPIKeyRequest$, () => DeleteAPIKeyResponse$
|
|
2461
|
-
];
|
|
2462
|
-
var DeleteFirewallManagerRuleGroups$ = [9, n0, _DFMRG,
|
|
2463
|
-
0, () => DeleteFirewallManagerRuleGroupsRequest$, () => DeleteFirewallManagerRuleGroupsResponse$
|
|
2464
|
-
];
|
|
2465
|
-
var DeleteIPSet$ = [9, n0, _DIPS,
|
|
2466
|
-
0, () => DeleteIPSetRequest$, () => DeleteIPSetResponse$
|
|
2467
|
-
];
|
|
2468
|
-
var DeleteLoggingConfiguration$ = [9, n0, _DLC,
|
|
2469
|
-
0, () => DeleteLoggingConfigurationRequest$, () => DeleteLoggingConfigurationResponse$
|
|
2470
|
-
];
|
|
2471
|
-
var DeletePermissionPolicy$ = [9, n0, _DPP,
|
|
2472
|
-
0, () => DeletePermissionPolicyRequest$, () => DeletePermissionPolicyResponse$
|
|
2473
|
-
];
|
|
2474
|
-
var DeleteRegexPatternSet$ = [9, n0, _DRPS,
|
|
2475
|
-
0, () => DeleteRegexPatternSetRequest$, () => DeleteRegexPatternSetResponse$
|
|
2476
|
-
];
|
|
2477
|
-
var DeleteRuleGroup$ = [9, n0, _DRG,
|
|
2478
|
-
0, () => DeleteRuleGroupRequest$, () => DeleteRuleGroupResponse$
|
|
2479
|
-
];
|
|
2480
|
-
var DeleteWebACL$ = [9, n0, _DWACL,
|
|
2481
|
-
0, () => DeleteWebACLRequest$, () => DeleteWebACLResponse$
|
|
2482
|
-
];
|
|
2483
|
-
var DescribeAllManagedProducts$ = [9, n0, _DAMP,
|
|
2484
|
-
0, () => DescribeAllManagedProductsRequest$, () => DescribeAllManagedProductsResponse$
|
|
2485
|
-
];
|
|
2486
|
-
var DescribeManagedProductsByVendor$ = [9, n0, _DMPBV,
|
|
2487
|
-
0, () => DescribeManagedProductsByVendorRequest$, () => DescribeManagedProductsByVendorResponse$
|
|
2488
|
-
];
|
|
2489
|
-
var DescribeManagedRuleGroup$ = [9, n0, _DMRG,
|
|
2490
|
-
0, () => DescribeManagedRuleGroupRequest$, () => DescribeManagedRuleGroupResponse$
|
|
2491
|
-
];
|
|
2492
|
-
var DisassociateWebACL$ = [9, n0, _DWACLi,
|
|
2493
|
-
0, () => DisassociateWebACLRequest$, () => DisassociateWebACLResponse$
|
|
2494
|
-
];
|
|
2495
|
-
var GenerateMobileSdkReleaseUrl$ = [9, n0, _GMSRU,
|
|
2496
|
-
0, () => GenerateMobileSdkReleaseUrlRequest$, () => GenerateMobileSdkReleaseUrlResponse$
|
|
2497
|
-
];
|
|
2498
|
-
var GetDecryptedAPIKey$ = [9, n0, _GDAPIK,
|
|
2499
|
-
0, () => GetDecryptedAPIKeyRequest$, () => GetDecryptedAPIKeyResponse$
|
|
2500
|
-
];
|
|
2501
|
-
var GetIPSet$ = [9, n0, _GIPS,
|
|
2502
|
-
0, () => GetIPSetRequest$, () => GetIPSetResponse$
|
|
2503
|
-
];
|
|
2504
|
-
var GetLoggingConfiguration$ = [9, n0, _GLC,
|
|
2505
|
-
0, () => GetLoggingConfigurationRequest$, () => GetLoggingConfigurationResponse$
|
|
2506
|
-
];
|
|
2507
|
-
var GetManagedRuleSet$ = [9, n0, _GMRS,
|
|
2508
|
-
0, () => GetManagedRuleSetRequest$, () => GetManagedRuleSetResponse$
|
|
2509
|
-
];
|
|
2510
|
-
var GetMobileSdkRelease$ = [9, n0, _GMSR,
|
|
2511
|
-
0, () => GetMobileSdkReleaseRequest$, () => GetMobileSdkReleaseResponse$
|
|
2512
|
-
];
|
|
2513
|
-
var GetPermissionPolicy$ = [9, n0, _GPP,
|
|
2514
|
-
0, () => GetPermissionPolicyRequest$, () => GetPermissionPolicyResponse$
|
|
2515
|
-
];
|
|
2516
|
-
var GetRateBasedStatementManagedKeys$ = [9, n0, _GRBSMK,
|
|
2517
|
-
0, () => GetRateBasedStatementManagedKeysRequest$, () => GetRateBasedStatementManagedKeysResponse$
|
|
2518
|
-
];
|
|
2519
|
-
var GetRegexPatternSet$ = [9, n0, _GRPS,
|
|
2520
|
-
0, () => GetRegexPatternSetRequest$, () => GetRegexPatternSetResponse$
|
|
2521
|
-
];
|
|
2522
|
-
var GetRuleGroup$ = [9, n0, _GRG,
|
|
2523
|
-
0, () => GetRuleGroupRequest$, () => GetRuleGroupResponse$
|
|
2524
|
-
];
|
|
2525
|
-
var GetSampledRequests$ = [9, n0, _GSR,
|
|
2526
|
-
0, () => GetSampledRequestsRequest$, () => GetSampledRequestsResponse$
|
|
2527
|
-
];
|
|
2528
|
-
var GetWebACL$ = [9, n0, _GWACL,
|
|
2529
|
-
0, () => GetWebACLRequest$, () => GetWebACLResponse$
|
|
2530
|
-
];
|
|
2531
|
-
var GetWebACLForResource$ = [9, n0, _GWACLFR,
|
|
2532
|
-
0, () => GetWebACLForResourceRequest$, () => GetWebACLForResourceResponse$
|
|
2533
|
-
];
|
|
2534
|
-
var ListAPIKeys$ = [9, n0, _LAPIK,
|
|
2535
|
-
0, () => ListAPIKeysRequest$, () => ListAPIKeysResponse$
|
|
2536
|
-
];
|
|
2537
|
-
var ListAvailableManagedRuleGroups$ = [9, n0, _LAMRG,
|
|
2538
|
-
0, () => ListAvailableManagedRuleGroupsRequest$, () => ListAvailableManagedRuleGroupsResponse$
|
|
2539
|
-
];
|
|
2540
|
-
var ListAvailableManagedRuleGroupVersions$ = [9, n0, _LAMRGV,
|
|
2541
|
-
0, () => ListAvailableManagedRuleGroupVersionsRequest$, () => ListAvailableManagedRuleGroupVersionsResponse$
|
|
2542
|
-
];
|
|
2543
|
-
var ListIPSets$ = [9, n0, _LIPS,
|
|
2544
|
-
0, () => ListIPSetsRequest$, () => ListIPSetsResponse$
|
|
2545
|
-
];
|
|
2546
|
-
var ListLoggingConfigurations$ = [9, n0, _LLC,
|
|
2547
|
-
0, () => ListLoggingConfigurationsRequest$, () => ListLoggingConfigurationsResponse$
|
|
2548
|
-
];
|
|
2549
|
-
var ListManagedRuleSets$ = [9, n0, _LMRS,
|
|
2550
|
-
0, () => ListManagedRuleSetsRequest$, () => ListManagedRuleSetsResponse$
|
|
2551
|
-
];
|
|
2552
|
-
var ListMobileSdkReleases$ = [9, n0, _LMSR,
|
|
2553
|
-
0, () => ListMobileSdkReleasesRequest$, () => ListMobileSdkReleasesResponse$
|
|
2554
|
-
];
|
|
2555
|
-
var ListRegexPatternSets$ = [9, n0, _LRPS,
|
|
2556
|
-
0, () => ListRegexPatternSetsRequest$, () => ListRegexPatternSetsResponse$
|
|
2557
|
-
];
|
|
2558
|
-
var ListResourcesForWebACL$ = [9, n0, _LRFWACL,
|
|
2559
|
-
0, () => ListResourcesForWebACLRequest$, () => ListResourcesForWebACLResponse$
|
|
2560
|
-
];
|
|
2561
|
-
var ListRuleGroups$ = [9, n0, _LRG,
|
|
2562
|
-
0, () => ListRuleGroupsRequest$, () => ListRuleGroupsResponse$
|
|
2563
|
-
];
|
|
2564
|
-
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
2565
|
-
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
2566
|
-
];
|
|
2567
|
-
var ListWebACLs$ = [9, n0, _LWACL,
|
|
2568
|
-
0, () => ListWebACLsRequest$, () => ListWebACLsResponse$
|
|
2569
|
-
];
|
|
2570
|
-
var PutLoggingConfiguration$ = [9, n0, _PLC,
|
|
2571
|
-
0, () => PutLoggingConfigurationRequest$, () => PutLoggingConfigurationResponse$
|
|
2572
|
-
];
|
|
2573
|
-
var PutManagedRuleSetVersions$ = [9, n0, _PMRSV,
|
|
2574
|
-
0, () => PutManagedRuleSetVersionsRequest$, () => PutManagedRuleSetVersionsResponse$
|
|
2575
|
-
];
|
|
2576
|
-
var PutPermissionPolicy$ = [9, n0, _PPP,
|
|
2577
|
-
0, () => PutPermissionPolicyRequest$, () => PutPermissionPolicyResponse$
|
|
2578
|
-
];
|
|
2579
|
-
var TagResource$ = [9, n0, _TR,
|
|
2580
|
-
0, () => TagResourceRequest$, () => TagResourceResponse$
|
|
2581
|
-
];
|
|
2582
|
-
var UntagResource$ = [9, n0, _UR,
|
|
2583
|
-
0, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
2584
|
-
];
|
|
2585
|
-
var UpdateIPSet$ = [9, n0, _UIPS,
|
|
2586
|
-
0, () => UpdateIPSetRequest$, () => UpdateIPSetResponse$
|
|
2587
|
-
];
|
|
2588
|
-
var UpdateManagedRuleSetVersionExpiryDate$ = [9, n0, _UMRSVED,
|
|
2589
|
-
0, () => UpdateManagedRuleSetVersionExpiryDateRequest$, () => UpdateManagedRuleSetVersionExpiryDateResponse$
|
|
2590
|
-
];
|
|
2591
|
-
var UpdateRegexPatternSet$ = [9, n0, _URPS,
|
|
2592
|
-
0, () => UpdateRegexPatternSetRequest$, () => UpdateRegexPatternSetResponse$
|
|
2593
|
-
];
|
|
2594
|
-
var UpdateRuleGroup$ = [9, n0, _URG,
|
|
2595
|
-
0, () => UpdateRuleGroupRequest$, () => UpdateRuleGroupResponse$
|
|
2596
|
-
];
|
|
2597
|
-
var UpdateWebACL$ = [9, n0, _UWACL,
|
|
2598
|
-
0, () => UpdateWebACLRequest$, () => UpdateWebACLResponse$
|
|
2599
|
-
];
|
|
2600
|
-
|
|
2601
116
|
class AssociateWebACLCommand extends smithyClient.Command
|
|
2602
117
|
.classBuilder()
|
|
2603
118
|
.ep(commonParams)
|
|
@@ -2606,7 +121,7 @@ class AssociateWebACLCommand extends smithyClient.Command
|
|
|
2606
121
|
})
|
|
2607
122
|
.s("AWSWAF_20190729", "AssociateWebACL", {})
|
|
2608
123
|
.n("WAFV2Client", "AssociateWebACLCommand")
|
|
2609
|
-
.sc(AssociateWebACL$)
|
|
124
|
+
.sc(schemas_0.AssociateWebACL$)
|
|
2610
125
|
.build() {
|
|
2611
126
|
}
|
|
2612
127
|
|
|
@@ -2618,7 +133,7 @@ class CheckCapacityCommand extends smithyClient.Command
|
|
|
2618
133
|
})
|
|
2619
134
|
.s("AWSWAF_20190729", "CheckCapacity", {})
|
|
2620
135
|
.n("WAFV2Client", "CheckCapacityCommand")
|
|
2621
|
-
.sc(CheckCapacity$)
|
|
136
|
+
.sc(schemas_0.CheckCapacity$)
|
|
2622
137
|
.build() {
|
|
2623
138
|
}
|
|
2624
139
|
|
|
@@ -2630,7 +145,7 @@ class CreateAPIKeyCommand extends smithyClient.Command
|
|
|
2630
145
|
})
|
|
2631
146
|
.s("AWSWAF_20190729", "CreateAPIKey", {})
|
|
2632
147
|
.n("WAFV2Client", "CreateAPIKeyCommand")
|
|
2633
|
-
.sc(CreateAPIKey$)
|
|
148
|
+
.sc(schemas_0.CreateAPIKey$)
|
|
2634
149
|
.build() {
|
|
2635
150
|
}
|
|
2636
151
|
|
|
@@ -2642,7 +157,7 @@ class CreateIPSetCommand extends smithyClient.Command
|
|
|
2642
157
|
})
|
|
2643
158
|
.s("AWSWAF_20190729", "CreateIPSet", {})
|
|
2644
159
|
.n("WAFV2Client", "CreateIPSetCommand")
|
|
2645
|
-
.sc(CreateIPSet$)
|
|
160
|
+
.sc(schemas_0.CreateIPSet$)
|
|
2646
161
|
.build() {
|
|
2647
162
|
}
|
|
2648
163
|
|
|
@@ -2654,7 +169,7 @@ class CreateRegexPatternSetCommand extends smithyClient.Command
|
|
|
2654
169
|
})
|
|
2655
170
|
.s("AWSWAF_20190729", "CreateRegexPatternSet", {})
|
|
2656
171
|
.n("WAFV2Client", "CreateRegexPatternSetCommand")
|
|
2657
|
-
.sc(CreateRegexPatternSet$)
|
|
172
|
+
.sc(schemas_0.CreateRegexPatternSet$)
|
|
2658
173
|
.build() {
|
|
2659
174
|
}
|
|
2660
175
|
|
|
@@ -2666,7 +181,7 @@ class CreateRuleGroupCommand extends smithyClient.Command
|
|
|
2666
181
|
})
|
|
2667
182
|
.s("AWSWAF_20190729", "CreateRuleGroup", {})
|
|
2668
183
|
.n("WAFV2Client", "CreateRuleGroupCommand")
|
|
2669
|
-
.sc(CreateRuleGroup$)
|
|
184
|
+
.sc(schemas_0.CreateRuleGroup$)
|
|
2670
185
|
.build() {
|
|
2671
186
|
}
|
|
2672
187
|
|
|
@@ -2678,7 +193,7 @@ class CreateWebACLCommand extends smithyClient.Command
|
|
|
2678
193
|
})
|
|
2679
194
|
.s("AWSWAF_20190729", "CreateWebACL", {})
|
|
2680
195
|
.n("WAFV2Client", "CreateWebACLCommand")
|
|
2681
|
-
.sc(CreateWebACL$)
|
|
196
|
+
.sc(schemas_0.CreateWebACL$)
|
|
2682
197
|
.build() {
|
|
2683
198
|
}
|
|
2684
199
|
|
|
@@ -2690,7 +205,7 @@ class DeleteAPIKeyCommand extends smithyClient.Command
|
|
|
2690
205
|
})
|
|
2691
206
|
.s("AWSWAF_20190729", "DeleteAPIKey", {})
|
|
2692
207
|
.n("WAFV2Client", "DeleteAPIKeyCommand")
|
|
2693
|
-
.sc(DeleteAPIKey$)
|
|
208
|
+
.sc(schemas_0.DeleteAPIKey$)
|
|
2694
209
|
.build() {
|
|
2695
210
|
}
|
|
2696
211
|
|
|
@@ -2702,7 +217,7 @@ class DeleteFirewallManagerRuleGroupsCommand extends smithyClient.Command
|
|
|
2702
217
|
})
|
|
2703
218
|
.s("AWSWAF_20190729", "DeleteFirewallManagerRuleGroups", {})
|
|
2704
219
|
.n("WAFV2Client", "DeleteFirewallManagerRuleGroupsCommand")
|
|
2705
|
-
.sc(DeleteFirewallManagerRuleGroups$)
|
|
220
|
+
.sc(schemas_0.DeleteFirewallManagerRuleGroups$)
|
|
2706
221
|
.build() {
|
|
2707
222
|
}
|
|
2708
223
|
|
|
@@ -2714,7 +229,7 @@ class DeleteIPSetCommand extends smithyClient.Command
|
|
|
2714
229
|
})
|
|
2715
230
|
.s("AWSWAF_20190729", "DeleteIPSet", {})
|
|
2716
231
|
.n("WAFV2Client", "DeleteIPSetCommand")
|
|
2717
|
-
.sc(DeleteIPSet$)
|
|
232
|
+
.sc(schemas_0.DeleteIPSet$)
|
|
2718
233
|
.build() {
|
|
2719
234
|
}
|
|
2720
235
|
|
|
@@ -2726,7 +241,7 @@ class DeleteLoggingConfigurationCommand extends smithyClient.Command
|
|
|
2726
241
|
})
|
|
2727
242
|
.s("AWSWAF_20190729", "DeleteLoggingConfiguration", {})
|
|
2728
243
|
.n("WAFV2Client", "DeleteLoggingConfigurationCommand")
|
|
2729
|
-
.sc(DeleteLoggingConfiguration$)
|
|
244
|
+
.sc(schemas_0.DeleteLoggingConfiguration$)
|
|
2730
245
|
.build() {
|
|
2731
246
|
}
|
|
2732
247
|
|
|
@@ -2738,7 +253,7 @@ class DeletePermissionPolicyCommand extends smithyClient.Command
|
|
|
2738
253
|
})
|
|
2739
254
|
.s("AWSWAF_20190729", "DeletePermissionPolicy", {})
|
|
2740
255
|
.n("WAFV2Client", "DeletePermissionPolicyCommand")
|
|
2741
|
-
.sc(DeletePermissionPolicy$)
|
|
256
|
+
.sc(schemas_0.DeletePermissionPolicy$)
|
|
2742
257
|
.build() {
|
|
2743
258
|
}
|
|
2744
259
|
|
|
@@ -2750,7 +265,7 @@ class DeleteRegexPatternSetCommand extends smithyClient.Command
|
|
|
2750
265
|
})
|
|
2751
266
|
.s("AWSWAF_20190729", "DeleteRegexPatternSet", {})
|
|
2752
267
|
.n("WAFV2Client", "DeleteRegexPatternSetCommand")
|
|
2753
|
-
.sc(DeleteRegexPatternSet$)
|
|
268
|
+
.sc(schemas_0.DeleteRegexPatternSet$)
|
|
2754
269
|
.build() {
|
|
2755
270
|
}
|
|
2756
271
|
|
|
@@ -2762,7 +277,7 @@ class DeleteRuleGroupCommand extends smithyClient.Command
|
|
|
2762
277
|
})
|
|
2763
278
|
.s("AWSWAF_20190729", "DeleteRuleGroup", {})
|
|
2764
279
|
.n("WAFV2Client", "DeleteRuleGroupCommand")
|
|
2765
|
-
.sc(DeleteRuleGroup$)
|
|
280
|
+
.sc(schemas_0.DeleteRuleGroup$)
|
|
2766
281
|
.build() {
|
|
2767
282
|
}
|
|
2768
283
|
|
|
@@ -2774,7 +289,7 @@ class DeleteWebACLCommand extends smithyClient.Command
|
|
|
2774
289
|
})
|
|
2775
290
|
.s("AWSWAF_20190729", "DeleteWebACL", {})
|
|
2776
291
|
.n("WAFV2Client", "DeleteWebACLCommand")
|
|
2777
|
-
.sc(DeleteWebACL$)
|
|
292
|
+
.sc(schemas_0.DeleteWebACL$)
|
|
2778
293
|
.build() {
|
|
2779
294
|
}
|
|
2780
295
|
|
|
@@ -2786,7 +301,7 @@ class DescribeAllManagedProductsCommand extends smithyClient.Command
|
|
|
2786
301
|
})
|
|
2787
302
|
.s("AWSWAF_20190729", "DescribeAllManagedProducts", {})
|
|
2788
303
|
.n("WAFV2Client", "DescribeAllManagedProductsCommand")
|
|
2789
|
-
.sc(DescribeAllManagedProducts$)
|
|
304
|
+
.sc(schemas_0.DescribeAllManagedProducts$)
|
|
2790
305
|
.build() {
|
|
2791
306
|
}
|
|
2792
307
|
|
|
@@ -2798,7 +313,7 @@ class DescribeManagedProductsByVendorCommand extends smithyClient.Command
|
|
|
2798
313
|
})
|
|
2799
314
|
.s("AWSWAF_20190729", "DescribeManagedProductsByVendor", {})
|
|
2800
315
|
.n("WAFV2Client", "DescribeManagedProductsByVendorCommand")
|
|
2801
|
-
.sc(DescribeManagedProductsByVendor$)
|
|
316
|
+
.sc(schemas_0.DescribeManagedProductsByVendor$)
|
|
2802
317
|
.build() {
|
|
2803
318
|
}
|
|
2804
319
|
|
|
@@ -2810,7 +325,7 @@ class DescribeManagedRuleGroupCommand extends smithyClient.Command
|
|
|
2810
325
|
})
|
|
2811
326
|
.s("AWSWAF_20190729", "DescribeManagedRuleGroup", {})
|
|
2812
327
|
.n("WAFV2Client", "DescribeManagedRuleGroupCommand")
|
|
2813
|
-
.sc(DescribeManagedRuleGroup$)
|
|
328
|
+
.sc(schemas_0.DescribeManagedRuleGroup$)
|
|
2814
329
|
.build() {
|
|
2815
330
|
}
|
|
2816
331
|
|
|
@@ -2822,7 +337,7 @@ class DisassociateWebACLCommand extends smithyClient.Command
|
|
|
2822
337
|
})
|
|
2823
338
|
.s("AWSWAF_20190729", "DisassociateWebACL", {})
|
|
2824
339
|
.n("WAFV2Client", "DisassociateWebACLCommand")
|
|
2825
|
-
.sc(DisassociateWebACL$)
|
|
340
|
+
.sc(schemas_0.DisassociateWebACL$)
|
|
2826
341
|
.build() {
|
|
2827
342
|
}
|
|
2828
343
|
|
|
@@ -2834,7 +349,7 @@ class GenerateMobileSdkReleaseUrlCommand extends smithyClient.Command
|
|
|
2834
349
|
})
|
|
2835
350
|
.s("AWSWAF_20190729", "GenerateMobileSdkReleaseUrl", {})
|
|
2836
351
|
.n("WAFV2Client", "GenerateMobileSdkReleaseUrlCommand")
|
|
2837
|
-
.sc(GenerateMobileSdkReleaseUrl$)
|
|
352
|
+
.sc(schemas_0.GenerateMobileSdkReleaseUrl$)
|
|
2838
353
|
.build() {
|
|
2839
354
|
}
|
|
2840
355
|
|
|
@@ -2846,7 +361,7 @@ class GetDecryptedAPIKeyCommand extends smithyClient.Command
|
|
|
2846
361
|
})
|
|
2847
362
|
.s("AWSWAF_20190729", "GetDecryptedAPIKey", {})
|
|
2848
363
|
.n("WAFV2Client", "GetDecryptedAPIKeyCommand")
|
|
2849
|
-
.sc(GetDecryptedAPIKey$)
|
|
364
|
+
.sc(schemas_0.GetDecryptedAPIKey$)
|
|
2850
365
|
.build() {
|
|
2851
366
|
}
|
|
2852
367
|
|
|
@@ -2858,7 +373,7 @@ class GetIPSetCommand extends smithyClient.Command
|
|
|
2858
373
|
})
|
|
2859
374
|
.s("AWSWAF_20190729", "GetIPSet", {})
|
|
2860
375
|
.n("WAFV2Client", "GetIPSetCommand")
|
|
2861
|
-
.sc(GetIPSet$)
|
|
376
|
+
.sc(schemas_0.GetIPSet$)
|
|
2862
377
|
.build() {
|
|
2863
378
|
}
|
|
2864
379
|
|
|
@@ -2870,7 +385,7 @@ class GetLoggingConfigurationCommand extends smithyClient.Command
|
|
|
2870
385
|
})
|
|
2871
386
|
.s("AWSWAF_20190729", "GetLoggingConfiguration", {})
|
|
2872
387
|
.n("WAFV2Client", "GetLoggingConfigurationCommand")
|
|
2873
|
-
.sc(GetLoggingConfiguration$)
|
|
388
|
+
.sc(schemas_0.GetLoggingConfiguration$)
|
|
2874
389
|
.build() {
|
|
2875
390
|
}
|
|
2876
391
|
|
|
@@ -2882,7 +397,7 @@ class GetManagedRuleSetCommand extends smithyClient.Command
|
|
|
2882
397
|
})
|
|
2883
398
|
.s("AWSWAF_20190729", "GetManagedRuleSet", {})
|
|
2884
399
|
.n("WAFV2Client", "GetManagedRuleSetCommand")
|
|
2885
|
-
.sc(GetManagedRuleSet$)
|
|
400
|
+
.sc(schemas_0.GetManagedRuleSet$)
|
|
2886
401
|
.build() {
|
|
2887
402
|
}
|
|
2888
403
|
|
|
@@ -2894,7 +409,7 @@ class GetMobileSdkReleaseCommand extends smithyClient.Command
|
|
|
2894
409
|
})
|
|
2895
410
|
.s("AWSWAF_20190729", "GetMobileSdkRelease", {})
|
|
2896
411
|
.n("WAFV2Client", "GetMobileSdkReleaseCommand")
|
|
2897
|
-
.sc(GetMobileSdkRelease$)
|
|
412
|
+
.sc(schemas_0.GetMobileSdkRelease$)
|
|
2898
413
|
.build() {
|
|
2899
414
|
}
|
|
2900
415
|
|
|
@@ -2906,7 +421,7 @@ class GetPermissionPolicyCommand extends smithyClient.Command
|
|
|
2906
421
|
})
|
|
2907
422
|
.s("AWSWAF_20190729", "GetPermissionPolicy", {})
|
|
2908
423
|
.n("WAFV2Client", "GetPermissionPolicyCommand")
|
|
2909
|
-
.sc(GetPermissionPolicy$)
|
|
424
|
+
.sc(schemas_0.GetPermissionPolicy$)
|
|
2910
425
|
.build() {
|
|
2911
426
|
}
|
|
2912
427
|
|
|
@@ -2918,7 +433,7 @@ class GetRateBasedStatementManagedKeysCommand extends smithyClient.Command
|
|
|
2918
433
|
})
|
|
2919
434
|
.s("AWSWAF_20190729", "GetRateBasedStatementManagedKeys", {})
|
|
2920
435
|
.n("WAFV2Client", "GetRateBasedStatementManagedKeysCommand")
|
|
2921
|
-
.sc(GetRateBasedStatementManagedKeys$)
|
|
436
|
+
.sc(schemas_0.GetRateBasedStatementManagedKeys$)
|
|
2922
437
|
.build() {
|
|
2923
438
|
}
|
|
2924
439
|
|
|
@@ -2930,7 +445,7 @@ class GetRegexPatternSetCommand extends smithyClient.Command
|
|
|
2930
445
|
})
|
|
2931
446
|
.s("AWSWAF_20190729", "GetRegexPatternSet", {})
|
|
2932
447
|
.n("WAFV2Client", "GetRegexPatternSetCommand")
|
|
2933
|
-
.sc(GetRegexPatternSet$)
|
|
448
|
+
.sc(schemas_0.GetRegexPatternSet$)
|
|
2934
449
|
.build() {
|
|
2935
450
|
}
|
|
2936
451
|
|
|
@@ -2942,7 +457,7 @@ class GetRuleGroupCommand extends smithyClient.Command
|
|
|
2942
457
|
})
|
|
2943
458
|
.s("AWSWAF_20190729", "GetRuleGroup", {})
|
|
2944
459
|
.n("WAFV2Client", "GetRuleGroupCommand")
|
|
2945
|
-
.sc(GetRuleGroup$)
|
|
460
|
+
.sc(schemas_0.GetRuleGroup$)
|
|
2946
461
|
.build() {
|
|
2947
462
|
}
|
|
2948
463
|
|
|
@@ -2954,7 +469,7 @@ class GetSampledRequestsCommand extends smithyClient.Command
|
|
|
2954
469
|
})
|
|
2955
470
|
.s("AWSWAF_20190729", "GetSampledRequests", {})
|
|
2956
471
|
.n("WAFV2Client", "GetSampledRequestsCommand")
|
|
2957
|
-
.sc(GetSampledRequests$)
|
|
472
|
+
.sc(schemas_0.GetSampledRequests$)
|
|
2958
473
|
.build() {
|
|
2959
474
|
}
|
|
2960
475
|
|
|
@@ -2966,7 +481,7 @@ class GetWebACLCommand extends smithyClient.Command
|
|
|
2966
481
|
})
|
|
2967
482
|
.s("AWSWAF_20190729", "GetWebACL", {})
|
|
2968
483
|
.n("WAFV2Client", "GetWebACLCommand")
|
|
2969
|
-
.sc(GetWebACL$)
|
|
484
|
+
.sc(schemas_0.GetWebACL$)
|
|
2970
485
|
.build() {
|
|
2971
486
|
}
|
|
2972
487
|
|
|
@@ -2978,7 +493,7 @@ class GetWebACLForResourceCommand extends smithyClient.Command
|
|
|
2978
493
|
})
|
|
2979
494
|
.s("AWSWAF_20190729", "GetWebACLForResource", {})
|
|
2980
495
|
.n("WAFV2Client", "GetWebACLForResourceCommand")
|
|
2981
|
-
.sc(GetWebACLForResource$)
|
|
496
|
+
.sc(schemas_0.GetWebACLForResource$)
|
|
2982
497
|
.build() {
|
|
2983
498
|
}
|
|
2984
499
|
|
|
@@ -2990,7 +505,7 @@ class ListAPIKeysCommand extends smithyClient.Command
|
|
|
2990
505
|
})
|
|
2991
506
|
.s("AWSWAF_20190729", "ListAPIKeys", {})
|
|
2992
507
|
.n("WAFV2Client", "ListAPIKeysCommand")
|
|
2993
|
-
.sc(ListAPIKeys$)
|
|
508
|
+
.sc(schemas_0.ListAPIKeys$)
|
|
2994
509
|
.build() {
|
|
2995
510
|
}
|
|
2996
511
|
|
|
@@ -3002,7 +517,7 @@ class ListAvailableManagedRuleGroupsCommand extends smithyClient.Command
|
|
|
3002
517
|
})
|
|
3003
518
|
.s("AWSWAF_20190729", "ListAvailableManagedRuleGroups", {})
|
|
3004
519
|
.n("WAFV2Client", "ListAvailableManagedRuleGroupsCommand")
|
|
3005
|
-
.sc(ListAvailableManagedRuleGroups$)
|
|
520
|
+
.sc(schemas_0.ListAvailableManagedRuleGroups$)
|
|
3006
521
|
.build() {
|
|
3007
522
|
}
|
|
3008
523
|
|
|
@@ -3014,7 +529,7 @@ class ListAvailableManagedRuleGroupVersionsCommand extends smithyClient.Command
|
|
|
3014
529
|
})
|
|
3015
530
|
.s("AWSWAF_20190729", "ListAvailableManagedRuleGroupVersions", {})
|
|
3016
531
|
.n("WAFV2Client", "ListAvailableManagedRuleGroupVersionsCommand")
|
|
3017
|
-
.sc(ListAvailableManagedRuleGroupVersions$)
|
|
532
|
+
.sc(schemas_0.ListAvailableManagedRuleGroupVersions$)
|
|
3018
533
|
.build() {
|
|
3019
534
|
}
|
|
3020
535
|
|
|
@@ -3026,7 +541,7 @@ class ListIPSetsCommand extends smithyClient.Command
|
|
|
3026
541
|
})
|
|
3027
542
|
.s("AWSWAF_20190729", "ListIPSets", {})
|
|
3028
543
|
.n("WAFV2Client", "ListIPSetsCommand")
|
|
3029
|
-
.sc(ListIPSets$)
|
|
544
|
+
.sc(schemas_0.ListIPSets$)
|
|
3030
545
|
.build() {
|
|
3031
546
|
}
|
|
3032
547
|
|
|
@@ -3038,7 +553,7 @@ class ListLoggingConfigurationsCommand extends smithyClient.Command
|
|
|
3038
553
|
})
|
|
3039
554
|
.s("AWSWAF_20190729", "ListLoggingConfigurations", {})
|
|
3040
555
|
.n("WAFV2Client", "ListLoggingConfigurationsCommand")
|
|
3041
|
-
.sc(ListLoggingConfigurations$)
|
|
556
|
+
.sc(schemas_0.ListLoggingConfigurations$)
|
|
3042
557
|
.build() {
|
|
3043
558
|
}
|
|
3044
559
|
|
|
@@ -3050,7 +565,7 @@ class ListManagedRuleSetsCommand extends smithyClient.Command
|
|
|
3050
565
|
})
|
|
3051
566
|
.s("AWSWAF_20190729", "ListManagedRuleSets", {})
|
|
3052
567
|
.n("WAFV2Client", "ListManagedRuleSetsCommand")
|
|
3053
|
-
.sc(ListManagedRuleSets$)
|
|
568
|
+
.sc(schemas_0.ListManagedRuleSets$)
|
|
3054
569
|
.build() {
|
|
3055
570
|
}
|
|
3056
571
|
|
|
@@ -3062,7 +577,7 @@ class ListMobileSdkReleasesCommand extends smithyClient.Command
|
|
|
3062
577
|
})
|
|
3063
578
|
.s("AWSWAF_20190729", "ListMobileSdkReleases", {})
|
|
3064
579
|
.n("WAFV2Client", "ListMobileSdkReleasesCommand")
|
|
3065
|
-
.sc(ListMobileSdkReleases$)
|
|
580
|
+
.sc(schemas_0.ListMobileSdkReleases$)
|
|
3066
581
|
.build() {
|
|
3067
582
|
}
|
|
3068
583
|
|
|
@@ -3074,7 +589,7 @@ class ListRegexPatternSetsCommand extends smithyClient.Command
|
|
|
3074
589
|
})
|
|
3075
590
|
.s("AWSWAF_20190729", "ListRegexPatternSets", {})
|
|
3076
591
|
.n("WAFV2Client", "ListRegexPatternSetsCommand")
|
|
3077
|
-
.sc(ListRegexPatternSets$)
|
|
592
|
+
.sc(schemas_0.ListRegexPatternSets$)
|
|
3078
593
|
.build() {
|
|
3079
594
|
}
|
|
3080
595
|
|
|
@@ -3086,7 +601,7 @@ class ListResourcesForWebACLCommand extends smithyClient.Command
|
|
|
3086
601
|
})
|
|
3087
602
|
.s("AWSWAF_20190729", "ListResourcesForWebACL", {})
|
|
3088
603
|
.n("WAFV2Client", "ListResourcesForWebACLCommand")
|
|
3089
|
-
.sc(ListResourcesForWebACL$)
|
|
604
|
+
.sc(schemas_0.ListResourcesForWebACL$)
|
|
3090
605
|
.build() {
|
|
3091
606
|
}
|
|
3092
607
|
|
|
@@ -3098,7 +613,7 @@ class ListRuleGroupsCommand extends smithyClient.Command
|
|
|
3098
613
|
})
|
|
3099
614
|
.s("AWSWAF_20190729", "ListRuleGroups", {})
|
|
3100
615
|
.n("WAFV2Client", "ListRuleGroupsCommand")
|
|
3101
|
-
.sc(ListRuleGroups$)
|
|
616
|
+
.sc(schemas_0.ListRuleGroups$)
|
|
3102
617
|
.build() {
|
|
3103
618
|
}
|
|
3104
619
|
|
|
@@ -3110,7 +625,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
3110
625
|
})
|
|
3111
626
|
.s("AWSWAF_20190729", "ListTagsForResource", {})
|
|
3112
627
|
.n("WAFV2Client", "ListTagsForResourceCommand")
|
|
3113
|
-
.sc(ListTagsForResource$)
|
|
628
|
+
.sc(schemas_0.ListTagsForResource$)
|
|
3114
629
|
.build() {
|
|
3115
630
|
}
|
|
3116
631
|
|
|
@@ -3122,7 +637,7 @@ class ListWebACLsCommand extends smithyClient.Command
|
|
|
3122
637
|
})
|
|
3123
638
|
.s("AWSWAF_20190729", "ListWebACLs", {})
|
|
3124
639
|
.n("WAFV2Client", "ListWebACLsCommand")
|
|
3125
|
-
.sc(ListWebACLs$)
|
|
640
|
+
.sc(schemas_0.ListWebACLs$)
|
|
3126
641
|
.build() {
|
|
3127
642
|
}
|
|
3128
643
|
|
|
@@ -3134,7 +649,7 @@ class PutLoggingConfigurationCommand extends smithyClient.Command
|
|
|
3134
649
|
})
|
|
3135
650
|
.s("AWSWAF_20190729", "PutLoggingConfiguration", {})
|
|
3136
651
|
.n("WAFV2Client", "PutLoggingConfigurationCommand")
|
|
3137
|
-
.sc(PutLoggingConfiguration$)
|
|
652
|
+
.sc(schemas_0.PutLoggingConfiguration$)
|
|
3138
653
|
.build() {
|
|
3139
654
|
}
|
|
3140
655
|
|
|
@@ -3146,7 +661,7 @@ class PutManagedRuleSetVersionsCommand extends smithyClient.Command
|
|
|
3146
661
|
})
|
|
3147
662
|
.s("AWSWAF_20190729", "PutManagedRuleSetVersions", {})
|
|
3148
663
|
.n("WAFV2Client", "PutManagedRuleSetVersionsCommand")
|
|
3149
|
-
.sc(PutManagedRuleSetVersions$)
|
|
664
|
+
.sc(schemas_0.PutManagedRuleSetVersions$)
|
|
3150
665
|
.build() {
|
|
3151
666
|
}
|
|
3152
667
|
|
|
@@ -3158,7 +673,7 @@ class PutPermissionPolicyCommand extends smithyClient.Command
|
|
|
3158
673
|
})
|
|
3159
674
|
.s("AWSWAF_20190729", "PutPermissionPolicy", {})
|
|
3160
675
|
.n("WAFV2Client", "PutPermissionPolicyCommand")
|
|
3161
|
-
.sc(PutPermissionPolicy$)
|
|
676
|
+
.sc(schemas_0.PutPermissionPolicy$)
|
|
3162
677
|
.build() {
|
|
3163
678
|
}
|
|
3164
679
|
|
|
@@ -3170,7 +685,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
3170
685
|
})
|
|
3171
686
|
.s("AWSWAF_20190729", "TagResource", {})
|
|
3172
687
|
.n("WAFV2Client", "TagResourceCommand")
|
|
3173
|
-
.sc(TagResource$)
|
|
688
|
+
.sc(schemas_0.TagResource$)
|
|
3174
689
|
.build() {
|
|
3175
690
|
}
|
|
3176
691
|
|
|
@@ -3182,7 +697,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
3182
697
|
})
|
|
3183
698
|
.s("AWSWAF_20190729", "UntagResource", {})
|
|
3184
699
|
.n("WAFV2Client", "UntagResourceCommand")
|
|
3185
|
-
.sc(UntagResource$)
|
|
700
|
+
.sc(schemas_0.UntagResource$)
|
|
3186
701
|
.build() {
|
|
3187
702
|
}
|
|
3188
703
|
|
|
@@ -3194,7 +709,7 @@ class UpdateIPSetCommand extends smithyClient.Command
|
|
|
3194
709
|
})
|
|
3195
710
|
.s("AWSWAF_20190729", "UpdateIPSet", {})
|
|
3196
711
|
.n("WAFV2Client", "UpdateIPSetCommand")
|
|
3197
|
-
.sc(UpdateIPSet$)
|
|
712
|
+
.sc(schemas_0.UpdateIPSet$)
|
|
3198
713
|
.build() {
|
|
3199
714
|
}
|
|
3200
715
|
|
|
@@ -3206,7 +721,7 @@ class UpdateManagedRuleSetVersionExpiryDateCommand extends smithyClient.Command
|
|
|
3206
721
|
})
|
|
3207
722
|
.s("AWSWAF_20190729", "UpdateManagedRuleSetVersionExpiryDate", {})
|
|
3208
723
|
.n("WAFV2Client", "UpdateManagedRuleSetVersionExpiryDateCommand")
|
|
3209
|
-
.sc(UpdateManagedRuleSetVersionExpiryDate$)
|
|
724
|
+
.sc(schemas_0.UpdateManagedRuleSetVersionExpiryDate$)
|
|
3210
725
|
.build() {
|
|
3211
726
|
}
|
|
3212
727
|
|
|
@@ -3218,7 +733,7 @@ class UpdateRegexPatternSetCommand extends smithyClient.Command
|
|
|
3218
733
|
})
|
|
3219
734
|
.s("AWSWAF_20190729", "UpdateRegexPatternSet", {})
|
|
3220
735
|
.n("WAFV2Client", "UpdateRegexPatternSetCommand")
|
|
3221
|
-
.sc(UpdateRegexPatternSet$)
|
|
736
|
+
.sc(schemas_0.UpdateRegexPatternSet$)
|
|
3222
737
|
.build() {
|
|
3223
738
|
}
|
|
3224
739
|
|
|
@@ -3230,7 +745,7 @@ class UpdateRuleGroupCommand extends smithyClient.Command
|
|
|
3230
745
|
})
|
|
3231
746
|
.s("AWSWAF_20190729", "UpdateRuleGroup", {})
|
|
3232
747
|
.n("WAFV2Client", "UpdateRuleGroupCommand")
|
|
3233
|
-
.sc(UpdateRuleGroup$)
|
|
748
|
+
.sc(schemas_0.UpdateRuleGroup$)
|
|
3234
749
|
.build() {
|
|
3235
750
|
}
|
|
3236
751
|
|
|
@@ -3242,7 +757,7 @@ class UpdateWebACLCommand extends smithyClient.Command
|
|
|
3242
757
|
})
|
|
3243
758
|
.s("AWSWAF_20190729", "UpdateWebACL", {})
|
|
3244
759
|
.n("WAFV2Client", "UpdateWebACLCommand")
|
|
3245
|
-
.sc(UpdateWebACL$)
|
|
760
|
+
.sc(schemas_0.UpdateWebACL$)
|
|
3246
761
|
.build() {
|
|
3247
762
|
}
|
|
3248
763
|
|
|
@@ -3823,436 +1338,109 @@ Object.defineProperty(exports, "__Client", {
|
|
|
3823
1338
|
enumerable: true,
|
|
3824
1339
|
get: function () { return smithyClient.Client; }
|
|
3825
1340
|
});
|
|
3826
|
-
exports
|
|
3827
|
-
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
exports.AWSManagedRulesBotControlRuleSet$ = AWSManagedRulesBotControlRuleSet$;
|
|
3831
|
-
exports.ActionCondition$ = ActionCondition$;
|
|
1341
|
+
Object.defineProperty(exports, "WAFV2ServiceException", {
|
|
1342
|
+
enumerable: true,
|
|
1343
|
+
get: function () { return WAFV2ServiceException.WAFV2ServiceException; }
|
|
1344
|
+
});
|
|
3832
1345
|
exports.ActionValue = ActionValue;
|
|
3833
|
-
exports.AddressField$ = AddressField$;
|
|
3834
|
-
exports.All$ = All$;
|
|
3835
|
-
exports.AllQueryArguments$ = AllQueryArguments$;
|
|
3836
|
-
exports.AllowAction$ = AllowAction$;
|
|
3837
|
-
exports.AndStatement$ = AndStatement$;
|
|
3838
|
-
exports.ApplicationAttribute$ = ApplicationAttribute$;
|
|
3839
|
-
exports.ApplicationConfig$ = ApplicationConfig$;
|
|
3840
|
-
exports.AsnMatchStatement$ = AsnMatchStatement$;
|
|
3841
|
-
exports.AssociateWebACL$ = AssociateWebACL$;
|
|
3842
1346
|
exports.AssociateWebACLCommand = AssociateWebACLCommand;
|
|
3843
|
-
exports.AssociateWebACLRequest$ = AssociateWebACLRequest$;
|
|
3844
|
-
exports.AssociateWebACLResponse$ = AssociateWebACLResponse$;
|
|
3845
1347
|
exports.AssociatedResourceType = AssociatedResourceType;
|
|
3846
|
-
exports.AssociationConfig$ = AssociationConfig$;
|
|
3847
|
-
exports.BlockAction$ = BlockAction$;
|
|
3848
|
-
exports.Body$ = Body$;
|
|
3849
1348
|
exports.BodyParsingFallbackBehavior = BodyParsingFallbackBehavior;
|
|
3850
|
-
exports.ByteMatchStatement$ = ByteMatchStatement$;
|
|
3851
|
-
exports.CaptchaAction$ = CaptchaAction$;
|
|
3852
|
-
exports.CaptchaConfig$ = CaptchaConfig$;
|
|
3853
|
-
exports.CaptchaResponse$ = CaptchaResponse$;
|
|
3854
|
-
exports.ChallengeAction$ = ChallengeAction$;
|
|
3855
|
-
exports.ChallengeConfig$ = ChallengeConfig$;
|
|
3856
|
-
exports.ChallengeResponse$ = ChallengeResponse$;
|
|
3857
|
-
exports.CheckCapacity$ = CheckCapacity$;
|
|
3858
1349
|
exports.CheckCapacityCommand = CheckCapacityCommand;
|
|
3859
|
-
exports.CheckCapacityRequest$ = CheckCapacityRequest$;
|
|
3860
|
-
exports.CheckCapacityResponse$ = CheckCapacityResponse$;
|
|
3861
|
-
exports.ClientSideAction$ = ClientSideAction$;
|
|
3862
|
-
exports.ClientSideActionConfig$ = ClientSideActionConfig$;
|
|
3863
1350
|
exports.ComparisonOperator = ComparisonOperator;
|
|
3864
|
-
exports.Condition$ = Condition$;
|
|
3865
|
-
exports.CookieMatchPattern$ = CookieMatchPattern$;
|
|
3866
|
-
exports.Cookies$ = Cookies$;
|
|
3867
|
-
exports.CountAction$ = CountAction$;
|
|
3868
1351
|
exports.CountryCode = CountryCode;
|
|
3869
|
-
exports.CreateAPIKey$ = CreateAPIKey$;
|
|
3870
1352
|
exports.CreateAPIKeyCommand = CreateAPIKeyCommand;
|
|
3871
|
-
exports.CreateAPIKeyRequest$ = CreateAPIKeyRequest$;
|
|
3872
|
-
exports.CreateAPIKeyResponse$ = CreateAPIKeyResponse$;
|
|
3873
|
-
exports.CreateIPSet$ = CreateIPSet$;
|
|
3874
1353
|
exports.CreateIPSetCommand = CreateIPSetCommand;
|
|
3875
|
-
exports.CreateIPSetRequest$ = CreateIPSetRequest$;
|
|
3876
|
-
exports.CreateIPSetResponse$ = CreateIPSetResponse$;
|
|
3877
|
-
exports.CreateRegexPatternSet$ = CreateRegexPatternSet$;
|
|
3878
1354
|
exports.CreateRegexPatternSetCommand = CreateRegexPatternSetCommand;
|
|
3879
|
-
exports.CreateRegexPatternSetRequest$ = CreateRegexPatternSetRequest$;
|
|
3880
|
-
exports.CreateRegexPatternSetResponse$ = CreateRegexPatternSetResponse$;
|
|
3881
|
-
exports.CreateRuleGroup$ = CreateRuleGroup$;
|
|
3882
1355
|
exports.CreateRuleGroupCommand = CreateRuleGroupCommand;
|
|
3883
|
-
exports.CreateRuleGroupRequest$ = CreateRuleGroupRequest$;
|
|
3884
|
-
exports.CreateRuleGroupResponse$ = CreateRuleGroupResponse$;
|
|
3885
|
-
exports.CreateWebACL$ = CreateWebACL$;
|
|
3886
1356
|
exports.CreateWebACLCommand = CreateWebACLCommand;
|
|
3887
|
-
exports.CreateWebACLRequest$ = CreateWebACLRequest$;
|
|
3888
|
-
exports.CreateWebACLResponse$ = CreateWebACLResponse$;
|
|
3889
|
-
exports.CustomHTTPHeader$ = CustomHTTPHeader$;
|
|
3890
|
-
exports.CustomRequestHandling$ = CustomRequestHandling$;
|
|
3891
|
-
exports.CustomResponse$ = CustomResponse$;
|
|
3892
|
-
exports.CustomResponseBody$ = CustomResponseBody$;
|
|
3893
|
-
exports.DataProtection$ = DataProtection$;
|
|
3894
1357
|
exports.DataProtectionAction = DataProtectionAction;
|
|
3895
|
-
exports.DataProtectionConfig$ = DataProtectionConfig$;
|
|
3896
|
-
exports.DefaultAction$ = DefaultAction$;
|
|
3897
|
-
exports.DeleteAPIKey$ = DeleteAPIKey$;
|
|
3898
1358
|
exports.DeleteAPIKeyCommand = DeleteAPIKeyCommand;
|
|
3899
|
-
exports.DeleteAPIKeyRequest$ = DeleteAPIKeyRequest$;
|
|
3900
|
-
exports.DeleteAPIKeyResponse$ = DeleteAPIKeyResponse$;
|
|
3901
|
-
exports.DeleteFirewallManagerRuleGroups$ = DeleteFirewallManagerRuleGroups$;
|
|
3902
1359
|
exports.DeleteFirewallManagerRuleGroupsCommand = DeleteFirewallManagerRuleGroupsCommand;
|
|
3903
|
-
exports.DeleteFirewallManagerRuleGroupsRequest$ = DeleteFirewallManagerRuleGroupsRequest$;
|
|
3904
|
-
exports.DeleteFirewallManagerRuleGroupsResponse$ = DeleteFirewallManagerRuleGroupsResponse$;
|
|
3905
|
-
exports.DeleteIPSet$ = DeleteIPSet$;
|
|
3906
1360
|
exports.DeleteIPSetCommand = DeleteIPSetCommand;
|
|
3907
|
-
exports.DeleteIPSetRequest$ = DeleteIPSetRequest$;
|
|
3908
|
-
exports.DeleteIPSetResponse$ = DeleteIPSetResponse$;
|
|
3909
|
-
exports.DeleteLoggingConfiguration$ = DeleteLoggingConfiguration$;
|
|
3910
1361
|
exports.DeleteLoggingConfigurationCommand = DeleteLoggingConfigurationCommand;
|
|
3911
|
-
exports.DeleteLoggingConfigurationRequest$ = DeleteLoggingConfigurationRequest$;
|
|
3912
|
-
exports.DeleteLoggingConfigurationResponse$ = DeleteLoggingConfigurationResponse$;
|
|
3913
|
-
exports.DeletePermissionPolicy$ = DeletePermissionPolicy$;
|
|
3914
1362
|
exports.DeletePermissionPolicyCommand = DeletePermissionPolicyCommand;
|
|
3915
|
-
exports.DeletePermissionPolicyRequest$ = DeletePermissionPolicyRequest$;
|
|
3916
|
-
exports.DeletePermissionPolicyResponse$ = DeletePermissionPolicyResponse$;
|
|
3917
|
-
exports.DeleteRegexPatternSet$ = DeleteRegexPatternSet$;
|
|
3918
1363
|
exports.DeleteRegexPatternSetCommand = DeleteRegexPatternSetCommand;
|
|
3919
|
-
exports.DeleteRegexPatternSetRequest$ = DeleteRegexPatternSetRequest$;
|
|
3920
|
-
exports.DeleteRegexPatternSetResponse$ = DeleteRegexPatternSetResponse$;
|
|
3921
|
-
exports.DeleteRuleGroup$ = DeleteRuleGroup$;
|
|
3922
1364
|
exports.DeleteRuleGroupCommand = DeleteRuleGroupCommand;
|
|
3923
|
-
exports.DeleteRuleGroupRequest$ = DeleteRuleGroupRequest$;
|
|
3924
|
-
exports.DeleteRuleGroupResponse$ = DeleteRuleGroupResponse$;
|
|
3925
|
-
exports.DeleteWebACL$ = DeleteWebACL$;
|
|
3926
1365
|
exports.DeleteWebACLCommand = DeleteWebACLCommand;
|
|
3927
|
-
exports.DeleteWebACLRequest$ = DeleteWebACLRequest$;
|
|
3928
|
-
exports.DeleteWebACLResponse$ = DeleteWebACLResponse$;
|
|
3929
|
-
exports.DescribeAllManagedProducts$ = DescribeAllManagedProducts$;
|
|
3930
1366
|
exports.DescribeAllManagedProductsCommand = DescribeAllManagedProductsCommand;
|
|
3931
|
-
exports.DescribeAllManagedProductsRequest$ = DescribeAllManagedProductsRequest$;
|
|
3932
|
-
exports.DescribeAllManagedProductsResponse$ = DescribeAllManagedProductsResponse$;
|
|
3933
|
-
exports.DescribeManagedProductsByVendor$ = DescribeManagedProductsByVendor$;
|
|
3934
1367
|
exports.DescribeManagedProductsByVendorCommand = DescribeManagedProductsByVendorCommand;
|
|
3935
|
-
exports.DescribeManagedProductsByVendorRequest$ = DescribeManagedProductsByVendorRequest$;
|
|
3936
|
-
exports.DescribeManagedProductsByVendorResponse$ = DescribeManagedProductsByVendorResponse$;
|
|
3937
|
-
exports.DescribeManagedRuleGroup$ = DescribeManagedRuleGroup$;
|
|
3938
1368
|
exports.DescribeManagedRuleGroupCommand = DescribeManagedRuleGroupCommand;
|
|
3939
|
-
exports.DescribeManagedRuleGroupRequest$ = DescribeManagedRuleGroupRequest$;
|
|
3940
|
-
exports.DescribeManagedRuleGroupResponse$ = DescribeManagedRuleGroupResponse$;
|
|
3941
|
-
exports.DisallowedFeature$ = DisallowedFeature$;
|
|
3942
|
-
exports.DisassociateWebACL$ = DisassociateWebACL$;
|
|
3943
1369
|
exports.DisassociateWebACLCommand = DisassociateWebACLCommand;
|
|
3944
|
-
exports.DisassociateWebACLRequest$ = DisassociateWebACLRequest$;
|
|
3945
|
-
exports.DisassociateWebACLResponse$ = DisassociateWebACLResponse$;
|
|
3946
|
-
exports.EmailField$ = EmailField$;
|
|
3947
|
-
exports.ExcludedRule$ = ExcludedRule$;
|
|
3948
1370
|
exports.FailureReason = FailureReason;
|
|
3949
1371
|
exports.FallbackBehavior = FallbackBehavior;
|
|
3950
|
-
exports.FieldToMatch$ = FieldToMatch$;
|
|
3951
|
-
exports.FieldToProtect$ = FieldToProtect$;
|
|
3952
1372
|
exports.FieldToProtectType = FieldToProtectType;
|
|
3953
|
-
exports.Filter$ = Filter$;
|
|
3954
1373
|
exports.FilterBehavior = FilterBehavior;
|
|
3955
1374
|
exports.FilterRequirement = FilterRequirement;
|
|
3956
|
-
exports.FirewallManagerRuleGroup$ = FirewallManagerRuleGroup$;
|
|
3957
|
-
exports.FirewallManagerStatement$ = FirewallManagerStatement$;
|
|
3958
|
-
exports.ForwardedIPConfig$ = ForwardedIPConfig$;
|
|
3959
1375
|
exports.ForwardedIPPosition = ForwardedIPPosition;
|
|
3960
|
-
exports.GenerateMobileSdkReleaseUrl$ = GenerateMobileSdkReleaseUrl$;
|
|
3961
1376
|
exports.GenerateMobileSdkReleaseUrlCommand = GenerateMobileSdkReleaseUrlCommand;
|
|
3962
|
-
exports.GenerateMobileSdkReleaseUrlRequest$ = GenerateMobileSdkReleaseUrlRequest$;
|
|
3963
|
-
exports.GenerateMobileSdkReleaseUrlResponse$ = GenerateMobileSdkReleaseUrlResponse$;
|
|
3964
|
-
exports.GeoMatchStatement$ = GeoMatchStatement$;
|
|
3965
|
-
exports.GetDecryptedAPIKey$ = GetDecryptedAPIKey$;
|
|
3966
1377
|
exports.GetDecryptedAPIKeyCommand = GetDecryptedAPIKeyCommand;
|
|
3967
|
-
exports.GetDecryptedAPIKeyRequest$ = GetDecryptedAPIKeyRequest$;
|
|
3968
|
-
exports.GetDecryptedAPIKeyResponse$ = GetDecryptedAPIKeyResponse$;
|
|
3969
|
-
exports.GetIPSet$ = GetIPSet$;
|
|
3970
1378
|
exports.GetIPSetCommand = GetIPSetCommand;
|
|
3971
|
-
exports.GetIPSetRequest$ = GetIPSetRequest$;
|
|
3972
|
-
exports.GetIPSetResponse$ = GetIPSetResponse$;
|
|
3973
|
-
exports.GetLoggingConfiguration$ = GetLoggingConfiguration$;
|
|
3974
1379
|
exports.GetLoggingConfigurationCommand = GetLoggingConfigurationCommand;
|
|
3975
|
-
exports.GetLoggingConfigurationRequest$ = GetLoggingConfigurationRequest$;
|
|
3976
|
-
exports.GetLoggingConfigurationResponse$ = GetLoggingConfigurationResponse$;
|
|
3977
|
-
exports.GetManagedRuleSet$ = GetManagedRuleSet$;
|
|
3978
1380
|
exports.GetManagedRuleSetCommand = GetManagedRuleSetCommand;
|
|
3979
|
-
exports.GetManagedRuleSetRequest$ = GetManagedRuleSetRequest$;
|
|
3980
|
-
exports.GetManagedRuleSetResponse$ = GetManagedRuleSetResponse$;
|
|
3981
|
-
exports.GetMobileSdkRelease$ = GetMobileSdkRelease$;
|
|
3982
1381
|
exports.GetMobileSdkReleaseCommand = GetMobileSdkReleaseCommand;
|
|
3983
|
-
exports.GetMobileSdkReleaseRequest$ = GetMobileSdkReleaseRequest$;
|
|
3984
|
-
exports.GetMobileSdkReleaseResponse$ = GetMobileSdkReleaseResponse$;
|
|
3985
|
-
exports.GetPermissionPolicy$ = GetPermissionPolicy$;
|
|
3986
1382
|
exports.GetPermissionPolicyCommand = GetPermissionPolicyCommand;
|
|
3987
|
-
exports.GetPermissionPolicyRequest$ = GetPermissionPolicyRequest$;
|
|
3988
|
-
exports.GetPermissionPolicyResponse$ = GetPermissionPolicyResponse$;
|
|
3989
|
-
exports.GetRateBasedStatementManagedKeys$ = GetRateBasedStatementManagedKeys$;
|
|
3990
1383
|
exports.GetRateBasedStatementManagedKeysCommand = GetRateBasedStatementManagedKeysCommand;
|
|
3991
|
-
exports.GetRateBasedStatementManagedKeysRequest$ = GetRateBasedStatementManagedKeysRequest$;
|
|
3992
|
-
exports.GetRateBasedStatementManagedKeysResponse$ = GetRateBasedStatementManagedKeysResponse$;
|
|
3993
|
-
exports.GetRegexPatternSet$ = GetRegexPatternSet$;
|
|
3994
1384
|
exports.GetRegexPatternSetCommand = GetRegexPatternSetCommand;
|
|
3995
|
-
exports.GetRegexPatternSetRequest$ = GetRegexPatternSetRequest$;
|
|
3996
|
-
exports.GetRegexPatternSetResponse$ = GetRegexPatternSetResponse$;
|
|
3997
|
-
exports.GetRuleGroup$ = GetRuleGroup$;
|
|
3998
1385
|
exports.GetRuleGroupCommand = GetRuleGroupCommand;
|
|
3999
|
-
exports.GetRuleGroupRequest$ = GetRuleGroupRequest$;
|
|
4000
|
-
exports.GetRuleGroupResponse$ = GetRuleGroupResponse$;
|
|
4001
|
-
exports.GetSampledRequests$ = GetSampledRequests$;
|
|
4002
1386
|
exports.GetSampledRequestsCommand = GetSampledRequestsCommand;
|
|
4003
|
-
exports.GetSampledRequestsRequest$ = GetSampledRequestsRequest$;
|
|
4004
|
-
exports.GetSampledRequestsResponse$ = GetSampledRequestsResponse$;
|
|
4005
|
-
exports.GetWebACL$ = GetWebACL$;
|
|
4006
1387
|
exports.GetWebACLCommand = GetWebACLCommand;
|
|
4007
|
-
exports.GetWebACLForResource$ = GetWebACLForResource$;
|
|
4008
1388
|
exports.GetWebACLForResourceCommand = GetWebACLForResourceCommand;
|
|
4009
|
-
exports.GetWebACLForResourceRequest$ = GetWebACLForResourceRequest$;
|
|
4010
|
-
exports.GetWebACLForResourceResponse$ = GetWebACLForResourceResponse$;
|
|
4011
|
-
exports.GetWebACLRequest$ = GetWebACLRequest$;
|
|
4012
|
-
exports.GetWebACLResponse$ = GetWebACLResponse$;
|
|
4013
|
-
exports.HTTPHeader$ = HTTPHeader$;
|
|
4014
|
-
exports.HTTPRequest$ = HTTPRequest$;
|
|
4015
|
-
exports.HeaderMatchPattern$ = HeaderMatchPattern$;
|
|
4016
|
-
exports.HeaderOrder$ = HeaderOrder$;
|
|
4017
|
-
exports.Headers$ = Headers$;
|
|
4018
1389
|
exports.IPAddressVersion = IPAddressVersion;
|
|
4019
|
-
exports.IPSet$ = IPSet$;
|
|
4020
|
-
exports.IPSetForwardedIPConfig$ = IPSetForwardedIPConfig$;
|
|
4021
|
-
exports.IPSetReferenceStatement$ = IPSetReferenceStatement$;
|
|
4022
|
-
exports.IPSetSummary$ = IPSetSummary$;
|
|
4023
|
-
exports.ImmunityTimeProperty$ = ImmunityTimeProperty$;
|
|
4024
1390
|
exports.InspectionLevel = InspectionLevel;
|
|
4025
|
-
exports.JA3Fingerprint$ = JA3Fingerprint$;
|
|
4026
|
-
exports.JA4Fingerprint$ = JA4Fingerprint$;
|
|
4027
|
-
exports.JsonBody$ = JsonBody$;
|
|
4028
|
-
exports.JsonMatchPattern$ = JsonMatchPattern$;
|
|
4029
1391
|
exports.JsonMatchScope = JsonMatchScope;
|
|
4030
|
-
exports.Label$ = Label$;
|
|
4031
1392
|
exports.LabelMatchScope = LabelMatchScope;
|
|
4032
|
-
exports.LabelMatchStatement$ = LabelMatchStatement$;
|
|
4033
|
-
exports.LabelNameCondition$ = LabelNameCondition$;
|
|
4034
|
-
exports.LabelSummary$ = LabelSummary$;
|
|
4035
|
-
exports.ListAPIKeys$ = ListAPIKeys$;
|
|
4036
1393
|
exports.ListAPIKeysCommand = ListAPIKeysCommand;
|
|
4037
|
-
exports.ListAPIKeysRequest$ = ListAPIKeysRequest$;
|
|
4038
|
-
exports.ListAPIKeysResponse$ = ListAPIKeysResponse$;
|
|
4039
|
-
exports.ListAvailableManagedRuleGroupVersions$ = ListAvailableManagedRuleGroupVersions$;
|
|
4040
1394
|
exports.ListAvailableManagedRuleGroupVersionsCommand = ListAvailableManagedRuleGroupVersionsCommand;
|
|
4041
|
-
exports.ListAvailableManagedRuleGroupVersionsRequest$ = ListAvailableManagedRuleGroupVersionsRequest$;
|
|
4042
|
-
exports.ListAvailableManagedRuleGroupVersionsResponse$ = ListAvailableManagedRuleGroupVersionsResponse$;
|
|
4043
|
-
exports.ListAvailableManagedRuleGroups$ = ListAvailableManagedRuleGroups$;
|
|
4044
1395
|
exports.ListAvailableManagedRuleGroupsCommand = ListAvailableManagedRuleGroupsCommand;
|
|
4045
|
-
exports.ListAvailableManagedRuleGroupsRequest$ = ListAvailableManagedRuleGroupsRequest$;
|
|
4046
|
-
exports.ListAvailableManagedRuleGroupsResponse$ = ListAvailableManagedRuleGroupsResponse$;
|
|
4047
|
-
exports.ListIPSets$ = ListIPSets$;
|
|
4048
1396
|
exports.ListIPSetsCommand = ListIPSetsCommand;
|
|
4049
|
-
exports.ListIPSetsRequest$ = ListIPSetsRequest$;
|
|
4050
|
-
exports.ListIPSetsResponse$ = ListIPSetsResponse$;
|
|
4051
|
-
exports.ListLoggingConfigurations$ = ListLoggingConfigurations$;
|
|
4052
1397
|
exports.ListLoggingConfigurationsCommand = ListLoggingConfigurationsCommand;
|
|
4053
|
-
exports.ListLoggingConfigurationsRequest$ = ListLoggingConfigurationsRequest$;
|
|
4054
|
-
exports.ListLoggingConfigurationsResponse$ = ListLoggingConfigurationsResponse$;
|
|
4055
|
-
exports.ListManagedRuleSets$ = ListManagedRuleSets$;
|
|
4056
1398
|
exports.ListManagedRuleSetsCommand = ListManagedRuleSetsCommand;
|
|
4057
|
-
exports.ListManagedRuleSetsRequest$ = ListManagedRuleSetsRequest$;
|
|
4058
|
-
exports.ListManagedRuleSetsResponse$ = ListManagedRuleSetsResponse$;
|
|
4059
|
-
exports.ListMobileSdkReleases$ = ListMobileSdkReleases$;
|
|
4060
1399
|
exports.ListMobileSdkReleasesCommand = ListMobileSdkReleasesCommand;
|
|
4061
|
-
exports.ListMobileSdkReleasesRequest$ = ListMobileSdkReleasesRequest$;
|
|
4062
|
-
exports.ListMobileSdkReleasesResponse$ = ListMobileSdkReleasesResponse$;
|
|
4063
|
-
exports.ListRegexPatternSets$ = ListRegexPatternSets$;
|
|
4064
1400
|
exports.ListRegexPatternSetsCommand = ListRegexPatternSetsCommand;
|
|
4065
|
-
exports.ListRegexPatternSetsRequest$ = ListRegexPatternSetsRequest$;
|
|
4066
|
-
exports.ListRegexPatternSetsResponse$ = ListRegexPatternSetsResponse$;
|
|
4067
|
-
exports.ListResourcesForWebACL$ = ListResourcesForWebACL$;
|
|
4068
1401
|
exports.ListResourcesForWebACLCommand = ListResourcesForWebACLCommand;
|
|
4069
|
-
exports.ListResourcesForWebACLRequest$ = ListResourcesForWebACLRequest$;
|
|
4070
|
-
exports.ListResourcesForWebACLResponse$ = ListResourcesForWebACLResponse$;
|
|
4071
|
-
exports.ListRuleGroups$ = ListRuleGroups$;
|
|
4072
1402
|
exports.ListRuleGroupsCommand = ListRuleGroupsCommand;
|
|
4073
|
-
exports.ListRuleGroupsRequest$ = ListRuleGroupsRequest$;
|
|
4074
|
-
exports.ListRuleGroupsResponse$ = ListRuleGroupsResponse$;
|
|
4075
|
-
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
4076
1403
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
4077
|
-
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
4078
|
-
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
4079
|
-
exports.ListWebACLs$ = ListWebACLs$;
|
|
4080
1404
|
exports.ListWebACLsCommand = ListWebACLsCommand;
|
|
4081
|
-
exports.ListWebACLsRequest$ = ListWebACLsRequest$;
|
|
4082
|
-
exports.ListWebACLsResponse$ = ListWebACLsResponse$;
|
|
4083
1405
|
exports.LogScope = LogScope;
|
|
4084
1406
|
exports.LogType = LogType;
|
|
4085
|
-
exports.LoggingConfiguration$ = LoggingConfiguration$;
|
|
4086
|
-
exports.LoggingFilter$ = LoggingFilter$;
|
|
4087
1407
|
exports.LowReputationMode = LowReputationMode;
|
|
4088
|
-
exports.ManagedProductDescriptor$ = ManagedProductDescriptor$;
|
|
4089
|
-
exports.ManagedRuleGroupConfig$ = ManagedRuleGroupConfig$;
|
|
4090
|
-
exports.ManagedRuleGroupStatement$ = ManagedRuleGroupStatement$;
|
|
4091
|
-
exports.ManagedRuleGroupSummary$ = ManagedRuleGroupSummary$;
|
|
4092
|
-
exports.ManagedRuleGroupVersion$ = ManagedRuleGroupVersion$;
|
|
4093
|
-
exports.ManagedRuleSet$ = ManagedRuleSet$;
|
|
4094
|
-
exports.ManagedRuleSetSummary$ = ManagedRuleSetSummary$;
|
|
4095
|
-
exports.ManagedRuleSetVersion$ = ManagedRuleSetVersion$;
|
|
4096
1408
|
exports.MapMatchScope = MapMatchScope;
|
|
4097
|
-
exports.Method$ = Method$;
|
|
4098
|
-
exports.MobileSdkRelease$ = MobileSdkRelease$;
|
|
4099
|
-
exports.NoneAction$ = NoneAction$;
|
|
4100
|
-
exports.NotStatement$ = NotStatement$;
|
|
4101
|
-
exports.OnSourceDDoSProtectionConfig$ = OnSourceDDoSProtectionConfig$;
|
|
4102
|
-
exports.OrStatement$ = OrStatement$;
|
|
4103
|
-
exports.OverrideAction$ = OverrideAction$;
|
|
4104
1409
|
exports.OversizeHandling = OversizeHandling;
|
|
4105
1410
|
exports.ParameterExceptionField = ParameterExceptionField;
|
|
4106
|
-
exports.PasswordField$ = PasswordField$;
|
|
4107
1411
|
exports.PayloadType = PayloadType;
|
|
4108
|
-
exports.PhoneNumberField$ = PhoneNumberField$;
|
|
4109
1412
|
exports.Platform = Platform;
|
|
4110
1413
|
exports.PositionalConstraint = PositionalConstraint;
|
|
4111
|
-
exports.PutLoggingConfiguration$ = PutLoggingConfiguration$;
|
|
4112
1414
|
exports.PutLoggingConfigurationCommand = PutLoggingConfigurationCommand;
|
|
4113
|
-
exports.PutLoggingConfigurationRequest$ = PutLoggingConfigurationRequest$;
|
|
4114
|
-
exports.PutLoggingConfigurationResponse$ = PutLoggingConfigurationResponse$;
|
|
4115
|
-
exports.PutManagedRuleSetVersions$ = PutManagedRuleSetVersions$;
|
|
4116
1415
|
exports.PutManagedRuleSetVersionsCommand = PutManagedRuleSetVersionsCommand;
|
|
4117
|
-
exports.PutManagedRuleSetVersionsRequest$ = PutManagedRuleSetVersionsRequest$;
|
|
4118
|
-
exports.PutManagedRuleSetVersionsResponse$ = PutManagedRuleSetVersionsResponse$;
|
|
4119
|
-
exports.PutPermissionPolicy$ = PutPermissionPolicy$;
|
|
4120
1416
|
exports.PutPermissionPolicyCommand = PutPermissionPolicyCommand;
|
|
4121
|
-
exports.PutPermissionPolicyRequest$ = PutPermissionPolicyRequest$;
|
|
4122
|
-
exports.PutPermissionPolicyResponse$ = PutPermissionPolicyResponse$;
|
|
4123
|
-
exports.QueryString$ = QueryString$;
|
|
4124
|
-
exports.RateBasedStatement$ = RateBasedStatement$;
|
|
4125
1417
|
exports.RateBasedStatementAggregateKeyType = RateBasedStatementAggregateKeyType;
|
|
4126
|
-
exports.RateBasedStatementCustomKey$ = RateBasedStatementCustomKey$;
|
|
4127
|
-
exports.RateBasedStatementManagedKeysIPSet$ = RateBasedStatementManagedKeysIPSet$;
|
|
4128
|
-
exports.RateLimitAsn$ = RateLimitAsn$;
|
|
4129
|
-
exports.RateLimitCookie$ = RateLimitCookie$;
|
|
4130
|
-
exports.RateLimitForwardedIP$ = RateLimitForwardedIP$;
|
|
4131
|
-
exports.RateLimitHTTPMethod$ = RateLimitHTTPMethod$;
|
|
4132
|
-
exports.RateLimitHeader$ = RateLimitHeader$;
|
|
4133
|
-
exports.RateLimitIP$ = RateLimitIP$;
|
|
4134
|
-
exports.RateLimitJA3Fingerprint$ = RateLimitJA3Fingerprint$;
|
|
4135
|
-
exports.RateLimitJA4Fingerprint$ = RateLimitJA4Fingerprint$;
|
|
4136
|
-
exports.RateLimitLabelNamespace$ = RateLimitLabelNamespace$;
|
|
4137
|
-
exports.RateLimitQueryArgument$ = RateLimitQueryArgument$;
|
|
4138
|
-
exports.RateLimitQueryString$ = RateLimitQueryString$;
|
|
4139
|
-
exports.RateLimitUriPath$ = RateLimitUriPath$;
|
|
4140
|
-
exports.Regex$ = Regex$;
|
|
4141
|
-
exports.RegexMatchStatement$ = RegexMatchStatement$;
|
|
4142
|
-
exports.RegexPatternSet$ = RegexPatternSet$;
|
|
4143
|
-
exports.RegexPatternSetReferenceStatement$ = RegexPatternSetReferenceStatement$;
|
|
4144
|
-
exports.RegexPatternSetSummary$ = RegexPatternSetSummary$;
|
|
4145
|
-
exports.ReleaseSummary$ = ReleaseSummary$;
|
|
4146
|
-
exports.RequestBodyAssociatedResourceTypeConfig$ = RequestBodyAssociatedResourceTypeConfig$;
|
|
4147
|
-
exports.RequestInspection$ = RequestInspection$;
|
|
4148
|
-
exports.RequestInspectionACFP$ = RequestInspectionACFP$;
|
|
4149
1418
|
exports.ResourceType = ResourceType;
|
|
4150
1419
|
exports.ResponseContentType = ResponseContentType;
|
|
4151
|
-
exports.ResponseInspection$ = ResponseInspection$;
|
|
4152
|
-
exports.ResponseInspectionBodyContains$ = ResponseInspectionBodyContains$;
|
|
4153
|
-
exports.ResponseInspectionHeader$ = ResponseInspectionHeader$;
|
|
4154
|
-
exports.ResponseInspectionJson$ = ResponseInspectionJson$;
|
|
4155
|
-
exports.ResponseInspectionStatusCode$ = ResponseInspectionStatusCode$;
|
|
4156
|
-
exports.Rule$ = Rule$;
|
|
4157
|
-
exports.RuleAction$ = RuleAction$;
|
|
4158
|
-
exports.RuleActionOverride$ = RuleActionOverride$;
|
|
4159
|
-
exports.RuleGroup$ = RuleGroup$;
|
|
4160
|
-
exports.RuleGroupReferenceStatement$ = RuleGroupReferenceStatement$;
|
|
4161
|
-
exports.RuleGroupSummary$ = RuleGroupSummary$;
|
|
4162
|
-
exports.RuleSummary$ = RuleSummary$;
|
|
4163
|
-
exports.SampledHTTPRequest$ = SampledHTTPRequest$;
|
|
4164
1420
|
exports.Scope = Scope;
|
|
4165
1421
|
exports.SensitivityLevel = SensitivityLevel;
|
|
4166
1422
|
exports.SensitivityToAct = SensitivityToAct;
|
|
4167
|
-
exports.SingleHeader$ = SingleHeader$;
|
|
4168
|
-
exports.SingleQueryArgument$ = SingleQueryArgument$;
|
|
4169
|
-
exports.SizeConstraintStatement$ = SizeConstraintStatement$;
|
|
4170
1423
|
exports.SizeInspectionLimit = SizeInspectionLimit;
|
|
4171
|
-
exports.SqliMatchStatement$ = SqliMatchStatement$;
|
|
4172
|
-
exports.Statement$ = Statement$;
|
|
4173
|
-
exports.Tag$ = Tag$;
|
|
4174
|
-
exports.TagInfoForResource$ = TagInfoForResource$;
|
|
4175
|
-
exports.TagResource$ = TagResource$;
|
|
4176
1424
|
exports.TagResourceCommand = TagResourceCommand;
|
|
4177
|
-
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
4178
|
-
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
4179
|
-
exports.TextTransformation$ = TextTransformation$;
|
|
4180
1425
|
exports.TextTransformationType = TextTransformationType;
|
|
4181
|
-
exports.TimeWindow$ = TimeWindow$;
|
|
4182
|
-
exports.UntagResource$ = UntagResource$;
|
|
4183
1426
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
4184
|
-
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
4185
|
-
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
4186
|
-
exports.UpdateIPSet$ = UpdateIPSet$;
|
|
4187
1427
|
exports.UpdateIPSetCommand = UpdateIPSetCommand;
|
|
4188
|
-
exports.UpdateIPSetRequest$ = UpdateIPSetRequest$;
|
|
4189
|
-
exports.UpdateIPSetResponse$ = UpdateIPSetResponse$;
|
|
4190
|
-
exports.UpdateManagedRuleSetVersionExpiryDate$ = UpdateManagedRuleSetVersionExpiryDate$;
|
|
4191
1428
|
exports.UpdateManagedRuleSetVersionExpiryDateCommand = UpdateManagedRuleSetVersionExpiryDateCommand;
|
|
4192
|
-
exports.UpdateManagedRuleSetVersionExpiryDateRequest$ = UpdateManagedRuleSetVersionExpiryDateRequest$;
|
|
4193
|
-
exports.UpdateManagedRuleSetVersionExpiryDateResponse$ = UpdateManagedRuleSetVersionExpiryDateResponse$;
|
|
4194
|
-
exports.UpdateRegexPatternSet$ = UpdateRegexPatternSet$;
|
|
4195
1429
|
exports.UpdateRegexPatternSetCommand = UpdateRegexPatternSetCommand;
|
|
4196
|
-
exports.UpdateRegexPatternSetRequest$ = UpdateRegexPatternSetRequest$;
|
|
4197
|
-
exports.UpdateRegexPatternSetResponse$ = UpdateRegexPatternSetResponse$;
|
|
4198
|
-
exports.UpdateRuleGroup$ = UpdateRuleGroup$;
|
|
4199
1430
|
exports.UpdateRuleGroupCommand = UpdateRuleGroupCommand;
|
|
4200
|
-
exports.UpdateRuleGroupRequest$ = UpdateRuleGroupRequest$;
|
|
4201
|
-
exports.UpdateRuleGroupResponse$ = UpdateRuleGroupResponse$;
|
|
4202
|
-
exports.UpdateWebACL$ = UpdateWebACL$;
|
|
4203
1431
|
exports.UpdateWebACLCommand = UpdateWebACLCommand;
|
|
4204
|
-
exports.UpdateWebACLRequest$ = UpdateWebACLRequest$;
|
|
4205
|
-
exports.UpdateWebACLResponse$ = UpdateWebACLResponse$;
|
|
4206
|
-
exports.UriFragment$ = UriFragment$;
|
|
4207
|
-
exports.UriPath$ = UriPath$;
|
|
4208
1432
|
exports.UsageOfAction = UsageOfAction;
|
|
4209
|
-
exports.UsernameField$ = UsernameField$;
|
|
4210
|
-
exports.VersionToPublish$ = VersionToPublish$;
|
|
4211
|
-
exports.VisibilityConfig$ = VisibilityConfig$;
|
|
4212
|
-
exports.WAFAssociatedItemException = WAFAssociatedItemException;
|
|
4213
|
-
exports.WAFAssociatedItemException$ = WAFAssociatedItemException$;
|
|
4214
|
-
exports.WAFConfigurationWarningException = WAFConfigurationWarningException;
|
|
4215
|
-
exports.WAFConfigurationWarningException$ = WAFConfigurationWarningException$;
|
|
4216
|
-
exports.WAFDuplicateItemException = WAFDuplicateItemException;
|
|
4217
|
-
exports.WAFDuplicateItemException$ = WAFDuplicateItemException$;
|
|
4218
|
-
exports.WAFExpiredManagedRuleGroupVersionException = WAFExpiredManagedRuleGroupVersionException;
|
|
4219
|
-
exports.WAFExpiredManagedRuleGroupVersionException$ = WAFExpiredManagedRuleGroupVersionException$;
|
|
4220
|
-
exports.WAFFeatureNotIncludedInPricingPlanException = WAFFeatureNotIncludedInPricingPlanException;
|
|
4221
|
-
exports.WAFFeatureNotIncludedInPricingPlanException$ = WAFFeatureNotIncludedInPricingPlanException$;
|
|
4222
|
-
exports.WAFInternalErrorException = WAFInternalErrorException;
|
|
4223
|
-
exports.WAFInternalErrorException$ = WAFInternalErrorException$;
|
|
4224
|
-
exports.WAFInvalidOperationException = WAFInvalidOperationException;
|
|
4225
|
-
exports.WAFInvalidOperationException$ = WAFInvalidOperationException$;
|
|
4226
|
-
exports.WAFInvalidParameterException = WAFInvalidParameterException;
|
|
4227
|
-
exports.WAFInvalidParameterException$ = WAFInvalidParameterException$;
|
|
4228
|
-
exports.WAFInvalidPermissionPolicyException = WAFInvalidPermissionPolicyException;
|
|
4229
|
-
exports.WAFInvalidPermissionPolicyException$ = WAFInvalidPermissionPolicyException$;
|
|
4230
|
-
exports.WAFInvalidResourceException = WAFInvalidResourceException;
|
|
4231
|
-
exports.WAFInvalidResourceException$ = WAFInvalidResourceException$;
|
|
4232
|
-
exports.WAFLimitsExceededException = WAFLimitsExceededException;
|
|
4233
|
-
exports.WAFLimitsExceededException$ = WAFLimitsExceededException$;
|
|
4234
|
-
exports.WAFLogDestinationPermissionIssueException = WAFLogDestinationPermissionIssueException;
|
|
4235
|
-
exports.WAFLogDestinationPermissionIssueException$ = WAFLogDestinationPermissionIssueException$;
|
|
4236
|
-
exports.WAFNonexistentItemException = WAFNonexistentItemException;
|
|
4237
|
-
exports.WAFNonexistentItemException$ = WAFNonexistentItemException$;
|
|
4238
|
-
exports.WAFOptimisticLockException = WAFOptimisticLockException;
|
|
4239
|
-
exports.WAFOptimisticLockException$ = WAFOptimisticLockException$;
|
|
4240
|
-
exports.WAFServiceLinkedRoleErrorException = WAFServiceLinkedRoleErrorException;
|
|
4241
|
-
exports.WAFServiceLinkedRoleErrorException$ = WAFServiceLinkedRoleErrorException$;
|
|
4242
|
-
exports.WAFSubscriptionNotFoundException = WAFSubscriptionNotFoundException;
|
|
4243
|
-
exports.WAFSubscriptionNotFoundException$ = WAFSubscriptionNotFoundException$;
|
|
4244
|
-
exports.WAFTagOperationException = WAFTagOperationException;
|
|
4245
|
-
exports.WAFTagOperationException$ = WAFTagOperationException$;
|
|
4246
|
-
exports.WAFTagOperationInternalErrorException = WAFTagOperationInternalErrorException;
|
|
4247
|
-
exports.WAFTagOperationInternalErrorException$ = WAFTagOperationInternalErrorException$;
|
|
4248
|
-
exports.WAFUnavailableEntityException = WAFUnavailableEntityException;
|
|
4249
|
-
exports.WAFUnavailableEntityException$ = WAFUnavailableEntityException$;
|
|
4250
|
-
exports.WAFUnsupportedAggregateKeyTypeException = WAFUnsupportedAggregateKeyTypeException;
|
|
4251
|
-
exports.WAFUnsupportedAggregateKeyTypeException$ = WAFUnsupportedAggregateKeyTypeException$;
|
|
4252
1433
|
exports.WAFV2 = WAFV2;
|
|
4253
1434
|
exports.WAFV2Client = WAFV2Client;
|
|
4254
|
-
|
|
4255
|
-
exports.
|
|
4256
|
-
|
|
4257
|
-
|
|
4258
|
-
|
|
1435
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
1436
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
1437
|
+
enumerable: true,
|
|
1438
|
+
get: function () { return schemas_0[k]; }
|
|
1439
|
+
});
|
|
1440
|
+
});
|
|
1441
|
+
Object.keys(errors).forEach(function (k) {
|
|
1442
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
1443
|
+
enumerable: true,
|
|
1444
|
+
get: function () { return errors[k]; }
|
|
1445
|
+
});
|
|
1446
|
+
});
|