aws-sdk-wafv2 1.57.0 → 1.59.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04d532d9d74f7f4cbd66c67fa02bff71e3f9df1aa743767f8e3f1b59dc982951
4
- data.tar.gz: be1317bc05fd071f2506e0f9ccdbd3fbffd3d7ec9c639107499d9ec73cce6ca7
3
+ metadata.gz: ff4db058cd8b3c9afd7e3d396d166927bb2955fdef66834780cafe1da35104b3
4
+ data.tar.gz: 774d2c55f88c551720a78ea36c8f0046ed58d1249fe31e6a9ec907a5e11ded85
5
5
  SHA512:
6
- metadata.gz: 055b537c9e2599bf870c55288d8edd463e3588b6b3c4a8cbec5671c8b11a25b783acb7ce10a2ed76c6052ea318a6b96f34464cd3605cb329e3fe547fc74f4d2a
7
- data.tar.gz: 257300429253e58273d98fdabeab21cf67c01f53e3e1ff004321a7631857ed0021f8ed56027b16d88f8be06601a209b85f4db88d801b6cb293fe9d8a38bef7c1
6
+ metadata.gz: f83c5295cb312b0d9c453a283a1ed4cef0418d4bbf294d0f637b15dc09bab47480a5786479b09bade274ce1e91f47f6b60194203bc2745cfb7c79600b4568052
7
+ data.tar.gz: e20321eb388be06a8f832fa3625e3f7469488540428c815b963de32f4b406991437481d2a86a867c673df88bf0259e4b7b100abc85b1afc57d274f4d05aa315d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.58.0 (2023-05-30)
10
+ ------------------
11
+
12
+ * Feature - This SDK release provides customers the ability to use Header Order as a field to match.
13
+
4
14
  1.57.0 (2023-05-16)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.59.0
@@ -275,6 +275,11 @@ module Aws::WAFV2
275
275
  # in the future.
276
276
  #
277
277
  #
278
+ # @option options [String] :sdk_ua_app_id
279
+ # A unique and opaque application ID that is appended to the
280
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
281
+ # maximum length of 50.
282
+ #
278
283
  # @option options [String] :secret_access_key
279
284
  #
280
285
  # @option options [String] :session_token
@@ -557,6 +562,9 @@ module Aws::WAFV2
557
562
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
558
563
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
559
564
  # },
565
+ # header_order: {
566
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
567
+ # },
560
568
  # },
561
569
  # text_transformations: [ # required
562
570
  # {
@@ -615,6 +623,9 @@ module Aws::WAFV2
615
623
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
616
624
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
617
625
  # },
626
+ # header_order: {
627
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
628
+ # },
618
629
  # },
619
630
  # text_transformations: [ # required
620
631
  # {
@@ -673,6 +684,9 @@ module Aws::WAFV2
673
684
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
674
685
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
675
686
  # },
687
+ # header_order: {
688
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
689
+ # },
676
690
  # },
677
691
  # text_transformations: [ # required
678
692
  # {
@@ -730,6 +744,9 @@ module Aws::WAFV2
730
744
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
731
745
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
732
746
  # },
747
+ # header_order: {
748
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
749
+ # },
733
750
  # },
734
751
  # comparison_operator: "EQ", # required, accepts EQ, NE, LE, LT, GE, GT
735
752
  # size: 1, # required
@@ -872,6 +889,9 @@ module Aws::WAFV2
872
889
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
873
890
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
874
891
  # },
892
+ # header_order: {
893
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
894
+ # },
875
895
  # },
876
896
  # text_transformations: [ # required
877
897
  # {
@@ -1131,6 +1151,9 @@ module Aws::WAFV2
1131
1151
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
1132
1152
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
1133
1153
  # },
1154
+ # header_order: {
1155
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
1156
+ # },
1134
1157
  # },
1135
1158
  # text_transformations: [ # required
1136
1159
  # {
@@ -1642,6 +1665,9 @@ module Aws::WAFV2
1642
1665
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
1643
1666
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
1644
1667
  # },
1668
+ # header_order: {
1669
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
1670
+ # },
1645
1671
  # },
1646
1672
  # text_transformations: [ # required
1647
1673
  # {
@@ -1700,6 +1726,9 @@ module Aws::WAFV2
1700
1726
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
1701
1727
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
1702
1728
  # },
1729
+ # header_order: {
1730
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
1731
+ # },
1703
1732
  # },
1704
1733
  # text_transformations: [ # required
1705
1734
  # {
@@ -1758,6 +1787,9 @@ module Aws::WAFV2
1758
1787
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
1759
1788
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
1760
1789
  # },
1790
+ # header_order: {
1791
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
1792
+ # },
1761
1793
  # },
1762
1794
  # text_transformations: [ # required
1763
1795
  # {
@@ -1815,6 +1847,9 @@ module Aws::WAFV2
1815
1847
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
1816
1848
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
1817
1849
  # },
1850
+ # header_order: {
1851
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
1852
+ # },
1818
1853
  # },
1819
1854
  # comparison_operator: "EQ", # required, accepts EQ, NE, LE, LT, GE, GT
1820
1855
  # size: 1, # required
@@ -1957,6 +1992,9 @@ module Aws::WAFV2
1957
1992
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
1958
1993
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
1959
1994
  # },
1995
+ # header_order: {
1996
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
1997
+ # },
1960
1998
  # },
1961
1999
  # text_transformations: [ # required
1962
2000
  # {
