aws-sdk-wafv2 1.57.0 → 1.58.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-wafv2/client.rb +139 -1
- data/lib/aws-sdk-wafv2/client_api.rb +5 -0
- data/lib/aws-sdk-wafv2/types.rb +87 -29
- data/lib/aws-sdk-wafv2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ab9b0eee53189e58a125e3c33835ac1f28a9dd22478167905660f7184c72041
|
|
4
|
+
data.tar.gz: 6b05711b9529f49a7c4a980fd6df3bf2ab9696dbd8a375f98ed4cc80b8e98181
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 41b5b3019ea45aaba727290dfe5ac95cd4479c6aed925c1be24826b1edd96e841b5a23b79f06cde9152bbcc0f3828d352280323a9d35c1d61df6c381011e2b37
|
|
7
|
+
data.tar.gz: e50447a35d31ad25b4f39bcd3a3cb5337f20f77fdd7886134a36152aef7d4e6b4783c92e35bef1ec975e49fbc83e5363bdd2fae0f7c12868366f0856baa83768
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.58.0
|
data/lib/aws-sdk-wafv2/client.rb
CHANGED
|
@@ -557,6 +557,9 @@ module Aws::WAFV2
|
|
|
557
557
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
558
558
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
559
559
|
# },
|
|
560
|
+
# header_order: {
|
|
561
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
562
|
+
# },
|
|
560
563
|
# },
|
|
561
564
|
# text_transformations: [ # required
|
|
562
565
|
# {
|
|
@@ -615,6 +618,9 @@ module Aws::WAFV2
|
|
|
615
618
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
616
619
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
617
620
|
# },
|
|
621
|
+
# header_order: {
|
|
622
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
623
|
+
# },
|
|
618
624
|
# },
|
|
619
625
|
# text_transformations: [ # required
|
|
620
626
|
# {
|
|
@@ -673,6 +679,9 @@ module Aws::WAFV2
|
|
|
673
679
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
674
680
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
675
681
|
# },
|
|
682
|
+
# header_order: {
|
|
683
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
684
|
+
# },
|
|
676
685
|
# },
|
|
677
686
|
# text_transformations: [ # required
|
|
678
687
|
# {
|
|
@@ -730,6 +739,9 @@ module Aws::WAFV2
|
|
|
730
739
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
731
740
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
732
741
|
# },
|
|
742
|
+
# header_order: {
|
|
743
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
744
|
+
# },
|
|
733
745
|
# },
|
|
734
746
|
# comparison_operator: "EQ", # required, accepts EQ, NE, LE, LT, GE, GT
|
|
735
747
|
# size: 1, # required
|
|
@@ -872,6 +884,9 @@ module Aws::WAFV2
|
|
|
872
884
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
873
885
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
874
886
|
# },
|
|
887
|
+
# header_order: {
|
|
888
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
889
|
+
# },
|
|
875
890
|
# },
|
|
876
891
|
# text_transformations: [ # required
|
|
877
892
|
# {
|
|
@@ -1131,6 +1146,9 @@ module Aws::WAFV2
|
|
|
1131
1146
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
1132
1147
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
1133
1148
|
# },
|
|
1149
|
+
# header_order: {
|
|
1150
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
1151
|
+
# },
|
|
1134
1152
|
# },
|
|
1135
1153
|
# text_transformations: [ # required
|
|
1136
1154
|
# {
|
|
@@ -1642,6 +1660,9 @@ module Aws::WAFV2
|
|
|
1642
1660
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
1643
1661
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
1644
1662
|
# },
|
|
1663
|
+
# header_order: {
|
|
1664
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
1665
|
+
# },
|
|
1645
1666
|
# },
|
|
1646
1667
|
# text_transformations: [ # required
|
|
1647
1668
|
# {
|
|
@@ -1700,6 +1721,9 @@ module Aws::WAFV2
|
|
|
1700
1721
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
1701
1722
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
1702
1723
|
# },
|
|
1724
|
+
# header_order: {
|
|
1725
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
1726
|
+
# },
|
|
1703
1727
|
# },
|
|
1704
1728
|
# text_transformations: [ # required
|
|
1705
1729
|
# {
|
|
@@ -1758,6 +1782,9 @@ module Aws::WAFV2
|
|
|
1758
1782
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
1759
1783
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
1760
1784
|
# },
|
|
1785
|
+
# header_order: {
|
|
1786
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
1787
|
+
# },
|
|
1761
1788
|
# },
|
|
1762
1789
|
# text_transformations: [ # required
|
|
1763
1790
|
# {
|
|
@@ -1815,6 +1842,9 @@ module Aws::WAFV2
|
|
|
1815
1842
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
1816
1843
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
1817
1844
|
# },
|
|
1845
|
+
# header_order: {
|
|
1846
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
1847
|
+
# },
|
|
1818
1848
|
# },
|
|
1819
1849
|
# comparison_operator: "EQ", # required, accepts EQ, NE, LE, LT, GE, GT
|
|
1820
1850
|
# size: 1, # required
|
|
@@ -1957,6 +1987,9 @@ module Aws::WAFV2
|
|
|
1957
1987
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
1958
1988
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
1959
1989
|
# },
|
|
1990
|
+
# header_order: {
|
|
1991
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
1992
|
+
# },
|
|
1960
1993
|
# },
|
|
1961
1994
|
# text_transformations: [ # required
|
|
1962
1995
|
# {
|
|
@@ -2216,6 +2249,9 @@ module Aws::WAFV2
|
|
|
2216
2249
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
2217
2250
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
2218
2251
|
# },
|
|
2252
|
+
# header_order: {
|
|
2253
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
2254
|
+
# },
|
|
2219
2255
|
# },
|
|
2220
2256
|
# text_transformations: [ # required
|
|
2221
2257
|
# {
|
|
@@ -2556,6 +2592,9 @@ module Aws::WAFV2
|
|
|
2556
2592
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
2557
2593
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
2558
2594
|
# },
|
|
2595
|
+
# header_order: {
|
|
2596
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
2597
|
+
# },
|
|
2559
2598
|
# },
|
|
2560
2599
|
# text_transformations: [ # required
|
|
2561
2600
|
# {
|
|
@@ -2614,6 +2653,9 @@ module Aws::WAFV2
|
|
|
2614
2653
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
2615
2654
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
2616
2655
|
# },
|
|
2656
|
+
# header_order: {
|
|
2657
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
2658
|
+
# },
|
|
2617
2659
|
# },
|
|
2618
2660
|
# text_transformations: [ # required
|
|
2619
2661
|
# {
|
|
@@ -2672,6 +2714,9 @@ module Aws::WAFV2
|
|
|
2672
2714
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
2673
2715
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
2674
2716
|
# },
|
|
2717
|
+
# header_order: {
|
|
2718
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
2719
|
+
# },
|
|
2675
2720
|
# },
|
|
2676
2721
|
# text_transformations: [ # required
|
|
2677
2722
|
# {
|
|
@@ -2729,6 +2774,9 @@ module Aws::WAFV2
|
|
|
2729
2774
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
2730
2775
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
2731
2776
|
# },
|
|
2777
|
+
# header_order: {
|
|
2778
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
2779
|
+
# },
|
|
2732
2780
|
# },
|
|
2733
2781
|
# comparison_operator: "EQ", # required, accepts EQ, NE, LE, LT, GE, GT
|
|
2734
2782
|
# size: 1, # required
|
|
@@ -2871,6 +2919,9 @@ module Aws::WAFV2
|
|
|
2871
2919
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
2872
2920
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
2873
2921
|
# },
|
|
2922
|
+
# header_order: {
|
|
2923
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
2924
|
+
# },
|
|
2874
2925
|
# },
|
|
2875
2926
|
# text_transformations: [ # required
|
|
2876
2927
|
# {
|
|
@@ -3130,6 +3181,9 @@ module Aws::WAFV2
|
|
|
3130
3181
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
3131
3182
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
3132
3183
|
# },
|
|
3184
|
+
# header_order: {
|
|
3185
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
3186
|
+
# },
|
|
3133
3187
|
# },
|
|
3134
3188
|
# text_transformations: [ # required
|
|
3135
3189
|
# {
|
|
@@ -3985,6 +4039,7 @@ module Aws::WAFV2
|
|
|
3985
4039
|
# resp.logging_configuration.redacted_fields[0].cookies.match_pattern.excluded_cookies[0] #=> String
|
|
3986
4040
|
# resp.logging_configuration.redacted_fields[0].cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
|
|
3987
4041
|
# resp.logging_configuration.redacted_fields[0].cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
4042
|
+
# resp.logging_configuration.redacted_fields[0].header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
3988
4043
|
# resp.logging_configuration.managed_by_firewall_manager #=> Boolean
|
|
3989
4044
|
# resp.logging_configuration.logging_filter.filters #=> Array
|
|
3990
4045
|
# resp.logging_configuration.logging_filter.filters[0].behavior #=> String, one of "KEEP", "DROP"
|
|
@@ -4383,6 +4438,7 @@ module Aws::WAFV2
|
|
|
4383
4438
|
# resp.rule_group.rules[0].statement.byte_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
|
|
4384
4439
|
# resp.rule_group.rules[0].statement.byte_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
|
|
4385
4440
|
# resp.rule_group.rules[0].statement.byte_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
4441
|
+
# resp.rule_group.rules[0].statement.byte_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
4386
4442
|
# resp.rule_group.rules[0].statement.byte_match_statement.text_transformations #=> Array
|
|
4387
4443
|
# resp.rule_group.rules[0].statement.byte_match_statement.text_transformations[0].priority #=> Integer
|
|
4388
4444
|
# 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 +4463,7 @@ module Aws::WAFV2
|
|
|
4407
4463
|
# resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
|
|
4408
4464
|
# resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
|
|
4409
4465
|
# resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
4466
|
+
# resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
4410
4467
|
# resp.rule_group.rules[0].statement.sqli_match_statement.text_transformations #=> Array
|
|
4411
4468
|
# resp.rule_group.rules[0].statement.sqli_match_statement.text_transformations[0].priority #=> Integer
|
|
4412
4469
|
# 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 +4488,7 @@ module Aws::WAFV2
|
|
|
4431
4488
|
# resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
|
|
4432
4489
|
# resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
|
|
4433
4490
|
# resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
4491
|
+
# resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
4434
4492
|
# resp.rule_group.rules[0].statement.xss_match_statement.text_transformations #=> Array
|
|
4435
4493
|
# resp.rule_group.rules[0].statement.xss_match_statement.text_transformations[0].priority #=> Integer
|
|
4436
4494
|
# 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 +4512,7 @@ module Aws::WAFV2
|
|
|
4454
4512
|
# resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
|
|
4455
4513
|
# resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
|
|
4456
4514
|
# resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
4515
|
+
# resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
4457
4516
|
# resp.rule_group.rules[0].statement.size_constraint_statement.comparison_operator #=> String, one of "EQ", "NE", "LE", "LT", "GE", "GT"
|
|
4458
4517
|
# resp.rule_group.rules[0].statement.size_constraint_statement.size #=> Integer
|
|
4459
4518
|
# resp.rule_group.rules[0].statement.size_constraint_statement.text_transformations #=> Array
|
|
@@ -4510,6 +4569,7 @@ module Aws::WAFV2
|
|
|
4510
4569
|
# resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
|
|
4511
4570
|
# resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
|
|
4512
4571
|
# resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
4572
|
+
# 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
4573
|
# resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.text_transformations #=> Array
|
|
4514
4574
|
# resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.text_transformations[0].priority #=> Integer
|
|
4515
4575
|
# 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 +4676,7 @@ module Aws::WAFV2
|
|
|
4616
4676
|
# resp.rule_group.rules[0].statement.regex_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
|
|
4617
4677
|
# resp.rule_group.rules[0].statement.regex_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
|
|
4618
4678
|
# resp.rule_group.rules[0].statement.regex_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
4679
|
+
# resp.rule_group.rules[0].statement.regex_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
4619
4680
|
# resp.rule_group.rules[0].statement.regex_match_statement.text_transformations #=> Array
|
|
4620
4681
|
# resp.rule_group.rules[0].statement.regex_match_statement.text_transformations[0].priority #=> Integer
|
|
4621
4682
|
# 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 +4919,7 @@ module Aws::WAFV2
|
|
|
4858
4919
|
# resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
|
|
4859
4920
|
# resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
|
|
4860
4921
|
# resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
4922
|
+
# resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
4861
4923
|
# resp.web_acl.rules[0].statement.byte_match_statement.text_transformations #=> Array
|
|
4862
4924
|
# resp.web_acl.rules[0].statement.byte_match_statement.text_transformations[0].priority #=> Integer
|
|
4863
4925
|
# 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 +4944,7 @@ module Aws::WAFV2
|
|
|
4882
4944
|
# resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
|
|
4883
4945
|
# resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
|
|
4884
4946
|
# resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
4947
|
+
# resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
4885
4948
|
# resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations #=> Array
|
|
4886
4949
|
# resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations[0].priority #=> Integer
|
|
4887
4950
|
# 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 +4969,7 @@ module Aws::WAFV2
|
|
|
4906
4969
|
# resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
|
|
4907
4970
|
# resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
|
|
4908
4971
|
# resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
4972
|
+
# resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
4909
4973
|
# resp.web_acl.rules[0].statement.xss_match_statement.text_transformations #=> Array
|
|
4910
4974
|
# resp.web_acl.rules[0].statement.xss_match_statement.text_transformations[0].priority #=> Integer
|
|
4911
4975
|
# 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 +4993,7 @@ module Aws::WAFV2
|
|
|
4929
4993
|
# resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
|
|
4930
4994
|
# resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
|
|
4931
4995
|
# resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
4996
|
+
# resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
4932
4997
|
# resp.web_acl.rules[0].statement.size_constraint_statement.comparison_operator #=> String, one of "EQ", "NE", "LE", "LT", "GE", "GT"
|
|
4933
4998
|
# resp.web_acl.rules[0].statement.size_constraint_statement.size #=> Integer
|
|
4934
4999
|
# resp.web_acl.rules[0].statement.size_constraint_statement.text_transformations #=> Array
|
|
@@ -4985,6 +5050,7 @@ module Aws::WAFV2
|
|
|
4985
5050
|
# resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
|
|
4986
5051
|
# resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
|
|
4987
5052
|
# resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
5053
|
+
# 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
5054
|
# resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations #=> Array
|
|
4989
5055
|
# resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations[0].priority #=> Integer
|
|
4990
5056
|
# 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 +5157,7 @@ module Aws::WAFV2
|
|
|
5091
5157
|
# resp.web_acl.rules[0].statement.regex_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
|
|
5092
5158
|
# resp.web_acl.rules[0].statement.regex_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
|
|
5093
5159
|
# resp.web_acl.rules[0].statement.regex_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
5160
|
+
# resp.web_acl.rules[0].statement.regex_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
5094
5161
|
# resp.web_acl.rules[0].statement.regex_match_statement.text_transformations #=> Array
|
|
5095
5162
|
# resp.web_acl.rules[0].statement.regex_match_statement.text_transformations[0].priority #=> Integer
|
|
5096
5163
|
# 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 +5221,7 @@ module Aws::WAFV2
|
|
|
5154
5221
|
# 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
5222
|
# 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
5223
|
# 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"
|
|
5224
|
+
# 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
5225
|
# 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
5226
|
# 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
5227
|
# 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 +5246,7 @@ module Aws::WAFV2
|
|
|
5178
5246
|
# 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
5247
|
# 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
5248
|
# 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"
|
|
5249
|
+
# 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
5250
|
# 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
5251
|
# 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
5252
|
# 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 +5271,7 @@ module Aws::WAFV2
|
|
|
5202
5271
|
# 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
5272
|
# 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
5273
|
# 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"
|
|
5274
|
+
# 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
5275
|
# 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
5276
|
# 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
5277
|
# 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 +5295,7 @@ module Aws::WAFV2
|
|
|
5225
5295
|
# 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
5296
|
# 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
5297
|
# 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"
|
|
5298
|
+
# 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
5299
|
# 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
5300
|
# 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
5301
|
# 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 +5352,7 @@ module Aws::WAFV2
|
|
|
5281
5352
|
# 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
5353
|
# 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
5354
|
# 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"
|
|
5355
|
+
# 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
5356
|
# 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
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.text_transformations[0].priority #=> Integer
|
|
5286
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.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 +5407,7 @@ module Aws::WAFV2
|
|
|
5335
5407
|
# 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
5408
|
# 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
5409
|
# 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"
|
|
5410
|
+
# 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
5411
|
# 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
5412
|
# 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
5413
|
# 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 +5515,7 @@ module Aws::WAFV2
|
|
|
5442
5515
|
# 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
5516
|
# 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
5517
|
# 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"
|
|
5518
|
+
# 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
5519
|
# 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
5520
|
# 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
5521
|
# 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 +5540,7 @@ module Aws::WAFV2
|
|
|
5466
5540
|
# 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
5541
|
# 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
5542
|
# 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"
|
|
5543
|
+
# 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
5544
|
# 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
5545
|
# 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
5546
|
# 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 +5565,7 @@ module Aws::WAFV2
|
|
|
5490
5565
|
# 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
5566
|
# 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
5567
|
# 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"
|
|
5568
|
+
# 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
5569
|
# 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
5570
|
# 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
5571
|
# 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 +5589,7 @@ module Aws::WAFV2
|
|
|
5513
5589
|
# 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
5590
|
# 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
5591
|
# 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"
|
|
5592
|
+
# 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
5593
|
# 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
5594
|
# 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
5595
|
# 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 +5646,7 @@ module Aws::WAFV2
|
|
|
5569
5646
|
# 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
5647
|
# 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
5648
|
# 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"
|
|
5649
|
+
# 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
5650
|
# 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
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.text_transformations[0].priority #=> Integer
|
|
5574
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.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 +5701,7 @@ module Aws::WAFV2
|
|
|
5623
5701
|
# 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
5702
|
# 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
5703
|
# 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"
|
|
5704
|
+
# 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
5705
|
# 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
5706
|
# 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
5707
|
# 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 +5881,7 @@ module Aws::WAFV2
|
|
|
5802
5881
|
# resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
|
|
5803
5882
|
# resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
|
|
5804
5883
|
# resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
5884
|
+
# resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
5805
5885
|
# resp.web_acl.rules[0].statement.byte_match_statement.text_transformations #=> Array
|
|
5806
5886
|
# resp.web_acl.rules[0].statement.byte_match_statement.text_transformations[0].priority #=> Integer
|
|
5807
5887
|
# 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 +5906,7 @@ module Aws::WAFV2
|
|
|
5826
5906
|
# resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
|
|
5827
5907
|
# resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
|
|
5828
5908
|
# resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
5909
|
+
# resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
5829
5910
|
# resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations #=> Array
|
|
5830
5911
|
# resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations[0].priority #=> Integer
|
|
5831
5912
|
# 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 +5931,7 @@ module Aws::WAFV2
|
|
|
5850
5931
|
# resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
|
|
5851
5932
|
# resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
|
|
5852
5933
|
# resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
5934
|
+
# resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
5853
5935
|
# resp.web_acl.rules[0].statement.xss_match_statement.text_transformations #=> Array
|
|
5854
5936
|
# resp.web_acl.rules[0].statement.xss_match_statement.text_transformations[0].priority #=> Integer
|
|
5855
5937
|
# 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 +5955,7 @@ module Aws::WAFV2
|
|
|
5873
5955
|
# resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
|
|
5874
5956
|
# resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
|
|
5875
5957
|
# resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
5958
|
+
# resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
5876
5959
|
# resp.web_acl.rules[0].statement.size_constraint_statement.comparison_operator #=> String, one of "EQ", "NE", "LE", "LT", "GE", "GT"
|
|
5877
5960
|
# resp.web_acl.rules[0].statement.size_constraint_statement.size #=> Integer
|
|
5878
5961
|
# resp.web_acl.rules[0].statement.size_constraint_statement.text_transformations #=> Array
|
|
@@ -5929,6 +6012,7 @@ module Aws::WAFV2
|
|
|
5929
6012
|
# resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
|
|
5930
6013
|
# resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
|
|
5931
6014
|
# resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
6015
|
+
# 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
6016
|
# resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations #=> Array
|
|
5933
6017
|
# resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations[0].priority #=> Integer
|
|
5934
6018
|
# 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 +6119,7 @@ module Aws::WAFV2
|
|
|
6035
6119
|
# resp.web_acl.rules[0].statement.regex_match_statement.field_to_match.cookies.match_pattern.excluded_cookies[0] #=> String
|
|
6036
6120
|
# resp.web_acl.rules[0].statement.regex_match_statement.field_to_match.cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
|
|
6037
6121
|
# resp.web_acl.rules[0].statement.regex_match_statement.field_to_match.cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
6122
|
+
# resp.web_acl.rules[0].statement.regex_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
6038
6123
|
# resp.web_acl.rules[0].statement.regex_match_statement.text_transformations #=> Array
|
|
6039
6124
|
# resp.web_acl.rules[0].statement.regex_match_statement.text_transformations[0].priority #=> Integer
|
|
6040
6125
|
# 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 +6183,7 @@ module Aws::WAFV2
|
|
|
6098
6183
|
# 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
6184
|
# 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
6185
|
# 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"
|
|
6186
|
+
# 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
6187
|
# 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
6188
|
# 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
6189
|
# 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 +6208,7 @@ module Aws::WAFV2
|
|
|
6122
6208
|
# 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
6209
|
# 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
6210
|
# 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"
|
|
6211
|
+
# 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
6212
|
# 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
6213
|
# 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
6214
|
# 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 +6233,7 @@ module Aws::WAFV2
|
|
|
6146
6233
|
# 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
6234
|
# 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
6235
|
# 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"
|
|
6236
|
+
# 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
6237
|
# 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
6238
|
# 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
6239
|
# 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 +6257,7 @@ module Aws::WAFV2
|
|
|
6169
6257
|
# 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
6258
|
# 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
6259
|
# 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"
|
|
6260
|
+
# 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
6261
|
# 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
6262
|
# 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
6263
|
# 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 +6314,7 @@ module Aws::WAFV2
|
|
|
6225
6314
|
# 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
6315
|
# 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
6316
|
# 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"
|
|
6317
|
+
# 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
6318
|
# 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
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.text_transformations[0].priority #=> Integer
|
|
6230
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.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 +6369,7 @@ module Aws::WAFV2
|
|
|
6279
6369
|
# 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
6370
|
# 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
6371
|
# 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"
|
|
6372
|
+
# 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
6373
|
# 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
6374
|
# 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
6375
|
# 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 +6477,7 @@ module Aws::WAFV2
|
|
|
6386
6477
|
# 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
6478
|
# 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
6479
|
# 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"
|
|
6480
|
+
# 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
6481
|
# 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
6482
|
# 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
6483
|
# 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 +6502,7 @@ module Aws::WAFV2
|
|
|
6410
6502
|
# 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
6503
|
# 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
6504
|
# 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"
|
|
6505
|
+
# 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
6506
|
# 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
6507
|
# 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
6508
|
# 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 +6527,7 @@ module Aws::WAFV2
|
|
|
6434
6527
|
# 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
6528
|
# 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
6529
|
# 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"
|
|
6530
|
+
# 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
6531
|
# 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
6532
|
# 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
6533
|
# 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 +6551,7 @@ module Aws::WAFV2
|
|
|
6457
6551
|
# 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
6552
|
# 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
6553
|
# 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"
|
|
6554
|
+
# 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
6555
|
# 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
6556
|
# 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
6557
|
# 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 +6608,7 @@ module Aws::WAFV2
|
|
|
6513
6608
|
# 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
6609
|
# 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
6610
|
# 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"
|
|
6611
|
+
# 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
6612
|
# 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
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.text_transformations[0].priority #=> Integer
|
|
6518
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.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 +6663,7 @@ module Aws::WAFV2
|
|
|
6567
6663
|
# 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
6664
|
# 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
6665
|
# 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"
|
|
6666
|
+
# 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
6667
|
# 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
6668
|
# 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
6669
|
# 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 +7108,7 @@ module Aws::WAFV2
|
|
|
7011
7108
|
# resp.logging_configurations[0].redacted_fields[0].cookies.match_pattern.excluded_cookies[0] #=> String
|
|
7012
7109
|
# resp.logging_configurations[0].redacted_fields[0].cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
|
|
7013
7110
|
# resp.logging_configurations[0].redacted_fields[0].cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
7111
|
+
# resp.logging_configurations[0].redacted_fields[0].header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
7014
7112
|
# resp.logging_configurations[0].managed_by_firewall_manager #=> Boolean
|
|
7015
7113
|
# resp.logging_configurations[0].logging_filter.filters #=> Array
|
|
7016
7114
|
# resp.logging_configurations[0].logging_filter.filters[0].behavior #=> String, one of "KEEP", "DROP"
|
|
@@ -7570,6 +7668,9 @@ module Aws::WAFV2
|
|
|
7570
7668
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
7571
7669
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
7572
7670
|
# },
|
|
7671
|
+
# header_order: {
|
|
7672
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
7673
|
+
# },
|
|
7573
7674
|
# },
|
|
7574
7675
|
# ],
|
|
7575
7676
|
# managed_by_firewall_manager: false,
|
|
@@ -7621,6 +7722,7 @@ module Aws::WAFV2
|
|
|
7621
7722
|
# resp.logging_configuration.redacted_fields[0].cookies.match_pattern.excluded_cookies[0] #=> String
|
|
7622
7723
|
# resp.logging_configuration.redacted_fields[0].cookies.match_scope #=> String, one of "ALL", "KEY", "VALUE"
|
|
7623
7724
|
# resp.logging_configuration.redacted_fields[0].cookies.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
7725
|
+
# resp.logging_configuration.redacted_fields[0].header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
|
7624
7726
|
# resp.logging_configuration.managed_by_firewall_manager #=> Boolean
|
|
7625
7727
|
# resp.logging_configuration.logging_filter.filters #=> Array
|
|
7626
7728
|
# resp.logging_configuration.logging_filter.filters[0].behavior #=> String, one of "KEEP", "DROP"
|
|
@@ -8380,6 +8482,9 @@ module Aws::WAFV2
|
|
|
8380
8482
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
8381
8483
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
8382
8484
|
# },
|
|
8485
|
+
# header_order: {
|
|
8486
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
8487
|
+
# },
|
|
8383
8488
|
# },
|
|
8384
8489
|
# text_transformations: [ # required
|
|
8385
8490
|
# {
|
|
@@ -8438,6 +8543,9 @@ module Aws::WAFV2
|
|
|
8438
8543
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
8439
8544
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
8440
8545
|
# },
|
|
8546
|
+
# header_order: {
|
|
8547
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
8548
|
+
# },
|
|
8441
8549
|
# },
|
|
8442
8550
|
# text_transformations: [ # required
|
|
8443
8551
|
# {
|
|
@@ -8496,6 +8604,9 @@ module Aws::WAFV2
|
|
|
8496
8604
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
8497
8605
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
8498
8606
|
# },
|
|
8607
|
+
# header_order: {
|
|
8608
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
8609
|
+
# },
|
|
8499
8610
|
# },
|
|
8500
8611
|
# text_transformations: [ # required
|
|
8501
8612
|
# {
|
|
@@ -8553,6 +8664,9 @@ module Aws::WAFV2
|
|
|
8553
8664
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
8554
8665
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
8555
8666
|
# },
|
|
8667
|
+
# header_order: {
|
|
8668
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
8669
|
+
# },
|
|
8556
8670
|
# },
|
|
8557
8671
|
# comparison_operator: "EQ", # required, accepts EQ, NE, LE, LT, GE, GT
|
|
8558
8672
|
# size: 1, # required
|
|
@@ -8695,6 +8809,9 @@ module Aws::WAFV2
|
|
|
8695
8809
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
8696
8810
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
8697
8811
|
# },
|
|
8812
|
+
# header_order: {
|
|
8813
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
8814
|
+
# },
|
|
8698
8815
|
# },
|
|
8699
8816
|
# text_transformations: [ # required
|
|
8700
8817
|
# {
|
|
@@ -8954,6 +9071,9 @@ module Aws::WAFV2
|
|
|
8954
9071
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
8955
9072
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
8956
9073
|
# },
|
|
9074
|
+
# header_order: {
|
|
9075
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
9076
|
+
# },
|
|
8957
9077
|
# },
|
|
8958
9078
|
# text_transformations: [ # required
|
|
8959
9079
|
# {
|
|
@@ -9328,6 +9448,9 @@ module Aws::WAFV2
|
|
|
9328
9448
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
9329
9449
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
9330
9450
|
# },
|
|
9451
|
+
# header_order: {
|
|
9452
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
9453
|
+
# },
|
|
9331
9454
|
# },
|
|
9332
9455
|
# text_transformations: [ # required
|
|
9333
9456
|
# {
|
|
@@ -9386,6 +9509,9 @@ module Aws::WAFV2
|
|
|
9386
9509
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
9387
9510
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
9388
9511
|
# },
|
|
9512
|
+
# header_order: {
|
|
9513
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
9514
|
+
# },
|
|
9389
9515
|
# },
|
|
9390
9516
|
# text_transformations: [ # required
|
|
9391
9517
|
# {
|
|
@@ -9444,6 +9570,9 @@ module Aws::WAFV2
|
|
|
9444
9570
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
9445
9571
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
9446
9572
|
# },
|
|
9573
|
+
# header_order: {
|
|
9574
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
9575
|
+
# },
|
|
9447
9576
|
# },
|
|
9448
9577
|
# text_transformations: [ # required
|
|
9449
9578
|
# {
|
|
@@ -9501,6 +9630,9 @@ module Aws::WAFV2
|
|
|
9501
9630
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
9502
9631
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
9503
9632
|
# },
|
|
9633
|
+
# header_order: {
|
|
9634
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
9635
|
+
# },
|
|
9504
9636
|
# },
|
|
9505
9637
|
# comparison_operator: "EQ", # required, accepts EQ, NE, LE, LT, GE, GT
|
|
9506
9638
|
# size: 1, # required
|
|
@@ -9643,6 +9775,9 @@ module Aws::WAFV2
|
|
|
9643
9775
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
9644
9776
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
9645
9777
|
# },
|
|
9778
|
+
# header_order: {
|
|
9779
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
9780
|
+
# },
|
|
9646
9781
|
# },
|
|
9647
9782
|
# text_transformations: [ # required
|
|
9648
9783
|
# {
|
|
@@ -9902,6 +10037,9 @@ module Aws::WAFV2
|
|
|
9902
10037
|
# match_scope: "ALL", # required, accepts ALL, KEY, VALUE
|
|
9903
10038
|
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
9904
10039
|
# },
|
|
10040
|
+
# header_order: {
|
|
10041
|
+
# oversize_handling: "CONTINUE", # required, accepts CONTINUE, MATCH, NO_MATCH
|
|
10042
|
+
# },
|
|
9905
10043
|
# },
|
|
9906
10044
|
# text_transformations: [ # required
|
|
9907
10045
|
# {
|
|
@@ -10059,7 +10197,7 @@ module Aws::WAFV2
|
|
|
10059
10197
|
params: params,
|
|
10060
10198
|
config: config)
|
|
10061
10199
|
context[:gem_name] = 'aws-sdk-wafv2'
|
|
10062
|
-
context[:gem_version] = '1.
|
|
10200
|
+
context[:gem_version] = '1.58.0'
|
|
10063
10201
|
Seahorse::Client::Request.new(handlers, context)
|
|
10064
10202
|
end
|
|
10065
10203
|
|
|
@@ -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"))
|
data/lib/aws-sdk-wafv2/types.rb
CHANGED
|
@@ -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
|
|
149
|
-
#
|
|
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
|
|
162
|
-
#
|
|
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,
|
|
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
|
|
816
|
-
# can inspect. WAF does not support inspecting the
|
|
817
|
-
# request cookies when they exceed 8 KB (8192
|
|
818
|
-
# cookies. The underlying host service forwards a
|
|
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
|
|
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
|
|
3207
|
-
# can inspect. WAF does not support inspecting the
|
|
3208
|
-
# request headers when they exceed 8 KB (8192
|
|
3209
|
-
# headers. The underlying host service forwards a
|
|
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
|
|
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,
|
|
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
|
|
5084
|
-
#
|
|
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
|
|
5394
|
-
#
|
|
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
|
|
8288
|
-
#
|
|
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
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.
|
|
4
|
+
version: 1.58.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-
|
|
11
|
+
date: 2023-05-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|