@aws-sdk/client-waf 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/WAF.d.ts +1390 -390
- package/dist-types/ts3.4/WAFClient.d.ts +590 -150
- package/dist-types/ts3.4/commands/CreateByteMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateGeoMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRateBasedRuleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateRegexMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateSizeConstraintSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSqlInjectionMatchSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateWebACLMigrationStackCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateXssMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteByteMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteGeoMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRateBasedRuleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteRegexMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSizeConstraintSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSqlInjectionMatchSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteXssMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetByteMatchSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetChangeTokenCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetChangeTokenStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetGeoMatchSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRateBasedRuleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetRateBasedRuleManagedKeysCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRegexMatchSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSizeConstraintSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSqlInjectionMatchSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetXssMatchSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListActivatedRulesInRuleGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListByteMatchSetsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListGeoMatchSetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRateBasedRulesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListRegexMatchSetsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSizeConstraintSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSqlInjectionMatchSetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSubscribedRuleGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListXssMatchSetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateByteMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateGeoMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRateBasedRuleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateRegexMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSizeConstraintSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateSqlInjectionMatchSetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateXssMatchSetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +77 -77
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/WAFServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2460 -2235
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +929 -233
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,2235 +1,2460 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { WAFServiceException as __BaseException } from "./WAFServiceException";
|
|
3
|
-
export declare enum WafActionType {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
export interface WafAction {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
export
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
export interface
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
export declare class
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
}
|
|
457
|
-
export interface CreateGeoMatchSetResponse {
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
export interface
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
export interface
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
export interface
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
export interface
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
export interface
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
}
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
}
|
|
865
|
-
export interface
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
}
|
|
883
|
-
export interface
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
}
|
|
889
|
-
export interface
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
}
|
|
913
|
-
export interface
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
}
|
|
921
|
-
export interface
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
export interface
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
}
|
|
987
|
-
export interface
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
}
|
|
993
|
-
export interface
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
}
|
|
1013
|
-
export interface
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
}
|
|
1019
|
-
export interface
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
}
|
|
1032
|
-
export interface
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
}
|
|
1044
|
-
export interface
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
export interface
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
}
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
}
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
}
|
|
1121
|
-
export interface
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
export interface
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
}
|
|
1168
|
-
|
|
1169
|
-
export interface
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
export interface
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
export interface
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
export interface
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
}
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
}
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
}
|
|
1290
|
-
export interface
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
export interface
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
export interface
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
export interface
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
}
|
|
1371
|
-
|
|
1372
|
-
export interface
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
export interface
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
export
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
export interface
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
export interface
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
}
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
export interface
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
}
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
export
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
}
|
|
1564
|
-
export
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
}
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
}
|
|
1613
|
-
|
|
1614
|
-
export interface
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
}
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
}
|
|
1653
|
-
|
|
1654
|
-
export interface
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
export
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
export
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
export
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
export
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
export
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
export
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
export
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
export
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { WAFServiceException as __BaseException } from "./WAFServiceException";
|
|
3
|
+
export declare enum WafActionType {
|
|
4
|
+
ALLOW = "ALLOW",
|
|
5
|
+
BLOCK = "BLOCK",
|
|
6
|
+
COUNT = "COUNT",
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export interface WafAction {
|
|
10
|
+
Type: WafActionType | string | undefined;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export interface ExcludedRule {
|
|
14
|
+
RuleId: string | undefined;
|
|
15
|
+
}
|
|
16
|
+
export declare enum WafOverrideActionType {
|
|
17
|
+
COUNT = "COUNT",
|
|
18
|
+
NONE = "NONE",
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export interface WafOverrideAction {
|
|
22
|
+
Type: WafOverrideActionType | string | undefined;
|
|
23
|
+
}
|
|
24
|
+
export declare enum WafRuleType {
|
|
25
|
+
GROUP = "GROUP",
|
|
26
|
+
RATE_BASED = "RATE_BASED",
|
|
27
|
+
REGULAR = "REGULAR",
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export interface ActivatedRule {
|
|
31
|
+
Priority: number | undefined;
|
|
32
|
+
|
|
33
|
+
RuleId: string | undefined;
|
|
34
|
+
|
|
35
|
+
Action?: WafAction;
|
|
36
|
+
|
|
37
|
+
OverrideAction?: WafOverrideAction;
|
|
38
|
+
|
|
39
|
+
Type?: WafRuleType | string;
|
|
40
|
+
|
|
41
|
+
ExcludedRules?: ExcludedRule[];
|
|
42
|
+
}
|
|
43
|
+
export interface CreateByteMatchSetRequest {
|
|
44
|
+
Name: string | undefined;
|
|
45
|
+
|
|
46
|
+
ChangeToken: string | undefined;
|
|
47
|
+
}
|
|
48
|
+
export declare enum MatchFieldType {
|
|
49
|
+
ALL_QUERY_ARGS = "ALL_QUERY_ARGS",
|
|
50
|
+
BODY = "BODY",
|
|
51
|
+
HEADER = "HEADER",
|
|
52
|
+
METHOD = "METHOD",
|
|
53
|
+
QUERY_STRING = "QUERY_STRING",
|
|
54
|
+
SINGLE_QUERY_ARG = "SINGLE_QUERY_ARG",
|
|
55
|
+
URI = "URI",
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export interface FieldToMatch {
|
|
59
|
+
Type: MatchFieldType | string | undefined;
|
|
60
|
+
|
|
61
|
+
Data?: string;
|
|
62
|
+
}
|
|
63
|
+
export declare enum PositionalConstraint {
|
|
64
|
+
CONTAINS = "CONTAINS",
|
|
65
|
+
CONTAINS_WORD = "CONTAINS_WORD",
|
|
66
|
+
ENDS_WITH = "ENDS_WITH",
|
|
67
|
+
EXACTLY = "EXACTLY",
|
|
68
|
+
STARTS_WITH = "STARTS_WITH",
|
|
69
|
+
}
|
|
70
|
+
export declare enum TextTransformation {
|
|
71
|
+
CMD_LINE = "CMD_LINE",
|
|
72
|
+
COMPRESS_WHITE_SPACE = "COMPRESS_WHITE_SPACE",
|
|
73
|
+
HTML_ENTITY_DECODE = "HTML_ENTITY_DECODE",
|
|
74
|
+
LOWERCASE = "LOWERCASE",
|
|
75
|
+
NONE = "NONE",
|
|
76
|
+
URL_DECODE = "URL_DECODE",
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export interface ByteMatchTuple {
|
|
80
|
+
FieldToMatch: FieldToMatch | undefined;
|
|
81
|
+
|
|
82
|
+
TargetString: Uint8Array | undefined;
|
|
83
|
+
|
|
84
|
+
TextTransformation: TextTransformation | string | undefined;
|
|
85
|
+
|
|
86
|
+
PositionalConstraint: PositionalConstraint | string | undefined;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export interface ByteMatchSet {
|
|
90
|
+
ByteMatchSetId: string | undefined;
|
|
91
|
+
|
|
92
|
+
Name?: string;
|
|
93
|
+
|
|
94
|
+
ByteMatchTuples: ByteMatchTuple[] | undefined;
|
|
95
|
+
}
|
|
96
|
+
export interface CreateByteMatchSetResponse {
|
|
97
|
+
ByteMatchSet?: ByteMatchSet;
|
|
98
|
+
|
|
99
|
+
ChangeToken?: string;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
export declare class WAFDisallowedNameException extends __BaseException {
|
|
103
|
+
readonly name: "WAFDisallowedNameException";
|
|
104
|
+
readonly $fault: "client";
|
|
105
|
+
|
|
106
|
+
constructor(
|
|
107
|
+
opts: __ExceptionOptionType<WAFDisallowedNameException, __BaseException>
|
|
108
|
+
);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export declare class WAFInternalErrorException extends __BaseException {
|
|
112
|
+
readonly name: "WAFInternalErrorException";
|
|
113
|
+
readonly $fault: "server";
|
|
114
|
+
|
|
115
|
+
constructor(
|
|
116
|
+
opts: __ExceptionOptionType<WAFInternalErrorException, __BaseException>
|
|
117
|
+
);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
export declare class WAFInvalidAccountException extends __BaseException {
|
|
121
|
+
readonly name: "WAFInvalidAccountException";
|
|
122
|
+
readonly $fault: "client";
|
|
123
|
+
|
|
124
|
+
constructor(
|
|
125
|
+
opts: __ExceptionOptionType<WAFInvalidAccountException, __BaseException>
|
|
126
|
+
);
|
|
127
|
+
}
|
|
128
|
+
export declare enum ParameterExceptionField {
|
|
129
|
+
BYTE_MATCH_FIELD_TYPE = "BYTE_MATCH_FIELD_TYPE",
|
|
130
|
+
BYTE_MATCH_POSITIONAL_CONSTRAINT = "BYTE_MATCH_POSITIONAL_CONSTRAINT",
|
|
131
|
+
BYTE_MATCH_TEXT_TRANSFORMATION = "BYTE_MATCH_TEXT_TRANSFORMATION",
|
|
132
|
+
CHANGE_ACTION = "CHANGE_ACTION",
|
|
133
|
+
GEO_MATCH_LOCATION_TYPE = "GEO_MATCH_LOCATION_TYPE",
|
|
134
|
+
GEO_MATCH_LOCATION_VALUE = "GEO_MATCH_LOCATION_VALUE",
|
|
135
|
+
IPSET_TYPE = "IPSET_TYPE",
|
|
136
|
+
NEXT_MARKER = "NEXT_MARKER",
|
|
137
|
+
PREDICATE_TYPE = "PREDICATE_TYPE",
|
|
138
|
+
RATE_KEY = "RATE_KEY",
|
|
139
|
+
RESOURCE_ARN = "RESOURCE_ARN",
|
|
140
|
+
RULE_TYPE = "RULE_TYPE",
|
|
141
|
+
SIZE_CONSTRAINT_COMPARISON_OPERATOR = "SIZE_CONSTRAINT_COMPARISON_OPERATOR",
|
|
142
|
+
SQL_INJECTION_MATCH_FIELD_TYPE = "SQL_INJECTION_MATCH_FIELD_TYPE",
|
|
143
|
+
TAGS = "TAGS",
|
|
144
|
+
TAG_KEYS = "TAG_KEYS",
|
|
145
|
+
WAF_ACTION = "WAF_ACTION",
|
|
146
|
+
WAF_OVERRIDE_ACTION = "WAF_OVERRIDE_ACTION",
|
|
147
|
+
}
|
|
148
|
+
export declare enum ParameterExceptionReason {
|
|
149
|
+
ILLEGAL_ARGUMENT = "ILLEGAL_ARGUMENT",
|
|
150
|
+
ILLEGAL_COMBINATION = "ILLEGAL_COMBINATION",
|
|
151
|
+
INVALID_OPTION = "INVALID_OPTION",
|
|
152
|
+
INVALID_TAG_KEY = "INVALID_TAG_KEY",
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
export declare class WAFInvalidParameterException extends __BaseException {
|
|
156
|
+
readonly name: "WAFInvalidParameterException";
|
|
157
|
+
readonly $fault: "client";
|
|
158
|
+
field?: ParameterExceptionField | string;
|
|
159
|
+
parameter?: string;
|
|
160
|
+
reason?: ParameterExceptionReason | string;
|
|
161
|
+
|
|
162
|
+
constructor(
|
|
163
|
+
opts: __ExceptionOptionType<WAFInvalidParameterException, __BaseException>
|
|
164
|
+
);
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
export declare class WAFLimitsExceededException extends __BaseException {
|
|
168
|
+
readonly name: "WAFLimitsExceededException";
|
|
169
|
+
readonly $fault: "client";
|
|
170
|
+
|
|
171
|
+
constructor(
|
|
172
|
+
opts: __ExceptionOptionType<WAFLimitsExceededException, __BaseException>
|
|
173
|
+
);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
export declare class WAFStaleDataException extends __BaseException {
|
|
177
|
+
readonly name: "WAFStaleDataException";
|
|
178
|
+
readonly $fault: "client";
|
|
179
|
+
|
|
180
|
+
constructor(
|
|
181
|
+
opts: __ExceptionOptionType<WAFStaleDataException, __BaseException>
|
|
182
|
+
);
|
|
183
|
+
}
|
|
184
|
+
export interface CreateGeoMatchSetRequest {
|
|
185
|
+
Name: string | undefined;
|
|
186
|
+
|
|
187
|
+
ChangeToken: string | undefined;
|
|
188
|
+
}
|
|
189
|
+
export declare enum GeoMatchConstraintType {
|
|
190
|
+
Country = "Country",
|
|
191
|
+
}
|
|
192
|
+
export declare enum GeoMatchConstraintValue {
|
|
193
|
+
AD = "AD",
|
|
194
|
+
AE = "AE",
|
|
195
|
+
AF = "AF",
|
|
196
|
+
AG = "AG",
|
|
197
|
+
AI = "AI",
|
|
198
|
+
AL = "AL",
|
|
199
|
+
AM = "AM",
|
|
200
|
+
AO = "AO",
|
|
201
|
+
AQ = "AQ",
|
|
202
|
+
AR = "AR",
|
|
203
|
+
AS = "AS",
|
|
204
|
+
AT = "AT",
|
|
205
|
+
AU = "AU",
|
|
206
|
+
AW = "AW",
|
|
207
|
+
AX = "AX",
|
|
208
|
+
AZ = "AZ",
|
|
209
|
+
BA = "BA",
|
|
210
|
+
BB = "BB",
|
|
211
|
+
BD = "BD",
|
|
212
|
+
BE = "BE",
|
|
213
|
+
BF = "BF",
|
|
214
|
+
BG = "BG",
|
|
215
|
+
BH = "BH",
|
|
216
|
+
BI = "BI",
|
|
217
|
+
BJ = "BJ",
|
|
218
|
+
BL = "BL",
|
|
219
|
+
BM = "BM",
|
|
220
|
+
BN = "BN",
|
|
221
|
+
BO = "BO",
|
|
222
|
+
BQ = "BQ",
|
|
223
|
+
BR = "BR",
|
|
224
|
+
BS = "BS",
|
|
225
|
+
BT = "BT",
|
|
226
|
+
BV = "BV",
|
|
227
|
+
BW = "BW",
|
|
228
|
+
BY = "BY",
|
|
229
|
+
BZ = "BZ",
|
|
230
|
+
CA = "CA",
|
|
231
|
+
CC = "CC",
|
|
232
|
+
CD = "CD",
|
|
233
|
+
CF = "CF",
|
|
234
|
+
CG = "CG",
|
|
235
|
+
CH = "CH",
|
|
236
|
+
CI = "CI",
|
|
237
|
+
CK = "CK",
|
|
238
|
+
CL = "CL",
|
|
239
|
+
CM = "CM",
|
|
240
|
+
CN = "CN",
|
|
241
|
+
CO = "CO",
|
|
242
|
+
CR = "CR",
|
|
243
|
+
CU = "CU",
|
|
244
|
+
CV = "CV",
|
|
245
|
+
CW = "CW",
|
|
246
|
+
CX = "CX",
|
|
247
|
+
CY = "CY",
|
|
248
|
+
CZ = "CZ",
|
|
249
|
+
DE = "DE",
|
|
250
|
+
DJ = "DJ",
|
|
251
|
+
DK = "DK",
|
|
252
|
+
DM = "DM",
|
|
253
|
+
DO = "DO",
|
|
254
|
+
DZ = "DZ",
|
|
255
|
+
EC = "EC",
|
|
256
|
+
EE = "EE",
|
|
257
|
+
EG = "EG",
|
|
258
|
+
EH = "EH",
|
|
259
|
+
ER = "ER",
|
|
260
|
+
ES = "ES",
|
|
261
|
+
ET = "ET",
|
|
262
|
+
FI = "FI",
|
|
263
|
+
FJ = "FJ",
|
|
264
|
+
FK = "FK",
|
|
265
|
+
FM = "FM",
|
|
266
|
+
FO = "FO",
|
|
267
|
+
FR = "FR",
|
|
268
|
+
GA = "GA",
|
|
269
|
+
GB = "GB",
|
|
270
|
+
GD = "GD",
|
|
271
|
+
GE = "GE",
|
|
272
|
+
GF = "GF",
|
|
273
|
+
GG = "GG",
|
|
274
|
+
GH = "GH",
|
|
275
|
+
GI = "GI",
|
|
276
|
+
GL = "GL",
|
|
277
|
+
GM = "GM",
|
|
278
|
+
GN = "GN",
|
|
279
|
+
GP = "GP",
|
|
280
|
+
GQ = "GQ",
|
|
281
|
+
GR = "GR",
|
|
282
|
+
GS = "GS",
|
|
283
|
+
GT = "GT",
|
|
284
|
+
GU = "GU",
|
|
285
|
+
GW = "GW",
|
|
286
|
+
GY = "GY",
|
|
287
|
+
HK = "HK",
|
|
288
|
+
HM = "HM",
|
|
289
|
+
HN = "HN",
|
|
290
|
+
HR = "HR",
|
|
291
|
+
HT = "HT",
|
|
292
|
+
HU = "HU",
|
|
293
|
+
ID = "ID",
|
|
294
|
+
IE = "IE",
|
|
295
|
+
IL = "IL",
|
|
296
|
+
IM = "IM",
|
|
297
|
+
IN = "IN",
|
|
298
|
+
IO = "IO",
|
|
299
|
+
IQ = "IQ",
|
|
300
|
+
IR = "IR",
|
|
301
|
+
IS = "IS",
|
|
302
|
+
IT = "IT",
|
|
303
|
+
JE = "JE",
|
|
304
|
+
JM = "JM",
|
|
305
|
+
JO = "JO",
|
|
306
|
+
JP = "JP",
|
|
307
|
+
KE = "KE",
|
|
308
|
+
KG = "KG",
|
|
309
|
+
KH = "KH",
|
|
310
|
+
KI = "KI",
|
|
311
|
+
KM = "KM",
|
|
312
|
+
KN = "KN",
|
|
313
|
+
KP = "KP",
|
|
314
|
+
KR = "KR",
|
|
315
|
+
KW = "KW",
|
|
316
|
+
KY = "KY",
|
|
317
|
+
KZ = "KZ",
|
|
318
|
+
LA = "LA",
|
|
319
|
+
LB = "LB",
|
|
320
|
+
LC = "LC",
|
|
321
|
+
LI = "LI",
|
|
322
|
+
LK = "LK",
|
|
323
|
+
LR = "LR",
|
|
324
|
+
LS = "LS",
|
|
325
|
+
LT = "LT",
|
|
326
|
+
LU = "LU",
|
|
327
|
+
LV = "LV",
|
|
328
|
+
LY = "LY",
|
|
329
|
+
MA = "MA",
|
|
330
|
+
MC = "MC",
|
|
331
|
+
MD = "MD",
|
|
332
|
+
ME = "ME",
|
|
333
|
+
MF = "MF",
|
|
334
|
+
MG = "MG",
|
|
335
|
+
MH = "MH",
|
|
336
|
+
MK = "MK",
|
|
337
|
+
ML = "ML",
|
|
338
|
+
MM = "MM",
|
|
339
|
+
MN = "MN",
|
|
340
|
+
MO = "MO",
|
|
341
|
+
MP = "MP",
|
|
342
|
+
MQ = "MQ",
|
|
343
|
+
MR = "MR",
|
|
344
|
+
MS = "MS",
|
|
345
|
+
MT = "MT",
|
|
346
|
+
MU = "MU",
|
|
347
|
+
MV = "MV",
|
|
348
|
+
MW = "MW",
|
|
349
|
+
MX = "MX",
|
|
350
|
+
MY = "MY",
|
|
351
|
+
MZ = "MZ",
|
|
352
|
+
NA = "NA",
|
|
353
|
+
NC = "NC",
|
|
354
|
+
NE = "NE",
|
|
355
|
+
NF = "NF",
|
|
356
|
+
NG = "NG",
|
|
357
|
+
NI = "NI",
|
|
358
|
+
NL = "NL",
|
|
359
|
+
NO = "NO",
|
|
360
|
+
NP = "NP",
|
|
361
|
+
NR = "NR",
|
|
362
|
+
NU = "NU",
|
|
363
|
+
NZ = "NZ",
|
|
364
|
+
OM = "OM",
|
|
365
|
+
PA = "PA",
|
|
366
|
+
PE = "PE",
|
|
367
|
+
PF = "PF",
|
|
368
|
+
PG = "PG",
|
|
369
|
+
PH = "PH",
|
|
370
|
+
PK = "PK",
|
|
371
|
+
PL = "PL",
|
|
372
|
+
PM = "PM",
|
|
373
|
+
PN = "PN",
|
|
374
|
+
PR = "PR",
|
|
375
|
+
PS = "PS",
|
|
376
|
+
PT = "PT",
|
|
377
|
+
PW = "PW",
|
|
378
|
+
PY = "PY",
|
|
379
|
+
QA = "QA",
|
|
380
|
+
RE = "RE",
|
|
381
|
+
RO = "RO",
|
|
382
|
+
RS = "RS",
|
|
383
|
+
RU = "RU",
|
|
384
|
+
RW = "RW",
|
|
385
|
+
SA = "SA",
|
|
386
|
+
SB = "SB",
|
|
387
|
+
SC = "SC",
|
|
388
|
+
SD = "SD",
|
|
389
|
+
SE = "SE",
|
|
390
|
+
SG = "SG",
|
|
391
|
+
SH = "SH",
|
|
392
|
+
SI = "SI",
|
|
393
|
+
SJ = "SJ",
|
|
394
|
+
SK = "SK",
|
|
395
|
+
SL = "SL",
|
|
396
|
+
SM = "SM",
|
|
397
|
+
SN = "SN",
|
|
398
|
+
SO = "SO",
|
|
399
|
+
SR = "SR",
|
|
400
|
+
SS = "SS",
|
|
401
|
+
ST = "ST",
|
|
402
|
+
SV = "SV",
|
|
403
|
+
SX = "SX",
|
|
404
|
+
SY = "SY",
|
|
405
|
+
SZ = "SZ",
|
|
406
|
+
TC = "TC",
|
|
407
|
+
TD = "TD",
|
|
408
|
+
TF = "TF",
|
|
409
|
+
TG = "TG",
|
|
410
|
+
TH = "TH",
|
|
411
|
+
TJ = "TJ",
|
|
412
|
+
TK = "TK",
|
|
413
|
+
TL = "TL",
|
|
414
|
+
TM = "TM",
|
|
415
|
+
TN = "TN",
|
|
416
|
+
TO = "TO",
|
|
417
|
+
TR = "TR",
|
|
418
|
+
TT = "TT",
|
|
419
|
+
TV = "TV",
|
|
420
|
+
TW = "TW",
|
|
421
|
+
TZ = "TZ",
|
|
422
|
+
UA = "UA",
|
|
423
|
+
UG = "UG",
|
|
424
|
+
UM = "UM",
|
|
425
|
+
US = "US",
|
|
426
|
+
UY = "UY",
|
|
427
|
+
UZ = "UZ",
|
|
428
|
+
VA = "VA",
|
|
429
|
+
VC = "VC",
|
|
430
|
+
VE = "VE",
|
|
431
|
+
VG = "VG",
|
|
432
|
+
VI = "VI",
|
|
433
|
+
VN = "VN",
|
|
434
|
+
VU = "VU",
|
|
435
|
+
WF = "WF",
|
|
436
|
+
WS = "WS",
|
|
437
|
+
YE = "YE",
|
|
438
|
+
YT = "YT",
|
|
439
|
+
ZA = "ZA",
|
|
440
|
+
ZM = "ZM",
|
|
441
|
+
ZW = "ZW",
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
export interface GeoMatchConstraint {
|
|
445
|
+
Type: GeoMatchConstraintType | string | undefined;
|
|
446
|
+
|
|
447
|
+
Value: GeoMatchConstraintValue | string | undefined;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
export interface GeoMatchSet {
|
|
451
|
+
GeoMatchSetId: string | undefined;
|
|
452
|
+
|
|
453
|
+
Name?: string;
|
|
454
|
+
|
|
455
|
+
GeoMatchConstraints: GeoMatchConstraint[] | undefined;
|
|
456
|
+
}
|
|
457
|
+
export interface CreateGeoMatchSetResponse {
|
|
458
|
+
GeoMatchSet?: GeoMatchSet;
|
|
459
|
+
|
|
460
|
+
ChangeToken?: string;
|
|
461
|
+
}
|
|
462
|
+
export interface CreateIPSetRequest {
|
|
463
|
+
Name: string | undefined;
|
|
464
|
+
|
|
465
|
+
ChangeToken: string | undefined;
|
|
466
|
+
}
|
|
467
|
+
export declare enum IPSetDescriptorType {
|
|
468
|
+
IPV4 = "IPV4",
|
|
469
|
+
IPV6 = "IPV6",
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
export interface IPSetDescriptor {
|
|
473
|
+
Type: IPSetDescriptorType | string | undefined;
|
|
474
|
+
|
|
475
|
+
Value: string | undefined;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
export interface IPSet {
|
|
479
|
+
IPSetId: string | undefined;
|
|
480
|
+
|
|
481
|
+
Name?: string;
|
|
482
|
+
|
|
483
|
+
IPSetDescriptors: IPSetDescriptor[] | undefined;
|
|
484
|
+
}
|
|
485
|
+
export interface CreateIPSetResponse {
|
|
486
|
+
IPSet?: IPSet;
|
|
487
|
+
|
|
488
|
+
ChangeToken?: string;
|
|
489
|
+
}
|
|
490
|
+
export declare enum RateKey {
|
|
491
|
+
IP = "IP",
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
export interface Tag {
|
|
495
|
+
Key: string | undefined;
|
|
496
|
+
|
|
497
|
+
Value: string | undefined;
|
|
498
|
+
}
|
|
499
|
+
export interface CreateRateBasedRuleRequest {
|
|
500
|
+
Name: string | undefined;
|
|
501
|
+
|
|
502
|
+
MetricName: string | undefined;
|
|
503
|
+
|
|
504
|
+
RateKey: RateKey | string | undefined;
|
|
505
|
+
|
|
506
|
+
RateLimit: number | undefined;
|
|
507
|
+
|
|
508
|
+
ChangeToken: string | undefined;
|
|
509
|
+
|
|
510
|
+
Tags?: Tag[];
|
|
511
|
+
}
|
|
512
|
+
export declare enum PredicateType {
|
|
513
|
+
BYTE_MATCH = "ByteMatch",
|
|
514
|
+
GEO_MATCH = "GeoMatch",
|
|
515
|
+
IP_MATCH = "IPMatch",
|
|
516
|
+
REGEX_MATCH = "RegexMatch",
|
|
517
|
+
SIZE_CONSTRAINT = "SizeConstraint",
|
|
518
|
+
SQL_INJECTION_MATCH = "SqlInjectionMatch",
|
|
519
|
+
XSS_MATCH = "XssMatch",
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
export interface Predicate {
|
|
523
|
+
Negated: boolean | undefined;
|
|
524
|
+
|
|
525
|
+
Type: PredicateType | string | undefined;
|
|
526
|
+
|
|
527
|
+
DataId: string | undefined;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
export interface RateBasedRule {
|
|
531
|
+
RuleId: string | undefined;
|
|
532
|
+
|
|
533
|
+
Name?: string;
|
|
534
|
+
|
|
535
|
+
MetricName?: string;
|
|
536
|
+
|
|
537
|
+
MatchPredicates: Predicate[] | undefined;
|
|
538
|
+
|
|
539
|
+
RateKey: RateKey | string | undefined;
|
|
540
|
+
|
|
541
|
+
RateLimit: number | undefined;
|
|
542
|
+
}
|
|
543
|
+
export interface CreateRateBasedRuleResponse {
|
|
544
|
+
Rule?: RateBasedRule;
|
|
545
|
+
|
|
546
|
+
ChangeToken?: string;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
export declare class WAFBadRequestException extends __BaseException {
|
|
550
|
+
readonly name: "WAFBadRequestException";
|
|
551
|
+
readonly $fault: "client";
|
|
552
|
+
|
|
553
|
+
constructor(
|
|
554
|
+
opts: __ExceptionOptionType<WAFBadRequestException, __BaseException>
|
|
555
|
+
);
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
export declare class WAFTagOperationException extends __BaseException {
|
|
559
|
+
readonly name: "WAFTagOperationException";
|
|
560
|
+
readonly $fault: "client";
|
|
561
|
+
|
|
562
|
+
constructor(
|
|
563
|
+
opts: __ExceptionOptionType<WAFTagOperationException, __BaseException>
|
|
564
|
+
);
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
export declare class WAFTagOperationInternalErrorException extends __BaseException {
|
|
568
|
+
readonly name: "WAFTagOperationInternalErrorException";
|
|
569
|
+
readonly $fault: "server";
|
|
570
|
+
|
|
571
|
+
constructor(
|
|
572
|
+
opts: __ExceptionOptionType<
|
|
573
|
+
WAFTagOperationInternalErrorException,
|
|
574
|
+
__BaseException
|
|
575
|
+
>
|
|
576
|
+
);
|
|
577
|
+
}
|
|
578
|
+
export interface CreateRegexMatchSetRequest {
|
|
579
|
+
Name: string | undefined;
|
|
580
|
+
|
|
581
|
+
ChangeToken: string | undefined;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
export interface RegexMatchTuple {
|
|
585
|
+
FieldToMatch: FieldToMatch | undefined;
|
|
586
|
+
|
|
587
|
+
TextTransformation: TextTransformation | string | undefined;
|
|
588
|
+
|
|
589
|
+
RegexPatternSetId: string | undefined;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
export interface RegexMatchSet {
|
|
593
|
+
RegexMatchSetId?: string;
|
|
594
|
+
|
|
595
|
+
Name?: string;
|
|
596
|
+
|
|
597
|
+
RegexMatchTuples?: RegexMatchTuple[];
|
|
598
|
+
}
|
|
599
|
+
export interface CreateRegexMatchSetResponse {
|
|
600
|
+
RegexMatchSet?: RegexMatchSet;
|
|
601
|
+
|
|
602
|
+
ChangeToken?: string;
|
|
603
|
+
}
|
|
604
|
+
export interface CreateRegexPatternSetRequest {
|
|
605
|
+
Name: string | undefined;
|
|
606
|
+
|
|
607
|
+
ChangeToken: string | undefined;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
export interface RegexPatternSet {
|
|
611
|
+
RegexPatternSetId: string | undefined;
|
|
612
|
+
|
|
613
|
+
Name?: string;
|
|
614
|
+
|
|
615
|
+
RegexPatternStrings: string[] | undefined;
|
|
616
|
+
}
|
|
617
|
+
export interface CreateRegexPatternSetResponse {
|
|
618
|
+
RegexPatternSet?: RegexPatternSet;
|
|
619
|
+
|
|
620
|
+
ChangeToken?: string;
|
|
621
|
+
}
|
|
622
|
+
export interface CreateRuleRequest {
|
|
623
|
+
Name: string | undefined;
|
|
624
|
+
|
|
625
|
+
MetricName: string | undefined;
|
|
626
|
+
|
|
627
|
+
ChangeToken: string | undefined;
|
|
628
|
+
|
|
629
|
+
Tags?: Tag[];
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
export interface Rule {
|
|
633
|
+
RuleId: string | undefined;
|
|
634
|
+
|
|
635
|
+
Name?: string;
|
|
636
|
+
|
|
637
|
+
MetricName?: string;
|
|
638
|
+
|
|
639
|
+
Predicates: Predicate[] | undefined;
|
|
640
|
+
}
|
|
641
|
+
export interface CreateRuleResponse {
|
|
642
|
+
Rule?: Rule;
|
|
643
|
+
|
|
644
|
+
ChangeToken?: string;
|
|
645
|
+
}
|
|
646
|
+
export interface CreateRuleGroupRequest {
|
|
647
|
+
Name: string | undefined;
|
|
648
|
+
|
|
649
|
+
MetricName: string | undefined;
|
|
650
|
+
|
|
651
|
+
ChangeToken: string | undefined;
|
|
652
|
+
|
|
653
|
+
Tags?: Tag[];
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
export interface RuleGroup {
|
|
657
|
+
RuleGroupId: string | undefined;
|
|
658
|
+
|
|
659
|
+
Name?: string;
|
|
660
|
+
|
|
661
|
+
MetricName?: string;
|
|
662
|
+
}
|
|
663
|
+
export interface CreateRuleGroupResponse {
|
|
664
|
+
RuleGroup?: RuleGroup;
|
|
665
|
+
|
|
666
|
+
ChangeToken?: string;
|
|
667
|
+
}
|
|
668
|
+
export interface CreateSizeConstraintSetRequest {
|
|
669
|
+
Name: string | undefined;
|
|
670
|
+
|
|
671
|
+
ChangeToken: string | undefined;
|
|
672
|
+
}
|
|
673
|
+
export declare enum ComparisonOperator {
|
|
674
|
+
EQ = "EQ",
|
|
675
|
+
GE = "GE",
|
|
676
|
+
GT = "GT",
|
|
677
|
+
LE = "LE",
|
|
678
|
+
LT = "LT",
|
|
679
|
+
NE = "NE",
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
export interface SizeConstraint {
|
|
683
|
+
FieldToMatch: FieldToMatch | undefined;
|
|
684
|
+
|
|
685
|
+
TextTransformation: TextTransformation | string | undefined;
|
|
686
|
+
|
|
687
|
+
ComparisonOperator: ComparisonOperator | string | undefined;
|
|
688
|
+
|
|
689
|
+
Size: number | undefined;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
export interface SizeConstraintSet {
|
|
693
|
+
SizeConstraintSetId: string | undefined;
|
|
694
|
+
|
|
695
|
+
Name?: string;
|
|
696
|
+
|
|
697
|
+
SizeConstraints: SizeConstraint[] | undefined;
|
|
698
|
+
}
|
|
699
|
+
export interface CreateSizeConstraintSetResponse {
|
|
700
|
+
SizeConstraintSet?: SizeConstraintSet;
|
|
701
|
+
|
|
702
|
+
ChangeToken?: string;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
export interface CreateSqlInjectionMatchSetRequest {
|
|
706
|
+
Name: string | undefined;
|
|
707
|
+
|
|
708
|
+
ChangeToken: string | undefined;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
export interface SqlInjectionMatchTuple {
|
|
712
|
+
FieldToMatch: FieldToMatch | undefined;
|
|
713
|
+
|
|
714
|
+
TextTransformation: TextTransformation | string | undefined;
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
export interface SqlInjectionMatchSet {
|
|
718
|
+
SqlInjectionMatchSetId: string | undefined;
|
|
719
|
+
|
|
720
|
+
Name?: string;
|
|
721
|
+
|
|
722
|
+
SqlInjectionMatchTuples: SqlInjectionMatchTuple[] | undefined;
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
export interface CreateSqlInjectionMatchSetResponse {
|
|
726
|
+
SqlInjectionMatchSet?: SqlInjectionMatchSet;
|
|
727
|
+
|
|
728
|
+
ChangeToken?: string;
|
|
729
|
+
}
|
|
730
|
+
export interface CreateWebACLRequest {
|
|
731
|
+
Name: string | undefined;
|
|
732
|
+
|
|
733
|
+
MetricName: string | undefined;
|
|
734
|
+
|
|
735
|
+
DefaultAction: WafAction | undefined;
|
|
736
|
+
|
|
737
|
+
ChangeToken: string | undefined;
|
|
738
|
+
|
|
739
|
+
Tags?: Tag[];
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
export interface WebACL {
|
|
743
|
+
WebACLId: string | undefined;
|
|
744
|
+
|
|
745
|
+
Name?: string;
|
|
746
|
+
|
|
747
|
+
MetricName?: string;
|
|
748
|
+
|
|
749
|
+
DefaultAction: WafAction | undefined;
|
|
750
|
+
|
|
751
|
+
Rules: ActivatedRule[] | undefined;
|
|
752
|
+
|
|
753
|
+
WebACLArn?: string;
|
|
754
|
+
}
|
|
755
|
+
export interface CreateWebACLResponse {
|
|
756
|
+
WebACL?: WebACL;
|
|
757
|
+
|
|
758
|
+
ChangeToken?: string;
|
|
759
|
+
}
|
|
760
|
+
export interface CreateWebACLMigrationStackRequest {
|
|
761
|
+
WebACLId: string | undefined;
|
|
762
|
+
|
|
763
|
+
S3BucketName: string | undefined;
|
|
764
|
+
|
|
765
|
+
IgnoreUnsupportedType: boolean | undefined;
|
|
766
|
+
}
|
|
767
|
+
export interface CreateWebACLMigrationStackResponse {
|
|
768
|
+
S3ObjectUrl: string | undefined;
|
|
769
|
+
}
|
|
770
|
+
export declare enum MigrationErrorType {
|
|
771
|
+
ENTITY_NOT_FOUND = "ENTITY_NOT_FOUND",
|
|
772
|
+
ENTITY_NOT_SUPPORTED = "ENTITY_NOT_SUPPORTED",
|
|
773
|
+
S3_BUCKET_INVALID_REGION = "S3_BUCKET_INVALID_REGION",
|
|
774
|
+
S3_BUCKET_NOT_ACCESSIBLE = "S3_BUCKET_NOT_ACCESSIBLE",
|
|
775
|
+
S3_BUCKET_NOT_FOUND = "S3_BUCKET_NOT_FOUND",
|
|
776
|
+
S3_BUCKET_NO_PERMISSION = "S3_BUCKET_NO_PERMISSION",
|
|
777
|
+
S3_INTERNAL_ERROR = "S3_INTERNAL_ERROR",
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
export declare class WAFEntityMigrationException extends __BaseException {
|
|
781
|
+
readonly name: "WAFEntityMigrationException";
|
|
782
|
+
readonly $fault: "client";
|
|
783
|
+
MigrationErrorType?: MigrationErrorType | string;
|
|
784
|
+
MigrationErrorReason?: string;
|
|
785
|
+
|
|
786
|
+
constructor(
|
|
787
|
+
opts: __ExceptionOptionType<WAFEntityMigrationException, __BaseException>
|
|
788
|
+
);
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
export declare class WAFInvalidOperationException extends __BaseException {
|
|
792
|
+
readonly name: "WAFInvalidOperationException";
|
|
793
|
+
readonly $fault: "client";
|
|
794
|
+
|
|
795
|
+
constructor(
|
|
796
|
+
opts: __ExceptionOptionType<WAFInvalidOperationException, __BaseException>
|
|
797
|
+
);
|
|
798
|
+
}
|
|
799
|
+
|
|
800
|
+
export declare class WAFNonexistentItemException extends __BaseException {
|
|
801
|
+
readonly name: "WAFNonexistentItemException";
|
|
802
|
+
readonly $fault: "client";
|
|
803
|
+
|
|
804
|
+
constructor(
|
|
805
|
+
opts: __ExceptionOptionType<WAFNonexistentItemException, __BaseException>
|
|
806
|
+
);
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
export interface CreateXssMatchSetRequest {
|
|
810
|
+
Name: string | undefined;
|
|
811
|
+
|
|
812
|
+
ChangeToken: string | undefined;
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
export interface XssMatchTuple {
|
|
816
|
+
FieldToMatch: FieldToMatch | undefined;
|
|
817
|
+
|
|
818
|
+
TextTransformation: TextTransformation | string | undefined;
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
export interface XssMatchSet {
|
|
822
|
+
XssMatchSetId: string | undefined;
|
|
823
|
+
|
|
824
|
+
Name?: string;
|
|
825
|
+
|
|
826
|
+
XssMatchTuples: XssMatchTuple[] | undefined;
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
export interface CreateXssMatchSetResponse {
|
|
830
|
+
XssMatchSet?: XssMatchSet;
|
|
831
|
+
|
|
832
|
+
ChangeToken?: string;
|
|
833
|
+
}
|
|
834
|
+
export interface DeleteByteMatchSetRequest {
|
|
835
|
+
ByteMatchSetId: string | undefined;
|
|
836
|
+
|
|
837
|
+
ChangeToken: string | undefined;
|
|
838
|
+
}
|
|
839
|
+
export interface DeleteByteMatchSetResponse {
|
|
840
|
+
ChangeToken?: string;
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
export declare class WAFNonEmptyEntityException extends __BaseException {
|
|
844
|
+
readonly name: "WAFNonEmptyEntityException";
|
|
845
|
+
readonly $fault: "client";
|
|
846
|
+
|
|
847
|
+
constructor(
|
|
848
|
+
opts: __ExceptionOptionType<WAFNonEmptyEntityException, __BaseException>
|
|
849
|
+
);
|
|
850
|
+
}
|
|
851
|
+
|
|
852
|
+
export declare class WAFReferencedItemException extends __BaseException {
|
|
853
|
+
readonly name: "WAFReferencedItemException";
|
|
854
|
+
readonly $fault: "client";
|
|
855
|
+
|
|
856
|
+
constructor(
|
|
857
|
+
opts: __ExceptionOptionType<WAFReferencedItemException, __BaseException>
|
|
858
|
+
);
|
|
859
|
+
}
|
|
860
|
+
export interface DeleteGeoMatchSetRequest {
|
|
861
|
+
GeoMatchSetId: string | undefined;
|
|
862
|
+
|
|
863
|
+
ChangeToken: string | undefined;
|
|
864
|
+
}
|
|
865
|
+
export interface DeleteGeoMatchSetResponse {
|
|
866
|
+
ChangeToken?: string;
|
|
867
|
+
}
|
|
868
|
+
export interface DeleteIPSetRequest {
|
|
869
|
+
IPSetId: string | undefined;
|
|
870
|
+
|
|
871
|
+
ChangeToken: string | undefined;
|
|
872
|
+
}
|
|
873
|
+
export interface DeleteIPSetResponse {
|
|
874
|
+
ChangeToken?: string;
|
|
875
|
+
}
|
|
876
|
+
export interface DeleteLoggingConfigurationRequest {
|
|
877
|
+
ResourceArn: string | undefined;
|
|
878
|
+
}
|
|
879
|
+
export interface DeleteLoggingConfigurationResponse {}
|
|
880
|
+
export interface DeletePermissionPolicyRequest {
|
|
881
|
+
ResourceArn: string | undefined;
|
|
882
|
+
}
|
|
883
|
+
export interface DeletePermissionPolicyResponse {}
|
|
884
|
+
export interface DeleteRateBasedRuleRequest {
|
|
885
|
+
RuleId: string | undefined;
|
|
886
|
+
|
|
887
|
+
ChangeToken: string | undefined;
|
|
888
|
+
}
|
|
889
|
+
export interface DeleteRateBasedRuleResponse {
|
|
890
|
+
ChangeToken?: string;
|
|
891
|
+
}
|
|
892
|
+
export interface DeleteRegexMatchSetRequest {
|
|
893
|
+
RegexMatchSetId: string | undefined;
|
|
894
|
+
|
|
895
|
+
ChangeToken: string | undefined;
|
|
896
|
+
}
|
|
897
|
+
export interface DeleteRegexMatchSetResponse {
|
|
898
|
+
ChangeToken?: string;
|
|
899
|
+
}
|
|
900
|
+
export interface DeleteRegexPatternSetRequest {
|
|
901
|
+
RegexPatternSetId: string | undefined;
|
|
902
|
+
|
|
903
|
+
ChangeToken: string | undefined;
|
|
904
|
+
}
|
|
905
|
+
export interface DeleteRegexPatternSetResponse {
|
|
906
|
+
ChangeToken?: string;
|
|
907
|
+
}
|
|
908
|
+
export interface DeleteRuleRequest {
|
|
909
|
+
RuleId: string | undefined;
|
|
910
|
+
|
|
911
|
+
ChangeToken: string | undefined;
|
|
912
|
+
}
|
|
913
|
+
export interface DeleteRuleResponse {
|
|
914
|
+
ChangeToken?: string;
|
|
915
|
+
}
|
|
916
|
+
export interface DeleteRuleGroupRequest {
|
|
917
|
+
RuleGroupId: string | undefined;
|
|
918
|
+
|
|
919
|
+
ChangeToken: string | undefined;
|
|
920
|
+
}
|
|
921
|
+
export interface DeleteRuleGroupResponse {
|
|
922
|
+
ChangeToken?: string;
|
|
923
|
+
}
|
|
924
|
+
export interface DeleteSizeConstraintSetRequest {
|
|
925
|
+
SizeConstraintSetId: string | undefined;
|
|
926
|
+
|
|
927
|
+
ChangeToken: string | undefined;
|
|
928
|
+
}
|
|
929
|
+
export interface DeleteSizeConstraintSetResponse {
|
|
930
|
+
ChangeToken?: string;
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
export interface DeleteSqlInjectionMatchSetRequest {
|
|
934
|
+
SqlInjectionMatchSetId: string | undefined;
|
|
935
|
+
|
|
936
|
+
ChangeToken: string | undefined;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
export interface DeleteSqlInjectionMatchSetResponse {
|
|
940
|
+
ChangeToken?: string;
|
|
941
|
+
}
|
|
942
|
+
export interface DeleteWebACLRequest {
|
|
943
|
+
WebACLId: string | undefined;
|
|
944
|
+
|
|
945
|
+
ChangeToken: string | undefined;
|
|
946
|
+
}
|
|
947
|
+
export interface DeleteWebACLResponse {
|
|
948
|
+
ChangeToken?: string;
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
export interface DeleteXssMatchSetRequest {
|
|
952
|
+
XssMatchSetId: string | undefined;
|
|
953
|
+
|
|
954
|
+
ChangeToken: string | undefined;
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
export interface DeleteXssMatchSetResponse {
|
|
958
|
+
ChangeToken?: string;
|
|
959
|
+
}
|
|
960
|
+
export interface GetByteMatchSetRequest {
|
|
961
|
+
ByteMatchSetId: string | undefined;
|
|
962
|
+
}
|
|
963
|
+
export interface GetByteMatchSetResponse {
|
|
964
|
+
ByteMatchSet?: ByteMatchSet;
|
|
965
|
+
}
|
|
966
|
+
export interface GetChangeTokenRequest {}
|
|
967
|
+
export interface GetChangeTokenResponse {
|
|
968
|
+
ChangeToken?: string;
|
|
969
|
+
}
|
|
970
|
+
export interface GetChangeTokenStatusRequest {
|
|
971
|
+
ChangeToken: string | undefined;
|
|
972
|
+
}
|
|
973
|
+
export declare enum ChangeTokenStatus {
|
|
974
|
+
INSYNC = "INSYNC",
|
|
975
|
+
PENDING = "PENDING",
|
|
976
|
+
PROVISIONED = "PROVISIONED",
|
|
977
|
+
}
|
|
978
|
+
export interface GetChangeTokenStatusResponse {
|
|
979
|
+
ChangeTokenStatus?: ChangeTokenStatus | string;
|
|
980
|
+
}
|
|
981
|
+
export interface GetGeoMatchSetRequest {
|
|
982
|
+
GeoMatchSetId: string | undefined;
|
|
983
|
+
}
|
|
984
|
+
export interface GetGeoMatchSetResponse {
|
|
985
|
+
GeoMatchSet?: GeoMatchSet;
|
|
986
|
+
}
|
|
987
|
+
export interface GetIPSetRequest {
|
|
988
|
+
IPSetId: string | undefined;
|
|
989
|
+
}
|
|
990
|
+
export interface GetIPSetResponse {
|
|
991
|
+
IPSet?: IPSet;
|
|
992
|
+
}
|
|
993
|
+
export interface GetLoggingConfigurationRequest {
|
|
994
|
+
ResourceArn: string | undefined;
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
export interface LoggingConfiguration {
|
|
998
|
+
ResourceArn: string | undefined;
|
|
999
|
+
|
|
1000
|
+
LogDestinationConfigs: string[] | undefined;
|
|
1001
|
+
|
|
1002
|
+
RedactedFields?: FieldToMatch[];
|
|
1003
|
+
}
|
|
1004
|
+
export interface GetLoggingConfigurationResponse {
|
|
1005
|
+
LoggingConfiguration?: LoggingConfiguration;
|
|
1006
|
+
}
|
|
1007
|
+
export interface GetPermissionPolicyRequest {
|
|
1008
|
+
ResourceArn: string | undefined;
|
|
1009
|
+
}
|
|
1010
|
+
export interface GetPermissionPolicyResponse {
|
|
1011
|
+
Policy?: string;
|
|
1012
|
+
}
|
|
1013
|
+
export interface GetRateBasedRuleRequest {
|
|
1014
|
+
RuleId: string | undefined;
|
|
1015
|
+
}
|
|
1016
|
+
export interface GetRateBasedRuleResponse {
|
|
1017
|
+
Rule?: RateBasedRule;
|
|
1018
|
+
}
|
|
1019
|
+
export interface GetRateBasedRuleManagedKeysRequest {
|
|
1020
|
+
RuleId: string | undefined;
|
|
1021
|
+
|
|
1022
|
+
NextMarker?: string;
|
|
1023
|
+
}
|
|
1024
|
+
export interface GetRateBasedRuleManagedKeysResponse {
|
|
1025
|
+
ManagedKeys?: string[];
|
|
1026
|
+
|
|
1027
|
+
NextMarker?: string;
|
|
1028
|
+
}
|
|
1029
|
+
export interface GetRegexMatchSetRequest {
|
|
1030
|
+
RegexMatchSetId: string | undefined;
|
|
1031
|
+
}
|
|
1032
|
+
export interface GetRegexMatchSetResponse {
|
|
1033
|
+
RegexMatchSet?: RegexMatchSet;
|
|
1034
|
+
}
|
|
1035
|
+
export interface GetRegexPatternSetRequest {
|
|
1036
|
+
RegexPatternSetId: string | undefined;
|
|
1037
|
+
}
|
|
1038
|
+
export interface GetRegexPatternSetResponse {
|
|
1039
|
+
RegexPatternSet?: RegexPatternSet;
|
|
1040
|
+
}
|
|
1041
|
+
export interface GetRuleRequest {
|
|
1042
|
+
RuleId: string | undefined;
|
|
1043
|
+
}
|
|
1044
|
+
export interface GetRuleResponse {
|
|
1045
|
+
Rule?: Rule;
|
|
1046
|
+
}
|
|
1047
|
+
export interface GetRuleGroupRequest {
|
|
1048
|
+
RuleGroupId: string | undefined;
|
|
1049
|
+
}
|
|
1050
|
+
export interface GetRuleGroupResponse {
|
|
1051
|
+
RuleGroup?: RuleGroup;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
export interface TimeWindow {
|
|
1055
|
+
StartTime: Date | undefined;
|
|
1056
|
+
|
|
1057
|
+
EndTime: Date | undefined;
|
|
1058
|
+
}
|
|
1059
|
+
export interface GetSampledRequestsRequest {
|
|
1060
|
+
WebAclId: string | undefined;
|
|
1061
|
+
|
|
1062
|
+
RuleId: string | undefined;
|
|
1063
|
+
|
|
1064
|
+
TimeWindow: TimeWindow | undefined;
|
|
1065
|
+
|
|
1066
|
+
MaxItems: number | undefined;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
export interface HTTPHeader {
|
|
1070
|
+
Name?: string;
|
|
1071
|
+
|
|
1072
|
+
Value?: string;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
export interface HTTPRequest {
|
|
1076
|
+
ClientIP?: string;
|
|
1077
|
+
|
|
1078
|
+
Country?: string;
|
|
1079
|
+
|
|
1080
|
+
URI?: string;
|
|
1081
|
+
|
|
1082
|
+
Method?: string;
|
|
1083
|
+
|
|
1084
|
+
HTTPVersion?: string;
|
|
1085
|
+
|
|
1086
|
+
Headers?: HTTPHeader[];
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
export interface SampledHTTPRequest {
|
|
1090
|
+
Request: HTTPRequest | undefined;
|
|
1091
|
+
|
|
1092
|
+
Weight: number | undefined;
|
|
1093
|
+
|
|
1094
|
+
Timestamp?: Date;
|
|
1095
|
+
|
|
1096
|
+
Action?: string;
|
|
1097
|
+
|
|
1098
|
+
RuleWithinRuleGroup?: string;
|
|
1099
|
+
}
|
|
1100
|
+
export interface GetSampledRequestsResponse {
|
|
1101
|
+
SampledRequests?: SampledHTTPRequest[];
|
|
1102
|
+
|
|
1103
|
+
PopulationSize?: number;
|
|
1104
|
+
|
|
1105
|
+
TimeWindow?: TimeWindow;
|
|
1106
|
+
}
|
|
1107
|
+
export interface GetSizeConstraintSetRequest {
|
|
1108
|
+
SizeConstraintSetId: string | undefined;
|
|
1109
|
+
}
|
|
1110
|
+
export interface GetSizeConstraintSetResponse {
|
|
1111
|
+
SizeConstraintSet?: SizeConstraintSet;
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
export interface GetSqlInjectionMatchSetRequest {
|
|
1115
|
+
SqlInjectionMatchSetId: string | undefined;
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
export interface GetSqlInjectionMatchSetResponse {
|
|
1119
|
+
SqlInjectionMatchSet?: SqlInjectionMatchSet;
|
|
1120
|
+
}
|
|
1121
|
+
export interface GetWebACLRequest {
|
|
1122
|
+
WebACLId: string | undefined;
|
|
1123
|
+
}
|
|
1124
|
+
export interface GetWebACLResponse {
|
|
1125
|
+
WebACL?: WebACL;
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
export interface GetXssMatchSetRequest {
|
|
1129
|
+
XssMatchSetId: string | undefined;
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1132
|
+
export interface GetXssMatchSetResponse {
|
|
1133
|
+
XssMatchSet?: XssMatchSet;
|
|
1134
|
+
}
|
|
1135
|
+
export interface ListActivatedRulesInRuleGroupRequest {
|
|
1136
|
+
RuleGroupId?: string;
|
|
1137
|
+
|
|
1138
|
+
NextMarker?: string;
|
|
1139
|
+
|
|
1140
|
+
Limit?: number;
|
|
1141
|
+
}
|
|
1142
|
+
export interface ListActivatedRulesInRuleGroupResponse {
|
|
1143
|
+
NextMarker?: string;
|
|
1144
|
+
|
|
1145
|
+
ActivatedRules?: ActivatedRule[];
|
|
1146
|
+
}
|
|
1147
|
+
export interface ListByteMatchSetsRequest {
|
|
1148
|
+
NextMarker?: string;
|
|
1149
|
+
|
|
1150
|
+
Limit?: number;
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
export interface ByteMatchSetSummary {
|
|
1154
|
+
ByteMatchSetId: string | undefined;
|
|
1155
|
+
|
|
1156
|
+
Name: string | undefined;
|
|
1157
|
+
}
|
|
1158
|
+
export interface ListByteMatchSetsResponse {
|
|
1159
|
+
NextMarker?: string;
|
|
1160
|
+
|
|
1161
|
+
ByteMatchSets?: ByteMatchSetSummary[];
|
|
1162
|
+
}
|
|
1163
|
+
export interface ListGeoMatchSetsRequest {
|
|
1164
|
+
NextMarker?: string;
|
|
1165
|
+
|
|
1166
|
+
Limit?: number;
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
export interface GeoMatchSetSummary {
|
|
1170
|
+
GeoMatchSetId: string | undefined;
|
|
1171
|
+
|
|
1172
|
+
Name: string | undefined;
|
|
1173
|
+
}
|
|
1174
|
+
export interface ListGeoMatchSetsResponse {
|
|
1175
|
+
NextMarker?: string;
|
|
1176
|
+
|
|
1177
|
+
GeoMatchSets?: GeoMatchSetSummary[];
|
|
1178
|
+
}
|
|
1179
|
+
export interface ListIPSetsRequest {
|
|
1180
|
+
NextMarker?: string;
|
|
1181
|
+
|
|
1182
|
+
Limit?: number;
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
export interface IPSetSummary {
|
|
1186
|
+
IPSetId: string | undefined;
|
|
1187
|
+
|
|
1188
|
+
Name: string | undefined;
|
|
1189
|
+
}
|
|
1190
|
+
export interface ListIPSetsResponse {
|
|
1191
|
+
NextMarker?: string;
|
|
1192
|
+
|
|
1193
|
+
IPSets?: IPSetSummary[];
|
|
1194
|
+
}
|
|
1195
|
+
export interface ListLoggingConfigurationsRequest {
|
|
1196
|
+
NextMarker?: string;
|
|
1197
|
+
|
|
1198
|
+
Limit?: number;
|
|
1199
|
+
}
|
|
1200
|
+
export interface ListLoggingConfigurationsResponse {
|
|
1201
|
+
LoggingConfigurations?: LoggingConfiguration[];
|
|
1202
|
+
|
|
1203
|
+
NextMarker?: string;
|
|
1204
|
+
}
|
|
1205
|
+
export interface ListRateBasedRulesRequest {
|
|
1206
|
+
NextMarker?: string;
|
|
1207
|
+
|
|
1208
|
+
Limit?: number;
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
export interface RuleSummary {
|
|
1212
|
+
RuleId: string | undefined;
|
|
1213
|
+
|
|
1214
|
+
Name: string | undefined;
|
|
1215
|
+
}
|
|
1216
|
+
export interface ListRateBasedRulesResponse {
|
|
1217
|
+
NextMarker?: string;
|
|
1218
|
+
|
|
1219
|
+
Rules?: RuleSummary[];
|
|
1220
|
+
}
|
|
1221
|
+
export interface ListRegexMatchSetsRequest {
|
|
1222
|
+
NextMarker?: string;
|
|
1223
|
+
|
|
1224
|
+
Limit?: number;
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
export interface RegexMatchSetSummary {
|
|
1228
|
+
RegexMatchSetId: string | undefined;
|
|
1229
|
+
|
|
1230
|
+
Name: string | undefined;
|
|
1231
|
+
}
|
|
1232
|
+
export interface ListRegexMatchSetsResponse {
|
|
1233
|
+
NextMarker?: string;
|
|
1234
|
+
|
|
1235
|
+
RegexMatchSets?: RegexMatchSetSummary[];
|
|
1236
|
+
}
|
|
1237
|
+
export interface ListRegexPatternSetsRequest {
|
|
1238
|
+
NextMarker?: string;
|
|
1239
|
+
|
|
1240
|
+
Limit?: number;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
export interface RegexPatternSetSummary {
|
|
1244
|
+
RegexPatternSetId: string | undefined;
|
|
1245
|
+
|
|
1246
|
+
Name: string | undefined;
|
|
1247
|
+
}
|
|
1248
|
+
export interface ListRegexPatternSetsResponse {
|
|
1249
|
+
NextMarker?: string;
|
|
1250
|
+
|
|
1251
|
+
RegexPatternSets?: RegexPatternSetSummary[];
|
|
1252
|
+
}
|
|
1253
|
+
export interface ListRuleGroupsRequest {
|
|
1254
|
+
NextMarker?: string;
|
|
1255
|
+
|
|
1256
|
+
Limit?: number;
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
export interface RuleGroupSummary {
|
|
1260
|
+
RuleGroupId: string | undefined;
|
|
1261
|
+
|
|
1262
|
+
Name: string | undefined;
|
|
1263
|
+
}
|
|
1264
|
+
export interface ListRuleGroupsResponse {
|
|
1265
|
+
NextMarker?: string;
|
|
1266
|
+
|
|
1267
|
+
RuleGroups?: RuleGroupSummary[];
|
|
1268
|
+
}
|
|
1269
|
+
export interface ListRulesRequest {
|
|
1270
|
+
NextMarker?: string;
|
|
1271
|
+
|
|
1272
|
+
Limit?: number;
|
|
1273
|
+
}
|
|
1274
|
+
export interface ListRulesResponse {
|
|
1275
|
+
NextMarker?: string;
|
|
1276
|
+
|
|
1277
|
+
Rules?: RuleSummary[];
|
|
1278
|
+
}
|
|
1279
|
+
export interface ListSizeConstraintSetsRequest {
|
|
1280
|
+
NextMarker?: string;
|
|
1281
|
+
|
|
1282
|
+
Limit?: number;
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
export interface SizeConstraintSetSummary {
|
|
1286
|
+
SizeConstraintSetId: string | undefined;
|
|
1287
|
+
|
|
1288
|
+
Name: string | undefined;
|
|
1289
|
+
}
|
|
1290
|
+
export interface ListSizeConstraintSetsResponse {
|
|
1291
|
+
NextMarker?: string;
|
|
1292
|
+
|
|
1293
|
+
SizeConstraintSets?: SizeConstraintSetSummary[];
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
export interface ListSqlInjectionMatchSetsRequest {
|
|
1297
|
+
NextMarker?: string;
|
|
1298
|
+
|
|
1299
|
+
Limit?: number;
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
export interface SqlInjectionMatchSetSummary {
|
|
1303
|
+
SqlInjectionMatchSetId: string | undefined;
|
|
1304
|
+
|
|
1305
|
+
Name: string | undefined;
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
export interface ListSqlInjectionMatchSetsResponse {
|
|
1309
|
+
NextMarker?: string;
|
|
1310
|
+
|
|
1311
|
+
SqlInjectionMatchSets?: SqlInjectionMatchSetSummary[];
|
|
1312
|
+
}
|
|
1313
|
+
export interface ListSubscribedRuleGroupsRequest {
|
|
1314
|
+
NextMarker?: string;
|
|
1315
|
+
|
|
1316
|
+
Limit?: number;
|
|
1317
|
+
}
|
|
1318
|
+
|
|
1319
|
+
export interface SubscribedRuleGroupSummary {
|
|
1320
|
+
RuleGroupId: string | undefined;
|
|
1321
|
+
|
|
1322
|
+
Name: string | undefined;
|
|
1323
|
+
|
|
1324
|
+
MetricName: string | undefined;
|
|
1325
|
+
}
|
|
1326
|
+
export interface ListSubscribedRuleGroupsResponse {
|
|
1327
|
+
NextMarker?: string;
|
|
1328
|
+
|
|
1329
|
+
RuleGroups?: SubscribedRuleGroupSummary[];
|
|
1330
|
+
}
|
|
1331
|
+
export interface ListTagsForResourceRequest {
|
|
1332
|
+
NextMarker?: string;
|
|
1333
|
+
|
|
1334
|
+
Limit?: number;
|
|
1335
|
+
|
|
1336
|
+
ResourceARN: string | undefined;
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
export interface TagInfoForResource {
|
|
1340
|
+
ResourceARN?: string;
|
|
1341
|
+
|
|
1342
|
+
TagList?: Tag[];
|
|
1343
|
+
}
|
|
1344
|
+
export interface ListTagsForResourceResponse {
|
|
1345
|
+
NextMarker?: string;
|
|
1346
|
+
|
|
1347
|
+
TagInfoForResource?: TagInfoForResource;
|
|
1348
|
+
}
|
|
1349
|
+
export interface ListWebACLsRequest {
|
|
1350
|
+
NextMarker?: string;
|
|
1351
|
+
|
|
1352
|
+
Limit?: number;
|
|
1353
|
+
}
|
|
1354
|
+
|
|
1355
|
+
export interface WebACLSummary {
|
|
1356
|
+
WebACLId: string | undefined;
|
|
1357
|
+
|
|
1358
|
+
Name: string | undefined;
|
|
1359
|
+
}
|
|
1360
|
+
export interface ListWebACLsResponse {
|
|
1361
|
+
NextMarker?: string;
|
|
1362
|
+
|
|
1363
|
+
WebACLs?: WebACLSummary[];
|
|
1364
|
+
}
|
|
1365
|
+
|
|
1366
|
+
export interface ListXssMatchSetsRequest {
|
|
1367
|
+
NextMarker?: string;
|
|
1368
|
+
|
|
1369
|
+
Limit?: number;
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
export interface XssMatchSetSummary {
|
|
1373
|
+
XssMatchSetId: string | undefined;
|
|
1374
|
+
|
|
1375
|
+
Name: string | undefined;
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
export interface ListXssMatchSetsResponse {
|
|
1379
|
+
NextMarker?: string;
|
|
1380
|
+
|
|
1381
|
+
XssMatchSets?: XssMatchSetSummary[];
|
|
1382
|
+
}
|
|
1383
|
+
export interface PutLoggingConfigurationRequest {
|
|
1384
|
+
LoggingConfiguration: LoggingConfiguration | undefined;
|
|
1385
|
+
}
|
|
1386
|
+
export interface PutLoggingConfigurationResponse {
|
|
1387
|
+
LoggingConfiguration?: LoggingConfiguration;
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
export declare class WAFServiceLinkedRoleErrorException extends __BaseException {
|
|
1391
|
+
readonly name: "WAFServiceLinkedRoleErrorException";
|
|
1392
|
+
readonly $fault: "client";
|
|
1393
|
+
|
|
1394
|
+
constructor(
|
|
1395
|
+
opts: __ExceptionOptionType<
|
|
1396
|
+
WAFServiceLinkedRoleErrorException,
|
|
1397
|
+
__BaseException
|
|
1398
|
+
>
|
|
1399
|
+
);
|
|
1400
|
+
}
|
|
1401
|
+
export interface PutPermissionPolicyRequest {
|
|
1402
|
+
ResourceArn: string | undefined;
|
|
1403
|
+
|
|
1404
|
+
Policy: string | undefined;
|
|
1405
|
+
}
|
|
1406
|
+
export interface PutPermissionPolicyResponse {}
|
|
1407
|
+
|
|
1408
|
+
export declare class WAFInvalidPermissionPolicyException extends __BaseException {
|
|
1409
|
+
readonly name: "WAFInvalidPermissionPolicyException";
|
|
1410
|
+
readonly $fault: "client";
|
|
1411
|
+
|
|
1412
|
+
constructor(
|
|
1413
|
+
opts: __ExceptionOptionType<
|
|
1414
|
+
WAFInvalidPermissionPolicyException,
|
|
1415
|
+
__BaseException
|
|
1416
|
+
>
|
|
1417
|
+
);
|
|
1418
|
+
}
|
|
1419
|
+
export interface TagResourceRequest {
|
|
1420
|
+
ResourceARN: string | undefined;
|
|
1421
|
+
|
|
1422
|
+
Tags: Tag[] | undefined;
|
|
1423
|
+
}
|
|
1424
|
+
export interface TagResourceResponse {}
|
|
1425
|
+
export interface UntagResourceRequest {
|
|
1426
|
+
ResourceARN: string | undefined;
|
|
1427
|
+
|
|
1428
|
+
TagKeys: string[] | undefined;
|
|
1429
|
+
}
|
|
1430
|
+
export interface UntagResourceResponse {}
|
|
1431
|
+
export declare enum ChangeAction {
|
|
1432
|
+
DELETE = "DELETE",
|
|
1433
|
+
INSERT = "INSERT",
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
export interface ByteMatchSetUpdate {
|
|
1437
|
+
Action: ChangeAction | string | undefined;
|
|
1438
|
+
|
|
1439
|
+
ByteMatchTuple: ByteMatchTuple | undefined;
|
|
1440
|
+
}
|
|
1441
|
+
export interface UpdateByteMatchSetRequest {
|
|
1442
|
+
ByteMatchSetId: string | undefined;
|
|
1443
|
+
|
|
1444
|
+
ChangeToken: string | undefined;
|
|
1445
|
+
|
|
1446
|
+
Updates: ByteMatchSetUpdate[] | undefined;
|
|
1447
|
+
}
|
|
1448
|
+
export interface UpdateByteMatchSetResponse {
|
|
1449
|
+
ChangeToken?: string;
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
export declare class WAFNonexistentContainerException extends __BaseException {
|
|
1453
|
+
readonly name: "WAFNonexistentContainerException";
|
|
1454
|
+
readonly $fault: "client";
|
|
1455
|
+
|
|
1456
|
+
constructor(
|
|
1457
|
+
opts: __ExceptionOptionType<
|
|
1458
|
+
WAFNonexistentContainerException,
|
|
1459
|
+
__BaseException
|
|
1460
|
+
>
|
|
1461
|
+
);
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
export interface GeoMatchSetUpdate {
|
|
1465
|
+
Action: ChangeAction | string | undefined;
|
|
1466
|
+
|
|
1467
|
+
GeoMatchConstraint: GeoMatchConstraint | undefined;
|
|
1468
|
+
}
|
|
1469
|
+
export interface UpdateGeoMatchSetRequest {
|
|
1470
|
+
GeoMatchSetId: string | undefined;
|
|
1471
|
+
|
|
1472
|
+
ChangeToken: string | undefined;
|
|
1473
|
+
|
|
1474
|
+
Updates: GeoMatchSetUpdate[] | undefined;
|
|
1475
|
+
}
|
|
1476
|
+
export interface UpdateGeoMatchSetResponse {
|
|
1477
|
+
ChangeToken?: string;
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
|
+
export interface IPSetUpdate {
|
|
1481
|
+
Action: ChangeAction | string | undefined;
|
|
1482
|
+
|
|
1483
|
+
IPSetDescriptor: IPSetDescriptor | undefined;
|
|
1484
|
+
}
|
|
1485
|
+
export interface UpdateIPSetRequest {
|
|
1486
|
+
IPSetId: string | undefined;
|
|
1487
|
+
|
|
1488
|
+
ChangeToken: string | undefined;
|
|
1489
|
+
|
|
1490
|
+
Updates: IPSetUpdate[] | undefined;
|
|
1491
|
+
}
|
|
1492
|
+
export interface UpdateIPSetResponse {
|
|
1493
|
+
ChangeToken?: string;
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1496
|
+
export interface RuleUpdate {
|
|
1497
|
+
Action: ChangeAction | string | undefined;
|
|
1498
|
+
|
|
1499
|
+
Predicate: Predicate | undefined;
|
|
1500
|
+
}
|
|
1501
|
+
export interface UpdateRateBasedRuleRequest {
|
|
1502
|
+
RuleId: string | undefined;
|
|
1503
|
+
|
|
1504
|
+
ChangeToken: string | undefined;
|
|
1505
|
+
|
|
1506
|
+
Updates: RuleUpdate[] | undefined;
|
|
1507
|
+
|
|
1508
|
+
RateLimit: number | undefined;
|
|
1509
|
+
}
|
|
1510
|
+
export interface UpdateRateBasedRuleResponse {
|
|
1511
|
+
ChangeToken?: string;
|
|
1512
|
+
}
|
|
1513
|
+
|
|
1514
|
+
export interface RegexMatchSetUpdate {
|
|
1515
|
+
Action: ChangeAction | string | undefined;
|
|
1516
|
+
|
|
1517
|
+
RegexMatchTuple: RegexMatchTuple | undefined;
|
|
1518
|
+
}
|
|
1519
|
+
export interface UpdateRegexMatchSetRequest {
|
|
1520
|
+
RegexMatchSetId: string | undefined;
|
|
1521
|
+
|
|
1522
|
+
Updates: RegexMatchSetUpdate[] | undefined;
|
|
1523
|
+
|
|
1524
|
+
ChangeToken: string | undefined;
|
|
1525
|
+
}
|
|
1526
|
+
export interface UpdateRegexMatchSetResponse {
|
|
1527
|
+
ChangeToken?: string;
|
|
1528
|
+
}
|
|
1529
|
+
|
|
1530
|
+
export interface RegexPatternSetUpdate {
|
|
1531
|
+
Action: ChangeAction | string | undefined;
|
|
1532
|
+
|
|
1533
|
+
RegexPatternString: string | undefined;
|
|
1534
|
+
}
|
|
1535
|
+
export interface UpdateRegexPatternSetRequest {
|
|
1536
|
+
RegexPatternSetId: string | undefined;
|
|
1537
|
+
|
|
1538
|
+
Updates: RegexPatternSetUpdate[] | undefined;
|
|
1539
|
+
|
|
1540
|
+
ChangeToken: string | undefined;
|
|
1541
|
+
}
|
|
1542
|
+
export interface UpdateRegexPatternSetResponse {
|
|
1543
|
+
ChangeToken?: string;
|
|
1544
|
+
}
|
|
1545
|
+
|
|
1546
|
+
export declare class WAFInvalidRegexPatternException extends __BaseException {
|
|
1547
|
+
readonly name: "WAFInvalidRegexPatternException";
|
|
1548
|
+
readonly $fault: "client";
|
|
1549
|
+
|
|
1550
|
+
constructor(
|
|
1551
|
+
opts: __ExceptionOptionType<
|
|
1552
|
+
WAFInvalidRegexPatternException,
|
|
1553
|
+
__BaseException
|
|
1554
|
+
>
|
|
1555
|
+
);
|
|
1556
|
+
}
|
|
1557
|
+
export interface UpdateRuleRequest {
|
|
1558
|
+
RuleId: string | undefined;
|
|
1559
|
+
|
|
1560
|
+
ChangeToken: string | undefined;
|
|
1561
|
+
|
|
1562
|
+
Updates: RuleUpdate[] | undefined;
|
|
1563
|
+
}
|
|
1564
|
+
export interface UpdateRuleResponse {
|
|
1565
|
+
ChangeToken?: string;
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
export interface RuleGroupUpdate {
|
|
1569
|
+
Action: ChangeAction | string | undefined;
|
|
1570
|
+
|
|
1571
|
+
ActivatedRule: ActivatedRule | undefined;
|
|
1572
|
+
}
|
|
1573
|
+
export interface UpdateRuleGroupRequest {
|
|
1574
|
+
RuleGroupId: string | undefined;
|
|
1575
|
+
|
|
1576
|
+
Updates: RuleGroupUpdate[] | undefined;
|
|
1577
|
+
|
|
1578
|
+
ChangeToken: string | undefined;
|
|
1579
|
+
}
|
|
1580
|
+
export interface UpdateRuleGroupResponse {
|
|
1581
|
+
ChangeToken?: string;
|
|
1582
|
+
}
|
|
1583
|
+
|
|
1584
|
+
export interface SizeConstraintSetUpdate {
|
|
1585
|
+
Action: ChangeAction | string | undefined;
|
|
1586
|
+
|
|
1587
|
+
SizeConstraint: SizeConstraint | undefined;
|
|
1588
|
+
}
|
|
1589
|
+
export interface UpdateSizeConstraintSetRequest {
|
|
1590
|
+
SizeConstraintSetId: string | undefined;
|
|
1591
|
+
|
|
1592
|
+
ChangeToken: string | undefined;
|
|
1593
|
+
|
|
1594
|
+
Updates: SizeConstraintSetUpdate[] | undefined;
|
|
1595
|
+
}
|
|
1596
|
+
export interface UpdateSizeConstraintSetResponse {
|
|
1597
|
+
ChangeToken?: string;
|
|
1598
|
+
}
|
|
1599
|
+
|
|
1600
|
+
export interface SqlInjectionMatchSetUpdate {
|
|
1601
|
+
Action: ChangeAction | string | undefined;
|
|
1602
|
+
|
|
1603
|
+
SqlInjectionMatchTuple: SqlInjectionMatchTuple | undefined;
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
export interface UpdateSqlInjectionMatchSetRequest {
|
|
1607
|
+
SqlInjectionMatchSetId: string | undefined;
|
|
1608
|
+
|
|
1609
|
+
ChangeToken: string | undefined;
|
|
1610
|
+
|
|
1611
|
+
Updates: SqlInjectionMatchSetUpdate[] | undefined;
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
export interface UpdateSqlInjectionMatchSetResponse {
|
|
1615
|
+
ChangeToken?: string;
|
|
1616
|
+
}
|
|
1617
|
+
|
|
1618
|
+
export interface WebACLUpdate {
|
|
1619
|
+
Action: ChangeAction | string | undefined;
|
|
1620
|
+
|
|
1621
|
+
ActivatedRule: ActivatedRule | undefined;
|
|
1622
|
+
}
|
|
1623
|
+
export interface UpdateWebACLRequest {
|
|
1624
|
+
WebACLId: string | undefined;
|
|
1625
|
+
|
|
1626
|
+
ChangeToken: string | undefined;
|
|
1627
|
+
|
|
1628
|
+
Updates?: WebACLUpdate[];
|
|
1629
|
+
|
|
1630
|
+
DefaultAction?: WafAction;
|
|
1631
|
+
}
|
|
1632
|
+
export interface UpdateWebACLResponse {
|
|
1633
|
+
ChangeToken?: string;
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1636
|
+
export declare class WAFSubscriptionNotFoundException extends __BaseException {
|
|
1637
|
+
readonly name: "WAFSubscriptionNotFoundException";
|
|
1638
|
+
readonly $fault: "client";
|
|
1639
|
+
|
|
1640
|
+
constructor(
|
|
1641
|
+
opts: __ExceptionOptionType<
|
|
1642
|
+
WAFSubscriptionNotFoundException,
|
|
1643
|
+
__BaseException
|
|
1644
|
+
>
|
|
1645
|
+
);
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
export interface XssMatchSetUpdate {
|
|
1649
|
+
Action: ChangeAction | string | undefined;
|
|
1650
|
+
|
|
1651
|
+
XssMatchTuple: XssMatchTuple | undefined;
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
export interface UpdateXssMatchSetRequest {
|
|
1655
|
+
XssMatchSetId: string | undefined;
|
|
1656
|
+
|
|
1657
|
+
ChangeToken: string | undefined;
|
|
1658
|
+
|
|
1659
|
+
Updates: XssMatchSetUpdate[] | undefined;
|
|
1660
|
+
}
|
|
1661
|
+
|
|
1662
|
+
export interface UpdateXssMatchSetResponse {
|
|
1663
|
+
ChangeToken?: string;
|
|
1664
|
+
}
|
|
1665
|
+
|
|
1666
|
+
export declare const WafActionFilterSensitiveLog: (obj: WafAction) => any;
|
|
1667
|
+
|
|
1668
|
+
export declare const ExcludedRuleFilterSensitiveLog: (obj: ExcludedRule) => any;
|
|
1669
|
+
|
|
1670
|
+
export declare const WafOverrideActionFilterSensitiveLog: (
|
|
1671
|
+
obj: WafOverrideAction
|
|
1672
|
+
) => any;
|
|
1673
|
+
|
|
1674
|
+
export declare const ActivatedRuleFilterSensitiveLog: (
|
|
1675
|
+
obj: ActivatedRule
|
|
1676
|
+
) => any;
|
|
1677
|
+
|
|
1678
|
+
export declare const CreateByteMatchSetRequestFilterSensitiveLog: (
|
|
1679
|
+
obj: CreateByteMatchSetRequest
|
|
1680
|
+
) => any;
|
|
1681
|
+
|
|
1682
|
+
export declare const FieldToMatchFilterSensitiveLog: (obj: FieldToMatch) => any;
|
|
1683
|
+
|
|
1684
|
+
export declare const ByteMatchTupleFilterSensitiveLog: (
|
|
1685
|
+
obj: ByteMatchTuple
|
|
1686
|
+
) => any;
|
|
1687
|
+
|
|
1688
|
+
export declare const ByteMatchSetFilterSensitiveLog: (obj: ByteMatchSet) => any;
|
|
1689
|
+
|
|
1690
|
+
export declare const CreateByteMatchSetResponseFilterSensitiveLog: (
|
|
1691
|
+
obj: CreateByteMatchSetResponse
|
|
1692
|
+
) => any;
|
|
1693
|
+
|
|
1694
|
+
export declare const CreateGeoMatchSetRequestFilterSensitiveLog: (
|
|
1695
|
+
obj: CreateGeoMatchSetRequest
|
|
1696
|
+
) => any;
|
|
1697
|
+
|
|
1698
|
+
export declare const GeoMatchConstraintFilterSensitiveLog: (
|
|
1699
|
+
obj: GeoMatchConstraint
|
|
1700
|
+
) => any;
|
|
1701
|
+
|
|
1702
|
+
export declare const GeoMatchSetFilterSensitiveLog: (obj: GeoMatchSet) => any;
|
|
1703
|
+
|
|
1704
|
+
export declare const CreateGeoMatchSetResponseFilterSensitiveLog: (
|
|
1705
|
+
obj: CreateGeoMatchSetResponse
|
|
1706
|
+
) => any;
|
|
1707
|
+
|
|
1708
|
+
export declare const CreateIPSetRequestFilterSensitiveLog: (
|
|
1709
|
+
obj: CreateIPSetRequest
|
|
1710
|
+
) => any;
|
|
1711
|
+
|
|
1712
|
+
export declare const IPSetDescriptorFilterSensitiveLog: (
|
|
1713
|
+
obj: IPSetDescriptor
|
|
1714
|
+
) => any;
|
|
1715
|
+
|
|
1716
|
+
export declare const IPSetFilterSensitiveLog: (obj: IPSet) => any;
|
|
1717
|
+
|
|
1718
|
+
export declare const CreateIPSetResponseFilterSensitiveLog: (
|
|
1719
|
+
obj: CreateIPSetResponse
|
|
1720
|
+
) => any;
|
|
1721
|
+
|
|
1722
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1723
|
+
|
|
1724
|
+
export declare const CreateRateBasedRuleRequestFilterSensitiveLog: (
|
|
1725
|
+
obj: CreateRateBasedRuleRequest
|
|
1726
|
+
) => any;
|
|
1727
|
+
|
|
1728
|
+
export declare const PredicateFilterSensitiveLog: (obj: Predicate) => any;
|
|
1729
|
+
|
|
1730
|
+
export declare const RateBasedRuleFilterSensitiveLog: (
|
|
1731
|
+
obj: RateBasedRule
|
|
1732
|
+
) => any;
|
|
1733
|
+
|
|
1734
|
+
export declare const CreateRateBasedRuleResponseFilterSensitiveLog: (
|
|
1735
|
+
obj: CreateRateBasedRuleResponse
|
|
1736
|
+
) => any;
|
|
1737
|
+
|
|
1738
|
+
export declare const CreateRegexMatchSetRequestFilterSensitiveLog: (
|
|
1739
|
+
obj: CreateRegexMatchSetRequest
|
|
1740
|
+
) => any;
|
|
1741
|
+
|
|
1742
|
+
export declare const RegexMatchTupleFilterSensitiveLog: (
|
|
1743
|
+
obj: RegexMatchTuple
|
|
1744
|
+
) => any;
|
|
1745
|
+
|
|
1746
|
+
export declare const RegexMatchSetFilterSensitiveLog: (
|
|
1747
|
+
obj: RegexMatchSet
|
|
1748
|
+
) => any;
|
|
1749
|
+
|
|
1750
|
+
export declare const CreateRegexMatchSetResponseFilterSensitiveLog: (
|
|
1751
|
+
obj: CreateRegexMatchSetResponse
|
|
1752
|
+
) => any;
|
|
1753
|
+
|
|
1754
|
+
export declare const CreateRegexPatternSetRequestFilterSensitiveLog: (
|
|
1755
|
+
obj: CreateRegexPatternSetRequest
|
|
1756
|
+
) => any;
|
|
1757
|
+
|
|
1758
|
+
export declare const RegexPatternSetFilterSensitiveLog: (
|
|
1759
|
+
obj: RegexPatternSet
|
|
1760
|
+
) => any;
|
|
1761
|
+
|
|
1762
|
+
export declare const CreateRegexPatternSetResponseFilterSensitiveLog: (
|
|
1763
|
+
obj: CreateRegexPatternSetResponse
|
|
1764
|
+
) => any;
|
|
1765
|
+
|
|
1766
|
+
export declare const CreateRuleRequestFilterSensitiveLog: (
|
|
1767
|
+
obj: CreateRuleRequest
|
|
1768
|
+
) => any;
|
|
1769
|
+
|
|
1770
|
+
export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
|
|
1771
|
+
|
|
1772
|
+
export declare const CreateRuleResponseFilterSensitiveLog: (
|
|
1773
|
+
obj: CreateRuleResponse
|
|
1774
|
+
) => any;
|
|
1775
|
+
|
|
1776
|
+
export declare const CreateRuleGroupRequestFilterSensitiveLog: (
|
|
1777
|
+
obj: CreateRuleGroupRequest
|
|
1778
|
+
) => any;
|
|
1779
|
+
|
|
1780
|
+
export declare const RuleGroupFilterSensitiveLog: (obj: RuleGroup) => any;
|
|
1781
|
+
|
|
1782
|
+
export declare const CreateRuleGroupResponseFilterSensitiveLog: (
|
|
1783
|
+
obj: CreateRuleGroupResponse
|
|
1784
|
+
) => any;
|
|
1785
|
+
|
|
1786
|
+
export declare const CreateSizeConstraintSetRequestFilterSensitiveLog: (
|
|
1787
|
+
obj: CreateSizeConstraintSetRequest
|
|
1788
|
+
) => any;
|
|
1789
|
+
|
|
1790
|
+
export declare const SizeConstraintFilterSensitiveLog: (
|
|
1791
|
+
obj: SizeConstraint
|
|
1792
|
+
) => any;
|
|
1793
|
+
|
|
1794
|
+
export declare const SizeConstraintSetFilterSensitiveLog: (
|
|
1795
|
+
obj: SizeConstraintSet
|
|
1796
|
+
) => any;
|
|
1797
|
+
|
|
1798
|
+
export declare const CreateSizeConstraintSetResponseFilterSensitiveLog: (
|
|
1799
|
+
obj: CreateSizeConstraintSetResponse
|
|
1800
|
+
) => any;
|
|
1801
|
+
|
|
1802
|
+
export declare const CreateSqlInjectionMatchSetRequestFilterSensitiveLog: (
|
|
1803
|
+
obj: CreateSqlInjectionMatchSetRequest
|
|
1804
|
+
) => any;
|
|
1805
|
+
|
|
1806
|
+
export declare const SqlInjectionMatchTupleFilterSensitiveLog: (
|
|
1807
|
+
obj: SqlInjectionMatchTuple
|
|
1808
|
+
) => any;
|
|
1809
|
+
|
|
1810
|
+
export declare const SqlInjectionMatchSetFilterSensitiveLog: (
|
|
1811
|
+
obj: SqlInjectionMatchSet
|
|
1812
|
+
) => any;
|
|
1813
|
+
|
|
1814
|
+
export declare const CreateSqlInjectionMatchSetResponseFilterSensitiveLog: (
|
|
1815
|
+
obj: CreateSqlInjectionMatchSetResponse
|
|
1816
|
+
) => any;
|
|
1817
|
+
|
|
1818
|
+
export declare const CreateWebACLRequestFilterSensitiveLog: (
|
|
1819
|
+
obj: CreateWebACLRequest
|
|
1820
|
+
) => any;
|
|
1821
|
+
|
|
1822
|
+
export declare const WebACLFilterSensitiveLog: (obj: WebACL) => any;
|
|
1823
|
+
|
|
1824
|
+
export declare const CreateWebACLResponseFilterSensitiveLog: (
|
|
1825
|
+
obj: CreateWebACLResponse
|
|
1826
|
+
) => any;
|
|
1827
|
+
|
|
1828
|
+
export declare const CreateWebACLMigrationStackRequestFilterSensitiveLog: (
|
|
1829
|
+
obj: CreateWebACLMigrationStackRequest
|
|
1830
|
+
) => any;
|
|
1831
|
+
|
|
1832
|
+
export declare const CreateWebACLMigrationStackResponseFilterSensitiveLog: (
|
|
1833
|
+
obj: CreateWebACLMigrationStackResponse
|
|
1834
|
+
) => any;
|
|
1835
|
+
|
|
1836
|
+
export declare const CreateXssMatchSetRequestFilterSensitiveLog: (
|
|
1837
|
+
obj: CreateXssMatchSetRequest
|
|
1838
|
+
) => any;
|
|
1839
|
+
|
|
1840
|
+
export declare const XssMatchTupleFilterSensitiveLog: (
|
|
1841
|
+
obj: XssMatchTuple
|
|
1842
|
+
) => any;
|
|
1843
|
+
|
|
1844
|
+
export declare const XssMatchSetFilterSensitiveLog: (obj: XssMatchSet) => any;
|
|
1845
|
+
|
|
1846
|
+
export declare const CreateXssMatchSetResponseFilterSensitiveLog: (
|
|
1847
|
+
obj: CreateXssMatchSetResponse
|
|
1848
|
+
) => any;
|
|
1849
|
+
|
|
1850
|
+
export declare const DeleteByteMatchSetRequestFilterSensitiveLog: (
|
|
1851
|
+
obj: DeleteByteMatchSetRequest
|
|
1852
|
+
) => any;
|
|
1853
|
+
|
|
1854
|
+
export declare const DeleteByteMatchSetResponseFilterSensitiveLog: (
|
|
1855
|
+
obj: DeleteByteMatchSetResponse
|
|
1856
|
+
) => any;
|
|
1857
|
+
|
|
1858
|
+
export declare const DeleteGeoMatchSetRequestFilterSensitiveLog: (
|
|
1859
|
+
obj: DeleteGeoMatchSetRequest
|
|
1860
|
+
) => any;
|
|
1861
|
+
|
|
1862
|
+
export declare const DeleteGeoMatchSetResponseFilterSensitiveLog: (
|
|
1863
|
+
obj: DeleteGeoMatchSetResponse
|
|
1864
|
+
) => any;
|
|
1865
|
+
|
|
1866
|
+
export declare const DeleteIPSetRequestFilterSensitiveLog: (
|
|
1867
|
+
obj: DeleteIPSetRequest
|
|
1868
|
+
) => any;
|
|
1869
|
+
|
|
1870
|
+
export declare const DeleteIPSetResponseFilterSensitiveLog: (
|
|
1871
|
+
obj: DeleteIPSetResponse
|
|
1872
|
+
) => any;
|
|
1873
|
+
|
|
1874
|
+
export declare const DeleteLoggingConfigurationRequestFilterSensitiveLog: (
|
|
1875
|
+
obj: DeleteLoggingConfigurationRequest
|
|
1876
|
+
) => any;
|
|
1877
|
+
|
|
1878
|
+
export declare const DeleteLoggingConfigurationResponseFilterSensitiveLog: (
|
|
1879
|
+
obj: DeleteLoggingConfigurationResponse
|
|
1880
|
+
) => any;
|
|
1881
|
+
|
|
1882
|
+
export declare const DeletePermissionPolicyRequestFilterSensitiveLog: (
|
|
1883
|
+
obj: DeletePermissionPolicyRequest
|
|
1884
|
+
) => any;
|
|
1885
|
+
|
|
1886
|
+
export declare const DeletePermissionPolicyResponseFilterSensitiveLog: (
|
|
1887
|
+
obj: DeletePermissionPolicyResponse
|
|
1888
|
+
) => any;
|
|
1889
|
+
|
|
1890
|
+
export declare const DeleteRateBasedRuleRequestFilterSensitiveLog: (
|
|
1891
|
+
obj: DeleteRateBasedRuleRequest
|
|
1892
|
+
) => any;
|
|
1893
|
+
|
|
1894
|
+
export declare const DeleteRateBasedRuleResponseFilterSensitiveLog: (
|
|
1895
|
+
obj: DeleteRateBasedRuleResponse
|
|
1896
|
+
) => any;
|
|
1897
|
+
|
|
1898
|
+
export declare const DeleteRegexMatchSetRequestFilterSensitiveLog: (
|
|
1899
|
+
obj: DeleteRegexMatchSetRequest
|
|
1900
|
+
) => any;
|
|
1901
|
+
|
|
1902
|
+
export declare const DeleteRegexMatchSetResponseFilterSensitiveLog: (
|
|
1903
|
+
obj: DeleteRegexMatchSetResponse
|
|
1904
|
+
) => any;
|
|
1905
|
+
|
|
1906
|
+
export declare const DeleteRegexPatternSetRequestFilterSensitiveLog: (
|
|
1907
|
+
obj: DeleteRegexPatternSetRequest
|
|
1908
|
+
) => any;
|
|
1909
|
+
|
|
1910
|
+
export declare const DeleteRegexPatternSetResponseFilterSensitiveLog: (
|
|
1911
|
+
obj: DeleteRegexPatternSetResponse
|
|
1912
|
+
) => any;
|
|
1913
|
+
|
|
1914
|
+
export declare const DeleteRuleRequestFilterSensitiveLog: (
|
|
1915
|
+
obj: DeleteRuleRequest
|
|
1916
|
+
) => any;
|
|
1917
|
+
|
|
1918
|
+
export declare const DeleteRuleResponseFilterSensitiveLog: (
|
|
1919
|
+
obj: DeleteRuleResponse
|
|
1920
|
+
) => any;
|
|
1921
|
+
|
|
1922
|
+
export declare const DeleteRuleGroupRequestFilterSensitiveLog: (
|
|
1923
|
+
obj: DeleteRuleGroupRequest
|
|
1924
|
+
) => any;
|
|
1925
|
+
|
|
1926
|
+
export declare const DeleteRuleGroupResponseFilterSensitiveLog: (
|
|
1927
|
+
obj: DeleteRuleGroupResponse
|
|
1928
|
+
) => any;
|
|
1929
|
+
|
|
1930
|
+
export declare const DeleteSizeConstraintSetRequestFilterSensitiveLog: (
|
|
1931
|
+
obj: DeleteSizeConstraintSetRequest
|
|
1932
|
+
) => any;
|
|
1933
|
+
|
|
1934
|
+
export declare const DeleteSizeConstraintSetResponseFilterSensitiveLog: (
|
|
1935
|
+
obj: DeleteSizeConstraintSetResponse
|
|
1936
|
+
) => any;
|
|
1937
|
+
|
|
1938
|
+
export declare const DeleteSqlInjectionMatchSetRequestFilterSensitiveLog: (
|
|
1939
|
+
obj: DeleteSqlInjectionMatchSetRequest
|
|
1940
|
+
) => any;
|
|
1941
|
+
|
|
1942
|
+
export declare const DeleteSqlInjectionMatchSetResponseFilterSensitiveLog: (
|
|
1943
|
+
obj: DeleteSqlInjectionMatchSetResponse
|
|
1944
|
+
) => any;
|
|
1945
|
+
|
|
1946
|
+
export declare const DeleteWebACLRequestFilterSensitiveLog: (
|
|
1947
|
+
obj: DeleteWebACLRequest
|
|
1948
|
+
) => any;
|
|
1949
|
+
|
|
1950
|
+
export declare const DeleteWebACLResponseFilterSensitiveLog: (
|
|
1951
|
+
obj: DeleteWebACLResponse
|
|
1952
|
+
) => any;
|
|
1953
|
+
|
|
1954
|
+
export declare const DeleteXssMatchSetRequestFilterSensitiveLog: (
|
|
1955
|
+
obj: DeleteXssMatchSetRequest
|
|
1956
|
+
) => any;
|
|
1957
|
+
|
|
1958
|
+
export declare const DeleteXssMatchSetResponseFilterSensitiveLog: (
|
|
1959
|
+
obj: DeleteXssMatchSetResponse
|
|
1960
|
+
) => any;
|
|
1961
|
+
|
|
1962
|
+
export declare const GetByteMatchSetRequestFilterSensitiveLog: (
|
|
1963
|
+
obj: GetByteMatchSetRequest
|
|
1964
|
+
) => any;
|
|
1965
|
+
|
|
1966
|
+
export declare const GetByteMatchSetResponseFilterSensitiveLog: (
|
|
1967
|
+
obj: GetByteMatchSetResponse
|
|
1968
|
+
) => any;
|
|
1969
|
+
|
|
1970
|
+
export declare const GetChangeTokenRequestFilterSensitiveLog: (
|
|
1971
|
+
obj: GetChangeTokenRequest
|
|
1972
|
+
) => any;
|
|
1973
|
+
|
|
1974
|
+
export declare const GetChangeTokenResponseFilterSensitiveLog: (
|
|
1975
|
+
obj: GetChangeTokenResponse
|
|
1976
|
+
) => any;
|
|
1977
|
+
|
|
1978
|
+
export declare const GetChangeTokenStatusRequestFilterSensitiveLog: (
|
|
1979
|
+
obj: GetChangeTokenStatusRequest
|
|
1980
|
+
) => any;
|
|
1981
|
+
|
|
1982
|
+
export declare const GetChangeTokenStatusResponseFilterSensitiveLog: (
|
|
1983
|
+
obj: GetChangeTokenStatusResponse
|
|
1984
|
+
) => any;
|
|
1985
|
+
|
|
1986
|
+
export declare const GetGeoMatchSetRequestFilterSensitiveLog: (
|
|
1987
|
+
obj: GetGeoMatchSetRequest
|
|
1988
|
+
) => any;
|
|
1989
|
+
|
|
1990
|
+
export declare const GetGeoMatchSetResponseFilterSensitiveLog: (
|
|
1991
|
+
obj: GetGeoMatchSetResponse
|
|
1992
|
+
) => any;
|
|
1993
|
+
|
|
1994
|
+
export declare const GetIPSetRequestFilterSensitiveLog: (
|
|
1995
|
+
obj: GetIPSetRequest
|
|
1996
|
+
) => any;
|
|
1997
|
+
|
|
1998
|
+
export declare const GetIPSetResponseFilterSensitiveLog: (
|
|
1999
|
+
obj: GetIPSetResponse
|
|
2000
|
+
) => any;
|
|
2001
|
+
|
|
2002
|
+
export declare const GetLoggingConfigurationRequestFilterSensitiveLog: (
|
|
2003
|
+
obj: GetLoggingConfigurationRequest
|
|
2004
|
+
) => any;
|
|
2005
|
+
|
|
2006
|
+
export declare const LoggingConfigurationFilterSensitiveLog: (
|
|
2007
|
+
obj: LoggingConfiguration
|
|
2008
|
+
) => any;
|
|
2009
|
+
|
|
2010
|
+
export declare const GetLoggingConfigurationResponseFilterSensitiveLog: (
|
|
2011
|
+
obj: GetLoggingConfigurationResponse
|
|
2012
|
+
) => any;
|
|
2013
|
+
|
|
2014
|
+
export declare const GetPermissionPolicyRequestFilterSensitiveLog: (
|
|
2015
|
+
obj: GetPermissionPolicyRequest
|
|
2016
|
+
) => any;
|
|
2017
|
+
|
|
2018
|
+
export declare const GetPermissionPolicyResponseFilterSensitiveLog: (
|
|
2019
|
+
obj: GetPermissionPolicyResponse
|
|
2020
|
+
) => any;
|
|
2021
|
+
|
|
2022
|
+
export declare const GetRateBasedRuleRequestFilterSensitiveLog: (
|
|
2023
|
+
obj: GetRateBasedRuleRequest
|
|
2024
|
+
) => any;
|
|
2025
|
+
|
|
2026
|
+
export declare const GetRateBasedRuleResponseFilterSensitiveLog: (
|
|
2027
|
+
obj: GetRateBasedRuleResponse
|
|
2028
|
+
) => any;
|
|
2029
|
+
|
|
2030
|
+
export declare const GetRateBasedRuleManagedKeysRequestFilterSensitiveLog: (
|
|
2031
|
+
obj: GetRateBasedRuleManagedKeysRequest
|
|
2032
|
+
) => any;
|
|
2033
|
+
|
|
2034
|
+
export declare const GetRateBasedRuleManagedKeysResponseFilterSensitiveLog: (
|
|
2035
|
+
obj: GetRateBasedRuleManagedKeysResponse
|
|
2036
|
+
) => any;
|
|
2037
|
+
|
|
2038
|
+
export declare const GetRegexMatchSetRequestFilterSensitiveLog: (
|
|
2039
|
+
obj: GetRegexMatchSetRequest
|
|
2040
|
+
) => any;
|
|
2041
|
+
|
|
2042
|
+
export declare const GetRegexMatchSetResponseFilterSensitiveLog: (
|
|
2043
|
+
obj: GetRegexMatchSetResponse
|
|
2044
|
+
) => any;
|
|
2045
|
+
|
|
2046
|
+
export declare const GetRegexPatternSetRequestFilterSensitiveLog: (
|
|
2047
|
+
obj: GetRegexPatternSetRequest
|
|
2048
|
+
) => any;
|
|
2049
|
+
|
|
2050
|
+
export declare const GetRegexPatternSetResponseFilterSensitiveLog: (
|
|
2051
|
+
obj: GetRegexPatternSetResponse
|
|
2052
|
+
) => any;
|
|
2053
|
+
|
|
2054
|
+
export declare const GetRuleRequestFilterSensitiveLog: (
|
|
2055
|
+
obj: GetRuleRequest
|
|
2056
|
+
) => any;
|
|
2057
|
+
|
|
2058
|
+
export declare const GetRuleResponseFilterSensitiveLog: (
|
|
2059
|
+
obj: GetRuleResponse
|
|
2060
|
+
) => any;
|
|
2061
|
+
|
|
2062
|
+
export declare const GetRuleGroupRequestFilterSensitiveLog: (
|
|
2063
|
+
obj: GetRuleGroupRequest
|
|
2064
|
+
) => any;
|
|
2065
|
+
|
|
2066
|
+
export declare const GetRuleGroupResponseFilterSensitiveLog: (
|
|
2067
|
+
obj: GetRuleGroupResponse
|
|
2068
|
+
) => any;
|
|
2069
|
+
|
|
2070
|
+
export declare const TimeWindowFilterSensitiveLog: (obj: TimeWindow) => any;
|
|
2071
|
+
|
|
2072
|
+
export declare const GetSampledRequestsRequestFilterSensitiveLog: (
|
|
2073
|
+
obj: GetSampledRequestsRequest
|
|
2074
|
+
) => any;
|
|
2075
|
+
|
|
2076
|
+
export declare const HTTPHeaderFilterSensitiveLog: (obj: HTTPHeader) => any;
|
|
2077
|
+
|
|
2078
|
+
export declare const HTTPRequestFilterSensitiveLog: (obj: HTTPRequest) => any;
|
|
2079
|
+
|
|
2080
|
+
export declare const SampledHTTPRequestFilterSensitiveLog: (
|
|
2081
|
+
obj: SampledHTTPRequest
|
|
2082
|
+
) => any;
|
|
2083
|
+
|
|
2084
|
+
export declare const GetSampledRequestsResponseFilterSensitiveLog: (
|
|
2085
|
+
obj: GetSampledRequestsResponse
|
|
2086
|
+
) => any;
|
|
2087
|
+
|
|
2088
|
+
export declare const GetSizeConstraintSetRequestFilterSensitiveLog: (
|
|
2089
|
+
obj: GetSizeConstraintSetRequest
|
|
2090
|
+
) => any;
|
|
2091
|
+
|
|
2092
|
+
export declare const GetSizeConstraintSetResponseFilterSensitiveLog: (
|
|
2093
|
+
obj: GetSizeConstraintSetResponse
|
|
2094
|
+
) => any;
|
|
2095
|
+
|
|
2096
|
+
export declare const GetSqlInjectionMatchSetRequestFilterSensitiveLog: (
|
|
2097
|
+
obj: GetSqlInjectionMatchSetRequest
|
|
2098
|
+
) => any;
|
|
2099
|
+
|
|
2100
|
+
export declare const GetSqlInjectionMatchSetResponseFilterSensitiveLog: (
|
|
2101
|
+
obj: GetSqlInjectionMatchSetResponse
|
|
2102
|
+
) => any;
|
|
2103
|
+
|
|
2104
|
+
export declare const GetWebACLRequestFilterSensitiveLog: (
|
|
2105
|
+
obj: GetWebACLRequest
|
|
2106
|
+
) => any;
|
|
2107
|
+
|
|
2108
|
+
export declare const GetWebACLResponseFilterSensitiveLog: (
|
|
2109
|
+
obj: GetWebACLResponse
|
|
2110
|
+
) => any;
|
|
2111
|
+
|
|
2112
|
+
export declare const GetXssMatchSetRequestFilterSensitiveLog: (
|
|
2113
|
+
obj: GetXssMatchSetRequest
|
|
2114
|
+
) => any;
|
|
2115
|
+
|
|
2116
|
+
export declare const GetXssMatchSetResponseFilterSensitiveLog: (
|
|
2117
|
+
obj: GetXssMatchSetResponse
|
|
2118
|
+
) => any;
|
|
2119
|
+
|
|
2120
|
+
export declare const ListActivatedRulesInRuleGroupRequestFilterSensitiveLog: (
|
|
2121
|
+
obj: ListActivatedRulesInRuleGroupRequest
|
|
2122
|
+
) => any;
|
|
2123
|
+
|
|
2124
|
+
export declare const ListActivatedRulesInRuleGroupResponseFilterSensitiveLog: (
|
|
2125
|
+
obj: ListActivatedRulesInRuleGroupResponse
|
|
2126
|
+
) => any;
|
|
2127
|
+
|
|
2128
|
+
export declare const ListByteMatchSetsRequestFilterSensitiveLog: (
|
|
2129
|
+
obj: ListByteMatchSetsRequest
|
|
2130
|
+
) => any;
|
|
2131
|
+
|
|
2132
|
+
export declare const ByteMatchSetSummaryFilterSensitiveLog: (
|
|
2133
|
+
obj: ByteMatchSetSummary
|
|
2134
|
+
) => any;
|
|
2135
|
+
|
|
2136
|
+
export declare const ListByteMatchSetsResponseFilterSensitiveLog: (
|
|
2137
|
+
obj: ListByteMatchSetsResponse
|
|
2138
|
+
) => any;
|
|
2139
|
+
|
|
2140
|
+
export declare const ListGeoMatchSetsRequestFilterSensitiveLog: (
|
|
2141
|
+
obj: ListGeoMatchSetsRequest
|
|
2142
|
+
) => any;
|
|
2143
|
+
|
|
2144
|
+
export declare const GeoMatchSetSummaryFilterSensitiveLog: (
|
|
2145
|
+
obj: GeoMatchSetSummary
|
|
2146
|
+
) => any;
|
|
2147
|
+
|
|
2148
|
+
export declare const ListGeoMatchSetsResponseFilterSensitiveLog: (
|
|
2149
|
+
obj: ListGeoMatchSetsResponse
|
|
2150
|
+
) => any;
|
|
2151
|
+
|
|
2152
|
+
export declare const ListIPSetsRequestFilterSensitiveLog: (
|
|
2153
|
+
obj: ListIPSetsRequest
|
|
2154
|
+
) => any;
|
|
2155
|
+
|
|
2156
|
+
export declare const IPSetSummaryFilterSensitiveLog: (obj: IPSetSummary) => any;
|
|
2157
|
+
|
|
2158
|
+
export declare const ListIPSetsResponseFilterSensitiveLog: (
|
|
2159
|
+
obj: ListIPSetsResponse
|
|
2160
|
+
) => any;
|
|
2161
|
+
|
|
2162
|
+
export declare const ListLoggingConfigurationsRequestFilterSensitiveLog: (
|
|
2163
|
+
obj: ListLoggingConfigurationsRequest
|
|
2164
|
+
) => any;
|
|
2165
|
+
|
|
2166
|
+
export declare const ListLoggingConfigurationsResponseFilterSensitiveLog: (
|
|
2167
|
+
obj: ListLoggingConfigurationsResponse
|
|
2168
|
+
) => any;
|
|
2169
|
+
|
|
2170
|
+
export declare const ListRateBasedRulesRequestFilterSensitiveLog: (
|
|
2171
|
+
obj: ListRateBasedRulesRequest
|
|
2172
|
+
) => any;
|
|
2173
|
+
|
|
2174
|
+
export declare const RuleSummaryFilterSensitiveLog: (obj: RuleSummary) => any;
|
|
2175
|
+
|
|
2176
|
+
export declare const ListRateBasedRulesResponseFilterSensitiveLog: (
|
|
2177
|
+
obj: ListRateBasedRulesResponse
|
|
2178
|
+
) => any;
|
|
2179
|
+
|
|
2180
|
+
export declare const ListRegexMatchSetsRequestFilterSensitiveLog: (
|
|
2181
|
+
obj: ListRegexMatchSetsRequest
|
|
2182
|
+
) => any;
|
|
2183
|
+
|
|
2184
|
+
export declare const RegexMatchSetSummaryFilterSensitiveLog: (
|
|
2185
|
+
obj: RegexMatchSetSummary
|
|
2186
|
+
) => any;
|
|
2187
|
+
|
|
2188
|
+
export declare const ListRegexMatchSetsResponseFilterSensitiveLog: (
|
|
2189
|
+
obj: ListRegexMatchSetsResponse
|
|
2190
|
+
) => any;
|
|
2191
|
+
|
|
2192
|
+
export declare const ListRegexPatternSetsRequestFilterSensitiveLog: (
|
|
2193
|
+
obj: ListRegexPatternSetsRequest
|
|
2194
|
+
) => any;
|
|
2195
|
+
|
|
2196
|
+
export declare const RegexPatternSetSummaryFilterSensitiveLog: (
|
|
2197
|
+
obj: RegexPatternSetSummary
|
|
2198
|
+
) => any;
|
|
2199
|
+
|
|
2200
|
+
export declare const ListRegexPatternSetsResponseFilterSensitiveLog: (
|
|
2201
|
+
obj: ListRegexPatternSetsResponse
|
|
2202
|
+
) => any;
|
|
2203
|
+
|
|
2204
|
+
export declare const ListRuleGroupsRequestFilterSensitiveLog: (
|
|
2205
|
+
obj: ListRuleGroupsRequest
|
|
2206
|
+
) => any;
|
|
2207
|
+
|
|
2208
|
+
export declare const RuleGroupSummaryFilterSensitiveLog: (
|
|
2209
|
+
obj: RuleGroupSummary
|
|
2210
|
+
) => any;
|
|
2211
|
+
|
|
2212
|
+
export declare const ListRuleGroupsResponseFilterSensitiveLog: (
|
|
2213
|
+
obj: ListRuleGroupsResponse
|
|
2214
|
+
) => any;
|
|
2215
|
+
|
|
2216
|
+
export declare const ListRulesRequestFilterSensitiveLog: (
|
|
2217
|
+
obj: ListRulesRequest
|
|
2218
|
+
) => any;
|
|
2219
|
+
|
|
2220
|
+
export declare const ListRulesResponseFilterSensitiveLog: (
|
|
2221
|
+
obj: ListRulesResponse
|
|
2222
|
+
) => any;
|
|
2223
|
+
|
|
2224
|
+
export declare const ListSizeConstraintSetsRequestFilterSensitiveLog: (
|
|
2225
|
+
obj: ListSizeConstraintSetsRequest
|
|
2226
|
+
) => any;
|
|
2227
|
+
|
|
2228
|
+
export declare const SizeConstraintSetSummaryFilterSensitiveLog: (
|
|
2229
|
+
obj: SizeConstraintSetSummary
|
|
2230
|
+
) => any;
|
|
2231
|
+
|
|
2232
|
+
export declare const ListSizeConstraintSetsResponseFilterSensitiveLog: (
|
|
2233
|
+
obj: ListSizeConstraintSetsResponse
|
|
2234
|
+
) => any;
|
|
2235
|
+
|
|
2236
|
+
export declare const ListSqlInjectionMatchSetsRequestFilterSensitiveLog: (
|
|
2237
|
+
obj: ListSqlInjectionMatchSetsRequest
|
|
2238
|
+
) => any;
|
|
2239
|
+
|
|
2240
|
+
export declare const SqlInjectionMatchSetSummaryFilterSensitiveLog: (
|
|
2241
|
+
obj: SqlInjectionMatchSetSummary
|
|
2242
|
+
) => any;
|
|
2243
|
+
|
|
2244
|
+
export declare const ListSqlInjectionMatchSetsResponseFilterSensitiveLog: (
|
|
2245
|
+
obj: ListSqlInjectionMatchSetsResponse
|
|
2246
|
+
) => any;
|
|
2247
|
+
|
|
2248
|
+
export declare const ListSubscribedRuleGroupsRequestFilterSensitiveLog: (
|
|
2249
|
+
obj: ListSubscribedRuleGroupsRequest
|
|
2250
|
+
) => any;
|
|
2251
|
+
|
|
2252
|
+
export declare const SubscribedRuleGroupSummaryFilterSensitiveLog: (
|
|
2253
|
+
obj: SubscribedRuleGroupSummary
|
|
2254
|
+
) => any;
|
|
2255
|
+
|
|
2256
|
+
export declare const ListSubscribedRuleGroupsResponseFilterSensitiveLog: (
|
|
2257
|
+
obj: ListSubscribedRuleGroupsResponse
|
|
2258
|
+
) => any;
|
|
2259
|
+
|
|
2260
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
2261
|
+
obj: ListTagsForResourceRequest
|
|
2262
|
+
) => any;
|
|
2263
|
+
|
|
2264
|
+
export declare const TagInfoForResourceFilterSensitiveLog: (
|
|
2265
|
+
obj: TagInfoForResource
|
|
2266
|
+
) => any;
|
|
2267
|
+
|
|
2268
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
2269
|
+
obj: ListTagsForResourceResponse
|
|
2270
|
+
) => any;
|
|
2271
|
+
|
|
2272
|
+
export declare const ListWebACLsRequestFilterSensitiveLog: (
|
|
2273
|
+
obj: ListWebACLsRequest
|
|
2274
|
+
) => any;
|
|
2275
|
+
|
|
2276
|
+
export declare const WebACLSummaryFilterSensitiveLog: (
|
|
2277
|
+
obj: WebACLSummary
|
|
2278
|
+
) => any;
|
|
2279
|
+
|
|
2280
|
+
export declare const ListWebACLsResponseFilterSensitiveLog: (
|
|
2281
|
+
obj: ListWebACLsResponse
|
|
2282
|
+
) => any;
|
|
2283
|
+
|
|
2284
|
+
export declare const ListXssMatchSetsRequestFilterSensitiveLog: (
|
|
2285
|
+
obj: ListXssMatchSetsRequest
|
|
2286
|
+
) => any;
|
|
2287
|
+
|
|
2288
|
+
export declare const XssMatchSetSummaryFilterSensitiveLog: (
|
|
2289
|
+
obj: XssMatchSetSummary
|
|
2290
|
+
) => any;
|
|
2291
|
+
|
|
2292
|
+
export declare const ListXssMatchSetsResponseFilterSensitiveLog: (
|
|
2293
|
+
obj: ListXssMatchSetsResponse
|
|
2294
|
+
) => any;
|
|
2295
|
+
|
|
2296
|
+
export declare const PutLoggingConfigurationRequestFilterSensitiveLog: (
|
|
2297
|
+
obj: PutLoggingConfigurationRequest
|
|
2298
|
+
) => any;
|
|
2299
|
+
|
|
2300
|
+
export declare const PutLoggingConfigurationResponseFilterSensitiveLog: (
|
|
2301
|
+
obj: PutLoggingConfigurationResponse
|
|
2302
|
+
) => any;
|
|
2303
|
+
|
|
2304
|
+
export declare const PutPermissionPolicyRequestFilterSensitiveLog: (
|
|
2305
|
+
obj: PutPermissionPolicyRequest
|
|
2306
|
+
) => any;
|
|
2307
|
+
|
|
2308
|
+
export declare const PutPermissionPolicyResponseFilterSensitiveLog: (
|
|
2309
|
+
obj: PutPermissionPolicyResponse
|
|
2310
|
+
) => any;
|
|
2311
|
+
|
|
2312
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
2313
|
+
obj: TagResourceRequest
|
|
2314
|
+
) => any;
|
|
2315
|
+
|
|
2316
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
2317
|
+
obj: TagResourceResponse
|
|
2318
|
+
) => any;
|
|
2319
|
+
|
|
2320
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
2321
|
+
obj: UntagResourceRequest
|
|
2322
|
+
) => any;
|
|
2323
|
+
|
|
2324
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
2325
|
+
obj: UntagResourceResponse
|
|
2326
|
+
) => any;
|
|
2327
|
+
|
|
2328
|
+
export declare const ByteMatchSetUpdateFilterSensitiveLog: (
|
|
2329
|
+
obj: ByteMatchSetUpdate
|
|
2330
|
+
) => any;
|
|
2331
|
+
|
|
2332
|
+
export declare const UpdateByteMatchSetRequestFilterSensitiveLog: (
|
|
2333
|
+
obj: UpdateByteMatchSetRequest
|
|
2334
|
+
) => any;
|
|
2335
|
+
|
|
2336
|
+
export declare const UpdateByteMatchSetResponseFilterSensitiveLog: (
|
|
2337
|
+
obj: UpdateByteMatchSetResponse
|
|
2338
|
+
) => any;
|
|
2339
|
+
|
|
2340
|
+
export declare const GeoMatchSetUpdateFilterSensitiveLog: (
|
|
2341
|
+
obj: GeoMatchSetUpdate
|
|
2342
|
+
) => any;
|
|
2343
|
+
|
|
2344
|
+
export declare const UpdateGeoMatchSetRequestFilterSensitiveLog: (
|
|
2345
|
+
obj: UpdateGeoMatchSetRequest
|
|
2346
|
+
) => any;
|
|
2347
|
+
|
|
2348
|
+
export declare const UpdateGeoMatchSetResponseFilterSensitiveLog: (
|
|
2349
|
+
obj: UpdateGeoMatchSetResponse
|
|
2350
|
+
) => any;
|
|
2351
|
+
|
|
2352
|
+
export declare const IPSetUpdateFilterSensitiveLog: (obj: IPSetUpdate) => any;
|
|
2353
|
+
|
|
2354
|
+
export declare const UpdateIPSetRequestFilterSensitiveLog: (
|
|
2355
|
+
obj: UpdateIPSetRequest
|
|
2356
|
+
) => any;
|
|
2357
|
+
|
|
2358
|
+
export declare const UpdateIPSetResponseFilterSensitiveLog: (
|
|
2359
|
+
obj: UpdateIPSetResponse
|
|
2360
|
+
) => any;
|
|
2361
|
+
|
|
2362
|
+
export declare const RuleUpdateFilterSensitiveLog: (obj: RuleUpdate) => any;
|
|
2363
|
+
|
|
2364
|
+
export declare const UpdateRateBasedRuleRequestFilterSensitiveLog: (
|
|
2365
|
+
obj: UpdateRateBasedRuleRequest
|
|
2366
|
+
) => any;
|
|
2367
|
+
|
|
2368
|
+
export declare const UpdateRateBasedRuleResponseFilterSensitiveLog: (
|
|
2369
|
+
obj: UpdateRateBasedRuleResponse
|
|
2370
|
+
) => any;
|
|
2371
|
+
|
|
2372
|
+
export declare const RegexMatchSetUpdateFilterSensitiveLog: (
|
|
2373
|
+
obj: RegexMatchSetUpdate
|
|
2374
|
+
) => any;
|
|
2375
|
+
|
|
2376
|
+
export declare const UpdateRegexMatchSetRequestFilterSensitiveLog: (
|
|
2377
|
+
obj: UpdateRegexMatchSetRequest
|
|
2378
|
+
) => any;
|
|
2379
|
+
|
|
2380
|
+
export declare const UpdateRegexMatchSetResponseFilterSensitiveLog: (
|
|
2381
|
+
obj: UpdateRegexMatchSetResponse
|
|
2382
|
+
) => any;
|
|
2383
|
+
|
|
2384
|
+
export declare const RegexPatternSetUpdateFilterSensitiveLog: (
|
|
2385
|
+
obj: RegexPatternSetUpdate
|
|
2386
|
+
) => any;
|
|
2387
|
+
|
|
2388
|
+
export declare const UpdateRegexPatternSetRequestFilterSensitiveLog: (
|
|
2389
|
+
obj: UpdateRegexPatternSetRequest
|
|
2390
|
+
) => any;
|
|
2391
|
+
|
|
2392
|
+
export declare const UpdateRegexPatternSetResponseFilterSensitiveLog: (
|
|
2393
|
+
obj: UpdateRegexPatternSetResponse
|
|
2394
|
+
) => any;
|
|
2395
|
+
|
|
2396
|
+
export declare const UpdateRuleRequestFilterSensitiveLog: (
|
|
2397
|
+
obj: UpdateRuleRequest
|
|
2398
|
+
) => any;
|
|
2399
|
+
|
|
2400
|
+
export declare const UpdateRuleResponseFilterSensitiveLog: (
|
|
2401
|
+
obj: UpdateRuleResponse
|
|
2402
|
+
) => any;
|
|
2403
|
+
|
|
2404
|
+
export declare const RuleGroupUpdateFilterSensitiveLog: (
|
|
2405
|
+
obj: RuleGroupUpdate
|
|
2406
|
+
) => any;
|
|
2407
|
+
|
|
2408
|
+
export declare const UpdateRuleGroupRequestFilterSensitiveLog: (
|
|
2409
|
+
obj: UpdateRuleGroupRequest
|
|
2410
|
+
) => any;
|
|
2411
|
+
|
|
2412
|
+
export declare const UpdateRuleGroupResponseFilterSensitiveLog: (
|
|
2413
|
+
obj: UpdateRuleGroupResponse
|
|
2414
|
+
) => any;
|
|
2415
|
+
|
|
2416
|
+
export declare const SizeConstraintSetUpdateFilterSensitiveLog: (
|
|
2417
|
+
obj: SizeConstraintSetUpdate
|
|
2418
|
+
) => any;
|
|
2419
|
+
|
|
2420
|
+
export declare const UpdateSizeConstraintSetRequestFilterSensitiveLog: (
|
|
2421
|
+
obj: UpdateSizeConstraintSetRequest
|
|
2422
|
+
) => any;
|
|
2423
|
+
|
|
2424
|
+
export declare const UpdateSizeConstraintSetResponseFilterSensitiveLog: (
|
|
2425
|
+
obj: UpdateSizeConstraintSetResponse
|
|
2426
|
+
) => any;
|
|
2427
|
+
|
|
2428
|
+
export declare const SqlInjectionMatchSetUpdateFilterSensitiveLog: (
|
|
2429
|
+
obj: SqlInjectionMatchSetUpdate
|
|
2430
|
+
) => any;
|
|
2431
|
+
|
|
2432
|
+
export declare const UpdateSqlInjectionMatchSetRequestFilterSensitiveLog: (
|
|
2433
|
+
obj: UpdateSqlInjectionMatchSetRequest
|
|
2434
|
+
) => any;
|
|
2435
|
+
|
|
2436
|
+
export declare const UpdateSqlInjectionMatchSetResponseFilterSensitiveLog: (
|
|
2437
|
+
obj: UpdateSqlInjectionMatchSetResponse
|
|
2438
|
+
) => any;
|
|
2439
|
+
|
|
2440
|
+
export declare const WebACLUpdateFilterSensitiveLog: (obj: WebACLUpdate) => any;
|
|
2441
|
+
|
|
2442
|
+
export declare const UpdateWebACLRequestFilterSensitiveLog: (
|
|
2443
|
+
obj: UpdateWebACLRequest
|
|
2444
|
+
) => any;
|
|
2445
|
+
|
|
2446
|
+
export declare const UpdateWebACLResponseFilterSensitiveLog: (
|
|
2447
|
+
obj: UpdateWebACLResponse
|
|
2448
|
+
) => any;
|
|
2449
|
+
|
|
2450
|
+
export declare const XssMatchSetUpdateFilterSensitiveLog: (
|
|
2451
|
+
obj: XssMatchSetUpdate
|
|
2452
|
+
) => any;
|
|
2453
|
+
|
|
2454
|
+
export declare const UpdateXssMatchSetRequestFilterSensitiveLog: (
|
|
2455
|
+
obj: UpdateXssMatchSetRequest
|
|
2456
|
+
) => any;
|
|
2457
|
+
|
|
2458
|
+
export declare const UpdateXssMatchSetResponseFilterSensitiveLog: (
|
|
2459
|
+
obj: UpdateXssMatchSetResponse
|
|
2460
|
+
) => any;
|