@@ -2216,6 +2254,9 @@ module Aws::WAFV2
2216
2254
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
2217
2255
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
2218
2256
  # },
2257
+ # header_order: {
2258
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
2259
+ # },
2219
2260
  # },
2220
2261
  # text_transformations: [ # required
2221
2262
  # {
@@ -2556,6 +2597,9 @@ module Aws::WAFV2
2556
2597
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
2557
2598
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
2558
2599
  # },
2600
+ # header_order: {
2601
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
2602
+ # },
2559
2603
  # },
2560
2604
  # text_transformations: [ # required
2561
2605
  # {
@@ -2614,6 +2658,9 @@ module Aws::WAFV2
2614
2658
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
2615
2659
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
2616
2660
  # },
2661
+ # header_order: {
2662
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
2663
+ # },
2617
2664
  # },
2618
2665
  # text_transformations: [ # required
2619
2666
  # {
@@ -2672,6 +2719,9 @@ module Aws::WAFV2
2672
2719
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
2673
2720
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
2674
2721
  # },
2722
+ # header_order: {
2723
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
2724
+ # },
2675
2725
  # },
2676
2726
  # text_transformations: [ # required
2677
2727
  # {
@@ -2729,6 +2779,9 @@ module Aws::WAFV2
2729
2779
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
2730
2780
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
2731
2781
  # },
2782
+ # header_order: {
2783
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
2784
+ # },
2732
2785
  # },
2733
2786
  # comparison_operator: "EQ", # required, accepts EQ, NE, LE, LT, GE, GT
2734
2787
  # size: 1, # required
@@ -2871,6 +2924,9 @@ module Aws::WAFV2
2871
2924
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
2872
2925
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
2873
2926
  # },
2927
+ # header_order: {
2928
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
2929
+ # },
2874
2930
  # },
2875
2931
  # text_transformations: [ # required
2876
2932
  # {
@@ -3130,6 +3186,9 @@ module Aws::WAFV2
3130
3186
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
3131
3187
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
3132
3188
  # },
3189
+ # header_order: {
3190
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
3191
+ # },
3133
3192
  # },
3134
3193
  # text_transformations: [ # required
3135
3194
  # {
@@ -3985,6 +4044,7 @@ module Aws::WAFV2
3985
4044
  # resp.logging_configuration.redacted_fields[0].cookies.match_pattern.excluded_cookies[0] #=> String
3986
4045
  # resp.logging_configuration.redacted_fields[0].cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
3987
4046
  # resp.logging_configuration.redacted_fields[0].cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
4047
+ # resp.logging_configuration.redacted_fields[0].header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
3988
4048
  # resp.logging_configuration.managed_by_firewall_manager #=> Boolean
3989
4049
  # resp.logging_configuration.logging_filter.filters #=> Array
3990
4050
  # resp.logging_configuration.logging_filter.filters[0].behavior #=> String, one of "KEEP", "DROP"
@@ -4383,6 +4443,7 @@ module Aws::WAFV2
4383
4443
  # resp.rule_group.rules[0].statement.byte_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
4384
4444
  # resp.rule_group.rules[0].statement.byte_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
4385
4445
  # resp.rule_group.rules[0].statement.byte_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
4446
+ # resp.rule_group.rules[0].statement.byte_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
4386
4447
  # resp.rule_group.rules[0].statement.byte_match_statement.text_transformations #=> Array
4387
4448
  # resp.rule_group.rules[0].statement.byte_match_statement.text_transformations[0].priority #=> Integer
4388
4449
  # resp.rule_group.rules[0].statement.byte_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -4407,6 +4468,7 @@ module Aws::WAFV2
4407
4468
  # resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
4408
4469
  # resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
4409
4470
  # resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
4471
+ # resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
4410
4472
  # resp.rule_group.rules[0].statement.sqli_match_statement.text_transformations #=> Array
4411
4473
  # resp.rule_group.rules[0].statement.sqli_match_statement.text_transformations[0].priority #=> Integer
4412
4474
  # resp.rule_group.rules[0].statement.sqli_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -4431,6 +4493,7 @@ module Aws::WAFV2
4431
4493
  # resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
4432
4494
  # resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
4433
4495
  # resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
4496
+ # resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
4434
4497
  # resp.rule_group.rules[0].statement.xss_match_statement.text_transformations #=> Array
4435
4498
  # resp.rule_group.rules[0].statement.xss_match_statement.text_transformations[0].priority #=> Integer
4436
4499
  # resp.rule_group.rules[0].statement.xss_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -4454,6 +4517,7 @@ module Aws::WAFV2
4454
4517
  # resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
4455
4518
  # resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
4456
4519
  # resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
4520
+ # resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
4457
4521
  # resp.rule_group.rules[0].statement.size_constraint_statement.comparison_operator #=> String, one of "EQ", "NE", "LE", "LT", "GE", "GT"
4458
4522
  # resp.rule_group.rules[0].statement.size_constraint_statement.size #=> Integer
4459
4523
  # resp.rule_group.rules[0].statement.size_constraint_statement.text_transformations #=> Array
@@ -4510,6 +4574,7 @@ module Aws::WAFV2
4510
4574
  # resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
4511
4575
  # resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
4512
4576
  # resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
4577
+ # resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
4513
4578
  # resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.text_transformations #=> Array
4514
4579
  # resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.text_transformations[0].priority #=> Integer
4515
4580
  # resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.text_transformations[0].type #=> String, one of "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"
