@aws-sdk/client-waf-regional 3.408.0 → 3.409.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist-cjs/endpoint/ruleset.js +3 -3
  2. package/dist-es/endpoint/ruleset.js +3 -3
  3. package/dist-types/commands/CreateByteMatchSetCommand.d.ts +3 -3
  4. package/dist-types/commands/CreateGeoMatchSetCommand.d.ts +2 -2
  5. package/dist-types/commands/CreateIPSetCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateRateBasedRuleCommand.d.ts +3 -3
  7. package/dist-types/commands/CreateRegexMatchSetCommand.d.ts +2 -2
  8. package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateSizeConstraintSetCommand.d.ts +3 -3
  10. package/dist-types/commands/CreateSqlInjectionMatchSetCommand.d.ts +2 -2
  11. package/dist-types/commands/CreateWebACLCommand.d.ts +5 -5
  12. package/dist-types/commands/CreateXssMatchSetCommand.d.ts +2 -2
  13. package/dist-types/commands/GetByteMatchSetCommand.d.ts +3 -3
  14. package/dist-types/commands/GetChangeTokenStatusCommand.d.ts +1 -1
  15. package/dist-types/commands/GetGeoMatchSetCommand.d.ts +2 -2
  16. package/dist-types/commands/GetIPSetCommand.d.ts +1 -1
  17. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +1 -1
  18. package/dist-types/commands/GetRateBasedRuleCommand.d.ts +2 -2
  19. package/dist-types/commands/GetRegexMatchSetCommand.d.ts +2 -2
  20. package/dist-types/commands/GetRuleCommand.d.ts +1 -1
  21. package/dist-types/commands/GetSizeConstraintSetCommand.d.ts +3 -3
  22. package/dist-types/commands/GetSqlInjectionMatchSetCommand.d.ts +2 -2
  23. package/dist-types/commands/GetWebACLCommand.d.ts +4 -4
  24. package/dist-types/commands/GetXssMatchSetCommand.d.ts +2 -2
  25. package/dist-types/commands/ListActivatedRulesInRuleGroupCommand.d.ts +3 -3
  26. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +1 -1
  28. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +2 -2
  29. package/dist-types/commands/UpdateByteMatchSetCommand.d.ts +4 -4
  30. package/dist-types/commands/UpdateGeoMatchSetCommand.d.ts +3 -3
  31. package/dist-types/commands/UpdateIPSetCommand.d.ts +2 -2
  32. package/dist-types/commands/UpdateRateBasedRuleCommand.d.ts +2 -2
  33. package/dist-types/commands/UpdateRegexMatchSetCommand.d.ts +3 -3
  34. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateRuleCommand.d.ts +2 -2
  36. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +4 -4
  37. package/dist-types/commands/UpdateSizeConstraintSetCommand.d.ts +4 -4
  38. package/dist-types/commands/UpdateSqlInjectionMatchSetCommand.d.ts +3 -3
  39. package/dist-types/commands/UpdateWebACLCommand.d.ts +5 -5
  40. package/dist-types/commands/UpdateXssMatchSetCommand.d.ts +3 -3
  41. package/package.json +3 -3
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const p = "required", q = "fn", r = "argv", s = "ref";
5
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i];
6
- const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://waf-regional-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://waf-regional-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://waf-regional.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://waf-regional.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
4
+ const q = "required", r = "fn", s = "argv", t = "ref";
5
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
6
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }, { conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ endpoint: { url: "https://waf-regional-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://waf-regional-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ endpoint: { url: "https://waf-regional.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://waf-regional.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
7
7
  exports.ruleSet = _data;
@@ -1,4 +1,4 @@
1
- const p = "required", q = "fn", r = "argv", s = "ref";
2
- const a = "PartitionResult", b = "tree", c = "error", d = "endpoint", e = { [p]: false, "type": "String" }, f = { [p]: true, "default": false, "type": "Boolean" }, g = { [s]: "Endpoint" }, h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, j = {}, k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] }, l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] }, m = [g], n = [h], o = [i];
3
- const _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://waf-regional-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://waf-regional-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://waf-regional.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://waf-regional.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
1
+ const q = "required", r = "fn", s = "argv", t = "ref";
2
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
3
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }, { conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ endpoint: { url: "https://waf-regional-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://waf-regional-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ endpoint: { url: "https://waf-regional.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://waf-regional.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
4
4
  export const ruleSet = _data;
@@ -74,12 +74,12 @@ export interface CreateByteMatchSetCommandOutput extends CreateByteMatchSetRespo
74
74
  * // ByteMatchTuples: [ // ByteMatchTuples // required
75
75
  * // { // ByteMatchTuple
76
76
  * // FieldToMatch: { // FieldToMatch
77
- * // Type: "STRING_VALUE", // required
77
+ * // Type: "URI" || "QUERY_STRING" || "HEADER" || "METHOD" || "BODY" || "SINGLE_QUERY_ARG" || "ALL_QUERY_ARGS", // required
78
78
  * // Data: "STRING_VALUE",
79
79
  * // },
80
80
  * // TargetString: "BLOB_VALUE", // required
81
- * // TextTransformation: "STRING_VALUE", // required
82
- * // PositionalConstraint: "STRING_VALUE", // required
81
+ * // TextTransformation: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE", // required
82
+ * // PositionalConstraint: "EXACTLY" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS" || "CONTAINS_WORD", // required
83
83
  * // },
84
84
  * // ],
85
85
  * // },
@@ -70,8 +70,8 @@ export interface CreateGeoMatchSetCommandOutput extends CreateGeoMatchSetRespons
70
70
  * // Name: "STRING_VALUE",
71
71
  * // GeoMatchConstraints: [ // GeoMatchConstraints // required
72
72
  * // { // GeoMatchConstraint
73
- * // Type: "STRING_VALUE", // required
74
- * // Value: "STRING_VALUE", // required
73
+ * // Type: "Country", // required
74
+ * // Value: "AF" || "AX" || "AL" || "DZ" || "AS" || "AD" || "AO" || "AI" || "AQ" || "AG" || "AR" || "AM" || "AW" || "AU" || "AT" || "AZ" || "BS" || "BH" || "BD" || "BB" || "BY" || "BE" || "BZ" || "BJ" || "BM" || "BT" || "BO" || "BQ" || "BA" || "BW" || "BV" || "BR" || "IO" || "BN" || "BG" || "BF" || "BI" || "KH" || "CM" || "CA" || "CV" || "KY" || "CF" || "TD" || "CL" || "CN" || "CX" || "CC" || "CO" || "KM" || "CG" || "CD" || "CK" || "CR" || "CI" || "HR" || "CU" || "CW" || "CY" || "CZ" || "DK" || "DJ" || "DM" || "DO" || "EC" || "EG" || "SV" || "GQ" || "ER" || "EE" || "ET" || "FK" || "FO" || "FJ" || "FI" || "FR" || "GF" || "PF" || "TF" || "GA" || "GM" || "GE" || "DE" || "GH" || "GI" || "GR" || "GL" || "GD" || "GP" || "GU" || "GT" || "GG" || "GN" || "GW" || "GY" || "HT" || "HM" || "VA" || "HN" || "HK" || "HU" || "IS" || "IN" || "ID" || "IR" || "IQ" || "IE" || "IM" || "IL" || "IT" || "JM" || "JP" || "JE" || "JO" || "KZ" || "KE" || "KI" || "KP" || "KR" || "KW" || "KG" || "LA" || "LV" || "LB" || "LS" || "LR" || "LY" || "LI" || "LT" || "LU" || "MO" || "MK" || "MG" || "MW" || "MY" || "MV" || "ML" || "MT" || "MH" || "MQ" || "MR" || "MU" || "YT" || "MX" || "FM" || "MD" || "MC" || "MN" || "ME" || "MS" || "MA" || "MZ" || "MM" || "NA" || "NR" || "NP" || "NL" || "NC" || "NZ" || "NI" || "NE" || "NG" || "NU" || "NF" || "MP" || "NO" || "OM" || "PK" || "PW" || "PS" || "PA" || "PG" || "PY" || "PE" || "PH" || "PN" || "PL" || "PT" || "PR" || "QA" || "RE" || "RO" || "RU" || "RW" || "BL" || "SH" || "KN" || "LC" || "MF" || "PM" || "VC" || "WS" || "SM" || "ST" || "SA" || "SN" || "RS" || "SC" || "SL" || "SG" || "SX" || "SK" || "SI" || "SB" || "SO" || "ZA" || "GS" || "SS" || "ES" || "LK" || "SD" || "SR" || "SJ" || "SZ" || "SE" || "CH" || "SY" || "TW" || "TJ" || "TZ" || "TH" || "TL" || "TG" || "TK" || "TO" || "TT" || "TN" || "TR" || "TM" || "TC" || "TV" || "UG" || "UA" || "AE" || "GB" || "US" || "UM" || "UY" || "UZ" || "VU" || "VE" || "VN" || "VG" || "VI" || "WF" || "EH" || "YE" || "ZM" || "ZW", // required
75
75
  * // },
76
76
  * // ],
77
77
  * // },
@@ -75,7 +75,7 @@ export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __Metadat
75
75
  * // Name: "STRING_VALUE",
76
76
  * // IPSetDescriptors: [ // IPSetDescriptors // required
77
77
  * // { // IPSetDescriptor
78
- * // Type: "STRING_VALUE", // required
78
+ * // Type: "IPV4" || "IPV6", // required
79
79
  * // Value: "STRING_VALUE", // required
80
80
  * // },
81
81
  * // ],
@@ -126,7 +126,7 @@ export interface CreateRateBasedRuleCommandOutput extends CreateRateBasedRuleRes
126
126
  * const input = { // CreateRateBasedRuleRequest
127
127
  * Name: "STRING_VALUE", // required
128
128
  * MetricName: "STRING_VALUE", // required
129
- * RateKey: "STRING_VALUE", // required
129
+ * RateKey: "IP", // required
130
130
  * RateLimit: Number("long"), // required
131
131
  * ChangeToken: "STRING_VALUE", // required
132
132
  * Tags: [ // TagList
@@ -146,11 +146,11 @@ export interface CreateRateBasedRuleCommandOutput extends CreateRateBasedRuleRes
146
146
  * // MatchPredicates: [ // Predicates // required
147
147
  * // { // Predicate
148
148
  * // Negated: true || false, // required
149
- * // Type: "STRING_VALUE", // required
149
+ * // Type: "IPMatch" || "ByteMatch" || "SqlInjectionMatch" || "GeoMatch" || "SizeConstraint" || "XssMatch" || "RegexMatch", // required
150
150
  * // DataId: "STRING_VALUE", // required
151
151
  * // },
152
152
  * // ],
153
- * // RateKey: "STRING_VALUE", // required
153
+ * // RateKey: "IP", // required
154
154
  * // RateLimit: Number("long"), // required
155
155
  * // },
156
156
  * // ChangeToken: "STRING_VALUE",
@@ -74,10 +74,10 @@ export interface CreateRegexMatchSetCommandOutput extends CreateRegexMatchSetRes
74
74
  * // RegexMatchTuples: [ // RegexMatchTuples
75
75
  * // { // RegexMatchTuple
76
76
  * // FieldToMatch: { // FieldToMatch
77
- * // Type: "STRING_VALUE", // required
77
+ * // Type: "URI" || "QUERY_STRING" || "HEADER" || "METHOD" || "BODY" || "SINGLE_QUERY_ARG" || "ALL_QUERY_ARGS", // required
78
78
  * // Data: "STRING_VALUE",
79
79
  * // },
80
- * // TextTransformation: "STRING_VALUE", // required
80
+ * // TextTransformation: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE", // required
81
81
  * // RegexPatternSetId: "STRING_VALUE", // required
82
82
  * // },
83
83
  * // ],
@@ -102,7 +102,7 @@ export interface CreateRuleCommandOutput extends CreateRuleResponse, __MetadataB
102
102
  * // Predicates: [ // Predicates // required
103
103
  * // { // Predicate
104
104
  * // Negated: true || false, // required
105
- * // Type: "STRING_VALUE", // required
105
+ * // Type: "IPMatch" || "ByteMatch" || "SqlInjectionMatch" || "GeoMatch" || "SizeConstraint" || "XssMatch" || "RegexMatch", // required
106
106
  * // DataId: "STRING_VALUE", // required
107
107
  * // },
108
108
  * // ],
@@ -74,11 +74,11 @@ export interface CreateSizeConstraintSetCommandOutput extends CreateSizeConstrai
74
74
  * // SizeConstraints: [ // SizeConstraints // required
75
75
  * // { // SizeConstraint
76
76
  * // FieldToMatch: { // FieldToMatch
77
- * // Type: "STRING_VALUE", // required
77
+ * // Type: "URI" || "QUERY_STRING" || "HEADER" || "METHOD" || "BODY" || "SINGLE_QUERY_ARG" || "ALL_QUERY_ARGS", // required
78
78
  * // Data: "STRING_VALUE",
79
79
  * // },
80
- * // TextTransformation: "STRING_VALUE", // required
81
- * // ComparisonOperator: "STRING_VALUE", // required
80
+ * // TextTransformation: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE", // required
81
+ * // ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
82
82
  * // Size: Number("long"), // required
83
83
  * // },
84
84
  * // ],
@@ -72,10 +72,10 @@ export interface CreateSqlInjectionMatchSetCommandOutput extends CreateSqlInject
72
72
  * // SqlInjectionMatchTuples: [ // SqlInjectionMatchTuples // required
73
73
  * // { // SqlInjectionMatchTuple
74
74
  * // FieldToMatch: { // FieldToMatch
75
- * // Type: "STRING_VALUE", // required
75
+ * // Type: "URI" || "QUERY_STRING" || "HEADER" || "METHOD" || "BODY" || "SINGLE_QUERY_ARG" || "ALL_QUERY_ARGS", // required
76
76
  * // Data: "STRING_VALUE",
77
77
  * // },
78
- * // TextTransformation: "STRING_VALUE", // required
78
+ * // TextTransformation: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE", // required
79
79
  * // },
80
80
  * // ],
81
81
  * // },
@@ -73,7 +73,7 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad
73
73
  * Name: "STRING_VALUE", // required
74
74
  * MetricName: "STRING_VALUE", // required
75
75
  * DefaultAction: { // WafAction
76
- * Type: "STRING_VALUE", // required
76
+ * Type: "BLOCK" || "ALLOW" || "COUNT", // required
77
77
  * },
78
78
  * ChangeToken: "STRING_VALUE", // required
79
79
  * Tags: [ // TagList
@@ -91,19 +91,19 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad
91
91
  * // Name: "STRING_VALUE",
92
92
  * // MetricName: "STRING_VALUE",
93
93
  * // DefaultAction: { // WafAction
94
- * // Type: "STRING_VALUE", // required
94
+ * // Type: "BLOCK" || "ALLOW" || "COUNT", // required
95
95
  * // },
96
96
  * // Rules: [ // ActivatedRules // required
97
97
  * // { // ActivatedRule
98
98
  * // Priority: Number("int"), // required
99
99
  * // RuleId: "STRING_VALUE", // required
100
100
  * // Action: {
101
- * // Type: "STRING_VALUE", // required
101
+ * // Type: "BLOCK" || "ALLOW" || "COUNT", // required
102
102
  * // },
103
103
  * // OverrideAction: { // WafOverrideAction
104
- * // Type: "STRING_VALUE", // required
104
+ * // Type: "NONE" || "COUNT", // required
105
105
  * // },
106
- * // Type: "STRING_VALUE",
106
+ * // Type: "REGULAR" || "RATE_BASED" || "GROUP",
107
107
  * // ExcludedRules: [ // ExcludedRules
108
108
  * // { // ExcludedRule
109
109
  * // RuleId: "STRING_VALUE", // required
@@ -72,10 +72,10 @@ export interface CreateXssMatchSetCommandOutput extends CreateXssMatchSetRespons
72
72
  * // XssMatchTuples: [ // XssMatchTuples // required
73
73
  * // { // XssMatchTuple
74
74
  * // FieldToMatch: { // FieldToMatch
75
- * // Type: "STRING_VALUE", // required
75
+ * // Type: "URI" || "QUERY_STRING" || "HEADER" || "METHOD" || "BODY" || "SINGLE_QUERY_ARG" || "ALL_QUERY_ARGS", // required
76
76
  * // Data: "STRING_VALUE",
77
77
  * // },
78
- * // TextTransformation: "STRING_VALUE", // required
78
+ * // TextTransformation: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE", // required
79
79
  * // },
80
80
  * // ],
81
81
  * // },
@@ -50,12 +50,12 @@ export interface GetByteMatchSetCommandOutput extends GetByteMatchSetResponse, _
50
50
  * // ByteMatchTuples: [ // ByteMatchTuples // required
51
51
  * // { // ByteMatchTuple
52
52
  * // FieldToMatch: { // FieldToMatch
53
- * // Type: "STRING_VALUE", // required
53
+ * // Type: "URI" || "QUERY_STRING" || "HEADER" || "METHOD" || "BODY" || "SINGLE_QUERY_ARG" || "ALL_QUERY_ARGS", // required
54
54
  * // Data: "STRING_VALUE",
55
55
  * // },
56
56
  * // TargetString: "BLOB_VALUE", // required
57
- * // TextTransformation: "STRING_VALUE", // required
58
- * // PositionalConstraint: "STRING_VALUE", // required
57
+ * // TextTransformation: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE", // required
58
+ * // PositionalConstraint: "EXACTLY" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS" || "CONTAINS_WORD", // required
59
59
  * // },
60
60
  * // ],
61
61
  * // },
@@ -60,7 +60,7 @@ export interface GetChangeTokenStatusCommandOutput extends GetChangeTokenStatusR
60
60
  * const command = new GetChangeTokenStatusCommand(input);
61
61
  * const response = await client.send(command);
62
62
  * // { // GetChangeTokenStatusResponse
63
- * // ChangeTokenStatus: "STRING_VALUE",
63
+ * // ChangeTokenStatus: "PROVISIONED" || "PENDING" || "INSYNC",
64
64
  * // };
65
65
  *
66
66
  * ```
@@ -49,8 +49,8 @@ export interface GetGeoMatchSetCommandOutput extends GetGeoMatchSetResponse, __M
49
49
  * // Name: "STRING_VALUE",
50
50
  * // GeoMatchConstraints: [ // GeoMatchConstraints // required
51
51
  * // { // GeoMatchConstraint
52
- * // Type: "STRING_VALUE", // required
53
- * // Value: "STRING_VALUE", // required
52
+ * // Type: "Country", // required
53
+ * // Value: "AF" || "AX" || "AL" || "DZ" || "AS" || "AD" || "AO" || "AI" || "AQ" || "AG" || "AR" || "AM" || "AW" || "AU" || "AT" || "AZ" || "BS" || "BH" || "BD" || "BB" || "BY" || "BE" || "BZ" || "BJ" || "BM" || "BT" || "BO" || "BQ" || "BA" || "BW" || "BV" || "BR" || "IO" || "BN" || "BG" || "BF" || "BI" || "KH" || "CM" || "CA" || "CV" || "KY" || "CF" || "TD" || "CL" || "CN" || "CX" || "CC" || "CO" || "KM" || "CG" || "CD" || "CK" || "CR" || "CI" || "HR" || "CU" || "CW" || "CY" || "CZ" || "DK" || "DJ" || "DM" || "DO" || "EC" || "EG" || "SV" || "GQ" || "ER" || "EE" || "ET" || "FK" || "FO" || "FJ" || "FI" || "FR" || "GF" || "PF" || "TF" || "GA" || "GM" || "GE" || "DE" || "GH" || "GI" || "GR" || "GL" || "GD" || "GP" || "GU" || "GT" || "GG" || "GN" || "GW" || "GY" || "HT" || "HM" || "VA" || "HN" || "HK" || "HU" || "IS" || "IN" || "ID" || "IR" || "IQ" || "IE" || "IM" || "IL" || "IT" || "JM" || "JP" || "JE" || "JO" || "KZ" || "KE" || "KI" || "KP" || "KR" || "KW" || "KG" || "LA" || "LV" || "LB" || "LS" || "LR" || "LY" || "LI" || "LT" || "LU" || "MO" || "MK" || "MG" || "MW" || "MY" || "MV" || "ML" || "MT" || "MH" || "MQ" || "MR" || "MU" || "YT" || "MX" || "FM" || "MD" || "MC" || "MN" || "ME" || "MS" || "MA" || "MZ" || "MM" || "NA" || "NR" || "NP" || "NL" || "NC" || "NZ" || "NI" || "NE" || "NG" || "NU" || "NF" || "MP" || "NO" || "OM" || "PK" || "PW" || "PS" || "PA" || "PG" || "PY" || "PE" || "PH" || "PN" || "PL" || "PT" || "PR" || "QA" || "RE" || "RO" || "RU" || "RW" || "BL" || "SH" || "KN" || "LC" || "MF" || "PM" || "VC" || "WS" || "SM" || "ST" || "SA" || "SN" || "RS" || "SC" || "SL" || "SG" || "SX" || "SK" || "SI" || "SB" || "SO" || "ZA" || "GS" || "SS" || "ES" || "LK" || "SD" || "SR" || "SJ" || "SZ" || "SE" || "CH" || "SY" || "TW" || "TJ" || "TZ" || "TH" || "TL" || "TG" || "TK" || "TO" || "TT" || "TN" || "TR" || "TM" || "TC" || "TV" || "UG" || "UA" || "AE" || "GB" || "US" || "UM" || "UY" || "UZ" || "VU" || "VE" || "VN" || "VG" || "VI" || "WF" || "EH" || "YE" || "ZM" || "ZW", // required
54
54
  * // },
55
55
  * // ],
56
56
  * // },
@@ -49,7 +49,7 @@ export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBeare
49
49
  * // Name: "STRING_VALUE",
50
50
  * // IPSetDescriptors: [ // IPSetDescriptors // required
51
51
  * // { // IPSetDescriptor
52
- * // Type: "STRING_VALUE", // required
52
+ * // Type: "IPV4" || "IPV6", // required
53
53
  * // Value: "STRING_VALUE", // required
54
54
  * // },
55
55
  * // ],
@@ -51,7 +51,7 @@ export interface GetLoggingConfigurationCommandOutput extends GetLoggingConfigur
51
51
  * // ],
52
52
  * // RedactedFields: [ // RedactedFields
53
53
  * // { // FieldToMatch
54
- * // Type: "STRING_VALUE", // required
54
+ * // Type: "URI" || "QUERY_STRING" || "HEADER" || "METHOD" || "BODY" || "SINGLE_QUERY_ARG" || "ALL_QUERY_ARGS", // required
55
55
  * // Data: "STRING_VALUE",
56
56
  * // },
57
57
  * // ],
@@ -53,11 +53,11 @@ export interface GetRateBasedRuleCommandOutput extends GetRateBasedRuleResponse,
53
53
  * // MatchPredicates: [ // Predicates // required
54
54
  * // { // Predicate
55
55
  * // Negated: true || false, // required
56
- * // Type: "STRING_VALUE", // required
56
+ * // Type: "IPMatch" || "ByteMatch" || "SqlInjectionMatch" || "GeoMatch" || "SizeConstraint" || "XssMatch" || "RegexMatch", // required
57
57
  * // DataId: "STRING_VALUE", // required
58
58
  * // },
59
59
  * // ],
60
- * // RateKey: "STRING_VALUE", // required
60
+ * // RateKey: "IP", // required
61
61
  * // RateLimit: Number("long"), // required
62
62
  * // },
63
63
  * // };
@@ -50,10 +50,10 @@ export interface GetRegexMatchSetCommandOutput extends GetRegexMatchSetResponse,
50
50
  * // RegexMatchTuples: [ // RegexMatchTuples
51
51
  * // { // RegexMatchTuple
52
52
  * // FieldToMatch: { // FieldToMatch
53
- * // Type: "STRING_VALUE", // required
53
+ * // Type: "URI" || "QUERY_STRING" || "HEADER" || "METHOD" || "BODY" || "SINGLE_QUERY_ARG" || "ALL_QUERY_ARGS", // required
54
54
  * // Data: "STRING_VALUE",
55
55
  * // },
56
- * // TextTransformation: "STRING_VALUE", // required
56
+ * // TextTransformation: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE", // required
57
57
  * // RegexPatternSetId: "STRING_VALUE", // required
58
58
  * // },
59
59
  * // ],
@@ -51,7 +51,7 @@ export interface GetRuleCommandOutput extends GetRuleResponse, __MetadataBearer
51
51
  * // Predicates: [ // Predicates // required
52
52
  * // { // Predicate
53
53
  * // Negated: true || false, // required
54
- * // Type: "STRING_VALUE", // required
54
+ * // Type: "IPMatch" || "ByteMatch" || "SqlInjectionMatch" || "GeoMatch" || "SizeConstraint" || "XssMatch" || "RegexMatch", // required
55
55
  * // DataId: "STRING_VALUE", // required
56
56
  * // },
57
57
  * // ],
@@ -50,11 +50,11 @@ export interface GetSizeConstraintSetCommandOutput extends GetSizeConstraintSetR
50
50
  * // SizeConstraints: [ // SizeConstraints // required
51
51
  * // { // SizeConstraint
52
52
  * // FieldToMatch: { // FieldToMatch
53
- * // Type: "STRING_VALUE", // required
53
+ * // Type: "URI" || "QUERY_STRING" || "HEADER" || "METHOD" || "BODY" || "SINGLE_QUERY_ARG" || "ALL_QUERY_ARGS", // required
54
54
  * // Data: "STRING_VALUE",
55
55
  * // },
56
- * // TextTransformation: "STRING_VALUE", // required
57
- * // ComparisonOperator: "STRING_VALUE", // required
56
+ * // TextTransformation: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE", // required
57
+ * // ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
58
58
  * // Size: Number("long"), // required
59
59
  * // },
60
60
  * // ],
@@ -50,10 +50,10 @@ export interface GetSqlInjectionMatchSetCommandOutput extends GetSqlInjectionMat
50
50
  * // SqlInjectionMatchTuples: [ // SqlInjectionMatchTuples // required
51
51
  * // { // SqlInjectionMatchTuple
52
52
  * // FieldToMatch: { // FieldToMatch
53
- * // Type: "STRING_VALUE", // required
53
+ * // Type: "URI" || "QUERY_STRING" || "HEADER" || "METHOD" || "BODY" || "SINGLE_QUERY_ARG" || "ALL_QUERY_ARGS", // required
54
54
  * // Data: "STRING_VALUE",
55
55
  * // },
56
- * // TextTransformation: "STRING_VALUE", // required
56
+ * // TextTransformation: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE", // required
57
57
  * // },
58
58
  * // ],
59
59
  * // },
@@ -49,19 +49,19 @@ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBea
49
49
  * // Name: "STRING_VALUE",
50
50
  * // MetricName: "STRING_VALUE",
51
51
  * // DefaultAction: { // WafAction
52
- * // Type: "STRING_VALUE", // required
52
+ * // Type: "BLOCK" || "ALLOW" || "COUNT", // required
53
53
  * // },
54
54
  * // Rules: [ // ActivatedRules // required
55
55
  * // { // ActivatedRule
56
56
  * // Priority: Number("int"), // required
57
57
  * // RuleId: "STRING_VALUE", // required
58
58
  * // Action: {
59
- * // Type: "STRING_VALUE", // required
59
+ * // Type: "BLOCK" || "ALLOW" || "COUNT", // required
60
60
  * // },
61
61
  * // OverrideAction: { // WafOverrideAction
62
- * // Type: "STRING_VALUE", // required
62
+ * // Type: "NONE" || "COUNT", // required
63
63
  * // },
64
- * // Type: "STRING_VALUE",
64
+ * // Type: "REGULAR" || "RATE_BASED" || "GROUP",
65
65
  * // ExcludedRules: [ // ExcludedRules
66
66
  * // { // ExcludedRule
67
67
  * // RuleId: "STRING_VALUE", // required
@@ -50,10 +50,10 @@ export interface GetXssMatchSetCommandOutput extends GetXssMatchSetResponse, __M
50
50
  * // XssMatchTuples: [ // XssMatchTuples // required
51
51
  * // { // XssMatchTuple
52
52
  * // FieldToMatch: { // FieldToMatch
53
- * // Type: "STRING_VALUE", // required
53
+ * // Type: "URI" || "QUERY_STRING" || "HEADER" || "METHOD" || "BODY" || "SINGLE_QUERY_ARG" || "ALL_QUERY_ARGS", // required
54
54
  * // Data: "STRING_VALUE",
55
55
  * // },
56
- * // TextTransformation: "STRING_VALUE", // required
56
+ * // TextTransformation: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE", // required
57
57
  * // },
58
58
  * // ],
59
59
  * // },
@@ -52,12 +52,12 @@ export interface ListActivatedRulesInRuleGroupCommandOutput extends ListActivate
52
52
  * // Priority: Number("int"), // required
53
53
  * // RuleId: "STRING_VALUE", // required
54
54
  * // Action: { // WafAction
55
- * // Type: "STRING_VALUE", // required
55
+ * // Type: "BLOCK" || "ALLOW" || "COUNT", // required
56
56
  * // },
57
57
  * // OverrideAction: { // WafOverrideAction
58
- * // Type: "STRING_VALUE", // required
58
+ * // Type: "NONE" || "COUNT", // required
59
59
  * // },
60
- * // Type: "STRING_VALUE",
60
+ * // Type: "REGULAR" || "RATE_BASED" || "GROUP",
61
61
  * // ExcludedRules: [ // ExcludedRules
62
62
  * // { // ExcludedRule
63
63
  * // RuleId: "STRING_VALUE", // required
@@ -53,7 +53,7 @@ export interface ListLoggingConfigurationsCommandOutput extends ListLoggingConfi
53
53
  * // ],
54
54
  * // RedactedFields: [ // RedactedFields
55
55
  * // { // FieldToMatch
56
- * // Type: "STRING_VALUE", // required
56
+ * // Type: "URI" || "QUERY_STRING" || "HEADER" || "METHOD" || "BODY" || "SINGLE_QUERY_ARG" || "ALL_QUERY_ARGS", // required
57
57
  * // Data: "STRING_VALUE",
58
58
  * // },
59
59
  * // ],
@@ -40,7 +40,7 @@ export interface ListResourcesForWebACLCommandOutput extends ListResourcesForWeb
40
40
  * const client = new WAFRegionalClient(config);
41
41
  * const input = { // ListResourcesForWebACLRequest
42
42
  * WebACLId: "STRING_VALUE", // required
43
- * ResourceType: "STRING_VALUE",
43
+ * ResourceType: "APPLICATION_LOAD_BALANCER" || "API_GATEWAY",
44
44
  * };
45
45
  * const command = new ListResourcesForWebACLCommand(input);
46
46
  * const response = await client.send(command);
@@ -63,7 +63,7 @@ export interface PutLoggingConfigurationCommandOutput extends PutLoggingConfigur
63
63
  * ],
64
64
  * RedactedFields: [ // RedactedFields
65
65
  * { // FieldToMatch
66
- * Type: "STRING_VALUE", // required
66
+ * Type: "URI" || "QUERY_STRING" || "HEADER" || "METHOD" || "BODY" || "SINGLE_QUERY_ARG" || "ALL_QUERY_ARGS", // required
67
67
  * Data: "STRING_VALUE",
68
68
  * },
69
69
  * ],
@@ -79,7 +79,7 @@ export interface PutLoggingConfigurationCommandOutput extends PutLoggingConfigur
79
79
  * // ],
80
80
  * // RedactedFields: [ // RedactedFields
81
81
  * // { // FieldToMatch
82
- * // Type: "STRING_VALUE", // required
82
+ * // Type: "URI" || "QUERY_STRING" || "HEADER" || "METHOD" || "BODY" || "SINGLE_QUERY_ARG" || "ALL_QUERY_ARGS", // required
83
83
  * // Data: "STRING_VALUE",
84
84
  * // },
85
85
  * // ],
@@ -81,15 +81,15 @@ export interface UpdateByteMatchSetCommandOutput extends UpdateByteMatchSetRespo
81
81
  * ChangeToken: "STRING_VALUE", // required
82
82
  * Updates: [ // ByteMatchSetUpdates // required
83
83
  * { // ByteMatchSetUpdate
84
- * Action: "STRING_VALUE", // required
84
+ * Action: "INSERT" || "DELETE", // required
85
85
  * ByteMatchTuple: { // ByteMatchTuple
86
86
  * FieldToMatch: { // FieldToMatch
87
- * Type: "STRING_VALUE", // required
87
+ * Type: "URI" || "QUERY_STRING" || "HEADER" || "METHOD" || "BODY" || "SINGLE_QUERY_ARG" || "ALL_QUERY_ARGS", // required
88
88
  * Data: "STRING_VALUE",
89
89
  * },
90
90
  * TargetString: "BLOB_VALUE", // required
91
- * TextTransformation: "STRING_VALUE", // required
92
- * PositionalConstraint: "STRING_VALUE", // required
91
+ * TextTransformation: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE", // required
92
+ * PositionalConstraint: "EXACTLY" || "STARTS_WITH" || "ENDS_WITH" || "CONTAINS" || "CONTAINS_WORD", // required
93
93
  * },
94
94
  * },
95
95
  * ],
@@ -73,10 +73,10 @@ export interface UpdateGeoMatchSetCommandOutput extends UpdateGeoMatchSetRespons
73
73
  * ChangeToken: "STRING_VALUE", // required
74
74
  * Updates: [ // GeoMatchSetUpdates // required
75
75
  * { // GeoMatchSetUpdate
76
- * Action: "STRING_VALUE", // required
76
+ * Action: "INSERT" || "DELETE", // required
77
77
  * GeoMatchConstraint: { // GeoMatchConstraint
78
- * Type: "STRING_VALUE", // required
79
- * Value: "STRING_VALUE", // required
78
+ * Type: "Country", // required
79
+ * Value: "AF" || "AX" || "AL" || "DZ" || "AS" || "AD" || "AO" || "AI" || "AQ" || "AG" || "AR" || "AM" || "AW" || "AU" || "AT" || "AZ" || "BS" || "BH" || "BD" || "BB" || "BY" || "BE" || "BZ" || "BJ" || "BM" || "BT" || "BO" || "BQ" || "BA" || "BW" || "BV" || "BR" || "IO" || "BN" || "BG" || "BF" || "BI" || "KH" || "CM" || "CA" || "CV" || "KY" || "CF" || "TD" || "CL" || "CN" || "CX" || "CC" || "CO" || "KM" || "CG" || "CD" || "CK" || "CR" || "CI" || "HR" || "CU" || "CW" || "CY" || "CZ" || "DK" || "DJ" || "DM" || "DO" || "EC" || "EG" || "SV" || "GQ" || "ER" || "EE" || "ET" || "FK" || "FO" || "FJ" || "FI" || "FR" || "GF" || "PF" || "TF" || "GA" || "GM" || "GE" || "DE" || "GH" || "GI" || "GR" || "GL" || "GD" || "GP" || "GU" || "GT" || "GG" || "GN" || "GW" || "GY" || "HT" || "HM" || "VA" || "HN" || "HK" || "HU" || "IS" || "IN" || "ID" || "IR" || "IQ" || "IE" || "IM" || "IL" || "IT" || "JM" || "JP" || "JE" || "JO" || "KZ" || "KE" || "KI" || "KP" || "KR" || "KW" || "KG" || "LA" || "LV" || "LB" || "LS" || "LR" || "LY" || "LI" || "LT" || "LU" || "MO" || "MK" || "MG" || "MW" || "MY" || "MV" || "ML" || "MT" || "MH" || "MQ" || "MR" || "MU" || "YT" || "MX" || "FM" || "MD" || "MC" || "MN" || "ME" || "MS" || "MA" || "MZ" || "MM" || "NA" || "NR" || "NP" || "NL" || "NC" || "NZ" || "NI" || "NE" || "NG" || "NU" || "NF" || "MP" || "NO" || "OM" || "PK" || "PW" || "PS" || "PA" || "PG" || "PY" || "PE" || "PH" || "PN" || "PL" || "PT" || "PR" || "QA" || "RE" || "RO" || "RU" || "RW" || "BL" || "SH" || "KN" || "LC" || "MF" || "PM" || "VC" || "WS" || "SM" || "ST" || "SA" || "SN" || "RS" || "SC" || "SL" || "SG" || "SX" || "SK" || "SI" || "SB" || "SO" || "ZA" || "GS" || "SS" || "ES" || "LK" || "SD" || "SR" || "SJ" || "SZ" || "SE" || "CH" || "SY" || "TW" || "TJ" || "TZ" || "TH" || "TL" || "TG" || "TK" || "TO" || "TT" || "TN" || "TR" || "TM" || "TC" || "TV" || "UG" || "UA" || "AE" || "GB" || "US" || "UM" || "UY" || "UZ" || "VU" || "VE" || "VN" || "VG" || "VI" || "WF" || "EH" || "YE" || "ZM" || "ZW", // required
80
80
  * },
81
81
  * },
82
82
  * ],
@@ -108,9 +108,9 @@ export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __Metadat
108
108
  * ChangeToken: "STRING_VALUE", // required
109
109
  * Updates: [ // IPSetUpdates // required
110
110
  * { // IPSetUpdate
111
- * Action: "STRING_VALUE", // required
111
+ * Action: "INSERT" || "DELETE", // required
112
112
  * IPSetDescriptor: { // IPSetDescriptor
113
- * Type: "STRING_VALUE", // required
113
+ * Type: "IPV4" || "IPV6", // required
114
114
  * Value: "STRING_VALUE", // required
115
115
  * },
116
116
  * },
@@ -89,10 +89,10 @@ export interface UpdateRateBasedRuleCommandOutput extends UpdateRateBasedRuleRes
89
89
  * ChangeToken: "STRING_VALUE", // required
90
90
  * Updates: [ // RuleUpdates // required
91
91
  * { // RuleUpdate
92
- * Action: "STRING_VALUE", // required
92
+ * Action: "INSERT" || "DELETE", // required
93
93
  * Predicate: { // Predicate
94
94
  * Negated: true || false, // required
95
- * Type: "STRING_VALUE", // required
95
+ * Type: "IPMatch" || "ByteMatch" || "SqlInjectionMatch" || "GeoMatch" || "SizeConstraint" || "XssMatch" || "RegexMatch", // required
96
96
  * DataId: "STRING_VALUE", // required
97
97
  * },
98
98
  * },
@@ -76,13 +76,13 @@ export interface UpdateRegexMatchSetCommandOutput extends UpdateRegexMatchSetRes
76
76
  * RegexMatchSetId: "STRING_VALUE", // required
77
77
  * Updates: [ // RegexMatchSetUpdates // required
78
78
  * { // RegexMatchSetUpdate
79
- * Action: "STRING_VALUE", // required
79
+ * Action: "INSERT" || "DELETE", // required
80
80
  * RegexMatchTuple: { // RegexMatchTuple
81
81
  * FieldToMatch: { // FieldToMatch
82
- * Type: "STRING_VALUE", // required
82
+ * Type: "URI" || "QUERY_STRING" || "HEADER" || "METHOD" || "BODY" || "SINGLE_QUERY_ARG" || "ALL_QUERY_ARGS", // required
83
83
  * Data: "STRING_VALUE",
84
84
  * },
85
- * TextTransformation: "STRING_VALUE", // required
85
+ * TextTransformation: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE", // required
86
86
  * RegexPatternSetId: "STRING_VALUE", // required
87
87
  * },
88
88
  * },
@@ -81,7 +81,7 @@ export interface UpdateRegexPatternSetCommandOutput extends UpdateRegexPatternSe
81
81
  * RegexPatternSetId: "STRING_VALUE", // required
82
82
  * Updates: [ // RegexPatternSetUpdates // required
83
83
  * { // RegexPatternSetUpdate
84
- * Action: "STRING_VALUE", // required
84
+ * Action: "INSERT" || "DELETE", // required
85
85
  * RegexPatternString: "STRING_VALUE", // required
86
86
  * },
87
87
  * ],
@@ -84,10 +84,10 @@ export interface UpdateRuleCommandOutput extends UpdateRuleResponse, __MetadataB
84
84
  * ChangeToken: "STRING_VALUE", // required
85
85
  * Updates: [ // RuleUpdates // required
86
86
  * { // RuleUpdate
87
- * Action: "STRING_VALUE", // required
87
+ * Action: "INSERT" || "DELETE", // required
88
88
  * Predicate: { // Predicate
89
89
  * Negated: true || false, // required
90
- * Type: "STRING_VALUE", // required
90
+ * Type: "IPMatch" || "ByteMatch" || "SqlInjectionMatch" || "GeoMatch" || "SizeConstraint" || "XssMatch" || "RegexMatch", // required
91
91
  * DataId: "STRING_VALUE", // required
92
92
  * },
93
93
  * },
@@ -66,17 +66,17 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
66
66
  * RuleGroupId: "STRING_VALUE", // required
67
67
  * Updates: [ // RuleGroupUpdates // required
68
68
  * { // RuleGroupUpdate
69
- * Action: "STRING_VALUE", // required
69
+ * Action: "INSERT" || "DELETE", // required
70
70
  * ActivatedRule: { // ActivatedRule
71
71
  * Priority: Number("int"), // required
72
72
  * RuleId: "STRING_VALUE", // required
73
73
  * Action: { // WafAction
74
- * Type: "STRING_VALUE", // required
74
+ * Type: "BLOCK" || "ALLOW" || "COUNT", // required
75
75
  * },
76
76
  * OverrideAction: { // WafOverrideAction
77
- * Type: "STRING_VALUE", // required
77
+ * Type: "NONE" || "COUNT", // required
78
78
  * },
79
- * Type: "STRING_VALUE",
79
+ * Type: "REGULAR" || "RATE_BASED" || "GROUP",
80
80
  * ExcludedRules: [ // ExcludedRules
81
81
  * { // ExcludedRule
82
82
  * RuleId: "STRING_VALUE", // required
@@ -85,14 +85,14 @@ export interface UpdateSizeConstraintSetCommandOutput extends UpdateSizeConstrai
85
85
  * ChangeToken: "STRING_VALUE", // required
86
86
  * Updates: [ // SizeConstraintSetUpdates // required
87
87
  * { // SizeConstraintSetUpdate
88
- * Action: "STRING_VALUE", // required
88
+ * Action: "INSERT" || "DELETE", // required
89
89
  * SizeConstraint: { // SizeConstraint
90
90
  * FieldToMatch: { // FieldToMatch
91
- * Type: "STRING_VALUE", // required
91
+ * Type: "URI" || "QUERY_STRING" || "HEADER" || "METHOD" || "BODY" || "SINGLE_QUERY_ARG" || "ALL_QUERY_ARGS", // required
92
92
  * Data: "STRING_VALUE",
93
93
  * },
94
- * TextTransformation: "STRING_VALUE", // required
95
- * ComparisonOperator: "STRING_VALUE", // required
94
+ * TextTransformation: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE", // required
95
+ * ComparisonOperator: "EQ" || "NE" || "LE" || "LT" || "GE" || "GT", // required
96
96
  * Size: Number("long"), // required
97
97
  * },
98
98
  * },
@@ -84,13 +84,13 @@ export interface UpdateSqlInjectionMatchSetCommandOutput extends UpdateSqlInject
84
84
  * ChangeToken: "STRING_VALUE", // required
85
85
  * Updates: [ // SqlInjectionMatchSetUpdates // required
86
86
  * { // SqlInjectionMatchSetUpdate
87
- * Action: "STRING_VALUE", // required
87
+ * Action: "INSERT" || "DELETE", // required
88
88
  * SqlInjectionMatchTuple: { // SqlInjectionMatchTuple
89
89
  * FieldToMatch: { // FieldToMatch
90
- * Type: "STRING_VALUE", // required
90
+ * Type: "URI" || "QUERY_STRING" || "HEADER" || "METHOD" || "BODY" || "SINGLE_QUERY_ARG" || "ALL_QUERY_ARGS", // required
91
91
  * Data: "STRING_VALUE",
92
92
  * },
93
- * TextTransformation: "STRING_VALUE", // required
93
+ * TextTransformation: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE", // required
94
94
  * },
95
95
  * },
96
96
  * ],
@@ -114,17 +114,17 @@ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __Metad
114
114
  * ChangeToken: "STRING_VALUE", // required
115
115
  * Updates: [ // WebACLUpdates
116
116
  * { // WebACLUpdate
117
- * Action: "STRING_VALUE", // required
117
+ * Action: "INSERT" || "DELETE", // required
118
118
  * ActivatedRule: { // ActivatedRule
119
119
  * Priority: Number("int"), // required
120
120
  * RuleId: "STRING_VALUE", // required
121
121
  * Action: { // WafAction
122
- * Type: "STRING_VALUE", // required
122
+ * Type: "BLOCK" || "ALLOW" || "COUNT", // required
123
123
  * },
124
124
  * OverrideAction: { // WafOverrideAction
125
- * Type: "STRING_VALUE", // required
125
+ * Type: "NONE" || "COUNT", // required
126
126
  * },
127
- * Type: "STRING_VALUE",
127
+ * Type: "REGULAR" || "RATE_BASED" || "GROUP",
128
128
  * ExcludedRules: [ // ExcludedRules
129
129
  * { // ExcludedRule
130
130
  * RuleId: "STRING_VALUE", // required
@@ -134,7 +134,7 @@ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __Metad
134
134
  * },
135
135
  * ],
136
136
  * DefaultAction: {
137
- * Type: "STRING_VALUE", // required
137
+ * Type: "BLOCK" || "ALLOW" || "COUNT", // required
138
138
  * },
139
139
  * };
140
140
  * const command = new UpdateWebACLCommand(input);
@@ -86,13 +86,13 @@ export interface UpdateXssMatchSetCommandOutput extends UpdateXssMatchSetRespons
86
86
  * ChangeToken: "STRING_VALUE", // required
87
87
  * Updates: [ // XssMatchSetUpdates // required
88
88
  * { // XssMatchSetUpdate
89
- * Action: "STRING_VALUE", // required
89
+ * Action: "INSERT" || "DELETE", // required
90
90
  * XssMatchTuple: { // XssMatchTuple
91
91
  * FieldToMatch: { // FieldToMatch
92
- * Type: "STRING_VALUE", // required
92
+ * Type: "URI" || "QUERY_STRING" || "HEADER" || "METHOD" || "BODY" || "SINGLE_QUERY_ARG" || "ALL_QUERY_ARGS", // required
93
93
  * Data: "STRING_VALUE",
94
94
  * },
95
- * TextTransformation: "STRING_VALUE", // required
95
+ * TextTransformation: "NONE" || "COMPRESS_WHITE_SPACE" || "HTML_ENTITY_DECODE" || "LOWERCASE" || "CMD_LINE" || "URL_DECODE", // required
96
96
  * },
97
97
  * },
98
98
  * ],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-waf-regional",
3
3
  "description": "AWS SDK for JavaScript Waf Regional Client for Node.js, Browser and React Native",
4
- "version": "3.408.0",
4
+ "version": "3.409.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.408.0",
25
- "@aws-sdk/credential-provider-node": "3.408.0",
24
+ "@aws-sdk/client-sts": "3.409.0",
25
+ "@aws-sdk/credential-provider-node": "3.409.0",
26
26
  "@aws-sdk/middleware-host-header": "3.408.0",
27
27
  "@aws-sdk/middleware-logger": "3.408.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.408.0",