@aws-sdk/client-wafv2 3.1097.0 → 3.1099.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +43 -13
- package/dist-es/models/enums.js +18 -0
- package/dist-es/schemas/schemas_0.js +22 -12
- package/dist-types/commands/CheckCapacityCommand.d.ts +42 -5
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +42 -5
- package/dist-types/commands/CreateWebACLCommand.d.ts +43 -6
- package/dist-types/commands/GetRuleGroupCommand.d.ts +42 -5
- package/dist-types/commands/GetWebACLCommand.d.ts +42 -5
- package/dist-types/commands/GetWebACLForResourceCommand.d.ts +42 -5
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +42 -5
- package/dist-types/commands/UpdateWebACLCommand.d.ts +43 -6
- package/dist-types/models/enums.d.ts +26 -0
- package/dist-types/models/models_0.d.ts +72 -4
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +20 -0
- package/dist-types/ts3.4/models/models_0.d.ts +11 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +6 -6
|
@@ -25,7 +25,7 @@ declare const CreateWebACLCommand_base: {
|
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
27
|
* <p>Creates a <a>WebACL</a> per the specifications provided.</p>
|
|
28
|
-
* <p> A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has a statement that defines what to look for in web requests and an action that WAF applies to requests that match the statement. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types <a>Rule</a>, <a>RuleGroup</a>, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resource types include Amazon CloudFront distribution, Amazon API Gateway REST API, Application Load Balancer, AppSync GraphQL API, Amazon Cognito user pool, App Runner service, Amplify application,
|
|
28
|
+
* <p> A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has a statement that defines what to look for in web requests and an action that WAF applies to requests that match the statement. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types <a>Rule</a>, <a>RuleGroup</a>, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resource types include Amazon CloudFront distribution, Amazon API Gateway REST API, Application Load Balancer, AppSync GraphQL API, Amazon Cognito user pool, App Runner service, Amplify application, Amazon Web Services Verified Access instance, and Amazon Bedrock AgentCore Gateway. </p>
|
|
29
29
|
* @example
|
|
30
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
31
|
* ```javascript
|
|
@@ -136,7 +136,13 @@ declare const CreateWebACLCommand_base: {
|
|
|
136
136
|
* TextTransformations: [ // TextTransformations // required
|
|
137
137
|
* { // TextTransformation
|
|
138
138
|
* Priority: Number("int"), // required
|
|
139
|
-
* Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE", // required
|
|
139
|
+
* Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE" || "REMOVE_WHITESPACE" || "TRIM" || "TRIM_LEFT" || "TRIM_RIGHT" || "REMOVE_COMMENTS_CHAR" || "UPPERCASE" || "CMD_LINE_WIN" || "CMD_LINE_UNIX" || "JS_DECODE_EXT" || "SHA256", // required
|
|
140
|
+
* },
|
|
141
|
+
* ],
|
|
142
|
+
* PreParseTextTransformations: [ // PreParseTextTransformations
|
|
143
|
+
* { // PreParseTextTransformation
|
|
144
|
+
* Priority: Number("int"), // required
|
|
145
|
+
* Type: "NONE" || "URL_DECODE" || "URL_DECODE_UNI" || "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA" || "REPLACE_SEMICOLONS_WITH_AMPERSANDS", // required
|
|
140
146
|
* },
|
|
141
147
|
* ],
|
|
142
148
|
* PositionalConstraint: "EXACTLY" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS" || "CONTAINS_WORD", // required
|
|
@@ -209,7 +215,13 @@ declare const CreateWebACLCommand_base: {
|
|
|
209
215
|
* TextTransformations: [ // required
|
|
210
216
|
* {
|
|
211
217
|
* Priority: Number("int"), // required
|
|
212
|
-
* Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE", // required
|
|
218
|
+
* Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE" || "REMOVE_WHITESPACE" || "TRIM" || "TRIM_LEFT" || "TRIM_RIGHT" || "REMOVE_COMMENTS_CHAR" || "UPPERCASE" || "CMD_LINE_WIN" || "CMD_LINE_UNIX" || "JS_DECODE_EXT" || "SHA256", // required
|
|
219
|
+
* },
|
|
220
|
+
* ],
|
|
221
|
+
* PreParseTextTransformations: [
|
|
222
|
+
* {
|
|
223
|
+
* Priority: Number("int"), // required
|
|
224
|
+
* Type: "NONE" || "URL_DECODE" || "URL_DECODE_UNI" || "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA" || "REPLACE_SEMICOLONS_WITH_AMPERSANDS", // required
|
|
213
225
|
* },
|
|
214
226
|
* ],
|
|
215
227
|
* SensitivityLevel: "LOW" || "HIGH",
|
|
@@ -278,7 +290,13 @@ declare const CreateWebACLCommand_base: {
|
|
|
278
290
|
* TextTransformations: [ // required
|
|
279
291
|
* {
|
|
280
292
|
* Priority: Number("int"), // required
|
|
281
|
-
* Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE", // required
|
|
293
|
+
* Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE" || "REMOVE_WHITESPACE" || "TRIM" || "TRIM_LEFT" || "TRIM_RIGHT" || "REMOVE_COMMENTS_CHAR" || "UPPERCASE" || "CMD_LINE_WIN" || "CMD_LINE_UNIX" || "JS_DECODE_EXT" || "SHA256", // required
|
|
294
|
+
* },
|
|
295
|
+
* ],
|
|
296
|
+
* PreParseTextTransformations: [
|
|
297
|
+
* {
|
|
298
|
+
* Priority: Number("int"), // required
|
|
299
|
+
* Type: "NONE" || "URL_DECODE" || "URL_DECODE_UNI" || "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA" || "REPLACE_SEMICOLONS_WITH_AMPERSANDS", // required
|
|
282
300
|
* },
|
|
283
301
|
* ],
|
|
284
302
|
* },
|
|
@@ -344,7 +362,13 @@ declare const CreateWebACLCommand_base: {
|
|
|
344
362
|
* TextTransformations: [ // required
|
|
345
363
|
* {
|
|
346
364
|
* Priority: Number("int"), // required
|
|
347
|
-
* Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE", // required
|
|
365
|
+
* Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE" || "REMOVE_WHITESPACE" || "TRIM" || "TRIM_LEFT" || "TRIM_RIGHT" || "REMOVE_COMMENTS_CHAR" || "UPPERCASE" || "CMD_LINE_WIN" || "CMD_LINE_UNIX" || "JS_DECODE_EXT" || "SHA256", // required
|
|
366
|
+
* },
|
|
367
|
+
* ],
|
|
368
|
+
* PreParseTextTransformations: [
|
|
369
|
+
* {
|
|
370
|
+
* Priority: Number("int"), // required
|
|
371
|
+
* Type: "NONE" || "URL_DECODE" || "URL_DECODE_UNI" || "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA" || "REPLACE_SEMICOLONS_WITH_AMPERSANDS", // required
|
|
348
372
|
* },
|
|
349
373
|
* ],
|
|
350
374
|
* },
|
|
@@ -486,7 +510,13 @@ declare const CreateWebACLCommand_base: {
|
|
|
486
510
|
* TextTransformations: [ // required
|
|
487
511
|
* {
|
|
488
512
|
* Priority: Number("int"), // required
|
|
489
|
-
* Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE", // required
|
|
513
|
+
* Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE" || "REMOVE_WHITESPACE" || "TRIM" || "TRIM_LEFT" || "TRIM_RIGHT" || "REMOVE_COMMENTS_CHAR" || "UPPERCASE" || "CMD_LINE_WIN" || "CMD_LINE_UNIX" || "JS_DECODE_EXT" || "SHA256", // required
|
|
514
|
+
* },
|
|
515
|
+
* ],
|
|
516
|
+
* PreParseTextTransformations: [
|
|
517
|
+
* {
|
|
518
|
+
* Priority: Number("int"), // required
|
|
519
|
+
* Type: "NONE" || "URL_DECODE" || "URL_DECODE_UNI" || "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA" || "REPLACE_SEMICOLONS_WITH_AMPERSANDS", // required
|
|
490
520
|
* },
|
|
491
521
|
* ],
|
|
492
522
|
* },
|
|
@@ -499,22 +529,26 @@ declare const CreateWebACLCommand_base: {
|
|
|
499
529
|
* SearchString: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("") // required
|
|
500
530
|
* FieldToMatch: "<FieldToMatch>", // required
|
|
501
531
|
* TextTransformations: "<TextTransformations>", // required
|
|
532
|
+
* PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
502
533
|
* PositionalConstraint: "EXACTLY" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS" || "CONTAINS_WORD", // required
|
|
503
534
|
* },
|
|
504
535
|
* SqliMatchStatement: {
|
|
505
536
|
* FieldToMatch: "<FieldToMatch>", // required
|
|
506
537
|
* TextTransformations: "<TextTransformations>", // required
|
|
538
|
+
* PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
507
539
|
* SensitivityLevel: "LOW" || "HIGH",
|
|
508
540
|
* },
|
|
509
541
|
* XssMatchStatement: {
|
|
510
542
|
* FieldToMatch: "<FieldToMatch>", // required
|
|
511
543
|
* TextTransformations: "<TextTransformations>", // required
|
|
544
|
+
* PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
512
545
|
* },
|
|
513
546
|
* SizeConstraintStatement: {
|
|
514
547
|
* FieldToMatch: "<FieldToMatch>", // required
|
|
515
548
|
* ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
516
549
|
* Size: Number("long"), // required
|
|
517
550
|
* TextTransformations: "<TextTransformations>", // required
|
|
551
|
+
* PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
518
552
|
* },
|
|
519
553
|
* GeoMatchStatement: {
|
|
520
554
|
* CountryCodes: [
|
|
@@ -566,6 +600,7 @@ declare const CreateWebACLCommand_base: {
|
|
|
566
600
|
* ARN: "STRING_VALUE", // required
|
|
567
601
|
* FieldToMatch: "<FieldToMatch>", // required
|
|
568
602
|
* TextTransformations: "<TextTransformations>", // required
|
|
603
|
+
* PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
569
604
|
* },
|
|
570
605
|
* RateBasedStatement: {
|
|
571
606
|
* Limit: Number("long"), // required
|
|
@@ -807,6 +842,7 @@ declare const CreateWebACLCommand_base: {
|
|
|
807
842
|
* RegexString: "STRING_VALUE", // required
|
|
808
843
|
* FieldToMatch: "<FieldToMatch>", // required
|
|
809
844
|
* TextTransformations: "<TextTransformations>", // required
|
|
845
|
+
* PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
810
846
|
* },
|
|
811
847
|
* AsnMatchStatement: { // AsnMatchStatement
|
|
812
848
|
* AsnList: [ // AsnList // required
|
|
@@ -1041,6 +1077,7 @@ declare const CreateWebACLCommand_base: {
|
|
|
1041
1077
|
* RegexString: "STRING_VALUE", // required
|
|
1042
1078
|
* FieldToMatch: "<FieldToMatch>", // required
|
|
1043
1079
|
* TextTransformations: "<TextTransformations>", // required
|
|
1080
|
+
* PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
1044
1081
|
* },
|
|
1045
1082
|
* AsnMatchStatement: {
|
|
1046
1083
|
* AsnList: [ // required
|
|
@@ -122,7 +122,13 @@ declare const GetRuleGroupCommand_base: {
|
|
|
122
122
|
* // TextTransformations: [ // TextTransformations // required
|
|
123
123
|
* // { // TextTransformation
|
|
124
124
|
* // Priority: Number("int"), // required
|
|
125
|
-
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE", // required
|
|
125
|
+
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE" || "REMOVE_WHITESPACE" || "TRIM" || "TRIM_LEFT" || "TRIM_RIGHT" || "REMOVE_COMMENTS_CHAR" || "UPPERCASE" || "CMD_LINE_WIN" || "CMD_LINE_UNIX" || "JS_DECODE_EXT" || "SHA256", // required
|
|
126
|
+
* // },
|
|
127
|
+
* // ],
|
|
128
|
+
* // PreParseTextTransformations: [ // PreParseTextTransformations
|
|
129
|
+
* // { // PreParseTextTransformation
|
|
130
|
+
* // Priority: Number("int"), // required
|
|
131
|
+
* // Type: "NONE" || "URL_DECODE" || "URL_DECODE_UNI" || "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA" || "REPLACE_SEMICOLONS_WITH_AMPERSANDS", // required
|
|
126
132
|
* // },
|
|
127
133
|
* // ],
|
|
128
134
|
* // PositionalConstraint: "EXACTLY" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS" || "CONTAINS_WORD", // required
|
|
@@ -195,7 +201,13 @@ declare const GetRuleGroupCommand_base: {
|
|
|
195
201
|
* // TextTransformations: [ // required
|
|
196
202
|
* // {
|
|
197
203
|
* // Priority: Number("int"), // required
|
|
198
|
-
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE", // required
|
|
204
|
+
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE" || "REMOVE_WHITESPACE" || "TRIM" || "TRIM_LEFT" || "TRIM_RIGHT" || "REMOVE_COMMENTS_CHAR" || "UPPERCASE" || "CMD_LINE_WIN" || "CMD_LINE_UNIX" || "JS_DECODE_EXT" || "SHA256", // required
|
|
205
|
+
* // },
|
|
206
|
+
* // ],
|
|
207
|
+
* // PreParseTextTransformations: [
|
|
208
|
+
* // {
|
|
209
|
+
* // Priority: Number("int"), // required
|
|
210
|
+
* // Type: "NONE" || "URL_DECODE" || "URL_DECODE_UNI" || "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA" || "REPLACE_SEMICOLONS_WITH_AMPERSANDS", // required
|
|
199
211
|
* // },
|
|
200
212
|
* // ],
|
|
201
213
|
* // SensitivityLevel: "LOW" || "HIGH",
|
|
@@ -264,7 +276,13 @@ declare const GetRuleGroupCommand_base: {
|
|
|
264
276
|
* // TextTransformations: [ // required
|
|
265
277
|
* // {
|
|
266
278
|
* // Priority: Number("int"), // required
|
|
267
|
-
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE", // required
|
|
279
|
+
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE" || "REMOVE_WHITESPACE" || "TRIM" || "TRIM_LEFT" || "TRIM_RIGHT" || "REMOVE_COMMENTS_CHAR" || "UPPERCASE" || "CMD_LINE_WIN" || "CMD_LINE_UNIX" || "JS_DECODE_EXT" || "SHA256", // required
|
|
280
|
+
* // },
|
|
281
|
+
* // ],
|
|
282
|
+
* // PreParseTextTransformations: [
|
|
283
|
+
* // {
|
|
284
|
+
* // Priority: Number("int"), // required
|
|
285
|
+
* // Type: "NONE" || "URL_DECODE" || "URL_DECODE_UNI" || "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA" || "REPLACE_SEMICOLONS_WITH_AMPERSANDS", // required
|
|
268
286
|
* // },
|
|
269
287
|
* // ],
|
|
270
288
|
* // },
|
|
@@ -330,7 +348,13 @@ declare const GetRuleGroupCommand_base: {
|
|
|
330
348
|
* // TextTransformations: [ // required
|
|
331
349
|
* // {
|
|
332
350
|
* // Priority: Number("int"), // required
|
|
333
|
-
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE", // required
|
|
351
|
+
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE" || "REMOVE_WHITESPACE" || "TRIM" || "TRIM_LEFT" || "TRIM_RIGHT" || "REMOVE_COMMENTS_CHAR" || "UPPERCASE" || "CMD_LINE_WIN" || "CMD_LINE_UNIX" || "JS_DECODE_EXT" || "SHA256", // required
|
|
352
|
+
* // },
|
|
353
|
+
* // ],
|
|
354
|
+
* // PreParseTextTransformations: [
|
|
355
|
+
* // {
|
|
356
|
+
* // Priority: Number("int"), // required
|
|
357
|
+
* // Type: "NONE" || "URL_DECODE" || "URL_DECODE_UNI" || "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA" || "REPLACE_SEMICOLONS_WITH_AMPERSANDS", // required
|
|
334
358
|
* // },
|
|
335
359
|
* // ],
|
|
336
360
|
* // },
|
|
@@ -482,7 +506,13 @@ declare const GetRuleGroupCommand_base: {
|
|
|
482
506
|
* // TextTransformations: [ // required
|
|
483
507
|
* // {
|
|
484
508
|
* // Priority: Number("int"), // required
|
|
485
|
-
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE", // required
|
|
509
|
+
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE" || "REMOVE_WHITESPACE" || "TRIM" || "TRIM_LEFT" || "TRIM_RIGHT" || "REMOVE_COMMENTS_CHAR" || "UPPERCASE" || "CMD_LINE_WIN" || "CMD_LINE_UNIX" || "JS_DECODE_EXT" || "SHA256", // required
|
|
510
|
+
* // },
|
|
511
|
+
* // ],
|
|
512
|
+
* // PreParseTextTransformations: [
|
|
513
|
+
* // {
|
|
514
|
+
* // Priority: Number("int"), // required
|
|
515
|
+
* // Type: "NONE" || "URL_DECODE" || "URL_DECODE_UNI" || "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA" || "REPLACE_SEMICOLONS_WITH_AMPERSANDS", // required
|
|
486
516
|
* // },
|
|
487
517
|
* // ],
|
|
488
518
|
* // },
|
|
@@ -495,22 +525,26 @@ declare const GetRuleGroupCommand_base: {
|
|
|
495
525
|
* // SearchString: new Uint8Array(), // required
|
|
496
526
|
* // FieldToMatch: "<FieldToMatch>", // required
|
|
497
527
|
* // TextTransformations: "<TextTransformations>", // required
|
|
528
|
+
* // PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
498
529
|
* // PositionalConstraint: "EXACTLY" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS" || "CONTAINS_WORD", // required
|
|
499
530
|
* // },
|
|
500
531
|
* // SqliMatchStatement: {
|
|
501
532
|
* // FieldToMatch: "<FieldToMatch>", // required
|
|
502
533
|
* // TextTransformations: "<TextTransformations>", // required
|
|
534
|
+
* // PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
503
535
|
* // SensitivityLevel: "LOW" || "HIGH",
|
|
504
536
|
* // },
|
|
505
537
|
* // XssMatchStatement: {
|
|
506
538
|
* // FieldToMatch: "<FieldToMatch>", // required
|
|
507
539
|
* // TextTransformations: "<TextTransformations>", // required
|
|
540
|
+
* // PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
508
541
|
* // },
|
|
509
542
|
* // SizeConstraintStatement: {
|
|
510
543
|
* // FieldToMatch: "<FieldToMatch>", // required
|
|
511
544
|
* // ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
512
545
|
* // Size: Number("long"), // required
|
|
513
546
|
* // TextTransformations: "<TextTransformations>", // required
|
|
547
|
+
* // PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
514
548
|
* // },
|
|
515
549
|
* // GeoMatchStatement: {
|
|
516
550
|
* // CountryCodes: [
|
|
@@ -572,6 +606,7 @@ declare const GetRuleGroupCommand_base: {
|
|
|
572
606
|
* // ARN: "STRING_VALUE", // required
|
|
573
607
|
* // FieldToMatch: "<FieldToMatch>", // required
|
|
574
608
|
* // TextTransformations: "<TextTransformations>", // required
|
|
609
|
+
* // PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
575
610
|
* // },
|
|
576
611
|
* // RateBasedStatement: {
|
|
577
612
|
* // Limit: Number("long"), // required
|
|
@@ -821,6 +856,7 @@ declare const GetRuleGroupCommand_base: {
|
|
|
821
856
|
* // RegexString: "STRING_VALUE", // required
|
|
822
857
|
* // FieldToMatch: "<FieldToMatch>", // required
|
|
823
858
|
* // TextTransformations: "<TextTransformations>", // required
|
|
859
|
+
* // PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
824
860
|
* // },
|
|
825
861
|
* // AsnMatchStatement: { // AsnMatchStatement
|
|
826
862
|
* // AsnList: [ // AsnList // required
|
|
@@ -1063,6 +1099,7 @@ declare const GetRuleGroupCommand_base: {
|
|
|
1063
1099
|
* // RegexString: "STRING_VALUE", // required
|
|
1064
1100
|
* // FieldToMatch: "<FieldToMatch>", // required
|
|
1065
1101
|
* // TextTransformations: "<TextTransformations>", // required
|
|
1102
|
+
* // PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
1066
1103
|
* // },
|
|
1067
1104
|
* // AsnMatchStatement: {
|
|
1068
1105
|
* // AsnList: [ // required
|
|
@@ -145,7 +145,13 @@ declare const GetWebACLCommand_base: {
|
|
|
145
145
|
* // TextTransformations: [ // TextTransformations // required
|
|
146
146
|
* // { // TextTransformation
|
|
147
147
|
* // Priority: Number("int"), // required
|
|
148
|
-
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE", // required
|
|
148
|
+
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE" || "REMOVE_WHITESPACE" || "TRIM" || "TRIM_LEFT" || "TRIM_RIGHT" || "REMOVE_COMMENTS_CHAR" || "UPPERCASE" || "CMD_LINE_WIN" || "CMD_LINE_UNIX" || "JS_DECODE_EXT" || "SHA256", // required
|
|
149
|
+
* // },
|
|
150
|
+
* // ],
|
|
151
|
+
* // PreParseTextTransformations: [ // PreParseTextTransformations
|
|
152
|
+
* // { // PreParseTextTransformation
|
|
153
|
+
* // Priority: Number("int"), // required
|
|
154
|
+
* // Type: "NONE" || "URL_DECODE" || "URL_DECODE_UNI" || "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA" || "REPLACE_SEMICOLONS_WITH_AMPERSANDS", // required
|
|
149
155
|
* // },
|
|
150
156
|
* // ],
|
|
151
157
|
* // PositionalConstraint: "EXACTLY" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS" || "CONTAINS_WORD", // required
|
|
@@ -218,7 +224,13 @@ declare const GetWebACLCommand_base: {
|
|
|
218
224
|
* // TextTransformations: [ // required
|
|
219
225
|
* // {
|
|
220
226
|
* // Priority: Number("int"), // required
|
|
221
|
-
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE", // required
|
|
227
|
+
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE" || "REMOVE_WHITESPACE" || "TRIM" || "TRIM_LEFT" || "TRIM_RIGHT" || "REMOVE_COMMENTS_CHAR" || "UPPERCASE" || "CMD_LINE_WIN" || "CMD_LINE_UNIX" || "JS_DECODE_EXT" || "SHA256", // required
|
|
228
|
+
* // },
|
|
229
|
+
* // ],
|
|
230
|
+
* // PreParseTextTransformations: [
|
|
231
|
+
* // {
|
|
232
|
+
* // Priority: Number("int"), // required
|
|
233
|
+
* // Type: "NONE" || "URL_DECODE" || "URL_DECODE_UNI" || "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA" || "REPLACE_SEMICOLONS_WITH_AMPERSANDS", // required
|
|
222
234
|
* // },
|
|
223
235
|
* // ],
|
|
224
236
|
* // SensitivityLevel: "LOW" || "HIGH",
|
|
@@ -287,7 +299,13 @@ declare const GetWebACLCommand_base: {
|
|
|
287
299
|
* // TextTransformations: [ // required
|
|
288
300
|
* // {
|
|
289
301
|
* // Priority: Number("int"), // required
|
|
290
|
-
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE", // required
|
|
302
|
+
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE" || "REMOVE_WHITESPACE" || "TRIM" || "TRIM_LEFT" || "TRIM_RIGHT" || "REMOVE_COMMENTS_CHAR" || "UPPERCASE" || "CMD_LINE_WIN" || "CMD_LINE_UNIX" || "JS_DECODE_EXT" || "SHA256", // required
|
|
303
|
+
* // },
|
|
304
|
+
* // ],
|
|
305
|
+
* // PreParseTextTransformations: [
|
|
306
|
+
* // {
|
|
307
|
+
* // Priority: Number("int"), // required
|
|
308
|
+
* // Type: "NONE" || "URL_DECODE" || "URL_DECODE_UNI" || "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA" || "REPLACE_SEMICOLONS_WITH_AMPERSANDS", // required
|
|
291
309
|
* // },
|
|
292
310
|
* // ],
|
|
293
311
|
* // },
|
|
@@ -353,7 +371,13 @@ declare const GetWebACLCommand_base: {
|
|
|
353
371
|
* // TextTransformations: [ // required
|
|
354
372
|
* // {
|
|
355
373
|
* // Priority: Number("int"), // required
|
|
356
|
-
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE", // required
|
|
374
|
+
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE" || "REMOVE_WHITESPACE" || "TRIM" || "TRIM_LEFT" || "TRIM_RIGHT" || "REMOVE_COMMENTS_CHAR" || "UPPERCASE" || "CMD_LINE_WIN" || "CMD_LINE_UNIX" || "JS_DECODE_EXT" || "SHA256", // required
|
|
375
|
+
* // },
|
|
376
|
+
* // ],
|
|
377
|
+
* // PreParseTextTransformations: [
|
|
378
|
+
* // {
|
|
379
|
+
* // Priority: Number("int"), // required
|
|
380
|
+
* // Type: "NONE" || "URL_DECODE" || "URL_DECODE_UNI" || "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA" || "REPLACE_SEMICOLONS_WITH_AMPERSANDS", // required
|
|
357
381
|
* // },
|
|
358
382
|
* // ],
|
|
359
383
|
* // },
|
|
@@ -495,7 +519,13 @@ declare const GetWebACLCommand_base: {
|
|
|
495
519
|
* // TextTransformations: [ // required
|
|
496
520
|
* // {
|
|
497
521
|
* // Priority: Number("int"), // required
|
|
498
|
-
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE", // required
|
|
522
|
+
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE" || "REMOVE_WHITESPACE" || "TRIM" || "TRIM_LEFT" || "TRIM_RIGHT" || "REMOVE_COMMENTS_CHAR" || "UPPERCASE" || "CMD_LINE_WIN" || "CMD_LINE_UNIX" || "JS_DECODE_EXT" || "SHA256", // required
|
|
523
|
+
* // },
|
|
524
|
+
* // ],
|
|
525
|
+
* // PreParseTextTransformations: [
|
|
526
|
+
* // {
|
|
527
|
+
* // Priority: Number("int"), // required
|
|
528
|
+
* // Type: "NONE" || "URL_DECODE" || "URL_DECODE_UNI" || "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA" || "REPLACE_SEMICOLONS_WITH_AMPERSANDS", // required
|
|
499
529
|
* // },
|
|
500
530
|
* // ],
|
|
501
531
|
* // },
|
|
@@ -508,22 +538,26 @@ declare const GetWebACLCommand_base: {
|
|
|
508
538
|
* // SearchString: new Uint8Array(), // required
|
|
509
539
|
* // FieldToMatch: "<FieldToMatch>", // required
|
|
510
540
|
* // TextTransformations: "<TextTransformations>", // required
|
|
541
|
+
* // PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
511
542
|
* // PositionalConstraint: "EXACTLY" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS" || "CONTAINS_WORD", // required
|
|
512
543
|
* // },
|
|
513
544
|
* // SqliMatchStatement: {
|
|
514
545
|
* // FieldToMatch: "<FieldToMatch>", // required
|
|
515
546
|
* // TextTransformations: "<TextTransformations>", // required
|
|
547
|
+
* // PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
516
548
|
* // SensitivityLevel: "LOW" || "HIGH",
|
|
517
549
|
* // },
|
|
518
550
|
* // XssMatchStatement: {
|
|
519
551
|
* // FieldToMatch: "<FieldToMatch>", // required
|
|
520
552
|
* // TextTransformations: "<TextTransformations>", // required
|
|
553
|
+
* // PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
521
554
|
* // },
|
|
522
555
|
* // SizeConstraintStatement: {
|
|
523
556
|
* // FieldToMatch: "<FieldToMatch>", // required
|
|
524
557
|
* // ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
525
558
|
* // Size: Number("long"), // required
|
|
526
559
|
* // TextTransformations: "<TextTransformations>", // required
|
|
560
|
+
* // PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
527
561
|
* // },
|
|
528
562
|
* // GeoMatchStatement: {
|
|
529
563
|
* // CountryCodes: [
|
|
@@ -575,6 +609,7 @@ declare const GetWebACLCommand_base: {
|
|
|
575
609
|
* // ARN: "STRING_VALUE", // required
|
|
576
610
|
* // FieldToMatch: "<FieldToMatch>", // required
|
|
577
611
|
* // TextTransformations: "<TextTransformations>", // required
|
|
612
|
+
* // PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
578
613
|
* // },
|
|
579
614
|
* // RateBasedStatement: {
|
|
580
615
|
* // Limit: Number("long"), // required
|
|
@@ -816,6 +851,7 @@ declare const GetWebACLCommand_base: {
|
|
|
816
851
|
* // RegexString: "STRING_VALUE", // required
|
|
817
852
|
* // FieldToMatch: "<FieldToMatch>", // required
|
|
818
853
|
* // TextTransformations: "<TextTransformations>", // required
|
|
854
|
+
* // PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
819
855
|
* // },
|
|
820
856
|
* // AsnMatchStatement: { // AsnMatchStatement
|
|
821
857
|
* // AsnList: [ // AsnList // required
|
|
@@ -1050,6 +1086,7 @@ declare const GetWebACLCommand_base: {
|
|
|
1050
1086
|
* // RegexString: "STRING_VALUE", // required
|
|
1051
1087
|
* // FieldToMatch: "<FieldToMatch>", // required
|
|
1052
1088
|
* // TextTransformations: "<TextTransformations>", // required
|
|
1089
|
+
* // PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
1053
1090
|
* // },
|
|
1054
1091
|
* // AsnMatchStatement: {
|
|
1055
1092
|
* // AsnList: [ // required
|
|
@@ -152,7 +152,13 @@ declare const GetWebACLForResourceCommand_base: {
|
|
|
152
152
|
* // TextTransformations: [ // TextTransformations // required
|
|
153
153
|
* // { // TextTransformation
|
|
154
154
|
* // Priority: Number("int"), // required
|
|
155
|
-
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE", // required
|
|
155
|
+
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE" || "REMOVE_WHITESPACE" || "TRIM" || "TRIM_LEFT" || "TRIM_RIGHT" || "REMOVE_COMMENTS_CHAR" || "UPPERCASE" || "CMD_LINE_WIN" || "CMD_LINE_UNIX" || "JS_DECODE_EXT" || "SHA256", // required
|
|
156
|
+
* // },
|
|
157
|
+
* // ],
|
|
158
|
+
* // PreParseTextTransformations: [ // PreParseTextTransformations
|
|
159
|
+
* // { // PreParseTextTransformation
|
|
160
|
+
* // Priority: Number("int"), // required
|
|
161
|
+
* // Type: "NONE" || "URL_DECODE" || "URL_DECODE_UNI" || "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA" || "REPLACE_SEMICOLONS_WITH_AMPERSANDS", // required
|
|
156
162
|
* // },
|
|
157
163
|
* // ],
|
|
158
164
|
* // PositionalConstraint: "EXACTLY" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS" || "CONTAINS_WORD", // required
|
|
@@ -225,7 +231,13 @@ declare const GetWebACLForResourceCommand_base: {
|
|
|
225
231
|
* // TextTransformations: [ // required
|
|
226
232
|
* // {
|
|
227
233
|
* // Priority: Number("int"), // required
|
|
228
|
-
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE", // required
|
|
234
|
+
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE" || "REMOVE_WHITESPACE" || "TRIM" || "TRIM_LEFT" || "TRIM_RIGHT" || "REMOVE_COMMENTS_CHAR" || "UPPERCASE" || "CMD_LINE_WIN" || "CMD_LINE_UNIX" || "JS_DECODE_EXT" || "SHA256", // required
|
|
235
|
+
* // },
|
|
236
|
+
* // ],
|
|
237
|
+
* // PreParseTextTransformations: [
|
|
238
|
+
* // {
|
|
239
|
+
* // Priority: Number("int"), // required
|
|
240
|
+
* // Type: "NONE" || "URL_DECODE" || "URL_DECODE_UNI" || "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA" || "REPLACE_SEMICOLONS_WITH_AMPERSANDS", // required
|
|
229
241
|
* // },
|
|
230
242
|
* // ],
|
|
231
243
|
* // SensitivityLevel: "LOW" || "HIGH",
|
|
@@ -294,7 +306,13 @@ declare const GetWebACLForResourceCommand_base: {
|
|
|
294
306
|
* // TextTransformations: [ // required
|
|
295
307
|
* // {
|
|
296
308
|
* // Priority: Number("int"), // required
|
|
297
|
-
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE", // required
|
|
309
|
+
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE" || "REMOVE_WHITESPACE" || "TRIM" || "TRIM_LEFT" || "TRIM_RIGHT" || "REMOVE_COMMENTS_CHAR" || "UPPERCASE" || "CMD_LINE_WIN" || "CMD_LINE_UNIX" || "JS_DECODE_EXT" || "SHA256", // required
|
|
310
|
+
* // },
|
|
311
|
+
* // ],
|
|
312
|
+
* // PreParseTextTransformations: [
|
|
313
|
+
* // {
|
|
314
|
+
* // Priority: Number("int"), // required
|
|
315
|
+
* // Type: "NONE" || "URL_DECODE" || "URL_DECODE_UNI" || "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA" || "REPLACE_SEMICOLONS_WITH_AMPERSANDS", // required
|
|
298
316
|
* // },
|
|
299
317
|
* // ],
|
|
300
318
|
* // },
|
|
@@ -360,7 +378,13 @@ declare const GetWebACLForResourceCommand_base: {
|
|
|
360
378
|
* // TextTransformations: [ // required
|
|
361
379
|
* // {
|
|
362
380
|
* // Priority: Number("int"), // required
|
|
363
|
-
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE", // required
|
|
381
|
+
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE" || "REMOVE_WHITESPACE" || "TRIM" || "TRIM_LEFT" || "TRIM_RIGHT" || "REMOVE_COMMENTS_CHAR" || "UPPERCASE" || "CMD_LINE_WIN" || "CMD_LINE_UNIX" || "JS_DECODE_EXT" || "SHA256", // required
|
|
382
|
+
* // },
|
|
383
|
+
* // ],
|
|
384
|
+
* // PreParseTextTransformations: [
|
|
385
|
+
* // {
|
|
386
|
+
* // Priority: Number("int"), // required
|
|
387
|
+
* // Type: "NONE" || "URL_DECODE" || "URL_DECODE_UNI" || "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA" || "REPLACE_SEMICOLONS_WITH_AMPERSANDS", // required
|
|
364
388
|
* // },
|
|
365
389
|
* // ],
|
|
366
390
|
* // },
|
|
@@ -502,7 +526,13 @@ declare const GetWebACLForResourceCommand_base: {
|
|
|
502
526
|
* // TextTransformations: [ // required
|
|
503
527
|
* // {
|
|
504
528
|
* // Priority: Number("int"), // required
|
|
505
|
-
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE", // required
|
|
529
|
+
* // Type: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE" || "BASE64_DECODE" || "HEX_DECODE" || "MD5" || "REPLACE_COMMENTS" || "ESCAPE_SEQ_DECODE" || "SQL_HEX_DECODE" || "CSS_DECODE" || "JS_DECODE" || "NORMALIZE_PATH" || "NORMALIZE_PATH_WIN" || "REMOVE_NULLS" || "REPLACE_NULLS" || "BASE64_DECODE_EXT" || "URL_DECODE_UNI" || "UTF8_TO_UNICODE" || "REMOVE_WHITESPACE" || "TRIM" || "TRIM_LEFT" || "TRIM_RIGHT" || "REMOVE_COMMENTS_CHAR" || "UPPERCASE" || "CMD_LINE_WIN" || "CMD_LINE_UNIX" || "JS_DECODE_EXT" || "SHA256", // required
|
|
530
|
+
* // },
|
|
531
|
+
* // ],
|
|
532
|
+
* // PreParseTextTransformations: [
|
|
533
|
+
* // {
|
|
534
|
+
* // Priority: Number("int"), // required
|
|
535
|
+
* // Type: "NONE" || "URL_DECODE" || "URL_DECODE_UNI" || "COMBINE_DUPLICATE_QUERY_ARGS_BY_COMMA" || "REPLACE_SEMICOLONS_WITH_AMPERSANDS", // required
|
|
506
536
|
* // },
|
|
507
537
|
* // ],
|
|
508
538
|
* // },
|
|
@@ -515,22 +545,26 @@ declare const GetWebACLForResourceCommand_base: {
|
|
|
515
545
|
* // SearchString: new Uint8Array(), // required
|
|
516
546
|
* // FieldToMatch: "<FieldToMatch>", // required
|
|
517
547
|
* // TextTransformations: "<TextTransformations>", // required
|
|
548
|
+
* // PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
518
549
|
* // PositionalConstraint: "EXACTLY" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS" || "CONTAINS_WORD", // required
|
|
519
550
|
* // },
|
|
520
551
|
* // SqliMatchStatement: {
|
|
521
552
|
* // FieldToMatch: "<FieldToMatch>", // required
|
|
522
553
|
* // TextTransformations: "<TextTransformations>", // required
|
|
554
|
+
* // PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
523
555
|
* // SensitivityLevel: "LOW" || "HIGH",
|
|
524
556
|
* // },
|
|
525
557
|
* // XssMatchStatement: {
|
|
526
558
|
* // FieldToMatch: "<FieldToMatch>", // required
|
|
527
559
|
* // TextTransformations: "<TextTransformations>", // required
|
|
560
|
+
* // PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
528
561
|
* // },
|
|
529
562
|
* // SizeConstraintStatement: {
|
|
530
563
|
* // FieldToMatch: "<FieldToMatch>", // required
|
|
531
564
|
* // ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
|
|
532
565
|
* // Size: Number("long"), // required
|
|
533
566
|
* // TextTransformations: "<TextTransformations>", // required
|
|
567
|
+
* // PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
534
568
|
* // },
|
|
535
569
|
* // GeoMatchStatement: {
|
|
536
570
|
* // CountryCodes: [
|
|
@@ -582,6 +616,7 @@ declare const GetWebACLForResourceCommand_base: {
|
|
|
582
616
|
* // ARN: "STRING_VALUE", // required
|
|
583
617
|
* // FieldToMatch: "<FieldToMatch>", // required
|
|
584
618
|
* // TextTransformations: "<TextTransformations>", // required
|
|
619
|
+
* // PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
585
620
|
* // },
|
|
586
621
|
* // RateBasedStatement: {
|
|
587
622
|
* // Limit: Number("long"), // required
|
|
@@ -823,6 +858,7 @@ declare const GetWebACLForResourceCommand_base: {
|
|
|
823
858
|
* // RegexString: "STRING_VALUE", // required
|
|
824
859
|
* // FieldToMatch: "<FieldToMatch>", // required
|
|
825
860
|
* // TextTransformations: "<TextTransformations>", // required
|
|
861
|
+
* // PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
826
862
|
* // },
|
|
827
863
|
* // AsnMatchStatement: { // AsnMatchStatement
|
|
828
864
|
* // AsnList: [ // AsnList // required
|
|
@@ -1057,6 +1093,7 @@ declare const GetWebACLForResourceCommand_base: {
|
|
|
1057
1093
|
* // RegexString: "STRING_VALUE", // required
|
|
1058
1094
|
* // FieldToMatch: "<FieldToMatch>", // required
|
|
1059
1095
|
* // TextTransformations: "<TextTransformations>", // required
|
|
1096
|
+
* // PreParseTextTransformations: "<PreParseTextTransformations>",
|
|
1060
1097
|
* // },
|
|
1061
1098
|
* // AsnMatchStatement: {
|
|
1062
1099
|
* // AsnList: [ // required
|