@@ -4616,6 +4681,7 @@ module Aws::WAFV2
4616
4681
  # resp.rule_group.rules[0].statement.regex_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
4617
4682
  # resp.rule_group.rules[0].statement.regex_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
4618
4683
  # resp.rule_group.rules[0].statement.regex_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
4684
+ # resp.rule_group.rules[0].statement.regex_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
4619
4685
  # resp.rule_group.rules[0].statement.regex_match_statement.text_transformations #=> Array
4620
4686
  # resp.rule_group.rules[0].statement.regex_match_statement.text_transformations[0].priority #=> Integer
4621
4687
  # resp.rule_group.rules[0].statement.regex_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -4858,6 +4924,7 @@ module Aws::WAFV2
4858
4924
  # resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
4859
4925
  # resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
4860
4926
  # resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
4927
+ # resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
4861
4928
  # resp.web_acl.rules[0].statement.byte_match_statement.text_transformations #=> Array
4862
4929
  # resp.web_acl.rules[0].statement.byte_match_statement.text_transformations[0].priority #=> Integer
4863
4930
  # resp.web_acl.rules[0].statement.byte_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -4882,6 +4949,7 @@ module Aws::WAFV2
4882
4949
  # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
4883
4950
  # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
4884
4951
  # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
4952
+ # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
4885
4953
  # resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations #=> Array
4886
4954
  # resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations[0].priority #=> Integer
4887
4955
  # resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -4906,6 +4974,7 @@ module Aws::WAFV2
4906
4974
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
4907
4975
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
4908
4976
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
4977
+ # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
4909
4978
  # resp.web_acl.rules[0].statement.xss_match_statement.text_transformations #=> Array
4910
4979
  # resp.web_acl.rules[0].statement.xss_match_statement.text_transformations[0].priority #=> Integer
4911
4980
  # resp.web_acl.rules[0].statement.xss_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -4929,6 +4998,7 @@ module Aws::WAFV2
4929
4998
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
4930
4999
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
4931
5000
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5001
+ # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
4932
5002
  # resp.web_acl.rules[0].statement.size_constraint_statement.comparison_operator #=> String, one of "EQ", "NE", "LE", "LT", "GE", "GT"
4933
5003
  # resp.web_acl.rules[0].statement.size_constraint_statement.size #=> Integer
4934
5004
  # resp.web_acl.rules[0].statement.size_constraint_statement.text_transformations #=> Array
@@ -4985,6 +5055,7 @@ module Aws::WAFV2
4985
5055
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
4986
5056
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
4987
5057
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5058
+ # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
4988
5059
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations #=> Array
4989
5060
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations[0].priority #=> Integer
4990
5061
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations[0].type #=> String, one of "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"
@@ -5091,6 +5162,7 @@ module Aws::WAFV2
5091
5162
  # resp.web_acl.rules[0].statement.regex_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
5092
5163
  # resp.web_acl.rules[0].statement.regex_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
5093
5164
  # resp.web_acl.rules[0].statement.regex_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5165
+ # resp.web_acl.rules[0].statement.regex_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5094
5166
  # resp.web_acl.rules[0].statement.regex_match_statement.text_transformations #=> Array
5095
5167
  # resp.web_acl.rules[0].statement.regex_match_statement.text_transformations[0].priority #=> Integer
5096
5168
  # resp.web_acl.rules[0].statement.regex_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -5154,6 +5226,7 @@ module Aws::WAFV2
5154
5226
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
5155
5227
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
5156
5228
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5229
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5157
5230
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.text_transformations #=> Array
5158
5231
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.text_transformations[0].priority #=> Integer
5159
5232
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -5178,6 +5251,7 @@ module Aws::WAFV2
5178
5251
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
5179
5252
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
5180
5253
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5254
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5181
5255
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.text_transformations #=> Array
5182
5256
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.text_transformations[0].priority #=> Integer
5183
5257
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -5202,6 +5276,7 @@ module Aws::WAFV2
5202
5276
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
5203
5277
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
5204
5278
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5279
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5205
5280
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.text_transformations #=> Array
5206
5281
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.text_transformations[0].priority #=> Integer
5207
5282
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -5225,6 +5300,7 @@ module Aws::WAFV2
5225
5300
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
5226
5301
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
5227
5302
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5303
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5228
5304
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.comparison_operator #=> String, one of "EQ", "NE", "LE", "LT", "GE", "GT"
5229
5305
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.size #=> Integer
5230
5306
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.text_transformations #=> Array
@@ -5281,6 +5357,7 @@ module Aws::WAFV2
5281
5357
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
5282
5358
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
5283
5359
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5360
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5284
5361
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.text_transformations #=> Array
5285
5362
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.text_transformations[0].priority #=> Integer
5286
5363
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.text_transformations[0].type #=> String, one of "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"
@@ -5335,6 +5412,7 @@ module Aws::WAFV2
5335
5412
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
5336
5413
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
5337
5414
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5415
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5338
5416
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.text_transformations #=> Array
5339
5417
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.text_transformations[0].priority #=> Integer
5340
5418
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -5442,6 +5520,7 @@ module Aws::WAFV2
5442
5520
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
5443
5521
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
5444
5522
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5523
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5445
5524
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.text_transformations #=> Array
5446
5525
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.text_transformations[0].priority #=> Integer
5447
5526
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -5466,6 +5545,7 @@ module Aws::WAFV2
5466
5545
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
5467
5546
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
5468
5547
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5548
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5469
5549
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.text_transformations #=> Array
5470
5550
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.text_transformations[0].priority #=> Integer
5471
5551
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -5490,6 +5570,7 @@ module Aws::WAFV2
5490
5570
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
5491
5571
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
5492
5572
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5573
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5493
5574
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.text_transformations #=> Array
5494
5575
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.text_transformations[0].priority #=> Integer
5495
5576
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -5513,6 +5594,7 @@ module Aws::WAFV2
5513
5594
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
5514
5595
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
5515
5596
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5597
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5516
5598
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.comparison_operator #=> String, one of "EQ", "NE", "LE", "LT", "GE", "GT"
5517
5599
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.size #=> Integer
5518
5600
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.text_transformations #=> Array
@@ -5569,6 +5651,7 @@ module Aws::WAFV2
5569
5651
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
5570
5652
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
5571
5653
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5654
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5572
5655
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.text_transformations #=> Array
5573
5656
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.text_transformations[0].priority #=> Integer
5574
5657
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.text_transformations[0].type #=> String, one of "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"
@@ -5623,6 +5706,7 @@ module Aws::WAFV2
5623
5706
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
5624
5707
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
5625
5708
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5709
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5626
5710
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.text_transformations #=> Array
5627
5711
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.text_transformations[0].priority #=> Integer
5628
5712
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -5802,6 +5886,7 @@ module Aws::WAFV2
5802
5886
  # resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
