@aws-sdk/client-wafv2 3.750.0 → 3.763.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/CheckCapacityCommand.d.ts +27 -0
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +27 -0
- package/dist-types/commands/CreateWebACLCommand.d.ts +27 -0
- package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/GetRuleGroupCommand.d.ts +27 -0
- package/dist-types/commands/GetWebACLCommand.d.ts +27 -0
- package/dist-types/commands/GetWebACLForResourceCommand.d.ts +27 -0
- package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +3 -0
- package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +27 -0
- package/dist-types/commands/UpdateWebACLCommand.d.ts +27 -0
- package/dist-types/models/models_0.d.ts +123 -10
- package/dist-types/ts3.4/models/models_0.d.ts +12 -0
- package/package.json +12 -12
|
@@ -111,6 +111,9 @@ declare const CheckCapacityCommand_base: {
|
|
|
111
111
|
* JA3Fingerprint: { // JA3Fingerprint
|
|
112
112
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
113
113
|
* },
|
|
114
|
+
* JA4Fingerprint: { // JA4Fingerprint
|
|
115
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
116
|
+
* },
|
|
114
117
|
* },
|
|
115
118
|
* TextTransformations: [ // TextTransformations // required
|
|
116
119
|
* { // TextTransformation
|
|
@@ -178,6 +181,9 @@ declare const CheckCapacityCommand_base: {
|
|
|
178
181
|
* JA3Fingerprint: {
|
|
179
182
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
180
183
|
* },
|
|
184
|
+
* JA4Fingerprint: {
|
|
185
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
186
|
+
* },
|
|
181
187
|
* },
|
|
182
188
|
* TextTransformations: [ // required
|
|
183
189
|
* {
|
|
@@ -241,6 +247,9 @@ declare const CheckCapacityCommand_base: {
|
|
|
241
247
|
* JA3Fingerprint: {
|
|
242
248
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
243
249
|
* },
|
|
250
|
+
* JA4Fingerprint: {
|
|
251
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
252
|
+
* },
|
|
244
253
|
* },
|
|
245
254
|
* TextTransformations: [ // required
|
|
246
255
|
* {
|
|
@@ -299,6 +308,9 @@ declare const CheckCapacityCommand_base: {
|
|
|
299
308
|
* JA3Fingerprint: {
|
|
300
309
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
301
310
|
* },
|
|
311
|
+
* JA4Fingerprint: {
|
|
312
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
313
|
+
* },
|
|
302
314
|
* },
|
|
303
315
|
* ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
304
316
|
* Size: Number("long"), // required
|
|
@@ -444,6 +456,9 @@ declare const CheckCapacityCommand_base: {
|
|
|
444
456
|
* JA3Fingerprint: {
|
|
445
457
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
446
458
|
* },
|
|
459
|
+
* JA4Fingerprint: {
|
|
460
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
461
|
+
* },
|
|
447
462
|
* },
|
|
448
463
|
* TextTransformations: [ // required
|
|
449
464
|
* {
|
|
@@ -571,6 +586,12 @@ declare const CheckCapacityCommand_base: {
|
|
|
571
586
|
* UriPath: { // RateLimitUriPath
|
|
572
587
|
* TextTransformations: "<TextTransformations>", // required
|
|
573
588
|
* },
|
|
589
|
+
* JA3Fingerprint: { // RateLimitJA3Fingerprint
|
|
590
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
591
|
+
* },
|
|
592
|
+
* JA4Fingerprint: { // RateLimitJA4Fingerprint
|
|
593
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
594
|
+
* },
|
|
574
595
|
* },
|
|
575
596
|
* ],
|
|
576
597
|
* },
|
|
@@ -792,6 +813,12 @@ declare const CheckCapacityCommand_base: {
|
|
|
792
813
|
* UriPath: {
|
|
793
814
|
* TextTransformations: "<TextTransformations>", // required
|
|
794
815
|
* },
|
|
816
|
+
* JA3Fingerprint: {
|
|
817
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
818
|
+
* },
|
|
819
|
+
* JA4Fingerprint: {
|
|
820
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
821
|
+
* },
|
|
795
822
|
* },
|
|
796
823
|
* ],
|
|
797
824
|
* },
|
|
@@ -104,6 +104,9 @@ declare const CreateRuleGroupCommand_base: {
|
|
|
104
104
|
* JA3Fingerprint: { // JA3Fingerprint
|
|
105
105
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
106
106
|
* },
|
|
107
|
+
* JA4Fingerprint: { // JA4Fingerprint
|
|
108
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
109
|
+
* },
|
|
107
110
|
* },
|
|
108
111
|
* TextTransformations: [ // TextTransformations // required
|
|
109
112
|
* { // TextTransformation
|
|
@@ -171,6 +174,9 @@ declare const CreateRuleGroupCommand_base: {
|
|
|
171
174
|
* JA3Fingerprint: {
|
|
172
175
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
173
176
|
* },
|
|
177
|
+
* JA4Fingerprint: {
|
|
178
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
179
|
+
* },
|
|
174
180
|
* },
|
|
175
181
|
* TextTransformations: [ // required
|
|
176
182
|
* {
|
|
@@ -234,6 +240,9 @@ declare const CreateRuleGroupCommand_base: {
|
|
|
234
240
|
* JA3Fingerprint: {
|
|
235
241
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
236
242
|
* },
|
|
243
|
+
* JA4Fingerprint: {
|
|
244
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
245
|
+
* },
|
|
237
246
|
* },
|
|
238
247
|
* TextTransformations: [ // required
|
|
239
248
|
* {
|
|
@@ -292,6 +301,9 @@ declare const CreateRuleGroupCommand_base: {
|
|
|
292
301
|
* JA3Fingerprint: {
|
|
293
302
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
294
303
|
* },
|
|
304
|
+
* JA4Fingerprint: {
|
|
305
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
306
|
+
* },
|
|
295
307
|
* },
|
|
296
308
|
* ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
297
309
|
* Size: Number("long"), // required
|
|
@@ -437,6 +449,9 @@ declare const CreateRuleGroupCommand_base: {
|
|
|
437
449
|
* JA3Fingerprint: {
|
|
438
450
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
439
451
|
* },
|
|
452
|
+
* JA4Fingerprint: {
|
|
453
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
454
|
+
* },
|
|
440
455
|
* },
|
|
441
456
|
* TextTransformations: [ // required
|
|
442
457
|
* {
|
|
@@ -564,6 +579,12 @@ declare const CreateRuleGroupCommand_base: {
|
|
|
564
579
|
* UriPath: { // RateLimitUriPath
|
|
565
580
|
* TextTransformations: "<TextTransformations>", // required
|
|
566
581
|
* },
|
|
582
|
+
* JA3Fingerprint: { // RateLimitJA3Fingerprint
|
|
583
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
584
|
+
* },
|
|
585
|
+
* JA4Fingerprint: { // RateLimitJA4Fingerprint
|
|
586
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
587
|
+
* },
|
|
567
588
|
* },
|
|
568
589
|
* ],
|
|
569
590
|
* },
|
|
@@ -785,6 +806,12 @@ declare const CreateRuleGroupCommand_base: {
|
|
|
785
806
|
* UriPath: {
|
|
786
807
|
* TextTransformations: "<TextTransformations>", // required
|
|
787
808
|
* },
|
|
809
|
+
* JA3Fingerprint: {
|
|
810
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
811
|
+
* },
|
|
812
|
+
* JA4Fingerprint: {
|
|
813
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
814
|
+
* },
|
|
788
815
|
* },
|
|
789
816
|
* ],
|
|
790
817
|
* },
|
|
@@ -127,6 +127,9 @@ declare const CreateWebACLCommand_base: {
|
|
|
127
127
|
* JA3Fingerprint: { // JA3Fingerprint
|
|
128
128
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
129
129
|
* },
|
|
130
|
+
* JA4Fingerprint: { // JA4Fingerprint
|
|
131
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
132
|
+
* },
|
|
130
133
|
* },
|
|
131
134
|
* TextTransformations: [ // TextTransformations // required
|
|
132
135
|
* { // TextTransformation
|
|
@@ -194,6 +197,9 @@ declare const CreateWebACLCommand_base: {
|
|
|
194
197
|
* JA3Fingerprint: {
|
|
195
198
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
196
199
|
* },
|
|
200
|
+
* JA4Fingerprint: {
|
|
201
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
202
|
+
* },
|
|
197
203
|
* },
|
|
198
204
|
* TextTransformations: [ // required
|
|
199
205
|
* {
|
|
@@ -257,6 +263,9 @@ declare const CreateWebACLCommand_base: {
|
|
|
257
263
|
* JA3Fingerprint: {
|
|
258
264
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
259
265
|
* },
|
|
266
|
+
* JA4Fingerprint: {
|
|
267
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
268
|
+
* },
|
|
260
269
|
* },
|
|
261
270
|
* TextTransformations: [ // required
|
|
262
271
|
* {
|
|
@@ -315,6 +324,9 @@ declare const CreateWebACLCommand_base: {
|
|
|
315
324
|
* JA3Fingerprint: {
|
|
316
325
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
317
326
|
* },
|
|
327
|
+
* JA4Fingerprint: {
|
|
328
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
329
|
+
* },
|
|
318
330
|
* },
|
|
319
331
|
* ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
320
332
|
* Size: Number("long"), // required
|
|
@@ -450,6 +462,9 @@ declare const CreateWebACLCommand_base: {
|
|
|
450
462
|
* JA3Fingerprint: {
|
|
451
463
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
452
464
|
* },
|
|
465
|
+
* JA4Fingerprint: {
|
|
466
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
467
|
+
* },
|
|
453
468
|
* },
|
|
454
469
|
* TextTransformations: [ // required
|
|
455
470
|
* {
|
|
@@ -567,6 +582,12 @@ declare const CreateWebACLCommand_base: {
|
|
|
567
582
|
* UriPath: { // RateLimitUriPath
|
|
568
583
|
* TextTransformations: "<TextTransformations>", // required
|
|
569
584
|
* },
|
|
585
|
+
* JA3Fingerprint: { // RateLimitJA3Fingerprint
|
|
586
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
587
|
+
* },
|
|
588
|
+
* JA4Fingerprint: { // RateLimitJA4Fingerprint
|
|
589
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
590
|
+
* },
|
|
570
591
|
* },
|
|
571
592
|
* ],
|
|
572
593
|
* },
|
|
@@ -780,6 +801,12 @@ declare const CreateWebACLCommand_base: {
|
|
|
780
801
|
* UriPath: {
|
|
781
802
|
* TextTransformations: "<TextTransformations>", // required
|
|
782
803
|
* },
|
|
804
|
+
* JA3Fingerprint: {
|
|
805
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
806
|
+
* },
|
|
807
|
+
* JA4Fingerprint: {
|
|
808
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
809
|
+
* },
|
|
783
810
|
* },
|
|
784
811
|
* ],
|
|
785
812
|
* },
|
|
@@ -105,6 +105,9 @@ declare const GetLoggingConfigurationCommand_base: {
|
|
|
105
105
|
* // JA3Fingerprint: { // JA3Fingerprint
|
|
106
106
|
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
107
107
|
* // },
|
|
108
|
+
* // JA4Fingerprint: { // JA4Fingerprint
|
|
109
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
110
|
+
* // },
|
|
108
111
|
* // },
|
|
109
112
|
* // ],
|
|
110
113
|
* // ManagedByFirewallManager: true || false,
|
|
@@ -113,6 +113,9 @@ declare const GetRuleGroupCommand_base: {
|
|
|
113
113
|
* // JA3Fingerprint: { // JA3Fingerprint
|
|
114
114
|
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
115
115
|
* // },
|
|
116
|
+
* // JA4Fingerprint: { // JA4Fingerprint
|
|
117
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
118
|
+
* // },
|
|
116
119
|
* // },
|
|
117
120
|
* // TextTransformations: [ // TextTransformations // required
|
|
118
121
|
* // { // TextTransformation
|
|
@@ -180,6 +183,9 @@ declare const GetRuleGroupCommand_base: {
|
|
|
180
183
|
* // JA3Fingerprint: {
|
|
181
184
|
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
182
185
|
* // },
|
|
186
|
+
* // JA4Fingerprint: {
|
|
187
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
188
|
+
* // },
|
|
183
189
|
* // },
|
|
184
190
|
* // TextTransformations: [ // required
|
|
185
191
|
* // {
|
|
@@ -243,6 +249,9 @@ declare const GetRuleGroupCommand_base: {
|
|
|
243
249
|
* // JA3Fingerprint: {
|
|
244
250
|
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
245
251
|
* // },
|
|
252
|
+
* // JA4Fingerprint: {
|
|
253
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
254
|
+
* // },
|
|
246
255
|
* // },
|
|
247
256
|
* // TextTransformations: [ // required
|
|
248
257
|
* // {
|
|
@@ -301,6 +310,9 @@ declare const GetRuleGroupCommand_base: {
|
|
|
301
310
|
* // JA3Fingerprint: {
|
|
302
311
|
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
303
312
|
* // },
|
|
313
|
+
* // JA4Fingerprint: {
|
|
314
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
315
|
+
* // },
|
|
304
316
|
* // },
|
|
305
317
|
* // ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
306
318
|
* // Size: Number("long"), // required
|
|
@@ -446,6 +458,9 @@ declare const GetRuleGroupCommand_base: {
|
|
|
446
458
|
* // JA3Fingerprint: {
|
|
447
459
|
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
448
460
|
* // },
|
|
461
|
+
* // JA4Fingerprint: {
|
|
462
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
463
|
+
* // },
|
|
449
464
|
* // },
|
|
450
465
|
* // TextTransformations: [ // required
|
|
451
466
|
* // {
|
|
@@ -573,6 +588,12 @@ declare const GetRuleGroupCommand_base: {
|
|
|
573
588
|
* // UriPath: { // RateLimitUriPath
|
|
574
589
|
* // TextTransformations: "<TextTransformations>", // required
|
|
575
590
|
* // },
|
|
591
|
+
* // JA3Fingerprint: { // RateLimitJA3Fingerprint
|
|
592
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
593
|
+
* // },
|
|
594
|
+
* // JA4Fingerprint: { // RateLimitJA4Fingerprint
|
|
595
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
596
|
+
* // },
|
|
576
597
|
* // },
|
|
577
598
|
* // ],
|
|
578
599
|
* // },
|
|
@@ -794,6 +815,12 @@ declare const GetRuleGroupCommand_base: {
|
|
|
794
815
|
* // UriPath: {
|
|
795
816
|
* // TextTransformations: "<TextTransformations>", // required
|
|
796
817
|
* // },
|
|
818
|
+
* // JA3Fingerprint: {
|
|
819
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
820
|
+
* // },
|
|
821
|
+
* // JA4Fingerprint: {
|
|
822
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
823
|
+
* // },
|
|
797
824
|
* // },
|
|
798
825
|
* // ],
|
|
799
826
|
* // },
|
|
@@ -135,6 +135,9 @@ declare const GetWebACLCommand_base: {
|
|
|
135
135
|
* // JA3Fingerprint: { // JA3Fingerprint
|
|
136
136
|
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
137
137
|
* // },
|
|
138
|
+
* // JA4Fingerprint: { // JA4Fingerprint
|
|
139
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
140
|
+
* // },
|
|
138
141
|
* // },
|
|
139
142
|
* // TextTransformations: [ // TextTransformations // required
|
|
140
143
|
* // { // TextTransformation
|
|
@@ -202,6 +205,9 @@ declare const GetWebACLCommand_base: {
|
|
|
202
205
|
* // JA3Fingerprint: {
|
|
203
206
|
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
204
207
|
* // },
|
|
208
|
+
* // JA4Fingerprint: {
|
|
209
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
210
|
+
* // },
|
|
205
211
|
* // },
|
|
206
212
|
* // TextTransformations: [ // required
|
|
207
213
|
* // {
|
|
@@ -265,6 +271,9 @@ declare const GetWebACLCommand_base: {
|
|
|
265
271
|
* // JA3Fingerprint: {
|
|
266
272
|
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
267
273
|
* // },
|
|
274
|
+
* // JA4Fingerprint: {
|
|
275
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
276
|
+
* // },
|
|
268
277
|
* // },
|
|
269
278
|
* // TextTransformations: [ // required
|
|
270
279
|
* // {
|
|
@@ -323,6 +332,9 @@ declare const GetWebACLCommand_base: {
|
|
|
323
332
|
* // JA3Fingerprint: {
|
|
324
333
|
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
325
334
|
* // },
|
|
335
|
+
* // JA4Fingerprint: {
|
|
336
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
337
|
+
* // },
|
|
326
338
|
* // },
|
|
327
339
|
* // ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
328
340
|
* // Size: Number("long"), // required
|
|
@@ -458,6 +470,9 @@ declare const GetWebACLCommand_base: {
|
|
|
458
470
|
* // JA3Fingerprint: {
|
|
459
471
|
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
460
472
|
* // },
|
|
473
|
+
* // JA4Fingerprint: {
|
|
474
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
475
|
+
* // },
|
|
461
476
|
* // },
|
|
462
477
|
* // TextTransformations: [ // required
|
|
463
478
|
* // {
|
|
@@ -575,6 +590,12 @@ declare const GetWebACLCommand_base: {
|
|
|
575
590
|
* // UriPath: { // RateLimitUriPath
|
|
576
591
|
* // TextTransformations: "<TextTransformations>", // required
|
|
577
592
|
* // },
|
|
593
|
+
* // JA3Fingerprint: { // RateLimitJA3Fingerprint
|
|
594
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
595
|
+
* // },
|
|
596
|
+
* // JA4Fingerprint: { // RateLimitJA4Fingerprint
|
|
597
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
598
|
+
* // },
|
|
578
599
|
* // },
|
|
579
600
|
* // ],
|
|
580
601
|
* // },
|
|
@@ -788,6 +809,12 @@ declare const GetWebACLCommand_base: {
|
|
|
788
809
|
* // UriPath: {
|
|
789
810
|
* // TextTransformations: "<TextTransformations>", // required
|
|
790
811
|
* // },
|
|
812
|
+
* // JA3Fingerprint: {
|
|
813
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
814
|
+
* // },
|
|
815
|
+
* // JA4Fingerprint: {
|
|
816
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
817
|
+
* // },
|
|
791
818
|
* // },
|
|
792
819
|
* // ],
|
|
793
820
|
* // },
|
|
@@ -143,6 +143,9 @@ declare const GetWebACLForResourceCommand_base: {
|
|
|
143
143
|
* // JA3Fingerprint: { // JA3Fingerprint
|
|
144
144
|
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
145
145
|
* // },
|
|
146
|
+
* // JA4Fingerprint: { // JA4Fingerprint
|
|
147
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
148
|
+
* // },
|
|
146
149
|
* // },
|
|
147
150
|
* // TextTransformations: [ // TextTransformations // required
|
|
148
151
|
* // { // TextTransformation
|
|
@@ -210,6 +213,9 @@ declare const GetWebACLForResourceCommand_base: {
|
|
|
210
213
|
* // JA3Fingerprint: {
|
|
211
214
|
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
212
215
|
* // },
|
|
216
|
+
* // JA4Fingerprint: {
|
|
217
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
218
|
+
* // },
|
|
213
219
|
* // },
|
|
214
220
|
* // TextTransformations: [ // required
|
|
215
221
|
* // {
|
|
@@ -273,6 +279,9 @@ declare const GetWebACLForResourceCommand_base: {
|
|
|
273
279
|
* // JA3Fingerprint: {
|
|
274
280
|
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
275
281
|
* // },
|
|
282
|
+
* // JA4Fingerprint: {
|
|
283
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
284
|
+
* // },
|
|
276
285
|
* // },
|
|
277
286
|
* // TextTransformations: [ // required
|
|
278
287
|
* // {
|
|
@@ -331,6 +340,9 @@ declare const GetWebACLForResourceCommand_base: {
|
|
|
331
340
|
* // JA3Fingerprint: {
|
|
332
341
|
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
333
342
|
* // },
|
|
343
|
+
* // JA4Fingerprint: {
|
|
344
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
345
|
+
* // },
|
|
334
346
|
* // },
|
|
335
347
|
* // ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
336
348
|
* // Size: Number("long"), // required
|
|
@@ -466,6 +478,9 @@ declare const GetWebACLForResourceCommand_base: {
|
|
|
466
478
|
* // JA3Fingerprint: {
|
|
467
479
|
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
468
480
|
* // },
|
|
481
|
+
* // JA4Fingerprint: {
|
|
482
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
483
|
+
* // },
|
|
469
484
|
* // },
|
|
470
485
|
* // TextTransformations: [ // required
|
|
471
486
|
* // {
|
|
@@ -583,6 +598,12 @@ declare const GetWebACLForResourceCommand_base: {
|
|
|
583
598
|
* // UriPath: { // RateLimitUriPath
|
|
584
599
|
* // TextTransformations: "<TextTransformations>", // required
|
|
585
600
|
* // },
|
|
601
|
+
* // JA3Fingerprint: { // RateLimitJA3Fingerprint
|
|
602
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
603
|
+
* // },
|
|
604
|
+
* // JA4Fingerprint: { // RateLimitJA4Fingerprint
|
|
605
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
606
|
+
* // },
|
|
586
607
|
* // },
|
|
587
608
|
* // ],
|
|
588
609
|
* // },
|
|
@@ -796,6 +817,12 @@ declare const GetWebACLForResourceCommand_base: {
|
|
|
796
817
|
* // UriPath: {
|
|
797
818
|
* // TextTransformations: "<TextTransformations>", // required
|
|
798
819
|
* // },
|
|
820
|
+
* // JA3Fingerprint: {
|
|
821
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
822
|
+
* // },
|
|
823
|
+
* // JA4Fingerprint: {
|
|
824
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
825
|
+
* // },
|
|
799
826
|
* // },
|
|
800
827
|
* // ],
|
|
801
828
|
* // },
|
|
@@ -107,6 +107,9 @@ declare const ListLoggingConfigurationsCommand_base: {
|
|
|
107
107
|
* // JA3Fingerprint: { // JA3Fingerprint
|
|
108
108
|
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
109
109
|
* // },
|
|
110
|
+
* // JA4Fingerprint: { // JA4Fingerprint
|
|
111
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
112
|
+
* // },
|
|
110
113
|
* // },
|
|
111
114
|
* // ],
|
|
112
115
|
* // ManagedByFirewallManager: true || false,
|
|
@@ -141,6 +141,9 @@ declare const PutLoggingConfigurationCommand_base: {
|
|
|
141
141
|
* JA3Fingerprint: { // JA3Fingerprint
|
|
142
142
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
143
143
|
* },
|
|
144
|
+
* JA4Fingerprint: { // JA4Fingerprint
|
|
145
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
146
|
+
* },
|
|
144
147
|
* },
|
|
145
148
|
* ],
|
|
146
149
|
* ManagedByFirewallManager: true || false,
|
|
@@ -233,6 +236,9 @@ declare const PutLoggingConfigurationCommand_base: {
|
|
|
233
236
|
* // JA3Fingerprint: { // JA3Fingerprint
|
|
234
237
|
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
235
238
|
* // },
|
|
239
|
+
* // JA4Fingerprint: { // JA4Fingerprint
|
|
240
|
+
* // FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
241
|
+
* // },
|
|
236
242
|
* // },
|
|
237
243
|
* // ],
|
|
238
244
|
* // ManagedByFirewallManager: true || false,
|
|
@@ -139,6 +139,9 @@ declare const UpdateRuleGroupCommand_base: {
|
|
|
139
139
|
* JA3Fingerprint: { // JA3Fingerprint
|
|
140
140
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
141
141
|
* },
|
|
142
|
+
* JA4Fingerprint: { // JA4Fingerprint
|
|
143
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
144
|
+
* },
|
|
142
145
|
* },
|
|
143
146
|
* TextTransformations: [ // TextTransformations // required
|
|
144
147
|
* { // TextTransformation
|
|
@@ -206,6 +209,9 @@ declare const UpdateRuleGroupCommand_base: {
|
|
|
206
209
|
* JA3Fingerprint: {
|
|
207
210
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
208
211
|
* },
|
|
212
|
+
* JA4Fingerprint: {
|
|
213
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
214
|
+
* },
|
|
209
215
|
* },
|
|
210
216
|
* TextTransformations: [ // required
|
|
211
217
|
* {
|
|
@@ -269,6 +275,9 @@ declare const UpdateRuleGroupCommand_base: {
|
|
|
269
275
|
* JA3Fingerprint: {
|
|
270
276
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
271
277
|
* },
|
|
278
|
+
* JA4Fingerprint: {
|
|
279
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
280
|
+
* },
|
|
272
281
|
* },
|
|
273
282
|
* TextTransformations: [ // required
|
|
274
283
|
* {
|
|
@@ -327,6 +336,9 @@ declare const UpdateRuleGroupCommand_base: {
|
|
|
327
336
|
* JA3Fingerprint: {
|
|
328
337
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
329
338
|
* },
|
|
339
|
+
* JA4Fingerprint: {
|
|
340
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
341
|
+
* },
|
|
330
342
|
* },
|
|
331
343
|
* ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
332
344
|
* Size: Number("long"), // required
|
|
@@ -472,6 +484,9 @@ declare const UpdateRuleGroupCommand_base: {
|
|
|
472
484
|
* JA3Fingerprint: {
|
|
473
485
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
474
486
|
* },
|
|
487
|
+
* JA4Fingerprint: {
|
|
488
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
489
|
+
* },
|
|
475
490
|
* },
|
|
476
491
|
* TextTransformations: [ // required
|
|
477
492
|
* {
|
|
@@ -599,6 +614,12 @@ declare const UpdateRuleGroupCommand_base: {
|
|
|
599
614
|
* UriPath: { // RateLimitUriPath
|
|
600
615
|
* TextTransformations: "<TextTransformations>", // required
|
|
601
616
|
* },
|
|
617
|
+
* JA3Fingerprint: { // RateLimitJA3Fingerprint
|
|
618
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
619
|
+
* },
|
|
620
|
+
* JA4Fingerprint: { // RateLimitJA4Fingerprint
|
|
621
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
622
|
+
* },
|
|
602
623
|
* },
|
|
603
624
|
* ],
|
|
604
625
|
* },
|
|
@@ -820,6 +841,12 @@ declare const UpdateRuleGroupCommand_base: {
|
|
|
820
841
|
* UriPath: {
|
|
821
842
|
* TextTransformations: "<TextTransformations>", // required
|
|
822
843
|
* },
|
|
844
|
+
* JA3Fingerprint: {
|
|
845
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
846
|
+
* },
|
|
847
|
+
* JA4Fingerprint: {
|
|
848
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
849
|
+
* },
|
|
823
850
|
* },
|
|
824
851
|
* ],
|
|
825
852
|
* },
|
|
@@ -164,6 +164,9 @@ declare const UpdateWebACLCommand_base: {
|
|
|
164
164
|
* JA3Fingerprint: { // JA3Fingerprint
|
|
165
165
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
166
166
|
* },
|
|
167
|
+
* JA4Fingerprint: { // JA4Fingerprint
|
|
168
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
169
|
+
* },
|
|
167
170
|
* },
|
|
168
171
|
* TextTransformations: [ // TextTransformations // required
|
|
169
172
|
* { // TextTransformation
|
|
@@ -231,6 +234,9 @@ declare const UpdateWebACLCommand_base: {
|
|
|
231
234
|
* JA3Fingerprint: {
|
|
232
235
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
233
236
|
* },
|
|
237
|
+
* JA4Fingerprint: {
|
|
238
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
239
|
+
* },
|
|
234
240
|
* },
|
|
235
241
|
* TextTransformations: [ // required
|
|
236
242
|
* {
|
|
@@ -294,6 +300,9 @@ declare const UpdateWebACLCommand_base: {
|
|
|
294
300
|
* JA3Fingerprint: {
|
|
295
301
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
296
302
|
* },
|
|
303
|
+
* JA4Fingerprint: {
|
|
304
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
305
|
+
* },
|
|
297
306
|
* },
|
|
298
307
|
* TextTransformations: [ // required
|
|
299
308
|
* {
|
|
@@ -352,6 +361,9 @@ declare const UpdateWebACLCommand_base: {
|
|
|
352
361
|
* JA3Fingerprint: {
|
|
353
362
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
354
363
|
* },
|
|
364
|
+
* JA4Fingerprint: {
|
|
365
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
366
|
+
* },
|
|
355
367
|
* },
|
|
356
368
|
* ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
357
369
|
* Size: Number("long"), // required
|
|
@@ -487,6 +499,9 @@ declare const UpdateWebACLCommand_base: {
|
|
|
487
499
|
* JA3Fingerprint: {
|
|
488
500
|
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
489
501
|
* },
|
|
502
|
+
* JA4Fingerprint: {
|
|
503
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
504
|
+
* },
|
|
490
505
|
* },
|
|
491
506
|
* TextTransformations: [ // required
|
|
492
507
|
* {
|
|
@@ -604,6 +619,12 @@ declare const UpdateWebACLCommand_base: {
|
|
|
604
619
|
* UriPath: { // RateLimitUriPath
|
|
605
620
|
* TextTransformations: "<TextTransformations>", // required
|
|
606
621
|
* },
|
|
622
|
+
* JA3Fingerprint: { // RateLimitJA3Fingerprint
|
|
623
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
624
|
+
* },
|
|
625
|
+
* JA4Fingerprint: { // RateLimitJA4Fingerprint
|
|
626
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
627
|
+
* },
|
|
607
628
|
* },
|
|
608
629
|
* ],
|
|
609
630
|
* },
|
|
@@ -817,6 +838,12 @@ declare const UpdateWebACLCommand_base: {
|
|
|
817
838
|
* UriPath: {
|
|
818
839
|
* TextTransformations: "<TextTransformations>", // required
|
|
819
840
|
* },
|
|
841
|
+
* JA3Fingerprint: {
|
|
842
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
843
|
+
* },
|
|
844
|
+
* JA4Fingerprint: {
|
|
845
|
+
* FallbackBehavior: "MATCH" || "NO_MATCH", // required
|
|
846
|
+
* },
|
|
820
847
|
* },
|
|
821
848
|
* ],
|
|
822
849
|
* },
|
|
@@ -451,6 +451,40 @@ export interface JA3Fingerprint {
|
|
|
451
451
|
*/
|
|
452
452
|
FallbackBehavior: FallbackBehavior | undefined;
|
|
453
453
|
}
|
|
454
|
+
/**
|
|
455
|
+
* <p>Available for use with Amazon CloudFront distributions and Application Load Balancers. Match against the request's JA4 fingerprint. The JA4 fingerprint is a 36-character hash derived from the TLS Client Hello of an incoming request. This fingerprint serves as a unique identifier for the client's TLS configuration. WAF calculates and logs this fingerprint for each
|
|
456
|
+
* request that has enough TLS Client Hello information for the calculation. Almost
|
|
457
|
+
* all web requests include this information.</p>
|
|
458
|
+
* <note>
|
|
459
|
+
* <p>You can use this choice only with a string match <code>ByteMatchStatement</code> with the <code>PositionalConstraint</code> set to
|
|
460
|
+
* <code>EXACTLY</code>. </p>
|
|
461
|
+
* </note>
|
|
462
|
+
* <p>You can obtain the JA4 fingerprint for client requests from the web ACL logs.
|
|
463
|
+
* If WAF is able to calculate the fingerprint, it includes it in the logs.
|
|
464
|
+
* For information about the logging fields,
|
|
465
|
+
* see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/logging-fields.html">Log fields</a> in the <i>WAF Developer Guide</i>. </p>
|
|
466
|
+
* <p>Provide the JA4 fingerprint string from the logs in your string match statement
|
|
467
|
+
* specification, to match with any future requests that have the same TLS configuration.</p>
|
|
468
|
+
* @public
|
|
469
|
+
*/
|
|
470
|
+
export interface JA4Fingerprint {
|
|
471
|
+
/**
|
|
472
|
+
* <p>The match status to assign to the web request if the request doesn't have a JA4 fingerprint. </p>
|
|
473
|
+
* <p>You can specify the following fallback behaviors:</p>
|
|
474
|
+
* <ul>
|
|
475
|
+
* <li>
|
|
476
|
+
* <p>
|
|
477
|
+
* <code>MATCH</code> - Treat the web request as matching the rule statement. WAF applies the rule action to the request.</p>
|
|
478
|
+
* </li>
|
|
479
|
+
* <li>
|
|
480
|
+
* <p>
|
|
481
|
+
* <code>NO_MATCH</code> - Treat the web request as not matching the rule statement.</p>
|
|
482
|
+
* </li>
|
|
483
|
+
* </ul>
|
|
484
|
+
* @public
|
|
485
|
+
*/
|
|
486
|
+
FallbackBehavior: FallbackBehavior | undefined;
|
|
487
|
+
}
|
|
454
488
|
/**
|
|
455
489
|
* @public
|
|
456
490
|
* @enum
|
|
@@ -852,6 +886,23 @@ export interface FieldToMatch {
|
|
|
852
886
|
* @public
|
|
853
887
|
*/
|
|
854
888
|
JA3Fingerprint?: JA3Fingerprint | undefined;
|
|
889
|
+
/**
|
|
890
|
+
* <p>Available for use with Amazon CloudFront distributions and Application Load Balancers. Match against the request's JA4 fingerprint. The JA4 fingerprint is a 36-character hash derived from the TLS Client Hello of an incoming request. This fingerprint serves as a unique identifier for the client's TLS configuration. WAF calculates and logs this fingerprint for each
|
|
891
|
+
* request that has enough TLS Client Hello information for the calculation. Almost
|
|
892
|
+
* all web requests include this information.</p>
|
|
893
|
+
* <note>
|
|
894
|
+
* <p>You can use this choice only with a string match <code>ByteMatchStatement</code> with the <code>PositionalConstraint</code> set to
|
|
895
|
+
* <code>EXACTLY</code>. </p>
|
|
896
|
+
* </note>
|
|
897
|
+
* <p>You can obtain the JA4 fingerprint for client requests from the web ACL logs.
|
|
898
|
+
* If WAF is able to calculate the fingerprint, it includes it in the logs.
|
|
899
|
+
* For information about the logging fields,
|
|
900
|
+
* see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/logging-fields.html">Log fields</a> in the <i>WAF Developer Guide</i>. </p>
|
|
901
|
+
* <p>Provide the JA4 fingerprint string from the logs in your string match statement
|
|
902
|
+
* specification, to match with any future requests that have the same TLS configuration.</p>
|
|
903
|
+
* @public
|
|
904
|
+
*/
|
|
905
|
+
JA4Fingerprint?: JA4Fingerprint | undefined;
|
|
855
906
|
}
|
|
856
907
|
/**
|
|
857
908
|
* @public
|
|
@@ -2489,6 +2540,54 @@ export interface RateLimitHTTPMethod {
|
|
|
2489
2540
|
*/
|
|
2490
2541
|
export interface RateLimitIP {
|
|
2491
2542
|
}
|
|
2543
|
+
/**
|
|
2544
|
+
* <p>
|
|
2545
|
+
* Use the request's JA3 fingerprint derived from the TLS Client Hello of an incoming request as an aggregate key. If you use a single
|
|
2546
|
+
* JA3 fingerprint as your custom key, then each value fully defines an aggregation instance.
|
|
2547
|
+
* </p>
|
|
2548
|
+
* @public
|
|
2549
|
+
*/
|
|
2550
|
+
export interface RateLimitJA3Fingerprint {
|
|
2551
|
+
/**
|
|
2552
|
+
* <p>The match status to assign to the web request if there is insufficient TSL Client Hello information to compute the JA3 fingerprint.</p>
|
|
2553
|
+
* <p>You can specify the following fallback behaviors:</p>
|
|
2554
|
+
* <ul>
|
|
2555
|
+
* <li>
|
|
2556
|
+
* <p>
|
|
2557
|
+
* <code>MATCH</code> - Treat the web request as matching the rule statement. WAF applies the rule action to the request.</p>
|
|
2558
|
+
* </li>
|
|
2559
|
+
* <li>
|
|
2560
|
+
* <p>
|
|
2561
|
+
* <code>NO_MATCH</code> - Treat the web request as not matching the rule statement.</p>
|
|
2562
|
+
* </li>
|
|
2563
|
+
* </ul>
|
|
2564
|
+
* @public
|
|
2565
|
+
*/
|
|
2566
|
+
FallbackBehavior: FallbackBehavior | undefined;
|
|
2567
|
+
}
|
|
2568
|
+
/**
|
|
2569
|
+
* <p>Use the request's JA4 fingerprint derived from the TLS Client Hello of an incoming request as an aggregate key. If you use a single
|
|
2570
|
+
* JA4 fingerprint as your custom key, then each value fully defines an aggregation instance.</p>
|
|
2571
|
+
* @public
|
|
2572
|
+
*/
|
|
2573
|
+
export interface RateLimitJA4Fingerprint {
|
|
2574
|
+
/**
|
|
2575
|
+
* <p>The match status to assign to the web request if there is insufficient TSL Client Hello information to compute the JA4 fingerprint.</p>
|
|
2576
|
+
* <p>You can specify the following fallback behaviors:</p>
|
|
2577
|
+
* <ul>
|
|
2578
|
+
* <li>
|
|
2579
|
+
* <p>
|
|
2580
|
+
* <code>MATCH</code> - Treat the web request as matching the rule statement. WAF applies the rule action to the request.</p>
|
|
2581
|
+
* </li>
|
|
2582
|
+
* <li>
|
|
2583
|
+
* <p>
|
|
2584
|
+
* <code>NO_MATCH</code> - Treat the web request as not matching the rule statement.</p>
|
|
2585
|
+
* </li>
|
|
2586
|
+
* </ul>
|
|
2587
|
+
* @public
|
|
2588
|
+
*/
|
|
2589
|
+
FallbackBehavior: FallbackBehavior | undefined;
|
|
2590
|
+
}
|
|
2492
2591
|
/**
|
|
2493
2592
|
* <p>Specifies a label namespace to use as an aggregate key for a rate-based rule. Each distinct fully qualified label name that has the specified label namespace contributes to the aggregation instance. If you use just one label namespace as your custom key, then each label name fully defines an aggregation instance. </p>
|
|
2494
2593
|
* <p>This uses only labels that have been added to the request by rules that are evaluated before this rate-based rule in the web ACL. </p>
|
|
@@ -2612,6 +2711,20 @@ export interface RateBasedStatementCustomKey {
|
|
|
2612
2711
|
* @public
|
|
2613
2712
|
*/
|
|
2614
2713
|
UriPath?: RateLimitUriPath | undefined;
|
|
2714
|
+
/**
|
|
2715
|
+
* <p>
|
|
2716
|
+
* Use the request's JA3 fingerprint as an aggregate key. If you use a single
|
|
2717
|
+
* JA3 fingerprint as your custom key, then each value fully defines an aggregation instance.
|
|
2718
|
+
* </p>
|
|
2719
|
+
* @public
|
|
2720
|
+
*/
|
|
2721
|
+
JA3Fingerprint?: RateLimitJA3Fingerprint | undefined;
|
|
2722
|
+
/**
|
|
2723
|
+
* <p>Use the request's JA4 fingerprint as an aggregate key. If you use a single
|
|
2724
|
+
* JA4 fingerprint as your custom key, then each value fully defines an aggregation instance. </p>
|
|
2725
|
+
* @public
|
|
2726
|
+
*/
|
|
2727
|
+
JA4Fingerprint?: RateLimitJA4Fingerprint | undefined;
|
|
2615
2728
|
}
|
|
2616
2729
|
/**
|
|
2617
2730
|
* <p>A rule statement used to search web request components for a match against a single regular expression. </p>
|
|
@@ -3841,7 +3954,7 @@ export interface DataProtection {
|
|
|
3841
3954
|
*/
|
|
3842
3955
|
Action: DataProtectionAction | undefined;
|
|
3843
3956
|
/**
|
|
3844
|
-
* <p>Specifies whether to also
|
|
3957
|
+
* <p>Specifies whether to also exclude any rule match details from the data protection you have enabled for a given field. WAF logs these details for non-terminating
|
|
3845
3958
|
* matching rules and for the terminating matching rule. For additional information, see
|
|
3846
3959
|
* <a href="https://docs.aws.amazon.com/waf/latest/developerguide/logging-fields.html">Log fields for web ACL traffic</a> in the
|
|
3847
3960
|
* <i>WAF Developer Guide</i>.</p>
|
|
@@ -3851,7 +3964,7 @@ export interface DataProtection {
|
|
|
3851
3964
|
*/
|
|
3852
3965
|
ExcludeRuleMatchDetails?: boolean | undefined;
|
|
3853
3966
|
/**
|
|
3854
|
-
* <p>Specifies whether to also
|
|
3967
|
+
* <p>Specifies whether to also exclude any rate-based rule details from the data protection you have enabled for a given field. If you specify this exception, RateBasedDetails will show the value of the field.
|
|
3855
3968
|
* For additional information, see the log field <code>rateBasedRuleList</code> at
|
|
3856
3969
|
* <a href="https://docs.aws.amazon.com/waf/latest/developerguide/logging-fields.html">Log fields for web ACL traffic</a> in the
|
|
3857
3970
|
* <i>WAF Developer Guide</i>.</p>
|
|
@@ -3862,9 +3975,9 @@ export interface DataProtection {
|
|
|
3862
3975
|
ExcludeRateBasedDetails?: boolean | undefined;
|
|
3863
3976
|
}
|
|
3864
3977
|
/**
|
|
3865
|
-
* <p>Specifies data protection to apply to the web request data
|
|
3978
|
+
* <p>Specifies data protection to apply to the web request data for the web ACL. This is a web ACL level data protection option. </p>
|
|
3866
3979
|
* <p>The data protection that you configure for the web ACL alters the data that's available for any other data collection activity,
|
|
3867
|
-
* including WAF logging, web ACL request sampling,
|
|
3980
|
+
* including your WAF logging destinations, web ACL request sampling, and Amazon Security Lake data collection and management. Your other option for data protection is in the logging configuration, which only affects logging. </p>
|
|
3868
3981
|
* <p>This is part of the data protection configuration for a web ACL. </p>
|
|
3869
3982
|
* @public
|
|
3870
3983
|
*/
|
|
@@ -7816,9 +7929,9 @@ export interface CreateWebACLRequest {
|
|
|
7816
7929
|
*/
|
|
7817
7930
|
VisibilityConfig: VisibilityConfig | undefined;
|
|
7818
7931
|
/**
|
|
7819
|
-
* <p>Specifies data protection to apply to the web request data
|
|
7932
|
+
* <p>Specifies data protection to apply to the web request data for the web ACL. This is a web ACL level data protection option. </p>
|
|
7820
7933
|
* <p>The data protection that you configure for the web ACL alters the data that's available for any other data collection activity,
|
|
7821
|
-
* including WAF logging, web ACL request sampling,
|
|
7934
|
+
* including your WAF logging destinations, web ACL request sampling, and Amazon Security Lake data collection and management. Your other option for data protection is in the logging configuration, which only affects logging. </p>
|
|
7822
7935
|
* @public
|
|
7823
7936
|
*/
|
|
7824
7937
|
DataProtectionConfig?: DataProtectionConfig | undefined;
|
|
@@ -8076,9 +8189,9 @@ export interface UpdateWebACLRequest {
|
|
|
8076
8189
|
*/
|
|
8077
8190
|
VisibilityConfig: VisibilityConfig | undefined;
|
|
8078
8191
|
/**
|
|
8079
|
-
* <p>Specifies data protection to apply to the web request data
|
|
8192
|
+
* <p>Specifies data protection to apply to the web request data for the web ACL. This is a web ACL level data protection option. </p>
|
|
8080
8193
|
* <p>The data protection that you configure for the web ACL alters the data that's available for any other data collection activity,
|
|
8081
|
-
* including WAF logging, web ACL request sampling,
|
|
8194
|
+
* including your WAF logging destinations, web ACL request sampling, and Amazon Security Lake data collection and management. Your other option for data protection is in the logging configuration, which only affects logging. </p>
|
|
8082
8195
|
* @public
|
|
8083
8196
|
*/
|
|
8084
8197
|
DataProtectionConfig?: DataProtectionConfig | undefined;
|
|
@@ -8190,9 +8303,9 @@ export interface WebACL {
|
|
|
8190
8303
|
*/
|
|
8191
8304
|
VisibilityConfig: VisibilityConfig | undefined;
|
|
8192
8305
|
/**
|
|
8193
|
-
* <p>Specifies data protection to apply to the web request data
|
|
8306
|
+
* <p>Specifies data protection to apply to the web request data for the web ACL. This is a web ACL level data protection option. </p>
|
|
8194
8307
|
* <p>The data protection that you configure for the web ACL alters the data that's available for any other data collection activity,
|
|
8195
|
-
* including WAF logging, web ACL request sampling,
|
|
8308
|
+
* including your WAF logging destinations, web ACL request sampling, and Amazon Security Lake data collection and management. Your other option for data protection is in the logging configuration, which only affects logging. </p>
|
|
8196
8309
|
* @public
|
|
8197
8310
|
*/
|
|
8198
8311
|
DataProtectionConfig?: DataProtectionConfig | undefined;
|
|
@@ -75,6 +75,9 @@ export type FallbackBehavior =
|
|
|
75
75
|
export interface JA3Fingerprint {
|
|
76
76
|
FallbackBehavior: FallbackBehavior | undefined;
|
|
77
77
|
}
|
|
78
|
+
export interface JA4Fingerprint {
|
|
79
|
+
FallbackBehavior: FallbackBehavior | undefined;
|
|
80
|
+
}
|
|
78
81
|
export declare const BodyParsingFallbackBehavior: {
|
|
79
82
|
readonly EVALUATE_AS_STRING: "EVALUATE_AS_STRING";
|
|
80
83
|
readonly MATCH: "MATCH";
|
|
@@ -121,6 +124,7 @@ export interface FieldToMatch {
|
|
|
121
124
|
Cookies?: Cookies | undefined;
|
|
122
125
|
HeaderOrder?: HeaderOrder | undefined;
|
|
123
126
|
JA3Fingerprint?: JA3Fingerprint | undefined;
|
|
127
|
+
JA4Fingerprint?: JA4Fingerprint | undefined;
|
|
124
128
|
}
|
|
125
129
|
export declare const PositionalConstraint: {
|
|
126
130
|
readonly CONTAINS: "CONTAINS";
|
|
@@ -591,6 +595,12 @@ export interface RateLimitHeader {
|
|
|
591
595
|
}
|
|
592
596
|
export interface RateLimitHTTPMethod {}
|
|
593
597
|
export interface RateLimitIP {}
|
|
598
|
+
export interface RateLimitJA3Fingerprint {
|
|
599
|
+
FallbackBehavior: FallbackBehavior | undefined;
|
|
600
|
+
}
|
|
601
|
+
export interface RateLimitJA4Fingerprint {
|
|
602
|
+
FallbackBehavior: FallbackBehavior | undefined;
|
|
603
|
+
}
|
|
594
604
|
export interface RateLimitLabelNamespace {
|
|
595
605
|
Namespace: string | undefined;
|
|
596
606
|
}
|
|
@@ -614,6 +624,8 @@ export interface RateBasedStatementCustomKey {
|
|
|
614
624
|
IP?: RateLimitIP | undefined;
|
|
615
625
|
LabelNamespace?: RateLimitLabelNamespace | undefined;
|
|
616
626
|
UriPath?: RateLimitUriPath | undefined;
|
|
627
|
+
JA3Fingerprint?: RateLimitJA3Fingerprint | undefined;
|
|
628
|
+
JA4Fingerprint?: RateLimitJA4Fingerprint | undefined;
|
|
617
629
|
}
|
|
618
630
|
export interface RegexMatchStatement {
|
|
619
631
|
RegexString: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-wafv2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Wafv2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.763.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-wafv2",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.758.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.734.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|