5803
5887
  # resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
5804
5888
  # resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5889
+ # resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5805
5890
  # resp.web_acl.rules[0].statement.byte_match_statement.text_transformations #=> Array
5806
5891
  # resp.web_acl.rules[0].statement.byte_match_statement.text_transformations[0].priority #=> Integer
5807
5892
  # resp.web_acl.rules[0].statement.byte_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -5826,6 +5911,7 @@ module Aws::WAFV2
5826
5911
  # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
5827
5912
  # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
5828
5913
  # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5914
+ # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5829
5915
  # resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations #=> Array
5830
5916
  # resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations[0].priority #=> Integer
5831
5917
  # resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -5850,6 +5936,7 @@ module Aws::WAFV2
5850
5936
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
5851
5937
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
5852
5938
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5939
+ # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5853
5940
  # resp.web_acl.rules[0].statement.xss_match_statement.text_transformations #=> Array
5854
5941
  # resp.web_acl.rules[0].statement.xss_match_statement.text_transformations[0].priority #=> Integer
5855
5942
  # resp.web_acl.rules[0].statement.xss_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -5873,6 +5960,7 @@ module Aws::WAFV2
5873
5960
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
5874
5961
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
5875
5962
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5963
+ # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5876
5964
  # resp.web_acl.rules[0].statement.size_constraint_statement.comparison_operator #=> String, one of "EQ", "NE", "LE", "LT", "GE", "GT"
5877
5965
  # resp.web_acl.rules[0].statement.size_constraint_statement.size #=> Integer
5878
5966
  # resp.web_acl.rules[0].statement.size_constraint_statement.text_transformations #=> Array
@@ -5929,6 +6017,7 @@ module Aws::WAFV2
5929
6017
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
5930
6018
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
5931
6019
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6020
+ # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
5932
6021
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations #=> Array
5933
6022
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations[0].priority #=> Integer
5934
6023
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations[0].type #=> String, one of "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"
@@ -6035,6 +6124,7 @@ module Aws::WAFV2
6035
6124
  # resp.web_acl.rules[0].statement.regex_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
6036
6125
  # resp.web_acl.rules[0].statement.regex_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
6037
6126
  # resp.web_acl.rules[0].statement.regex_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6127
+ # resp.web_acl.rules[0].statement.regex_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6038
6128
  # resp.web_acl.rules[0].statement.regex_match_statement.text_transformations #=> Array
6039
6129
  # resp.web_acl.rules[0].statement.regex_match_statement.text_transformations[0].priority #=> Integer
6040
6130
  # resp.web_acl.rules[0].statement.regex_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -6098,6 +6188,7 @@ module Aws::WAFV2
6098
6188
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
6099
6189
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
6100
6190
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6191
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6101
6192
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.text_transformations #=> Array
6102
6193
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.text_transformations[0].priority #=> Integer
6103
6194
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -6122,6 +6213,7 @@ module Aws::WAFV2
6122
6213
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
6123
6214
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
6124
6215
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6216
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6125
6217
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.text_transformations #=> Array
6126
6218
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.text_transformations[0].priority #=> Integer
6127
6219
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -6146,6 +6238,7 @@ module Aws::WAFV2
6146
6238
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
6147
6239
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
6148
6240
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6241
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6149
6242
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.text_transformations #=> Array
6150
6243
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.text_transformations[0].priority #=> Integer
6151
6244
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -6169,6 +6262,7 @@ module Aws::WAFV2
6169
6262
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
6170
6263
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
6171
6264
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6265
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6172
6266
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.comparison_operator #=> String, one of "EQ", "NE", "LE", "LT", "GE", "GT"
6173
6267
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.size #=> Integer
6174
6268
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.text_transformations #=> Array
@@ -6225,6 +6319,7 @@ module Aws::WAFV2
6225
6319
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
6226
6320
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
6227
6321
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6322
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6228
6323
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.text_transformations #=> Array
6229
6324
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.text_transformations[0].priority #=> Integer
6230
6325
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.text_transformations[0].type #=> String, one of "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"
@@ -6279,6 +6374,7 @@ module Aws::WAFV2
6279
6374
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
6280
6375
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
6281
6376
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6377
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6282
6378
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.text_transformations #=> Array
6283
6379
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.text_transformations[0].priority #=> Integer
6284
6380
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -6386,6 +6482,7 @@ module Aws::WAFV2
6386
6482
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
6387
6483
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
6388
6484
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6485
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6389
6486
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.text_transformations #=> Array
6390
6487
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.text_transformations[0].priority #=> Integer
6391
6488
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -6410,6 +6507,7 @@ module Aws::WAFV2
6410
6507
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
6411
6508
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
6412
6509
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6510
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6413
6511
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.text_transformations #=> Array
6414
6512
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.text_transformations[0].priority #=> Integer
6415
6513
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.sqli_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -6434,6 +6532,7 @@ module Aws::WAFV2
6434
6532
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
6435
6533
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
6436
6534
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6535
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6437
6536
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.text_transformations #=> Array
6438
6537
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.text_transformations[0].priority #=> Integer
6439
6538
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.xss_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -6457,6 +6556,7 @@ module Aws::WAFV2
6457
6556
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
6458
6557
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
6459
6558
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6559
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6460
6560
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.comparison_operator #=> String, one of "EQ", "NE", "LE", "LT", "GE", "GT"
6461
6561
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.size #=> Integer
6462
6562
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.size_constraint_statement.text_transformations #=> Array
@@ -6513,6 +6613,7 @@ module Aws::WAFV2
6513
6613
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
6514
6614
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
6515
6615
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6616
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6516
6617
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.text_transformations #=> Array
6517
6618
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.text_transformations[0].priority #=> Integer
6518
6619
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_pattern_set_reference_statement.text_transformations[0].type #=> String, one of "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"
@@ -6567,6 +6668,7 @@ module Aws::WAFV2
6567
6668
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
6568
6669
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
6569
6670
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6671
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
6570
6672
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.text_transformations #=> Array
6571
6673
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.text_transformations[0].priority #=> Integer
6572
6674
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.regex_match_statement.text_transformations[0].type #=> String, one of "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"
@@ -7011,6 +7113,7 @@ module Aws::WAFV2
7011
7113
  # resp.logging_configurations[0].redacted_fields[0].cookies.match_pattern.excluded_cookies[0] #=> String
7012
7114
  # resp.logging_configurations[0].redacted_fields[0].cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
7013
7115
  # resp.logging_configurations[0].redacted_fields[0].cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
7116
+ # resp.logging_configurations[0].redacted_fields[0].header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
7014
7117
  # resp.logging_configurations[0].managed_by_firewall_manager #=> Boolean
7015
7118
  # resp.logging_configurations[0].logging_filter.filters #=> Array
7016
7119
  # resp.logging_configurations[0].logging_filter.filters[0].behavior #=> String, one of "KEEP", "DROP"
@@ -7570,6 +7673,9 @@ module Aws::WAFV2
7570
7673
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
7571
7674
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
7572
7675
  # },
7676
+ # header_order: {
7677
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
7678
+ # },
7573
7679
  # },
7574
7680
  # ],
7575
7681
  # managed_by_firewall_manager: false,
@@ -7621,6 +7727,7 @@ module Aws::WAFV2
7621
7727
  # resp.logging_configuration.redacted_fields[0].cookies.match_pattern.excluded_cookies[0] #=> String
7622
7728
  # resp.logging_configuration.redacted_fields[0].cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
7623
7729
  # resp.logging_configuration.redacted_fields[0].cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
7730
+ # resp.logging_configuration.redacted_fields[0].header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
7624
7731
  # resp.logging_configuration.managed_by_firewall_manager #=> Boolean
7625
7732
  # resp.logging_configuration.logging_filter.filters #=> Array
7626
7733
  # resp.logging_configuration.logging_filter.filters[0].behavior #=> String, one of "KEEP", "DROP"
@@ -8380,6 +8487,9 @@ module Aws::WAFV2
8380
8487
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
8381
8488
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
8382
8489
  # },
8490
+ # header_order: {
8491
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
8492
+ # },
8383
8493
  # },
8384
8494
  # text_transformations: [ # required
8385
8495
  # {
@@ -8438,6 +8548,9 @@ module Aws::WAFV2
8438
8548
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
8439
8549
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
8440
8550
  # },
8551
+ # header_order: {
8552
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
8553
+ # },
8441
8554
  # },
8442
8555
  # text_transformations: [ # required
8443
8556
  # {
@@ -8496,6 +8609,9 @@ module Aws::WAFV2
8496
8609
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
8497
8610
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
8498
8611
  # },
8612
+ # header_order: {
8613
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
8614
+ # },
8499
8615
  # },
8500
8616
  # text_transformations: [ # required
8501
8617
  # {
@@ -8553,6 +8669,9 @@ module Aws::WAFV2
8553
8669
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
8554
8670
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
8555
8671
  # },
8672
+ # header_order: {
8673
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
8674
+ # },
8556
8675
  # },
8557
8676
  # comparison_operator: "EQ", # required, accepts EQ, NE, LE, LT, GE, GT
8558
8677
  # size: 1, # required
@@ -8695,6 +8814,9 @@ module Aws::WAFV2
8695
8814
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
8696
8815
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
8697
8816
  # },
8817
+ # header_order: {
8818
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
8819
+ # },
8698
8820
  # },
8699
8821
  # text_transformations: [ # required
8700
8822
  # {
@@ -8954,6 +9076,9 @@ module Aws::WAFV2
8954
9076
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
8955
9077
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
8956
9078
  # },
9079
+ # header_order: {
9080
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
9081
+ # },
8957
9082
  # },
8958
9083
  # text_transformations: [ # required
8959
9084
  # {
@@ -9328,6 +9453,9 @@ module Aws::WAFV2
9328
9453
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
9329
9454
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
9330
9455
  # },
9456
+ # header_order: {
9457
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
9458
+ # },
9331
9459
  # },
9332
9460
  # text_transformations: [ # required
9333
9461
  # {
@@ -9386,6 +9514,9 @@ module Aws::WAFV2
9386
9514
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
9387
9515
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
9388
9516
  # },
9517
+ # header_order: {
9518
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
9519
+ # },
9389
9520
  # },
9390
9521
  # text_transformations: [ # required
9391
9522
  # {
@@ -9444,6 +9575,9 @@ module Aws::WAFV2
9444
9575
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
9445
9576
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
9446
9577
  # },
9578
+ # header_order: {
9579
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
9580
+ # },
9447
9581
  # },
9448
9582
  # text_transformations: [ # required
9449
9583
  # {
@@ -9501,6 +9635,9 @@ module Aws::WAFV2
9501
9635
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
9502
9636
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
9503
9637
  # },
9638
+ # header_order: {
9639
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
9640
+ # },
9504
9641
  # },
9505
9642
  # comparison_operator: "EQ", # required, accepts EQ, NE, LE, LT, GE, GT
9506
9643
  # size: 1, # required
@@ -9643,6 +9780,9 @@ module Aws::WAFV2
9643
9780
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
9644
9781
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
9645
9782
  # },
9783
+ # header_order: {
9784
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
9785
+ # },
9646
9786
  # },
9647
9787
  # text_transformations: [ # required
9648
9788
  # {
@@ -9902,6 +10042,9 @@ module Aws::WAFV2
9902
10042
  # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
9903
10043
  # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
9904
10044
  # },
10045
+ # header_order: {
10046
+ # oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
10047
+ # },
9905
10048
  # },
9906
10049
  # text_transformations: [ # required
9907
10050
  # {
@@ -10059,7 +10202,7 @@ module Aws::WAFV2
10059
10202
  params: params,
10060
10203
  config: config)
10061
10204
  context[:gem_name] = 'aws-sdk-wafv2'
10062
- context[:gem_version] = '1.57.0'
10205
+ context[:gem_version] = '1.59.0'
10063
10206
  Seahorse::Client::Request.new(handlers, context)
10064
10207
  end
10065
10208
 
@@ -153,6 +153,7 @@ module Aws::WAFV2
153
153
  HeaderMatchPattern = Shapes::StructureShape.new(name: 'HeaderMatchPattern')
154
154
  HeaderName = Shapes::StringShape.new(name: 'HeaderName')
155
155
  HeaderNames = Shapes::ListShape.new(name: 'HeaderNames')
156
+ HeaderOrder = Shapes::StructureShape.new(name: 'HeaderOrder')
156
157
  HeaderValue = Shapes::StringShape.new(name: 'HeaderValue')
157
158
  Headers = Shapes::StructureShape.new(name: 'Headers')
158
159
  IPAddress = Shapes::StringShape.new(name: 'IPAddress')
@@ -665,6 +666,7 @@ module Aws::WAFV2
665
666
  FieldToMatch.add_member(:json_body, Shapes::ShapeRef.new(shape: JsonBody, location_name: "JsonBody"))
666
667
  FieldToMatch.add_member(:headers, Shapes::ShapeRef.new(shape: Headers, location_name: "Headers"))
667
668
  FieldToMatch.add_member(:cookies, Shapes::ShapeRef.new(shape: Cookies, location_name: "Cookies"))
669
+ FieldToMatch.add_member(:header_order, Shapes::ShapeRef.new(shape: HeaderOrder, location_name: "HeaderOrder"))
668
670
  FieldToMatch.struct_class = Types::FieldToMatch
669
671
 
670
672
  Filter.add_member(:behavior, Shapes::ShapeRef.new(shape: FilterBehavior, required: true, location_name: "Behavior"))
@@ -826,6 +828,9 @@ module Aws::WAFV2
826
828
 
827
829
  HeaderNames.member = Shapes::ShapeRef.new(shape: FieldToMatchData)
828
830
 
831
+ HeaderOrder.add_member(:oversize_handling, Shapes::ShapeRef.new(shape: OversizeHandling, required: true, location_name: "OversizeHandling"))
832
+ HeaderOrder.struct_class = Types::HeaderOrder
833
+
829
834
  Headers.add_member(:match_pattern, Shapes::ShapeRef.new(shape: HeaderMatchPattern, required: true, location_name: "MatchPattern"))
830
835
  Headers.add_member(:match_scope, Shapes::ShapeRef.new(shape: MapMatchScope, required: true, location_name: "MatchScope"))
831
836
  Headers.add_member(:oversize_handling, Shapes::ShapeRef.new(shape: OversizeHandling, required: true, location_name: "OversizeHandling"))
@@ -145,8 +145,8 @@ module Aws::WAFV2
145
145
  # web request component that you've identified in your FieldToMatch
146
146
  # specifications.
147
147
  #
148
- # This is used only in the FieldToMatch specification for some web
149
- # request component types.
148
+ # This is used in the FieldToMatch specification for some web request
149
+ # component types.
150
150
  #
151
151
  # JSON specification: `"All": \{\}`
152
152
  #
@@ -158,8 +158,8 @@ module Aws::WAFV2
158
158
 
159
159
  # Inspect all query arguments of the web request.
160
160
  #
161
- # This is used only in the FieldToMatch specification for some web
162
- # request component types.
161
+ # This is used in the FieldToMatch specification for some web request
162
+ # component types.
163
163
  #
164
164
  # JSON specification: `"AllQueryArguments": \{\}`
165
165
  #
@@ -348,8 +348,8 @@ module Aws::WAFV2
348
348
  #
349
349
  # The options for oversize handling are the following:
350
350
  #
351
- # * `CONTINUE` - Inspect the body normally, according to the rule
352
- # inspection criteria.
351
+ # * `CONTINUE` - Inspect the available body contents normally,
352
+ # according to the rule inspection criteria.
353
353
  #
354
354
  # * `MATCH` - Treat the web request as matching the rule statement.
355
355
  # WAF applies the rule action to the request.
@@ -393,6 +393,11 @@ module Aws::WAFV2
393
393
  # * `UriPath`: The value that you want WAF to search for in the URI
394
394
  # path, for example, `/images/daily-ad.jpg`.
395
395
  #
396
+ # * `HeaderOrder`: The comma-separated list of header names to match
397
+ # for. WAF creates a string that contains the ordered list of header
398
+ # names, from the headers in the web request, and then matches
399
+ # against that string.
400
+ #
396
401
  # If `SearchString` includes alphabetic characters A-Z and a-z, note
397
402
  # that the value is case sensitive.
398
403
  #
@@ -812,16 +817,16 @@ module Aws::WAFV2
812
817
  # @return [String]
813
818
  #
814
819
  # @!attribute [rw] oversize_handling
815
- # What WAF should do if the cookies of the request are larger than WAF
816
- # can inspect. WAF does not support inspecting the entire contents of
817
- # request cookies when they exceed 8 KB (8192 bytes) or 200 total
818
- # cookies. The underlying host service forwards a maximum of 200
819
- # cookies and at most 8 KB of cookie contents to WAF.
820
+ # What WAF should do if the cookies of the request are more numerous
821
+ # or larger than WAF can inspect. WAF does not support inspecting the
822
+ # entire contents of request cookies when they exceed 8 KB (8192
823
+ # bytes) or 200 total cookies. The underlying host service forwards a
824
+ # maximum of 200 cookies and at most 8 KB of cookie contents to WAF.
820
825
  #
821
826
  # The options for oversize handling are the following:
822
827
  #
823
- # * `CONTINUE` - Inspect the cookies normally, according to the rule
824
- # inspection criteria.
828
+ # * `CONTINUE` - Inspect the available cookies normally, according to
829
+ # the rule inspection criteria.
825
830
  #
826
831
  # * `MATCH` - Treat the web request as matching the rule statement.
827
832
  # WAF applies the rule action to the request.
@@ -2113,6 +2118,16 @@ module Aws::WAFV2
2113
2118
  # underlying host service.
2114
2119
  # @return [Types::Cookies]
2115
2120
  #
2121
+ # @!attribute [rw] header_order
2122
+ # Inspect a string containing the list of the request's header names,
2123
+ # ordered as they appear in the web request that WAF receives for
2124
+ # inspection. WAF generates the string and then uses that as the field
2125
+ # to match component in its inspection. WAF separates the header names
2126
+ # in the string using commas and no added spaces.
2127
+ #
2128
+ # Matches against the header order string are case insensitive.
2129
+ # @return [Types::HeaderOrder]
2130
+ #
2116
2131
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/FieldToMatch AWS API Documentation
2117
2132
  #
2118
2133
  class FieldToMatch < Struct.new(
@@ -2125,7 +2140,8 @@ module Aws::WAFV2
2125
2140
  :method,
2126
2141
  :json_body,
2127
2142
  :headers,
2128
- :cookies)
2143
+ :cookies,
2144
+ :header_order)
2129
2145
  SENSITIVE = []
2130
2146
  include Aws::Structure
2131
2147
  end
@@ -3173,6 +3189,41 @@ module Aws::WAFV2
3173
3189
  include Aws::Structure
3174
3190
  end
3175
3191
 
3192
+ # Inspect a string containing the list of the request's header names,
3193
+ # ordered as they appear in the web request that WAF receives for
3194
+ # inspection. WAF generates the string and then uses that as the field
3195
+ # to match component in its inspection. WAF separates the header names
3196
+ # in the string using commas and no added spaces.
3197
+ #
3198
+ # Matches against the header order string are case insensitive.
3199
+ #
3200
+ # @!attribute [rw] oversize_handling
3201
+ # What WAF should do if the headers of the request are more numerous
3202
+ # or larger than WAF can inspect. WAF does not support inspecting the
3203
+ # entire contents of request headers when they exceed 8 KB (8192
3204
+ # bytes) or 200 total headers. The underlying host service forwards a
3205
+ # maximum of 200 headers and at most 8 KB of header contents to WAF.
3206
+ #
3207
+ # The options for oversize handling are the following:
3208
+ #
3209
+ # * `CONTINUE` - Inspect the available headers normally, according to
3210
+ # the rule inspection criteria.
3211
+ #
3212
+ # * `MATCH` - Treat the web request as matching the rule statement.
3213
+ # WAF applies the rule action to the request.
3214
+ #
3215
+ # * `NO_MATCH` - Treat the web request as not matching the rule
3216
+ # statement.
3217
+ # @return [String]
3218
+ #
3219
+ # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/HeaderOrder AWS API Documentation
3220
+ #
3221
+ class HeaderOrder < Struct.new(
3222
+ :oversize_handling)
3223
+ SENSITIVE = []
3224
+ include Aws::Structure
3225
+ end
3226
+
3176
3227
  # Inspect all headers in the web request. You can specify the parts of
3177
3228
  # the headers to inspect and you can narrow the set of headers to
3178
3229
  # inspect by including or excluding specific keys.
@@ -3203,16 +3254,16 @@ module Aws::WAFV2
3203
3254
  # @return [String]
3204
3255
  #
3205
3256
  # @!attribute [rw] oversize_handling
3206
- # What WAF should do if the headers of the request are larger than WAF
3207
- # can inspect. WAF does not support inspecting the entire contents of
3208
- # request headers when they exceed 8 KB (8192 bytes) or 200 total
3209
- # headers. The underlying host service forwards a maximum of 200
3210
- # headers and at most 8 KB of header contents to WAF.
3257
+ # What WAF should do if the headers of the request are more numerous
3258
+ # or larger than WAF can inspect. WAF does not support inspecting the
3259
+ # entire contents of request headers when they exceed 8 KB (8192
3260
+ # bytes) or 200 total headers. The underlying host service forwards a
3261
+ # maximum of 200 headers and at most 8 KB of header contents to WAF.
3211
3262
  #
3212
3263
  # The options for oversize handling are the following:
3213
3264
  #
3214
- # * `CONTINUE` - Inspect the headers normally, according to the rule
3215
- # inspection criteria.
3265
+ # * `CONTINUE` - Inspect the available headers normally, according to
3266
+ # the rule inspection criteria.
3216
3267
  #
3217
3268
  # * `MATCH` - Treat the web request as matching the rule statement.
3218
3269
  # WAF applies the rule action to the request.
@@ -3573,8 +3624,8 @@ module Aws::WAFV2
3573
3624
  #
3574
3625
  # The options for oversize handling are the following:
3575
3626
  #
3576
- # * `CONTINUE` - Inspect the body normally, according to the rule
3577
- # inspection criteria.
3627
+ # * `CONTINUE` - Inspect the available body contents normally,
3628
+ # according to the rule inspection criteria.
3578
3629
  #
3579
3630
  # * `MATCH` - Treat the web request as matching the rule statement.
3580
3631
  # WAF applies the rule action to the request.
@@ -5080,8 +5131,8 @@ module Aws::WAFV2
5080
5131
  # Inspect the HTTP method of the web request. The method indicates the
5081
5132
  # type of operation that the request is asking the origin to perform.
5082
5133
  #
5083
- # This is used only in the FieldToMatch specification for some web
5084
- # request component types.
5134
+ # This is used in the FieldToMatch specification for some web request
5135
+ # component types.
5085
5136
  #
5086
5137
  # JSON specification: `"Method": \{\}`
5087
5138
  #
@@ -5390,8 +5441,8 @@ module Aws::WAFV2
5390
5441
  # Inspect the query string of the web request. This is the part of a URL
5391
5442
  # that appears after a `?` character, if any.
5392
5443
  #
5393
- # This is used only in the FieldToMatch specification for some web
5394
- # request component types.
5444
+ # This is used in the FieldToMatch specification for some web request
5445
+ # component types.
5395
5446
  #
5396
5447
  # JSON specification: `"QueryString": \{\}`
5397
5448
  #
@@ -8284,8 +8335,8 @@ module Aws::WAFV2
8284
8335
  # part of the web request that identifies a resource. For example,
8285
8336
  # `/images/daily-ad.jpg`.
8286
8337
  #
8287
- # This is used only in the FieldToMatch specification for some web
8288
- # request component types.
8338
+ # This is used in the FieldToMatch specification for some web request
8339
+ # component types.
8289
8340
  #
8290
8341
  # JSON specification: `"UriPath": \{\}`
8291
8342
  #
@@ -8358,9 +8409,16 @@ module Aws::WAFV2
8358
8409
  # to Amazon CloudWatch. For the list of available metrics, see [WAF
8359
8410
  # Metrics][1] in the *WAF Developer Guide*.
8360
8411
  #
8412
+ # For web ACLs, the metrics are for web requests that have the web ACL
8413
+ # default action applied. WAF applies the default action to web
8414
+ # requests that pass the inspection of all rules in the web ACL
8415
+ # without being either allowed or blocked. For more information, see
8416
+ # [The web ACL default action][2] in the *WAF Developer Guide*.
8417
+ #
8361
8418
  #
8362
8419
  #
8363
8420
  # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#waf-metrics
8421
+ # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/web-acl-default-action.html
8364
8422
  # @return [Boolean]
8365
8423
  #
8366
8424
  # @!attribute [rw] metric_name
data/lib/aws-sdk-wafv2.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-wafv2/customizations'
52
52
  # @!group service
53
53
  module Aws::WAFV2
54
54
 
55
- GEM_VERSION = '1.57.0'
55
+ GEM_VERSION = '1.59.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-wafv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-16 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement