aws-sdk-wafv2 1.19.0 → 1.23.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 42609a9f60f039c6c55fb1738c2a7422486d60131feb323f89b68324475bbb72
4
- data.tar.gz: 899c57a17a467ead8c055d5900fac8ec248766c7e65eb2d98739613c3f212f8f
3
+ metadata.gz: 73a52966c6c5118152a7e9aa181b85377b106cdda16e80ecec818279db9aad53
4
+ data.tar.gz: bb35f3c5f143505113c40622fd5f94a2fcef4c5a495e9371b956ed54475b820a
5
5
  SHA512:
6
- metadata.gz: f586e630c69ecb878b8b5e3d5d744e31a718323baaa941c58e19b45d312ad5232beb03a31f84c8bdb6b4e2034212d75279ae02fa8d7ec564dd0f90c60a7d258c
7
- data.tar.gz: 6c9e00d7434304df8fcffeb5797074065acbde25bbf2af3e717df8285ac4281c3bb04462955922b9ec77981c2045ee9281eae0ae558d37b0651b56ed7834ec20
6
+ metadata.gz: 294e865b8b880572cbfe25bdb3903c30311741834071e61c54e65a12a3093ff26892e05e4b7b185d36ecd7d437184f0d15df7f37f2d3c75a908012ed92b465dd
7
+ data.tar.gz: aeb4307c9af45be9290e6dd4635dd4c4ba998cbc7af1ad2e7fa018202bb7e28a06472674b5cb043645381230006d6fc543f860a8953fdf4139cc53d2e4af8253
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.23.0 (2021-07-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.22.0 (2021-07-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.21.0 (2021-06-24)
15
+ ------------------
16
+
17
+ * Feature - Added support for 15 new text transformation.
18
+
19
+ 1.20.0 (2021-04-01)
20
+ ------------------
21
+
22
+ * Feature - Added support for ScopeDownStatement for ManagedRuleGroups, Labels, LabelMatchStatement, and LoggingFilter. For more information on these features, see the AWS WAF Developer Guide.
23
+
4
24
  1.19.0 (2021-03-29)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.23.0
data/lib/aws-sdk-wafv2.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-wafv2/customizations'
48
48
  # @!group service
49
49
  module Aws::WAFV2
50
50
 
51
- GEM_VERSION = '1.19.0'
51
+ GEM_VERSION = '1.23.0'
52
52
 
53
53
  end
@@ -337,14 +337,15 @@ module Aws::WAFV2
337
337
 
338
338
  # @!group API Operations
339
339
 
340
- # Associates a Web ACL with a regional application resource, to protect
340
+ # Associates a web ACL with a regional application resource, to protect
341
341
  # the resource. A regional application can be an Application Load
342
- # Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL API.
342
+ # Balancer (ALB), an Amazon API Gateway REST API, or an AppSync GraphQL
343
+ # API.
343
344
  #
344
- # For AWS CloudFront, don't use this call. Instead, use your CloudFront
345
- # distribution configuration. To associate a Web ACL, in the CloudFront
346
- # call `UpdateDistribution`, set the web ACL ID to the Amazon Resource
347
- # Name (ARN) of the Web ACL. For information, see
345
+ # For Amazon CloudFront, don't use this call. Instead, use your
346
+ # CloudFront distribution configuration. To associate a web ACL, in the
347
+ # CloudFront call `UpdateDistribution`, set the web ACL ID to the Amazon
348
+ # Resource Name (ARN) of the web ACL. For information, see
348
349
  # [UpdateDistribution][1].
349
350
  #
350
351
  #
@@ -352,7 +353,7 @@ module Aws::WAFV2
352
353
  # [1]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html
353
354
  #
354
355
  # @option params [required, String] :web_acl_arn
355
- # The Amazon Resource Name (ARN) of the Web ACL that you want to
356
+ # The Amazon Resource Name (ARN) of the web ACL that you want to
356
357
  # associate with the resource.
357
358
  #
358
359
  # @option params [required, String] :resource_arn
@@ -365,7 +366,7 @@ module Aws::WAFV2
365
366
  # `arn:aws:elasticloadbalancing:region:account-id:loadbalancer/app/load-balancer-name/load-balancer-id
366
367
  # `
367
368
  #
368
- # * For an API Gateway REST API:
369
+ # * For an Amazon API Gateway REST API:
369
370
  # `arn:aws:apigateway:region::/restapis/api-id/stages/stage-name `
370
371
  #
371
372
  # * For an AppSync GraphQL API:
@@ -393,20 +394,19 @@ module Aws::WAFV2
393
394
  # scope and set of rules. You can use this to check the capacity
394
395
  # requirements for the rules you want to use in a RuleGroup or WebACL.
395
396
  #
396
- # AWS WAF uses WCUs to calculate and control the operating resources
397
- # that are used to run your rules, rule groups, and web ACLs. AWS WAF
398
- # calculates capacity differently for each rule type, to reflect the
399
- # relative cost of each rule. Simple rules that cost little to run use
400
- # fewer WCUs than more complex rules that use more processing power.
401
- # Rule group capacity is fixed at creation, which helps users plan their
402
- # web ACL WCU usage when they use a rule group. The WCU limit for web
403
- # ACLs is 1,500.
397
+ # WAF uses WCUs to calculate and control the operating resources that
398
+ # are used to run your rules, rule groups, and web ACLs. WAF calculates
399
+ # capacity differently for each rule type, to reflect the relative cost
400
+ # of each rule. Simple rules that cost little to run use fewer WCUs than
401
+ # more complex rules that use more processing power. Rule group capacity
402
+ # is fixed at creation, which helps users plan their web ACL WCU usage
403
+ # when they use a rule group. The WCU limit for web ACLs is 1,500.
404
404
  #
405
405
  # @option params [required, String] :scope
406
- # Specifies whether this is for an AWS CloudFront distribution or for a
407
- # regional application. A regional application can be an Application
408
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
409
- # API.
406
+ # Specifies whether this is for an Amazon CloudFront distribution or for
407
+ # a regional application. A regional application can be an Application
408
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
409
+ # GraphQL API.
410
410
  #
411
411
  # To work with CloudFront, you must also specify the Region US East (N.
412
412
  # Virginia) as follows:
@@ -465,7 +465,7 @@ module Aws::WAFV2
465
465
  # text_transformations: [ # required
466
466
  # {
467
467
  # priority: 1, # required
468
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
468
+ # type: "NONE", # required, accepts 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
469
469
  # },
470
470
  # ],
471
471
  # positional_constraint: "EXACTLY", # required, accepts EXACTLY, STARTS_WITH, ENDS_WITH, CONTAINS, CONTAINS_WORD
@@ -501,7 +501,7 @@ module Aws::WAFV2
501
501
  # text_transformations: [ # required
502
502
  # {
503
503
  # priority: 1, # required
504
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
504
+ # type: "NONE", # required, accepts 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
505
505
  # },
506
506
  # ],
507
507
  # },
@@ -536,7 +536,7 @@ module Aws::WAFV2
536
536
  # text_transformations: [ # required
537
537
  # {
538
538
  # priority: 1, # required
539
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
539
+ # type: "NONE", # required, accepts 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
540
540
  # },
541
541
  # ],
542
542
  # },
@@ -573,7 +573,7 @@ module Aws::WAFV2
573
573
  # text_transformations: [ # required
574
574
  # {
575
575
  # priority: 1, # required
576
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
576
+ # type: "NONE", # required, accepts 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
577
577
  # },
578
578
  # ],
579
579
  # },
@@ -632,7 +632,7 @@ module Aws::WAFV2
632
632
  # text_transformations: [ # required
633
633
  # {
634
634
  # priority: 1, # required
635
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
635
+ # type: "NONE", # required, accepts 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
636
636
  # },
637
637
  # ],
638
638
  # },
@@ -674,6 +674,13 @@ module Aws::WAFV2
674
674
  # name: "EntityName", # required
675
675
  # },
676
676
  # ],
677
+ # scope_down_statement: {
678
+ # # recursive Statement
679
+ # },
680
+ # },
681
+ # label_match_statement: {
682
+ # scope: "LABEL", # required, accepts LABEL, NAMESPACE
683
+ # key: "LabelMatchKey", # required
677
684
  # },
678
685
  # },
679
686
  # action: {
@@ -724,6 +731,11 @@ module Aws::WAFV2
724
731
  # none: {
725
732
  # },
726
733
  # },
734
+ # rule_labels: [
735
+ # {
736
+ # name: "LabelName", # required
737
+ # },
738
+ # ],
727
739
  # visibility_config: { # required
728
740
  # sampled_requests_enabled: false, # required
729
741
  # cloud_watch_metrics_enabled: false, # required
@@ -749,7 +761,7 @@ module Aws::WAFV2
749
761
  # Creates an IPSet, which you use to identify web requests that
750
762
  # originate from specific IP addresses or ranges of IP addresses. For
751
763
  # example, if you're receiving a lot of requests from a ranges of IP
752
- # addresses, you can configure AWS WAF to block them using an IPSet that
764
+ # addresses, you can configure WAF to block them using an IPSet that
753
765
  # lists those IP addresses.
754
766
  #
755
767
  # @option params [required, String] :name
@@ -757,10 +769,10 @@ module Aws::WAFV2
757
769
  # you create it.
758
770
  #
759
771
  # @option params [required, String] :scope
760
- # Specifies whether this is for an AWS CloudFront distribution or for a
761
- # regional application. A regional application can be an Application
762
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
763
- # API.
772
+ # Specifies whether this is for an Amazon CloudFront distribution or for
773
+ # a regional application. A regional application can be an Application
774
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
775
+ # GraphQL API.
764
776
  #
765
777
  # To work with CloudFront, you must also specify the Region US East (N.
766
778
  # Virginia) as follows:
@@ -779,26 +791,24 @@ module Aws::WAFV2
779
791
  # @option params [required, Array<String>] :addresses
780
792
  # Contains an array of strings that specify one or more IP addresses or
781
793
  # blocks of IP addresses in Classless Inter-Domain Routing (CIDR)
782
- # notation. AWS WAF supports all IPv4 and IPv6 CIDR ranges except for
783
- # /0.
794
+ # notation. WAF supports all IPv4 and IPv6 CIDR ranges except for /0.
784
795
  #
785
796
  # Examples:
786
797
  #
787
- # * To configure AWS WAF to allow, block, or count requests that
788
- # originated from the IP address 192.0.2.44, specify `192.0.2.44/32`.
798
+ # * To configure WAF to allow, block, or count requests that originated
799
+ # from the IP address 192.0.2.44, specify `192.0.2.44/32`.
789
800
  #
790
- # * To configure AWS WAF to allow, block, or count requests that
791
- # originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
801
+ # * To configure WAF to allow, block, or count requests that originated
802
+ # from IP addresses from 192.0.2.0 to 192.0.2.255, specify
792
803
  # `192.0.2.0/24`.
793
804
  #
794
- # * To configure AWS WAF to allow, block, or count requests that
795
- # originated from the IP address
796
- # 1111:0000:0000:0000:0000:0000:0000:0111, specify
805
+ # * To configure WAF to allow, block, or count requests that originated
806
+ # from the IP address 1111:0000:0000:0000:0000:0000:0000:0111, specify
797
807
  # `1111:0000:0000:0000:0000:0000:0000:0111/128`.
798
808
  #
799
- # * To configure AWS WAF to allow, block, or count requests that
800
- # originated from IP addresses 1111:0000:0000:0000:0000:0000:0000:0000
801
- # to 1111:0000:0000:0000:ffff:ffff:ffff:ffff, specify
809
+ # * To configure WAF to allow, block, or count requests that originated
810
+ # from IP addresses 1111:0000:0000:0000:0000:0000:0000:0000 to
811
+ # 1111:0000:0000:0000:ffff:ffff:ffff:ffff, specify
802
812
  # `1111:0000:0000:0000:0000:0000:0000:0000/64`.
803
813
  #
804
814
  # For more information about CIDR notation, see the Wikipedia entry
@@ -849,18 +859,18 @@ module Aws::WAFV2
849
859
  end
850
860
 
851
861
  # Creates a RegexPatternSet, which you reference in a
852
- # RegexPatternSetReferenceStatement, to have AWS WAF inspect a web
853
- # request component for the specified patterns.
862
+ # RegexPatternSetReferenceStatement, to have WAF inspect a web request
863
+ # component for the specified patterns.
854
864
  #
855
865
  # @option params [required, String] :name
856
866
  # The name of the set. You cannot change the name after you create the
857
867
  # set.
858
868
  #
859
869
  # @option params [required, String] :scope
860
- # Specifies whether this is for an AWS CloudFront distribution or for a
861
- # regional application. A regional application can be an Application
862
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
863
- # API.
870
+ # Specifies whether this is for an Amazon CloudFront distribution or for
871
+ # a regional application. A regional application can be an Application
872
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
873
+ # GraphQL API.
864
874
  #
865
875
  # To work with CloudFront, you must also specify the Region US East (N.
866
876
  # Virginia) as follows:
@@ -932,10 +942,10 @@ module Aws::WAFV2
932
942
  # after you create it.
933
943
  #
934
944
  # @option params [required, String] :scope
935
- # Specifies whether this is for an AWS CloudFront distribution or for a
936
- # regional application. A regional application can be an Application
937
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
938
- # API.
945
+ # Specifies whether this is for an Amazon CloudFront distribution or for
946
+ # a regional application. A regional application can be an Application
947
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
948
+ # GraphQL API.
939
949
  #
940
950
  # To work with CloudFront, you must also specify the Region US East (N.
941
951
  # Virginia) as follows:
@@ -950,17 +960,16 @@ module Aws::WAFV2
950
960
  #
951
961
  # When you create your own rule group, you define this, and you cannot
952
962
  # change it after creation. When you add or modify the rules in a rule
953
- # group, AWS WAF enforces this limit. You can check the capacity for a
954
- # set of rules using CheckCapacity.
955
- #
956
- # AWS WAF uses WCUs to calculate and control the operating resources
957
- # that are used to run your rules, rule groups, and web ACLs. AWS WAF
958
- # calculates capacity differently for each rule type, to reflect the
959
- # relative cost of each rule. Simple rules that cost little to run use
960
- # fewer WCUs than more complex rules that use more processing power.
961
- # Rule group capacity is fixed at creation, which helps users plan their
962
- # web ACL WCU usage when they use a rule group. The WCU limit for web
963
- # ACLs is 1,500.
963
+ # group, WAF enforces this limit. You can check the capacity for a set
964
+ # of rules using CheckCapacity.
965
+ #
966
+ # WAF uses WCUs to calculate and control the operating resources that
967
+ # are used to run your rules, rule groups, and web ACLs. WAF calculates
968
+ # capacity differently for each rule type, to reflect the relative cost
969
+ # of each rule. Simple rules that cost little to run use fewer WCUs than
970
+ # more complex rules that use more processing power. Rule group capacity
971
+ # is fixed at creation, which helps users plan their web ACL WCU usage
972
+ # when they use a rule group. The WCU limit for web ACLs is 1,500.
964
973
  #
965
974
  # @option params [String] :description
966
975
  # A description of the rule group that helps with identification.
@@ -968,8 +977,8 @@ module Aws::WAFV2
968
977
  # @option params [Array<Types::Rule>] :rules
969
978
  # The Rule statements used to identify the web requests that you want to
970
979
  # allow, block, or count. Each rule includes one top-level statement
971
- # that AWS WAF uses to identify matching web requests, and parameters
972
- # that govern how AWS WAF handles them.
980
+ # that WAF uses to identify matching web requests, and parameters that
981
+ # govern how WAF handles them.
973
982
  #
974
983
  # @option params [required, Types::VisibilityConfig] :visibility_config
975
984
  # Defines and enables Amazon CloudWatch metrics and web request sample
@@ -985,12 +994,12 @@ module Aws::WAFV2
985
994
  # rules that you define in the rule group.
986
995
  #
987
996
  # For information about customizing web requests and responses, see
988
- # [Customizing web requests and responses in AWS WAF][1] in the [AWS WAF
997
+ # [Customizing web requests and responses in WAF][1] in the [WAF
989
998
  # Developer Guide][2].
990
999
  #
991
1000
  # For information about the limits on count and size for custom request
992
- # and response settings, see [AWS WAF quotas][3] in the [AWS WAF
993
- # Developer Guide][2].
1001
+ # and response settings, see [WAF quotas][3] in the [WAF Developer
1002
+ # Guide][2].
994
1003
  #
995
1004
  #
996
1005
  #
@@ -1046,7 +1055,7 @@ module Aws::WAFV2
1046
1055
  # text_transformations: [ # required
1047
1056
  # {
1048
1057
  # priority: 1, # required
1049
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
1058
+ # type: "NONE", # required, accepts 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
1050
1059
  # },
1051
1060
  # ],
1052
1061
  # positional_constraint: "EXACTLY", # required, accepts EXACTLY, STARTS_WITH, ENDS_WITH, CONTAINS, CONTAINS_WORD
@@ -1082,7 +1091,7 @@ module Aws::WAFV2
1082
1091
  # text_transformations: [ # required
1083
1092
  # {
1084
1093
  # priority: 1, # required
1085
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
1094
+ # type: "NONE", # required, accepts 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
1086
1095
  # },
1087
1096
  # ],
1088
1097
  # },
@@ -1117,7 +1126,7 @@ module Aws::WAFV2
1117
1126
  # text_transformations: [ # required
1118
1127
  # {
1119
1128
  # priority: 1, # required
1120
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
1129
+ # type: "NONE", # required, accepts 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
1121
1130
  # },
1122
1131
  # ],
1123
1132
  # },
@@ -1154,7 +1163,7 @@ module Aws::WAFV2
1154
1163
  # text_transformations: [ # required
1155
1164
  # {
1156
1165
  # priority: 1, # required
1157
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
1166
+ # type: "NONE", # required, accepts 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
1158
1167
  # },
1159
1168
  # ],
1160
1169
  # },
@@ -1213,7 +1222,7 @@ module Aws::WAFV2
1213
1222
  # text_transformations: [ # required
1214
1223
  # {
1215
1224
  # priority: 1, # required
1216
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
1225
+ # type: "NONE", # required, accepts 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
1217
1226
  # },
1218
1227
  # ],
1219
1228
  # },
@@ -1255,6 +1264,13 @@ module Aws::WAFV2
1255
1264
  # name: "EntityName", # required
1256
1265
  # },
1257
1266
  # ],
1267
+ # scope_down_statement: {
1268
+ # # recursive Statement
1269
+ # },
1270
+ # },
1271
+ # label_match_statement: {
1272
+ # scope: "LABEL", # required, accepts LABEL, NAMESPACE
1273
+ # key: "LabelMatchKey", # required
1258
1274
  # },
1259
1275
  # },
1260
1276
  # action: {
@@ -1305,6 +1321,11 @@ module Aws::WAFV2
1305
1321
  # none: {
1306
1322
  # },
1307
1323
  # },
1324
+ # rule_labels: [
1325
+ # {
1326
+ # name: "LabelName", # required
1327
+ # },
1328
+ # ],
1308
1329
  # visibility_config: { # required
1309
1330
  # sampled_requests_enabled: false, # required
1310
1331
  # cloud_watch_metrics_enabled: false, # required
@@ -1350,25 +1371,26 @@ module Aws::WAFV2
1350
1371
 
1351
1372
  # Creates a WebACL per the specifications provided.
1352
1373
  #
1353
- # A Web ACL defines a collection of rules to use to inspect and control
1374
+ # A web ACL defines a collection of rules to use to inspect and control
1354
1375
  # web requests. Each rule has an action defined (allow, block, or count)
1355
- # for requests that match the statement of the rule. In the Web ACL, you
1376
+ # for requests that match the statement of the rule. In the web ACL, you
1356
1377
  # assign a default action to take (allow, block) for any request that
1357
- # does not match any of the rules. The rules in a Web ACL can be a
1378
+ # does not match any of the rules. The rules in a web ACL can be a
1358
1379
  # combination of the types Rule, RuleGroup, and managed rule group. You
1359
- # can associate a Web ACL with one or more AWS resources to protect. The
1360
- # resources can be Amazon CloudFront, an Amazon API Gateway REST API, an
1361
- # Application Load Balancer, or an AWS AppSync GraphQL API.
1380
+ # can associate a web ACL with one or more Amazon Web Services resources
1381
+ # to protect. The resources can be an Amazon CloudFront distribution, an
1382
+ # Amazon API Gateway REST API, an Application Load Balancer, or an
1383
+ # AppSync GraphQL API.
1362
1384
  #
1363
1385
  # @option params [required, String] :name
1364
- # The name of the Web ACL. You cannot change the name of a Web ACL after
1386
+ # The name of the web ACL. You cannot change the name of a web ACL after
1365
1387
  # you create it.
1366
1388
  #
1367
1389
  # @option params [required, String] :scope
1368
- # Specifies whether this is for an AWS CloudFront distribution or for a
1369
- # regional application. A regional application can be an Application
1370
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
1371
- # API.
1390
+ # Specifies whether this is for an Amazon CloudFront distribution or for
1391
+ # a regional application. A regional application can be an Application
1392
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
1393
+ # GraphQL API.
1372
1394
  #
1373
1395
  # To work with CloudFront, you must also specify the Region US East (N.
1374
1396
  # Virginia) as follows:
@@ -1383,13 +1405,13 @@ module Aws::WAFV2
1383
1405
  # match.
1384
1406
  #
1385
1407
  # @option params [String] :description
1386
- # A description of the Web ACL that helps with identification.
1408
+ # A description of the web ACL that helps with identification.
1387
1409
  #
1388
1410
  # @option params [Array<Types::Rule>] :rules
1389
1411
  # The Rule statements used to identify the web requests that you want to
1390
1412
  # allow, block, or count. Each rule includes one top-level statement
1391
- # that AWS WAF uses to identify matching web requests, and parameters
1392
- # that govern how AWS WAF handles them.
1413
+ # that WAF uses to identify matching web requests, and parameters that
1414
+ # govern how WAF handles them.
1393
1415
  #
1394
1416
  # @option params [required, Types::VisibilityConfig] :visibility_config
1395
1417
  # Defines and enables Amazon CloudWatch metrics and web request sample
@@ -1405,12 +1427,12 @@ module Aws::WAFV2
1405
1427
  # rules and default actions that you define in the web ACL.
1406
1428
  #
1407
1429
  # For information about customizing web requests and responses, see
1408
- # [Customizing web requests and responses in AWS WAF][1] in the [AWS WAF
1430
+ # [Customizing web requests and responses in WAF][1] in the [WAF
1409
1431
  # Developer Guide][2].
1410
1432
  #
1411
1433
  # For information about the limits on count and size for custom request
1412
- # and response settings, see [AWS WAF quotas][3] in the [AWS WAF
1413
- # Developer Guide][2].
1434
+ # and response settings, see [WAF quotas][3] in the [WAF Developer
1435
+ # Guide][2].
1414
1436
  #
1415
1437
  #
1416
1438
  #
@@ -1489,7 +1511,7 @@ module Aws::WAFV2
1489
1511
  # text_transformations: [ # required
1490
1512
  # {
1491
1513
  # priority: 1, # required
1492
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
1514
+ # type: "NONE", # required, accepts 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
1493
1515
  # },
1494
1516
  # ],
1495
1517
  # positional_constraint: "EXACTLY", # required, accepts EXACTLY, STARTS_WITH, ENDS_WITH, CONTAINS, CONTAINS_WORD
@@ -1525,7 +1547,7 @@ module Aws::WAFV2
1525
1547
  # text_transformations: [ # required
1526
1548
  # {
1527
1549
  # priority: 1, # required
1528
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
1550
+ # type: "NONE", # required, accepts 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
1529
1551
  # },
1530
1552
  # ],
1531
1553
  # },
@@ -1560,7 +1582,7 @@ module Aws::WAFV2
1560
1582
  # text_transformations: [ # required
1561
1583
  # {
1562
1584
  # priority: 1, # required
1563
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
1585
+ # type: "NONE", # required, accepts 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
1564
1586
  # },
1565
1587
  # ],
1566
1588
  # },
@@ -1597,7 +1619,7 @@ module Aws::WAFV2
1597
1619
  # text_transformations: [ # required
1598
1620
  # {
1599
1621
  # priority: 1, # required
1600
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
1622
+ # type: "NONE", # required, accepts 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
1601
1623
  # },
1602
1624
  # ],
1603
1625
  # },
@@ -1656,7 +1678,7 @@ module Aws::WAFV2
1656
1678
  # text_transformations: [ # required
1657
1679
  # {
1658
1680
  # priority: 1, # required
1659
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
1681
+ # type: "NONE", # required, accepts 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
1660
1682
  # },
1661
1683
  # ],
1662
1684
  # },
@@ -1698,6 +1720,13 @@ module Aws::WAFV2
1698
1720
  # name: "EntityName", # required
1699
1721
  # },
1700
1722
  # ],
1723
+ # scope_down_statement: {
1724
+ # # recursive Statement
1725
+ # },
1726
+ # },
1727
+ # label_match_statement: {
1728
+ # scope: "LABEL", # required, accepts LABEL, NAMESPACE
1729
+ # key: "LabelMatchKey", # required
1701
1730
  # },
1702
1731
  # },
1703
1732
  # action: {
@@ -1748,6 +1777,11 @@ module Aws::WAFV2
1748
1777
  # none: {
1749
1778
  # },
1750
1779
  # },
1780
+ # rule_labels: [
1781
+ # {
1782
+ # name: "LabelName", # required
1783
+ # },
1784
+ # ],
1751
1785
  # visibility_config: { # required
1752
1786
  # sampled_requests_enabled: false, # required
1753
1787
  # cloud_watch_metrics_enabled: false, # required
@@ -1791,8 +1825,8 @@ module Aws::WAFV2
1791
1825
  req.send_request(options)
1792
1826
  end
1793
1827
 
1794
- # Deletes all rule groups that are managed by AWS Firewall Manager for
1795
- # the specified web ACL.
1828
+ # Deletes all rule groups that are managed by Firewall Manager for the
1829
+ # specified web ACL.
1796
1830
  #
1797
1831
  # You can only use this if `ManagedByFirewallManager` is false in the
1798
1832
  # specified WebACL.
@@ -1801,14 +1835,14 @@ module Aws::WAFV2
1801
1835
  # The Amazon Resource Name (ARN) of the web ACL.
1802
1836
  #
1803
1837
  # @option params [required, String] :web_acl_lock_token
1804
- # A token used for optimistic locking. AWS WAF returns a token to your
1805
- # get and list requests, to mark the state of the entity at the time of
1806
- # the request. To make changes to the entity associated with the token,
1807
- # you provide the token to operations like update and delete. AWS WAF
1808
- # uses the token to ensure that no changes have been made to the entity
1809
- # since you last retrieved it. If a change has been made, the update
1810
- # fails with a `WAFOptimisticLockException`. If this happens, perform
1811
- # another get, and use the new token returned by that operation.
1838
+ # A token used for optimistic locking. WAF returns a token to your get
1839
+ # and list requests, to mark the state of the entity at the time of the
1840
+ # request. To make changes to the entity associated with the token, you
1841
+ # provide the token to operations like update and delete. WAF uses the
1842
+ # token to ensure that no changes have been made to the entity since you
1843
+ # last retrieved it. If a change has been made, the update fails with a
1844
+ # `WAFOptimisticLockException`. If this happens, perform another get,
1845
+ # and use the new token returned by that operation.
1812
1846
  #
1813
1847
  # @return [Types::DeleteFirewallManagerRuleGroupsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1814
1848
  #
@@ -1841,10 +1875,10 @@ module Aws::WAFV2
1841
1875
  # you create it.
1842
1876
  #
1843
1877
  # @option params [required, String] :scope
1844
- # Specifies whether this is for an AWS CloudFront distribution or for a
1845
- # regional application. A regional application can be an Application
1846
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
1847
- # API.
1878
+ # Specifies whether this is for an Amazon CloudFront distribution or for
1879
+ # a regional application. A regional application can be an Application
1880
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
1881
+ # GraphQL API.
1848
1882
  #
1849
1883
  # To work with CloudFront, you must also specify the Region US East (N.
1850
1884
  # Virginia) as follows:
@@ -1860,14 +1894,14 @@ module Aws::WAFV2
1860
1894
  # and delete.
1861
1895
  #
1862
1896
  # @option params [required, String] :lock_token
1863
- # A token used for optimistic locking. AWS WAF returns a token to your
1864
- # get and list requests, to mark the state of the entity at the time of
1865
- # the request. To make changes to the entity associated with the token,
1866
- # you provide the token to operations like update and delete. AWS WAF
1867
- # uses the token to ensure that no changes have been made to the entity
1868
- # since you last retrieved it. If a change has been made, the update
1869
- # fails with a `WAFOptimisticLockException`. If this happens, perform
1870
- # another get, and use the new token returned by that operation.
1897
+ # A token used for optimistic locking. WAF returns a token to your get
1898
+ # and list requests, to mark the state of the entity at the time of the
1899
+ # request. To make changes to the entity associated with the token, you
1900
+ # provide the token to operations like update and delete. WAF uses the
1901
+ # token to ensure that no changes have been made to the entity since you
1902
+ # last retrieved it. If a change has been made, the update fails with a
1903
+ # `WAFOptimisticLockException`. If this happens, perform another get,
1904
+ # and use the new token returned by that operation.
1871
1905
  #
1872
1906
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1873
1907
  #
@@ -1946,10 +1980,10 @@ module Aws::WAFV2
1946
1980
  # set.
1947
1981
  #
1948
1982
  # @option params [required, String] :scope
1949
- # Specifies whether this is for an AWS CloudFront distribution or for a
1950
- # regional application. A regional application can be an Application
1951
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
1952
- # API.
1983
+ # Specifies whether this is for an Amazon CloudFront distribution or for
1984
+ # a regional application. A regional application can be an Application
1985
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
1986
+ # GraphQL API.
1953
1987
  #
1954
1988
  # To work with CloudFront, you must also specify the Region US East (N.
1955
1989
  # Virginia) as follows:
@@ -1965,14 +1999,14 @@ module Aws::WAFV2
1965
1999
  # and delete.
1966
2000
  #
1967
2001
  # @option params [required, String] :lock_token
1968
- # A token used for optimistic locking. AWS WAF returns a token to your
1969
- # get and list requests, to mark the state of the entity at the time of
1970
- # the request. To make changes to the entity associated with the token,
1971
- # you provide the token to operations like update and delete. AWS WAF
1972
- # uses the token to ensure that no changes have been made to the entity
1973
- # since you last retrieved it. If a change has been made, the update
1974
- # fails with a `WAFOptimisticLockException`. If this happens, perform
1975
- # another get, and use the new token returned by that operation.
2002
+ # A token used for optimistic locking. WAF returns a token to your get
2003
+ # and list requests, to mark the state of the entity at the time of the
2004
+ # request. To make changes to the entity associated with the token, you
2005
+ # provide the token to operations like update and delete. WAF uses the
2006
+ # token to ensure that no changes have been made to the entity since you
2007
+ # last retrieved it. If a change has been made, the update fails with a
2008
+ # `WAFOptimisticLockException`. If this happens, perform another get,
2009
+ # and use the new token returned by that operation.
1976
2010
  #
1977
2011
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1978
2012
  #
@@ -2001,10 +2035,10 @@ module Aws::WAFV2
2001
2035
  # after you create it.
2002
2036
  #
2003
2037
  # @option params [required, String] :scope
2004
- # Specifies whether this is for an AWS CloudFront distribution or for a
2005
- # regional application. A regional application can be an Application
2006
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
2007
- # API.
2038
+ # Specifies whether this is for an Amazon CloudFront distribution or for
2039
+ # a regional application. A regional application can be an Application
2040
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
2041
+ # GraphQL API.
2008
2042
  #
2009
2043
  # To work with CloudFront, you must also specify the Region US East (N.
2010
2044
  # Virginia) as follows:
@@ -2020,14 +2054,14 @@ module Aws::WAFV2
2020
2054
  # like update and delete.
2021
2055
  #
2022
2056
  # @option params [required, String] :lock_token
2023
- # A token used for optimistic locking. AWS WAF returns a token to your
2024
- # get and list requests, to mark the state of the entity at the time of
2025
- # the request. To make changes to the entity associated with the token,
2026
- # you provide the token to operations like update and delete. AWS WAF
2027
- # uses the token to ensure that no changes have been made to the entity
2028
- # since you last retrieved it. If a change has been made, the update
2029
- # fails with a `WAFOptimisticLockException`. If this happens, perform
2030
- # another get, and use the new token returned by that operation.
2057
+ # A token used for optimistic locking. WAF returns a token to your get
2058
+ # and list requests, to mark the state of the entity at the time of the
2059
+ # request. To make changes to the entity associated with the token, you
2060
+ # provide the token to operations like update and delete. WAF uses the
2061
+ # token to ensure that no changes have been made to the entity since you
2062
+ # last retrieved it. If a change has been made, the update fails with a
2063
+ # `WAFOptimisticLockException`. If this happens, perform another get,
2064
+ # and use the new token returned by that operation.
2031
2065
  #
2032
2066
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2033
2067
  #
@@ -2055,14 +2089,14 @@ module Aws::WAFV2
2055
2089
  # specified WebACL.
2056
2090
  #
2057
2091
  # @option params [required, String] :name
2058
- # The name of the Web ACL. You cannot change the name of a Web ACL after
2092
+ # The name of the web ACL. You cannot change the name of a web ACL after
2059
2093
  # you create it.
2060
2094
  #
2061
2095
  # @option params [required, String] :scope
2062
- # Specifies whether this is for an AWS CloudFront distribution or for a
2063
- # regional application. A regional application can be an Application
2064
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
2065
- # API.
2096
+ # Specifies whether this is for an Amazon CloudFront distribution or for
2097
+ # a regional application. A regional application can be an Application
2098
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
2099
+ # GraphQL API.
2066
2100
  #
2067
2101
  # To work with CloudFront, you must also specify the Region US East (N.
2068
2102
  # Virginia) as follows:
@@ -2073,19 +2107,19 @@ module Aws::WAFV2
2073
2107
  # * API and SDKs - For all calls, use the Region endpoint us-east-1.
2074
2108
  #
2075
2109
  # @option params [required, String] :id
2076
- # The unique identifier for the Web ACL. This ID is returned in the
2110
+ # The unique identifier for the web ACL. This ID is returned in the
2077
2111
  # responses to create and list commands. You provide it to operations
2078
2112
  # like update and delete.
2079
2113
  #
2080
2114
  # @option params [required, String] :lock_token
2081
- # A token used for optimistic locking. AWS WAF returns a token to your
2082
- # get and list requests, to mark the state of the entity at the time of
2083
- # the request. To make changes to the entity associated with the token,
2084
- # you provide the token to operations like update and delete. AWS WAF
2085
- # uses the token to ensure that no changes have been made to the entity
2086
- # since you last retrieved it. If a change has been made, the update
2087
- # fails with a `WAFOptimisticLockException`. If this happens, perform
2088
- # another get, and use the new token returned by that operation.
2115
+ # A token used for optimistic locking. WAF returns a token to your get
2116
+ # and list requests, to mark the state of the entity at the time of the
2117
+ # request. To make changes to the entity associated with the token, you
2118
+ # provide the token to operations like update and delete. WAF uses the
2119
+ # token to ensure that no changes have been made to the entity since you
2120
+ # last retrieved it. If a change has been made, the update fails with a
2121
+ # `WAFOptimisticLockException`. If this happens, perform another get,
2122
+ # and use the new token returned by that operation.
2089
2123
  #
2090
2124
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2091
2125
  #
@@ -2119,10 +2153,10 @@ module Aws::WAFV2
2119
2153
  # vendor name, to identify the rule group.
2120
2154
  #
2121
2155
  # @option params [required, String] :scope
2122
- # Specifies whether this is for an AWS CloudFront distribution or for a
2123
- # regional application. A regional application can be an Application
2124
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
2125
- # API.
2156
+ # Specifies whether this is for an Amazon CloudFront distribution or for
2157
+ # a regional application. A regional application can be an Application
2158
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
2159
+ # GraphQL API.
2126
2160
  #
2127
2161
  # To work with CloudFront, you must also specify the Region US East (N.
2128
2162
  # Virginia) as follows:
@@ -2136,6 +2170,9 @@ module Aws::WAFV2
2136
2170
  #
2137
2171
  # * {Types::DescribeManagedRuleGroupResponse#capacity #capacity} => Integer
2138
2172
  # * {Types::DescribeManagedRuleGroupResponse#rules #rules} => Array&lt;Types::RuleSummary&gt;
2173
+ # * {Types::DescribeManagedRuleGroupResponse#label_namespace #label_namespace} => String
2174
+ # * {Types::DescribeManagedRuleGroupResponse#available_labels #available_labels} => Array&lt;Types::LabelSummary&gt;
2175
+ # * {Types::DescribeManagedRuleGroupResponse#consumed_labels #consumed_labels} => Array&lt;Types::LabelSummary&gt;
2139
2176
  #
2140
2177
  # @example Request syntax with placeholder values
2141
2178
  #
@@ -2161,6 +2198,11 @@ module Aws::WAFV2
2161
2198
  # resp.rules[0].action.count.custom_request_handling.insert_headers #=> Array
2162
2199
  # resp.rules[0].action.count.custom_request_handling.insert_headers[0].name #=> String
2163
2200
  # resp.rules[0].action.count.custom_request_handling.insert_headers[0].value #=> String
2201
+ # resp.label_namespace #=> String
2202
+ # resp.available_labels #=> Array
2203
+ # resp.available_labels[0].name #=> String
2204
+ # resp.consumed_labels #=> Array
2205
+ # resp.consumed_labels[0].name #=> String
2164
2206
  #
2165
2207
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/DescribeManagedRuleGroup AWS API Documentation
2166
2208
  #
@@ -2171,14 +2213,14 @@ module Aws::WAFV2
2171
2213
  req.send_request(options)
2172
2214
  end
2173
2215
 
2174
- # Disassociates a Web ACL from a regional application resource. A
2175
- # regional application can be an Application Load Balancer (ALB), an API
2176
- # Gateway REST API, or an AppSync GraphQL API.
2216
+ # Disassociates a web ACL from a regional application resource. A
2217
+ # regional application can be an Application Load Balancer (ALB), an
2218
+ # Amazon API Gateway REST API, or an AppSync GraphQL API.
2177
2219
  #
2178
- # For AWS CloudFront, don't use this call. Instead, use your CloudFront
2179
- # distribution configuration. To disassociate a Web ACL, provide an
2180
- # empty web ACL ID in the CloudFront call `UpdateDistribution`. For
2181
- # information, see [UpdateDistribution][1].
2220
+ # For Amazon CloudFront, don't use this call. Instead, use your
2221
+ # CloudFront distribution configuration. To disassociate a web ACL,
2222
+ # provide an empty web ACL ID in the CloudFront call
2223
+ # `UpdateDistribution`. For information, see [UpdateDistribution][1].
2182
2224
  #
2183
2225
  #
2184
2226
  #
@@ -2194,7 +2236,7 @@ module Aws::WAFV2
2194
2236
  # `arn:aws:elasticloadbalancing:region:account-id:loadbalancer/app/load-balancer-name/load-balancer-id
2195
2237
  # `
2196
2238
  #
2197
- # * For an API Gateway REST API:
2239
+ # * For an Amazon API Gateway REST API:
2198
2240
  # `arn:aws:apigateway:region::/restapis/api-id/stages/stage-name `
2199
2241
  #
2200
2242
  # * For an AppSync GraphQL API:
@@ -2224,10 +2266,10 @@ module Aws::WAFV2
2224
2266
  # you create it.
2225
2267
  #
2226
2268
  # @option params [required, String] :scope
2227
- # Specifies whether this is for an AWS CloudFront distribution or for a
2228
- # regional application. A regional application can be an Application
2229
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
2230
- # API.
2269
+ # Specifies whether this is for an Amazon CloudFront distribution or for
2270
+ # a regional application. A regional application can be an Application
2271
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
2272
+ # GraphQL API.
2231
2273
  #
2232
2274
  # To work with CloudFront, you must also specify the Region US East (N.
2233
2275
  # Virginia) as follows:
@@ -2304,6 +2346,13 @@ module Aws::WAFV2
2304
2346
  # resp.logging_configuration.redacted_fields[0].json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
2305
2347
  # resp.logging_configuration.redacted_fields[0].json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
2306
2348
  # resp.logging_configuration.managed_by_firewall_manager #=> Boolean
2349
+ # resp.logging_configuration.logging_filter.filters #=> Array
2350
+ # resp.logging_configuration.logging_filter.filters[0].behavior #=> String, one of "KEEP", "DROP"
2351
+ # resp.logging_configuration.logging_filter.filters[0].requirement #=> String, one of "MEETS_ALL", "MEETS_ANY"
2352
+ # resp.logging_configuration.logging_filter.filters[0].conditions #=> Array
2353
+ # resp.logging_configuration.logging_filter.filters[0].conditions[0].action_condition.action #=> String, one of "ALLOW", "BLOCK", "COUNT"
2354
+ # resp.logging_configuration.logging_filter.filters[0].conditions[0].label_name_condition.label_name #=> String
2355
+ # resp.logging_configuration.logging_filter.default_behavior #=> String, one of "KEEP", "DROP"
2307
2356
  #
2308
2357
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/GetLoggingConfiguration AWS API Documentation
2309
2358
  #
@@ -2351,10 +2400,10 @@ module Aws::WAFV2
2351
2400
  # rate limit, those with the highest rates are blocked.
2352
2401
  #
2353
2402
  # @option params [required, String] :scope
2354
- # Specifies whether this is for an AWS CloudFront distribution or for a
2355
- # regional application. A regional application can be an Application
2356
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
2357
- # API.
2403
+ # Specifies whether this is for an Amazon CloudFront distribution or for
2404
+ # a regional application. A regional application can be an Application
2405
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
2406
+ # GraphQL API.
2358
2407
  #
2359
2408
  # To work with CloudFront, you must also specify the Region US East (N.
2360
2409
  # Virginia) as follows:
@@ -2365,11 +2414,11 @@ module Aws::WAFV2
2365
2414
  # * API and SDKs - For all calls, use the Region endpoint us-east-1.
2366
2415
  #
2367
2416
  # @option params [required, String] :web_acl_name
2368
- # The name of the Web ACL. You cannot change the name of a Web ACL after
2417
+ # The name of the web ACL. You cannot change the name of a web ACL after
2369
2418
  # you create it.
2370
2419
  #
2371
2420
  # @option params [required, String] :web_acl_id
2372
- # The unique identifier for the Web ACL. This ID is returned in the
2421
+ # The unique identifier for the web ACL. This ID is returned in the
2373
2422
  # responses to create and list commands. You provide it to operations
2374
2423
  # like update and delete.
2375
2424
  #
@@ -2415,10 +2464,10 @@ module Aws::WAFV2
2415
2464
  # set.
2416
2465
  #
2417
2466
  # @option params [required, String] :scope
2418
- # Specifies whether this is for an AWS CloudFront distribution or for a
2419
- # regional application. A regional application can be an Application
2420
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
2421
- # API.
2467
+ # Specifies whether this is for an Amazon CloudFront distribution or for
2468
+ # a regional application. A regional application can be an Application
2469
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
2470
+ # GraphQL API.
2422
2471
  #
2423
2472
  # To work with CloudFront, you must also specify the Region US East (N.
2424
2473
  # Virginia) as follows:
@@ -2467,15 +2516,15 @@ module Aws::WAFV2
2467
2516
 
2468
2517
  # Retrieves the specified RuleGroup.
2469
2518
  #
2470
- # @option params [required, String] :name
2519
+ # @option params [String] :name
2471
2520
  # The name of the rule group. You cannot change the name of a rule group
2472
2521
  # after you create it.
2473
2522
  #
2474
- # @option params [required, String] :scope
2475
- # Specifies whether this is for an AWS CloudFront distribution or for a
2476
- # regional application. A regional application can be an Application
2477
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
2478
- # API.
2523
+ # @option params [String] :scope
2524
+ # Specifies whether this is for an Amazon CloudFront distribution or for
2525
+ # a regional application. A regional application can be an Application
2526
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
2527
+ # GraphQL API.
2479
2528
  #
2480
2529
  # To work with CloudFront, you must also specify the Region US East (N.
2481
2530
  # Virginia) as follows:
@@ -2485,11 +2534,14 @@ module Aws::WAFV2
2485
2534
  #
2486
2535
  # * API and SDKs - For all calls, use the Region endpoint us-east-1.
2487
2536
  #
2488
- # @option params [required, String] :id
2537
+ # @option params [String] :id
2489
2538
  # A unique identifier for the rule group. This ID is returned in the
2490
2539
  # responses to create and list commands. You provide it to operations
2491
2540
  # like update and delete.
2492
2541
  #
2542
+ # @option params [String] :arn
2543
+ # The Amazon Resource Name (ARN) of the entity.
2544
+ #
2493
2545
  # @return [Types::GetRuleGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2494
2546
  #
2495
2547
  # * {Types::GetRuleGroupResponse#rule_group #rule_group} => Types::RuleGroup
@@ -2498,9 +2550,10 @@ module Aws::WAFV2
2498
2550
  # @example Request syntax with placeholder values
2499
2551
  #
2500
2552
  # resp = client.get_rule_group({
2501
- # name: "EntityName", # required
2502
- # scope: "CLOUDFRONT", # required, accepts CLOUDFRONT, REGIONAL
2503
- # id: "EntityId", # required
2553
+ # name: "EntityName",
2554
+ # scope: "CLOUDFRONT", # accepts CLOUDFRONT, REGIONAL
2555
+ # id: "EntityId",
2556
+ # arn: "ResourceArn",
2504
2557
  # })
2505
2558
  #
2506
2559
  # @example Response structure
@@ -2522,7 +2575,7 @@ module Aws::WAFV2
2522
2575
  # resp.rule_group.rules[0].statement.byte_match_statement.field_to_match.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
2523
2576
  # resp.rule_group.rules[0].statement.byte_match_statement.text_transformations #=> Array
2524
2577
  # resp.rule_group.rules[0].statement.byte_match_statement.text_transformations[0].priority #=> Integer
2525
- # 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"
2578
+ # 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"
2526
2579
  # resp.rule_group.rules[0].statement.byte_match_statement.positional_constraint #=> String, one of "EXACTLY", "STARTS_WITH", "ENDS_WITH", "CONTAINS", "CONTAINS_WORD"
2527
2580
  # resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.single_header.name #=> String
2528
2581
  # resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.single_query_argument.name #=> String
@@ -2532,7 +2585,7 @@ module Aws::WAFV2
2532
2585
  # resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
2533
2586
  # resp.rule_group.rules[0].statement.sqli_match_statement.text_transformations #=> Array
2534
2587
  # resp.rule_group.rules[0].statement.sqli_match_statement.text_transformations[0].priority #=> Integer
2535
- # 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"
2588
+ # 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"
2536
2589
  # resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.single_header.name #=> String
2537
2590
  # resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.single_query_argument.name #=> String
2538
2591
  # resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
@@ -2541,7 +2594,7 @@ module Aws::WAFV2
2541
2594
  # resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
2542
2595
  # resp.rule_group.rules[0].statement.xss_match_statement.text_transformations #=> Array
2543
2596
  # resp.rule_group.rules[0].statement.xss_match_statement.text_transformations[0].priority #=> Integer
2544
- # 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"
2597
+ # 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"
2545
2598
  # resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.single_header.name #=> String
2546
2599
  # resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.single_query_argument.name #=> String
2547
2600
  # resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
@@ -2552,7 +2605,7 @@ module Aws::WAFV2
2552
2605
  # resp.rule_group.rules[0].statement.size_constraint_statement.size #=> Integer
2553
2606
  # resp.rule_group.rules[0].statement.size_constraint_statement.text_transformations #=> Array
2554
2607
  # resp.rule_group.rules[0].statement.size_constraint_statement.text_transformations[0].priority #=> Integer
2555
- # resp.rule_group.rules[0].statement.size_constraint_statement.text_transformations[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
2608
+ # resp.rule_group.rules[0].statement.size_constraint_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"
2556
2609
  # resp.rule_group.rules[0].statement.geo_match_statement.country_codes #=> Array
2557
2610
  # resp.rule_group.rules[0].statement.geo_match_statement.country_codes[0] #=> String, one of "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"
2558
2611
  # resp.rule_group.rules[0].statement.geo_match_statement.forwarded_ip_config.header_name #=> String
@@ -2573,7 +2626,7 @@ module Aws::WAFV2
2573
2626
  # resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
2574
2627
  # resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.text_transformations #=> Array
2575
2628
  # resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.text_transformations[0].priority #=> Integer
2576
- # 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"
2629
+ # 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"
2577
2630
  # resp.rule_group.rules[0].statement.rate_based_statement.limit #=> Integer
2578
2631
  # resp.rule_group.rules[0].statement.rate_based_statement.aggregate_key_type #=> String, one of "IP", "FORWARDED_IP"
2579
2632
  # resp.rule_group.rules[0].statement.rate_based_statement.scope_down_statement #=> Types::Statement
@@ -2588,6 +2641,9 @@ module Aws::WAFV2
2588
2641
  # resp.rule_group.rules[0].statement.managed_rule_group_statement.name #=> String
2589
2642
  # resp.rule_group.rules[0].statement.managed_rule_group_statement.excluded_rules #=> Array
2590
2643
  # resp.rule_group.rules[0].statement.managed_rule_group_statement.excluded_rules[0].name #=> String
2644
+ # resp.rule_group.rules[0].statement.managed_rule_group_statement.scope_down_statement #=> Types::Statement
2645
+ # resp.rule_group.rules[0].statement.label_match_statement.scope #=> String, one of "LABEL", "NAMESPACE"
2646
+ # resp.rule_group.rules[0].statement.label_match_statement.key #=> String
2591
2647
  # resp.rule_group.rules[0].action.block.custom_response.response_code #=> Integer
2592
2648
  # resp.rule_group.rules[0].action.block.custom_response.custom_response_body_key #=> String
2593
2649
  # resp.rule_group.rules[0].action.block.custom_response.response_headers #=> Array
@@ -2602,15 +2658,22 @@ module Aws::WAFV2
2602
2658
  # resp.rule_group.rules[0].override_action.count.custom_request_handling.insert_headers #=> Array
2603
2659
  # resp.rule_group.rules[0].override_action.count.custom_request_handling.insert_headers[0].name #=> String
2604
2660
  # resp.rule_group.rules[0].override_action.count.custom_request_handling.insert_headers[0].value #=> String
2661
+ # resp.rule_group.rules[0].rule_labels #=> Array
2662
+ # resp.rule_group.rules[0].rule_labels[0].name #=> String
2605
2663
  # resp.rule_group.rules[0].visibility_config.sampled_requests_enabled #=> Boolean
2606
2664
  # resp.rule_group.rules[0].visibility_config.cloud_watch_metrics_enabled #=> Boolean
2607
2665
  # resp.rule_group.rules[0].visibility_config.metric_name #=> String
2608
2666
  # resp.rule_group.visibility_config.sampled_requests_enabled #=> Boolean
2609
2667
  # resp.rule_group.visibility_config.cloud_watch_metrics_enabled #=> Boolean
2610
2668
  # resp.rule_group.visibility_config.metric_name #=> String
2669
+ # resp.rule_group.label_namespace #=> String
2611
2670
  # resp.rule_group.custom_response_bodies #=> Hash
2612
2671
  # resp.rule_group.custom_response_bodies["EntityName"].content_type #=> String, one of "TEXT_PLAIN", "TEXT_HTML", "APPLICATION_JSON"
2613
2672
  # resp.rule_group.custom_response_bodies["EntityName"].content #=> String
2673
+ # resp.rule_group.available_labels #=> Array
2674
+ # resp.rule_group.available_labels[0].name #=> String
2675
+ # resp.rule_group.consumed_labels #=> Array
2676
+ # resp.rule_group.consumed_labels[0].name #=> String
2614
2677
  # resp.lock_token #=> String
2615
2678
  #
2616
2679
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/GetRuleGroup AWS API Documentation
@@ -2623,17 +2686,17 @@ module Aws::WAFV2
2623
2686
  end
2624
2687
 
2625
2688
  # Gets detailed information about a specified number of requests--a
2626
- # sample--that AWS WAF randomly selects from among the first 5,000
2627
- # requests that your AWS resource received during a time range that you
2628
- # choose. You can specify a sample size of up to 500 requests, and you
2629
- # can specify any time range in the previous three hours.
2689
+ # sample--that WAF randomly selects from among the first 5,000 requests
2690
+ # that your Amazon Web Services resource received during a time range
2691
+ # that you choose. You can specify a sample size of up to 500 requests,
2692
+ # and you can specify any time range in the previous three hours.
2630
2693
  #
2631
2694
  # `GetSampledRequests` returns a time range, which is usually the time
2632
2695
  # range that you specified. However, if your resource (such as a
2633
2696
  # CloudFront distribution) received 5,000 requests before the specified
2634
2697
  # time range elapsed, `GetSampledRequests` returns an updated time
2635
2698
  # range. This new time range indicates the actual period during which
2636
- # AWS WAF selected the requests in the sample.
2699
+ # WAF selected the requests in the sample.
2637
2700
  #
2638
2701
  # @option params [required, String] :web_acl_arn
2639
2702
  # The Amazon resource name (ARN) of the `WebACL` for which you want a
@@ -2644,10 +2707,10 @@ module Aws::WAFV2
2644
2707
  # want a sample of requests.
2645
2708
  #
2646
2709
  # @option params [required, String] :scope
2647
- # Specifies whether this is for an AWS CloudFront distribution or for a
2648
- # regional application. A regional application can be an Application
2649
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
2650
- # API.
2710
+ # Specifies whether this is for an Amazon CloudFront distribution or for
2711
+ # a regional application. A regional application can be an Application
2712
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
2713
+ # GraphQL API.
2651
2714
  #
2652
2715
  # To work with CloudFront, you must also specify the Region US East (N.
2653
2716
  # Virginia) as follows:
@@ -2664,14 +2727,14 @@ module Aws::WAFV2
2664
2727
  # UTC format includes the special designator, `Z`. For example,
2665
2728
  # `"2016-09-27T14:50Z"`. You can specify any time range in the previous
2666
2729
  # three hours. If you specify a start time that's earlier than three
2667
- # hours ago, AWS WAF sets it to three hours ago.
2730
+ # hours ago, WAF sets it to three hours ago.
2668
2731
  #
2669
2732
  # @option params [required, Integer] :max_items
2670
- # The number of requests that you want AWS WAF to return from among the
2671
- # first 5,000 requests that your AWS resource received during the time
2672
- # range. If your resource received fewer requests than the value of
2673
- # `MaxItems`, `GetSampledRequests` returns information about all of
2674
- # them.
2733
+ # The number of requests that you want WAF to return from among the
2734
+ # first 5,000 requests that your Amazon Web Services resource received
2735
+ # during the time range. If your resource received fewer requests than
2736
+ # the value of `MaxItems`, `GetSampledRequests` returns information
2737
+ # about all of them.
2675
2738
  #
2676
2739
  # @return [Types::GetSampledRequestsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2677
2740
  #
@@ -2711,6 +2774,8 @@ module Aws::WAFV2
2711
2774
  # resp.sampled_requests[0].request_headers_inserted[0].name #=> String
2712
2775
  # resp.sampled_requests[0].request_headers_inserted[0].value #=> String
2713
2776
  # resp.sampled_requests[0].response_code_sent #=> Integer
2777
+ # resp.sampled_requests[0].labels #=> Array
2778
+ # resp.sampled_requests[0].labels[0].name #=> String
2714
2779
  # resp.population_size #=> Integer
2715
2780
  # resp.time_window.start_time #=> Time
2716
2781
  # resp.time_window.end_time #=> Time
@@ -2727,14 +2792,14 @@ module Aws::WAFV2
2727
2792
  # Retrieves the specified WebACL.
2728
2793
  #
2729
2794
  # @option params [required, String] :name
2730
- # The name of the Web ACL. You cannot change the name of a Web ACL after
2795
+ # The name of the web ACL. You cannot change the name of a web ACL after
2731
2796
  # you create it.
2732
2797
  #
2733
2798
  # @option params [required, String] :scope
2734
- # Specifies whether this is for an AWS CloudFront distribution or for a
2735
- # regional application. A regional application can be an Application
2736
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
2737
- # API.
2799
+ # Specifies whether this is for an Amazon CloudFront distribution or for
2800
+ # a regional application. A regional application can be an Application
2801
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
2802
+ # GraphQL API.
2738
2803
  #
2739
2804
  # To work with CloudFront, you must also specify the Region US East (N.
2740
2805
  # Virginia) as follows:
@@ -2745,7 +2810,7 @@ module Aws::WAFV2
2745
2810
  # * API and SDKs - For all calls, use the Region endpoint us-east-1.
2746
2811
  #
2747
2812
  # @option params [required, String] :id
2748
- # The unique identifier for the Web ACL. This ID is returned in the
2813
+ # The unique identifier for the web ACL. This ID is returned in the
2749
2814
  # responses to create and list commands. You provide it to operations
2750
2815
  # like update and delete.
2751
2816
  #
@@ -2788,7 +2853,7 @@ module Aws::WAFV2
2788
2853
  # resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
2789
2854
  # resp.web_acl.rules[0].statement.byte_match_statement.text_transformations #=> Array
2790
2855
  # resp.web_acl.rules[0].statement.byte_match_statement.text_transformations[0].priority #=> Integer
2791
- # 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"
2856
+ # 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"
2792
2857
  # resp.web_acl.rules[0].statement.byte_match_statement.positional_constraint #=> String, one of "EXACTLY", "STARTS_WITH", "ENDS_WITH", "CONTAINS", "CONTAINS_WORD"
2793
2858
  # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.single_header.name #=> String
2794
2859
  # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.single_query_argument.name #=> String
@@ -2798,7 +2863,7 @@ module Aws::WAFV2
2798
2863
  # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
2799
2864
  # resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations #=> Array
2800
2865
  # resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations[0].priority #=> Integer
2801
- # 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"
2866
+ # 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"
2802
2867
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.single_header.name #=> String
2803
2868
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.single_query_argument.name #=> String
2804
2869
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
@@ -2807,7 +2872,7 @@ module Aws::WAFV2
2807
2872
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
2808
2873
  # resp.web_acl.rules[0].statement.xss_match_statement.text_transformations #=> Array
2809
2874
  # resp.web_acl.rules[0].statement.xss_match_statement.text_transformations[0].priority #=> Integer
2810
- # 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"
2875
+ # 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"
2811
2876
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.single_header.name #=> String
2812
2877
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.single_query_argument.name #=> String
2813
2878
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
@@ -2818,7 +2883,7 @@ module Aws::WAFV2
2818
2883
  # resp.web_acl.rules[0].statement.size_constraint_statement.size #=> Integer
2819
2884
  # resp.web_acl.rules[0].statement.size_constraint_statement.text_transformations #=> Array
2820
2885
  # resp.web_acl.rules[0].statement.size_constraint_statement.text_transformations[0].priority #=> Integer
2821
- # resp.web_acl.rules[0].statement.size_constraint_statement.text_transformations[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
2886
+ # resp.web_acl.rules[0].statement.size_constraint_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"
2822
2887
  # resp.web_acl.rules[0].statement.geo_match_statement.country_codes #=> Array
2823
2888
  # resp.web_acl.rules[0].statement.geo_match_statement.country_codes[0] #=> String, one of "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"
2824
2889
  # resp.web_acl.rules[0].statement.geo_match_statement.forwarded_ip_config.header_name #=> String
@@ -2839,7 +2904,7 @@ module Aws::WAFV2
2839
2904
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
2840
2905
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations #=> Array
2841
2906
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations[0].priority #=> Integer
2842
- # 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"
2907
+ # 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"
2843
2908
  # resp.web_acl.rules[0].statement.rate_based_statement.limit #=> Integer
2844
2909
  # resp.web_acl.rules[0].statement.rate_based_statement.aggregate_key_type #=> String, one of "IP", "FORWARDED_IP"
2845
2910
  # resp.web_acl.rules[0].statement.rate_based_statement.scope_down_statement #=> Types::Statement
@@ -2854,6 +2919,9 @@ module Aws::WAFV2
2854
2919
  # resp.web_acl.rules[0].statement.managed_rule_group_statement.name #=> String
2855
2920
  # resp.web_acl.rules[0].statement.managed_rule_group_statement.excluded_rules #=> Array
2856
2921
  # resp.web_acl.rules[0].statement.managed_rule_group_statement.excluded_rules[0].name #=> String
2922
+ # resp.web_acl.rules[0].statement.managed_rule_group_statement.scope_down_statement #=> Types::Statement
2923
+ # resp.web_acl.rules[0].statement.label_match_statement.scope #=> String, one of "LABEL", "NAMESPACE"
2924
+ # resp.web_acl.rules[0].statement.label_match_statement.key #=> String
2857
2925
  # resp.web_acl.rules[0].action.block.custom_response.response_code #=> Integer
2858
2926
  # resp.web_acl.rules[0].action.block.custom_response.custom_response_body_key #=> String
2859
2927
  # resp.web_acl.rules[0].action.block.custom_response.response_headers #=> Array
@@ -2868,6 +2936,8 @@ module Aws::WAFV2
2868
2936
  # resp.web_acl.rules[0].override_action.count.custom_request_handling.insert_headers #=> Array
2869
2937
  # resp.web_acl.rules[0].override_action.count.custom_request_handling.insert_headers[0].name #=> String
2870
2938
  # resp.web_acl.rules[0].override_action.count.custom_request_handling.insert_headers[0].value #=> String
2939
+ # resp.web_acl.rules[0].rule_labels #=> Array
2940
+ # resp.web_acl.rules[0].rule_labels[0].name #=> String
2871
2941
  # resp.web_acl.rules[0].visibility_config.sampled_requests_enabled #=> Boolean
2872
2942
  # resp.web_acl.rules[0].visibility_config.cloud_watch_metrics_enabled #=> Boolean
2873
2943
  # resp.web_acl.rules[0].visibility_config.metric_name #=> String
@@ -2882,6 +2952,80 @@ module Aws::WAFV2
2882
2952
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.name #=> String
2883
2953
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.excluded_rules #=> Array
2884
2954
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.excluded_rules[0].name #=> String
2955
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.search_string #=> String
2956
+ # 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.single_header.name #=> String
2957
+ # 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.single_query_argument.name #=> String
2958
+ # 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.json_body.match_pattern.included_paths #=> Array
2959
+ # 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.json_body.match_pattern.included_paths[0] #=> String
2960
+ # 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.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
2961
+ # 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.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
2962
+ # 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
2963
+ # 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
2964
+ # 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"
2965
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.positional_constraint #=> String, one of "EXACTLY", "STARTS_WITH", "ENDS_WITH", "CONTAINS", "CONTAINS_WORD"
2966
+ # 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.single_header.name #=> String
2967
+ # 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.single_query_argument.name #=> String
2968
+ # 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.json_body.match_pattern.included_paths #=> Array
2969
+ # 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.json_body.match_pattern.included_paths[0] #=> String
2970
+ # 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.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
2971
+ # 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.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
2972
+ # 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
2973
+ # 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
2974
+ # 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"
2975
+ # 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.single_header.name #=> String
2976
+ # 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.single_query_argument.name #=> String
2977
+ # 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.json_body.match_pattern.included_paths #=> Array
2978
+ # 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.json_body.match_pattern.included_paths[0] #=> String
2979
+ # 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.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
2980
+ # 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.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
2981
+ # 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
2982
+ # 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
2983
+ # 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"
2984
+ # 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.single_header.name #=> String
2985
+ # 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.single_query_argument.name #=> String
2986
+ # 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.json_body.match_pattern.included_paths #=> Array
2987
+ # 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.json_body.match_pattern.included_paths[0] #=> String
2988
+ # 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.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
2989
+ # 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.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
2990
+ # 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"
2991
+ # 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
2992
+ # 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
2993
+ # 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[0].priority #=> Integer
2994
+ # 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[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"
2995
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.geo_match_statement.country_codes #=> Array
2996
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.geo_match_statement.country_codes[0] #=> String, one of "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"
2997
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.geo_match_statement.forwarded_ip_config.header_name #=> String
2998
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.geo_match_statement.forwarded_ip_config.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
2999
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.arn #=> String
3000
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.excluded_rules #=> Array
3001
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.excluded_rules[0].name #=> String
3002
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.arn #=> String
3003
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.ip_set_forwarded_ip_config.header_name #=> String
3004
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.ip_set_forwarded_ip_config.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
3005
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.ip_set_forwarded_ip_config.position #=> String, one of "FIRST", "LAST", "ANY"
3006
+ # 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.arn #=> String
3007
+ # 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.single_header.name #=> String
3008
+ # 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.single_query_argument.name #=> String
3009
+ # 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.json_body.match_pattern.included_paths #=> Array
3010
+ # 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.json_body.match_pattern.included_paths[0] #=> String
3011
+ # 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.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
3012
+ # 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.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
3013
+ # 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
3014
+ # 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
3015
+ # 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"
3016
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rate_based_statement.limit #=> Integer
3017
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rate_based_statement.aggregate_key_type #=> String, one of "IP", "FORWARDED_IP"
3018
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rate_based_statement.scope_down_statement #=> Types::Statement
3019
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rate_based_statement.forwarded_ip_config.header_name #=> String
3020
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rate_based_statement.forwarded_ip_config.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
3021
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.and_statement.statements #=> Array
3022
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.and_statement.statements[0] #=> Types::Statement
3023
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.or_statement.statements #=> Array
3024
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.or_statement.statements[0] #=> Types::Statement
3025
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.not_statement.statement #=> Types::Statement
3026
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.managed_rule_group_statement #=> Types::ManagedRuleGroupStatement
3027
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.label_match_statement.scope #=> String, one of "LABEL", "NAMESPACE"
3028
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.label_match_statement.key #=> String
2885
3029
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.arn #=> String
2886
3030
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.excluded_rules #=> Array
2887
3031
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.excluded_rules[0].name #=> String
@@ -2898,6 +3042,80 @@ module Aws::WAFV2
2898
3042
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.name #=> String
2899
3043
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.excluded_rules #=> Array
2900
3044
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.excluded_rules[0].name #=> String
3045
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.search_string #=> String
3046
+ # 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.single_header.name #=> String
3047
+ # 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.single_query_argument.name #=> String
3048
+ # 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.json_body.match_pattern.included_paths #=> Array
3049
+ # 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.json_body.match_pattern.included_paths[0] #=> String
3050
+ # 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.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
3051
+ # 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.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
3052
+ # 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
3053
+ # 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
3054
+ # 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"
3055
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.positional_constraint #=> String, one of "EXACTLY", "STARTS_WITH", "ENDS_WITH", "CONTAINS", "CONTAINS_WORD"
3056
+ # 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.single_header.name #=> String
3057
+ # 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.single_query_argument.name #=> String
3058
+ # 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.json_body.match_pattern.included_paths #=> Array
3059
+ # 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.json_body.match_pattern.included_paths[0] #=> String
3060
+ # 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.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
3061
+ # 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.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
3062
+ # 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
3063
+ # 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
3064
+ # 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"
3065
+ # 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.single_header.name #=> String
3066
+ # 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.single_query_argument.name #=> String
3067
+ # 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.json_body.match_pattern.included_paths #=> Array
3068
+ # 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.json_body.match_pattern.included_paths[0] #=> String
3069
+ # 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.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
3070
+ # 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.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
3071
+ # 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
3072
+ # 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
3073
+ # 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"
3074
+ # 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.single_header.name #=> String
3075
+ # 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.single_query_argument.name #=> String
3076
+ # 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.json_body.match_pattern.included_paths #=> Array
3077
+ # 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.json_body.match_pattern.included_paths[0] #=> String
3078
+ # 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.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
3079
+ # 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.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
3080
+ # 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"
3081
+ # 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
3082
+ # 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
3083
+ # 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[0].priority #=> Integer
3084
+ # 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[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"
3085
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.geo_match_statement.country_codes #=> Array
3086
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.geo_match_statement.country_codes[0] #=> String, one of "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"
3087
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.geo_match_statement.forwarded_ip_config.header_name #=> String
3088
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.geo_match_statement.forwarded_ip_config.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
3089
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.arn #=> String
3090
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.excluded_rules #=> Array
3091
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.excluded_rules[0].name #=> String
3092
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.arn #=> String
3093
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.ip_set_forwarded_ip_config.header_name #=> String
3094
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.ip_set_forwarded_ip_config.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
3095
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.ip_set_forwarded_ip_config.position #=> String, one of "FIRST", "LAST", "ANY"
3096
+ # 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.arn #=> String
3097
+ # 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.single_header.name #=> String
3098
+ # 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.single_query_argument.name #=> String
3099
+ # 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.json_body.match_pattern.included_paths #=> Array
3100
+ # 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.json_body.match_pattern.included_paths[0] #=> String
3101
+ # 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.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
3102
+ # 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.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
3103
+ # 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
3104
+ # 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
3105
+ # 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"
3106
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rate_based_statement.limit #=> Integer
3107
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rate_based_statement.aggregate_key_type #=> String, one of "IP", "FORWARDED_IP"
3108
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rate_based_statement.scope_down_statement #=> Types::Statement
3109
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rate_based_statement.forwarded_ip_config.header_name #=> String
3110
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rate_based_statement.forwarded_ip_config.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
3111
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.and_statement.statements #=> Array
3112
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.and_statement.statements[0] #=> Types::Statement
3113
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.or_statement.statements #=> Array
3114
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.or_statement.statements[0] #=> Types::Statement
3115
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.not_statement.statement #=> Types::Statement
3116
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.managed_rule_group_statement #=> Types::ManagedRuleGroupStatement
3117
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.label_match_statement.scope #=> String, one of "LABEL", "NAMESPACE"
3118
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.label_match_statement.key #=> String
2901
3119
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.arn #=> String
2902
3120
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.excluded_rules #=> Array
2903
3121
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.excluded_rules[0].name #=> String
@@ -2908,6 +3126,7 @@ module Aws::WAFV2
2908
3126
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].visibility_config.cloud_watch_metrics_enabled #=> Boolean
2909
3127
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].visibility_config.metric_name #=> String
2910
3128
  # resp.web_acl.managed_by_firewall_manager #=> Boolean
3129
+ # resp.web_acl.label_namespace #=> String
2911
3130
  # resp.web_acl.custom_response_bodies #=> Hash
2912
3131
  # resp.web_acl.custom_response_bodies["EntityName"].content_type #=> String, one of "TEXT_PLAIN", "TEXT_HTML", "APPLICATION_JSON"
2913
3132
  # resp.web_acl.custom_response_bodies["EntityName"].content #=> String
@@ -2963,7 +3182,7 @@ module Aws::WAFV2
2963
3182
  # resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
2964
3183
  # resp.web_acl.rules[0].statement.byte_match_statement.text_transformations #=> Array
2965
3184
  # resp.web_acl.rules[0].statement.byte_match_statement.text_transformations[0].priority #=> Integer
2966
- # 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"
3185
+ # 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"
2967
3186
  # resp.web_acl.rules[0].statement.byte_match_statement.positional_constraint #=> String, one of "EXACTLY", "STARTS_WITH", "ENDS_WITH", "CONTAINS", "CONTAINS_WORD"
2968
3187
  # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.single_header.name #=> String
2969
3188
  # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.single_query_argument.name #=> String
@@ -2973,7 +3192,7 @@ module Aws::WAFV2
2973
3192
  # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
2974
3193
  # resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations #=> Array
2975
3194
  # resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations[0].priority #=> Integer
2976
- # 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"
3195
+ # 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"
2977
3196
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.single_header.name #=> String
2978
3197
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.single_query_argument.name #=> String
2979
3198
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
@@ -2982,7 +3201,7 @@ module Aws::WAFV2
2982
3201
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
2983
3202
  # resp.web_acl.rules[0].statement.xss_match_statement.text_transformations #=> Array
2984
3203
  # resp.web_acl.rules[0].statement.xss_match_statement.text_transformations[0].priority #=> Integer
2985
- # 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"
3204
+ # 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"
2986
3205
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.single_header.name #=> String
2987
3206
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.single_query_argument.name #=> String
2988
3207
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
@@ -2993,7 +3212,7 @@ module Aws::WAFV2
2993
3212
  # resp.web_acl.rules[0].statement.size_constraint_statement.size #=> Integer
2994
3213
  # resp.web_acl.rules[0].statement.size_constraint_statement.text_transformations #=> Array
2995
3214
  # resp.web_acl.rules[0].statement.size_constraint_statement.text_transformations[0].priority #=> Integer
2996
- # resp.web_acl.rules[0].statement.size_constraint_statement.text_transformations[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
3215
+ # resp.web_acl.rules[0].statement.size_constraint_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"
2997
3216
  # resp.web_acl.rules[0].statement.geo_match_statement.country_codes #=> Array
2998
3217
  # resp.web_acl.rules[0].statement.geo_match_statement.country_codes[0] #=> String, one of "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"
2999
3218
  # resp.web_acl.rules[0].statement.geo_match_statement.forwarded_ip_config.header_name #=> String
@@ -3014,7 +3233,7 @@ module Aws::WAFV2
3014
3233
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
3015
3234
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations #=> Array
3016
3235
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations[0].priority #=> Integer
3017
- # 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"
3236
+ # 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"
3018
3237
  # resp.web_acl.rules[0].statement.rate_based_statement.limit #=> Integer
3019
3238
  # resp.web_acl.rules[0].statement.rate_based_statement.aggregate_key_type #=> String, one of "IP", "FORWARDED_IP"
3020
3239
  # resp.web_acl.rules[0].statement.rate_based_statement.scope_down_statement #=> Types::Statement
@@ -3029,6 +3248,9 @@ module Aws::WAFV2
3029
3248
  # resp.web_acl.rules[0].statement.managed_rule_group_statement.name #=> String
3030
3249
  # resp.web_acl.rules[0].statement.managed_rule_group_statement.excluded_rules #=> Array
3031
3250
  # resp.web_acl.rules[0].statement.managed_rule_group_statement.excluded_rules[0].name #=> String
3251
+ # resp.web_acl.rules[0].statement.managed_rule_group_statement.scope_down_statement #=> Types::Statement
3252
+ # resp.web_acl.rules[0].statement.label_match_statement.scope #=> String, one of "LABEL", "NAMESPACE"
3253
+ # resp.web_acl.rules[0].statement.label_match_statement.key #=> String
3032
3254
  # resp.web_acl.rules[0].action.block.custom_response.response_code #=> Integer
3033
3255
  # resp.web_acl.rules[0].action.block.custom_response.custom_response_body_key #=> String
3034
3256
  # resp.web_acl.rules[0].action.block.custom_response.response_headers #=> Array
@@ -3043,6 +3265,8 @@ module Aws::WAFV2
3043
3265
  # resp.web_acl.rules[0].override_action.count.custom_request_handling.insert_headers #=> Array
3044
3266
  # resp.web_acl.rules[0].override_action.count.custom_request_handling.insert_headers[0].name #=> String
3045
3267
  # resp.web_acl.rules[0].override_action.count.custom_request_handling.insert_headers[0].value #=> String
3268
+ # resp.web_acl.rules[0].rule_labels #=> Array
3269
+ # resp.web_acl.rules[0].rule_labels[0].name #=> String
3046
3270
  # resp.web_acl.rules[0].visibility_config.sampled_requests_enabled #=> Boolean
3047
3271
  # resp.web_acl.rules[0].visibility_config.cloud_watch_metrics_enabled #=> Boolean
3048
3272
  # resp.web_acl.rules[0].visibility_config.metric_name #=> String
@@ -3057,6 +3281,80 @@ module Aws::WAFV2
3057
3281
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.name #=> String
3058
3282
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.excluded_rules #=> Array
3059
3283
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.excluded_rules[0].name #=> String
3284
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.search_string #=> String
3285
+ # 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.single_header.name #=> String
3286
+ # 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.single_query_argument.name #=> String
3287
+ # 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.json_body.match_pattern.included_paths #=> Array
3288
+ # 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.json_body.match_pattern.included_paths[0] #=> String
3289
+ # 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.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
3290
+ # 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.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
3291
+ # 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
3292
+ # 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
3293
+ # 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"
3294
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.positional_constraint #=> String, one of "EXACTLY", "STARTS_WITH", "ENDS_WITH", "CONTAINS", "CONTAINS_WORD"
3295
+ # 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.single_header.name #=> String
3296
+ # 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.single_query_argument.name #=> String
3297
+ # 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.json_body.match_pattern.included_paths #=> Array
3298
+ # 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.json_body.match_pattern.included_paths[0] #=> String
3299
+ # 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.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
3300
+ # 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.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
3301
+ # 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
3302
+ # 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
3303
+ # 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"
3304
+ # 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.single_header.name #=> String
3305
+ # 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.single_query_argument.name #=> String
3306
+ # 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.json_body.match_pattern.included_paths #=> Array
3307
+ # 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.json_body.match_pattern.included_paths[0] #=> String
3308
+ # 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.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
3309
+ # 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.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
3310
+ # 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
3311
+ # 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
3312
+ # 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"
3313
+ # 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.single_header.name #=> String
3314
+ # 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.single_query_argument.name #=> String
3315
+ # 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.json_body.match_pattern.included_paths #=> Array
3316
+ # 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.json_body.match_pattern.included_paths[0] #=> String
3317
+ # 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.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
3318
+ # 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.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
3319
+ # 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"
3320
+ # 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
3321
+ # 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
3322
+ # 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[0].priority #=> Integer
3323
+ # 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[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"
3324
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.geo_match_statement.country_codes #=> Array
3325
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.geo_match_statement.country_codes[0] #=> String, one of "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"
3326
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.geo_match_statement.forwarded_ip_config.header_name #=> String
3327
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.geo_match_statement.forwarded_ip_config.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
3328
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.arn #=> String
3329
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.excluded_rules #=> Array
3330
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.excluded_rules[0].name #=> String
3331
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.arn #=> String
3332
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.ip_set_forwarded_ip_config.header_name #=> String
3333
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.ip_set_forwarded_ip_config.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
3334
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.ip_set_forwarded_ip_config.position #=> String, one of "FIRST", "LAST", "ANY"
3335
+ # 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.arn #=> String
3336
+ # 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.single_header.name #=> String
3337
+ # 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.single_query_argument.name #=> String
3338
+ # 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.json_body.match_pattern.included_paths #=> Array
3339
+ # 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.json_body.match_pattern.included_paths[0] #=> String
3340
+ # 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.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
3341
+ # 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.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
3342
+ # 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
3343
+ # 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
3344
+ # 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"
3345
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rate_based_statement.limit #=> Integer
3346
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rate_based_statement.aggregate_key_type #=> String, one of "IP", "FORWARDED_IP"
3347
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rate_based_statement.scope_down_statement #=> Types::Statement
3348
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rate_based_statement.forwarded_ip_config.header_name #=> String
3349
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rate_based_statement.forwarded_ip_config.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
3350
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.and_statement.statements #=> Array
3351
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.and_statement.statements[0] #=> Types::Statement
3352
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.or_statement.statements #=> Array
3353
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.or_statement.statements[0] #=> Types::Statement
3354
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.not_statement.statement #=> Types::Statement
3355
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.managed_rule_group_statement #=> Types::ManagedRuleGroupStatement
3356
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.label_match_statement.scope #=> String, one of "LABEL", "NAMESPACE"
3357
+ # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.label_match_statement.key #=> String
3060
3358
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.arn #=> String
3061
3359
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.excluded_rules #=> Array
3062
3360
  # resp.web_acl.pre_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.excluded_rules[0].name #=> String
@@ -3073,6 +3371,80 @@ module Aws::WAFV2
3073
3371
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.name #=> String
3074
3372
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.excluded_rules #=> Array
3075
3373
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.excluded_rules[0].name #=> String
3374
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.search_string #=> String
3375
+ # 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.single_header.name #=> String
3376
+ # 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.single_query_argument.name #=> String
3377
+ # 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.json_body.match_pattern.included_paths #=> Array
3378
+ # 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.json_body.match_pattern.included_paths[0] #=> String
3379
+ # 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.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
3380
+ # 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.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
3381
+ # 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
3382
+ # 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
3383
+ # 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"
3384
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.byte_match_statement.positional_constraint #=> String, one of "EXACTLY", "STARTS_WITH", "ENDS_WITH", "CONTAINS", "CONTAINS_WORD"
3385
+ # 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.single_header.name #=> String
3386
+ # 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.single_query_argument.name #=> String
3387
+ # 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.json_body.match_pattern.included_paths #=> Array
3388
+ # 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.json_body.match_pattern.included_paths[0] #=> String
3389
+ # 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.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
3390
+ # 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.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
3391
+ # 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
3392
+ # 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
3393
+ # 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"
3394
+ # 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.single_header.name #=> String
3395
+ # 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.single_query_argument.name #=> String
3396
+ # 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.json_body.match_pattern.included_paths #=> Array
3397
+ # 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.json_body.match_pattern.included_paths[0] #=> String
3398
+ # 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.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
3399
+ # 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.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
3400
+ # 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
3401
+ # 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
3402
+ # 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"
3403
+ # 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.single_header.name #=> String
3404
+ # 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.single_query_argument.name #=> String
3405
+ # 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.json_body.match_pattern.included_paths #=> Array
3406
+ # 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.json_body.match_pattern.included_paths[0] #=> String
3407
+ # 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.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
3408
+ # 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.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
3409
+ # 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"
3410
+ # 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
3411
+ # 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
3412
+ # 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[0].priority #=> Integer
3413
+ # 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[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"
3414
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.geo_match_statement.country_codes #=> Array
3415
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.geo_match_statement.country_codes[0] #=> String, one of "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "CI", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HM", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KP", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "US", "UM", "UY", "UZ", "VU", "VE", "VN", "VG", "VI", "WF", "EH", "YE", "ZM", "ZW"
3416
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.geo_match_statement.forwarded_ip_config.header_name #=> String
3417
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.geo_match_statement.forwarded_ip_config.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
3418
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.arn #=> String
3419
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.excluded_rules #=> Array
3420
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rule_group_reference_statement.excluded_rules[0].name #=> String
3421
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.arn #=> String
3422
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.ip_set_forwarded_ip_config.header_name #=> String
3423
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.ip_set_forwarded_ip_config.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
3424
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.ip_set_reference_statement.ip_set_forwarded_ip_config.position #=> String, one of "FIRST", "LAST", "ANY"
3425
+ # 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.arn #=> String
3426
+ # 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.single_header.name #=> String
3427
+ # 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.single_query_argument.name #=> String
3428
+ # 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.json_body.match_pattern.included_paths #=> Array
3429
+ # 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.json_body.match_pattern.included_paths[0] #=> String
3430
+ # 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.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
3431
+ # 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.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
3432
+ # 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
3433
+ # 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
3434
+ # 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"
3435
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rate_based_statement.limit #=> Integer
3436
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rate_based_statement.aggregate_key_type #=> String, one of "IP", "FORWARDED_IP"
3437
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rate_based_statement.scope_down_statement #=> Types::Statement
3438
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rate_based_statement.forwarded_ip_config.header_name #=> String
3439
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.rate_based_statement.forwarded_ip_config.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
3440
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.and_statement.statements #=> Array
3441
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.and_statement.statements[0] #=> Types::Statement
3442
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.or_statement.statements #=> Array
3443
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.or_statement.statements[0] #=> Types::Statement
3444
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.not_statement.statement #=> Types::Statement
3445
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.managed_rule_group_statement #=> Types::ManagedRuleGroupStatement
3446
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.label_match_statement.scope #=> String, one of "LABEL", "NAMESPACE"
3447
+ # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.managed_rule_group_statement.scope_down_statement.label_match_statement.key #=> String
3076
3448
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.arn #=> String
3077
3449
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.excluded_rules #=> Array
3078
3450
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].firewall_manager_statement.rule_group_reference_statement.excluded_rules[0].name #=> String
@@ -3083,6 +3455,7 @@ module Aws::WAFV2
3083
3455
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].visibility_config.cloud_watch_metrics_enabled #=> Boolean
3084
3456
  # resp.web_acl.post_process_firewall_manager_rule_groups[0].visibility_config.metric_name #=> String
3085
3457
  # resp.web_acl.managed_by_firewall_manager #=> Boolean
3458
+ # resp.web_acl.label_namespace #=> String
3086
3459
  # resp.web_acl.custom_response_bodies #=> Hash
3087
3460
  # resp.web_acl.custom_response_bodies["EntityName"].content_type #=> String, one of "TEXT_PLAIN", "TEXT_HTML", "APPLICATION_JSON"
3088
3461
  # resp.web_acl.custom_response_bodies["EntityName"].content #=> String
@@ -3097,14 +3470,15 @@ module Aws::WAFV2
3097
3470
  end
3098
3471
 
3099
3472
  # Retrieves an array of managed rule groups that are available for you
3100
- # to use. This list includes all AWS Managed Rules rule groups and the
3101
- # AWS Marketplace managed rule groups that you're subscribed to.
3473
+ # to use. This list includes all Amazon Web Services Managed Rules rule
3474
+ # groups and the Marketplace managed rule groups that you're subscribed
3475
+ # to.
3102
3476
  #
3103
3477
  # @option params [required, String] :scope
3104
- # Specifies whether this is for an AWS CloudFront distribution or for a
3105
- # regional application. A regional application can be an Application
3106
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
3107
- # API.
3478
+ # Specifies whether this is for an Amazon CloudFront distribution or for
3479
+ # a regional application. A regional application can be an Application
3480
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
3481
+ # GraphQL API.
3108
3482
  #
3109
3483
  # To work with CloudFront, you must also specify the Region US East (N.
3110
3484
  # Virginia) as follows:
@@ -3117,15 +3491,15 @@ module Aws::WAFV2
3117
3491
  # @option params [String] :next_marker
3118
3492
  # When you request a list of objects with a `Limit` setting, if the
3119
3493
  # number of objects that are still available for retrieval exceeds the
3120
- # limit, AWS WAF returns a `NextMarker` value in the response. To
3121
- # retrieve the next batch of objects, provide the marker from the prior
3122
- # call in your next request.
3494
+ # limit, WAF returns a `NextMarker` value in the response. To retrieve
3495
+ # the next batch of objects, provide the marker from the prior call in
3496
+ # your next request.
3123
3497
  #
3124
3498
  # @option params [Integer] :limit
3125
- # The maximum number of objects that you want AWS WAF to return for this
3126
- # request. If more objects are available, in the response, AWS WAF
3127
- # provides a `NextMarker` value that you can use in a subsequent call to
3128
- # get the next batch of objects.
3499
+ # The maximum number of objects that you want WAF to return for this
3500
+ # request. If more objects are available, in the response, WAF provides
3501
+ # a `NextMarker` value that you can use in a subsequent call to get the
3502
+ # next batch of objects.
3129
3503
  #
3130
3504
  # @return [Types::ListAvailableManagedRuleGroupsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3131
3505
  #
@@ -3161,10 +3535,10 @@ module Aws::WAFV2
3161
3535
  # manage.
3162
3536
  #
3163
3537
  # @option params [required, String] :scope
3164
- # Specifies whether this is for an AWS CloudFront distribution or for a
3165
- # regional application. A regional application can be an Application
3166
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
3167
- # API.
3538
+ # Specifies whether this is for an Amazon CloudFront distribution or for
3539
+ # a regional application. A regional application can be an Application
3540
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
3541
+ # GraphQL API.
3168
3542
  #
3169
3543
  # To work with CloudFront, you must also specify the Region US East (N.
3170
3544
  # Virginia) as follows:
@@ -3177,15 +3551,15 @@ module Aws::WAFV2
3177
3551
  # @option params [String] :next_marker
3178
3552
  # When you request a list of objects with a `Limit` setting, if the
3179
3553
  # number of objects that are still available for retrieval exceeds the
3180
- # limit, AWS WAF returns a `NextMarker` value in the response. To
3181
- # retrieve the next batch of objects, provide the marker from the prior
3182
- # call in your next request.
3554
+ # limit, WAF returns a `NextMarker` value in the response. To retrieve
3555
+ # the next batch of objects, provide the marker from the prior call in
3556
+ # your next request.
3183
3557
  #
3184
3558
  # @option params [Integer] :limit
3185
- # The maximum number of objects that you want AWS WAF to return for this
3186
- # request. If more objects are available, in the response, AWS WAF
3187
- # provides a `NextMarker` value that you can use in a subsequent call to
3188
- # get the next batch of objects.
3559
+ # The maximum number of objects that you want WAF to return for this
3560
+ # request. If more objects are available, in the response, WAF provides
3561
+ # a `NextMarker` value that you can use in a subsequent call to get the
3562
+ # next batch of objects.
3189
3563
  #
3190
3564
  # @return [Types::ListIPSetsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3191
3565
  #
@@ -3222,10 +3596,10 @@ module Aws::WAFV2
3222
3596
  # Retrieves an array of your LoggingConfiguration objects.
3223
3597
  #
3224
3598
  # @option params [String] :scope
3225
- # Specifies whether this is for an AWS CloudFront distribution or for a
3226
- # regional application. A regional application can be an Application
3227
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
3228
- # API.
3599
+ # Specifies whether this is for an Amazon CloudFront distribution or for
3600
+ # a regional application. A regional application can be an Application
3601
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
3602
+ # GraphQL API.
3229
3603
  #
3230
3604
  # To work with CloudFront, you must also specify the Region US East (N.
3231
3605
  # Virginia) as follows:
@@ -3238,15 +3612,15 @@ module Aws::WAFV2
3238
3612
  # @option params [String] :next_marker
3239
3613
  # When you request a list of objects with a `Limit` setting, if the
3240
3614
  # number of objects that are still available for retrieval exceeds the
3241
- # limit, AWS WAF returns a `NextMarker` value in the response. To
3242
- # retrieve the next batch of objects, provide the marker from the prior
3243
- # call in your next request.
3615
+ # limit, WAF returns a `NextMarker` value in the response. To retrieve
3616
+ # the next batch of objects, provide the marker from the prior call in
3617
+ # your next request.
3244
3618
  #
3245
3619
  # @option params [Integer] :limit
3246
- # The maximum number of objects that you want AWS WAF to return for this
3247
- # request. If more objects are available, in the response, AWS WAF
3248
- # provides a `NextMarker` value that you can use in a subsequent call to
3249
- # get the next batch of objects.
3620
+ # The maximum number of objects that you want WAF to return for this
3621
+ # request. If more objects are available, in the response, WAF provides
3622
+ # a `NextMarker` value that you can use in a subsequent call to get the
3623
+ # next batch of objects.
3250
3624
  #
3251
3625
  # @return [Types::ListLoggingConfigurationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3252
3626
  #
@@ -3275,6 +3649,13 @@ module Aws::WAFV2
3275
3649
  # resp.logging_configurations[0].redacted_fields[0].json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
3276
3650
  # resp.logging_configurations[0].redacted_fields[0].json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
3277
3651
  # resp.logging_configurations[0].managed_by_firewall_manager #=> Boolean
3652
+ # resp.logging_configurations[0].logging_filter.filters #=> Array
3653
+ # resp.logging_configurations[0].logging_filter.filters[0].behavior #=> String, one of "KEEP", "DROP"
3654
+ # resp.logging_configurations[0].logging_filter.filters[0].requirement #=> String, one of "MEETS_ALL", "MEETS_ANY"
3655
+ # resp.logging_configurations[0].logging_filter.filters[0].conditions #=> Array
3656
+ # resp.logging_configurations[0].logging_filter.filters[0].conditions[0].action_condition.action #=> String, one of "ALLOW", "BLOCK", "COUNT"
3657
+ # resp.logging_configurations[0].logging_filter.filters[0].conditions[0].label_name_condition.label_name #=> String
3658
+ # resp.logging_configurations[0].logging_filter.default_behavior #=> String, one of "KEEP", "DROP"
3278
3659
  # resp.next_marker #=> String
3279
3660
  #
3280
3661
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/ListLoggingConfigurations AWS API Documentation
@@ -3290,10 +3671,10 @@ module Aws::WAFV2
3290
3671
  # pattern sets that you manage.
3291
3672
  #
3292
3673
  # @option params [required, String] :scope
3293
- # Specifies whether this is for an AWS CloudFront distribution or for a
3294
- # regional application. A regional application can be an Application
3295
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
3296
- # API.
3674
+ # Specifies whether this is for an Amazon CloudFront distribution or for
3675
+ # a regional application. A regional application can be an Application
3676
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
3677
+ # GraphQL API.
3297
3678
  #
3298
3679
  # To work with CloudFront, you must also specify the Region US East (N.
3299
3680
  # Virginia) as follows:
@@ -3306,15 +3687,15 @@ module Aws::WAFV2
3306
3687
  # @option params [String] :next_marker
3307
3688
  # When you request a list of objects with a `Limit` setting, if the
3308
3689
  # number of objects that are still available for retrieval exceeds the
3309
- # limit, AWS WAF returns a `NextMarker` value in the response. To
3310
- # retrieve the next batch of objects, provide the marker from the prior
3311
- # call in your next request.
3690
+ # limit, WAF returns a `NextMarker` value in the response. To retrieve
3691
+ # the next batch of objects, provide the marker from the prior call in
3692
+ # your next request.
3312
3693
  #
3313
3694
  # @option params [Integer] :limit
3314
- # The maximum number of objects that you want AWS WAF to return for this
3315
- # request. If more objects are available, in the response, AWS WAF
3316
- # provides a `NextMarker` value that you can use in a subsequent call to
3317
- # get the next batch of objects.
3695
+ # The maximum number of objects that you want WAF to return for this
3696
+ # request. If more objects are available, in the response, WAF provides
3697
+ # a `NextMarker` value that you can use in a subsequent call to get the
3698
+ # next batch of objects.
3318
3699
  #
3319
3700
  # @return [Types::ListRegexPatternSetsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3320
3701
  #
@@ -3350,16 +3731,16 @@ module Aws::WAFV2
3350
3731
 
3351
3732
  # Retrieves an array of the Amazon Resource Names (ARNs) for the
3352
3733
  # regional resources that are associated with the specified web ACL. If
3353
- # you want the list of AWS CloudFront resources, use the AWS CloudFront
3734
+ # you want the list of Amazon CloudFront resources, use the CloudFront
3354
3735
  # call `ListDistributionsByWebACLId`.
3355
3736
  #
3356
3737
  # @option params [required, String] :web_acl_arn
3357
- # The Amazon Resource Name (ARN) of the Web ACL.
3738
+ # The Amazon Resource Name (ARN) of the web ACL.
3358
3739
  #
3359
3740
  # @option params [String] :resource_type
3360
3741
  # Used for web ACLs that are scoped for regional applications. A
3361
- # regional application can be an Application Load Balancer (ALB), an API
3362
- # Gateway REST API, or an AppSync GraphQL API.
3742
+ # regional application can be an Application Load Balancer (ALB), an
3743
+ # Amazon API Gateway REST API, or an AppSync GraphQL API.
3363
3744
  #
3364
3745
  # @return [Types::ListResourcesForWebACLResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3365
3746
  #
@@ -3390,10 +3771,10 @@ module Aws::WAFV2
3390
3771
  # that you manage.
3391
3772
  #
3392
3773
  # @option params [required, String] :scope
3393
- # Specifies whether this is for an AWS CloudFront distribution or for a
3394
- # regional application. A regional application can be an Application
3395
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
3396
- # API.
3774
+ # Specifies whether this is for an Amazon CloudFront distribution or for
3775
+ # a regional application. A regional application can be an Application
3776
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
3777
+ # GraphQL API.
3397
3778
  #
3398
3779
  # To work with CloudFront, you must also specify the Region US East (N.
3399
3780
  # Virginia) as follows:
@@ -3406,15 +3787,15 @@ module Aws::WAFV2
3406
3787
  # @option params [String] :next_marker
3407
3788
  # When you request a list of objects with a `Limit` setting, if the
3408
3789
  # number of objects that are still available for retrieval exceeds the
3409
- # limit, AWS WAF returns a `NextMarker` value in the response. To
3410
- # retrieve the next batch of objects, provide the marker from the prior
3411
- # call in your next request.
3790
+ # limit, WAF returns a `NextMarker` value in the response. To retrieve
3791
+ # the next batch of objects, provide the marker from the prior call in
3792
+ # your next request.
3412
3793
  #
3413
3794
  # @option params [Integer] :limit
3414
- # The maximum number of objects that you want AWS WAF to return for this
3415
- # request. If more objects are available, in the response, AWS WAF
3416
- # provides a `NextMarker` value that you can use in a subsequent call to
3417
- # get the next batch of objects.
3795
+ # The maximum number of objects that you want WAF to return for this
3796
+ # request. If more objects are available, in the response, WAF provides
3797
+ # a `NextMarker` value that you can use in a subsequent call to get the
3798
+ # next batch of objects.
3418
3799
  #
3419
3800
  # @return [Types::ListRuleGroupsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3420
3801
  #
@@ -3452,25 +3833,25 @@ module Aws::WAFV2
3452
3833
  # key:value pairs that you can use to categorize and manage your
3453
3834
  # resources, for purposes like billing. For example, you might set the
3454
3835
  # tag key to "customer" and the value to the customer name or ID. You
3455
- # can specify one or more tags to add to each AWS resource, up to 50
3456
- # tags for a resource.
3836
+ # can specify one or more tags to add to each Amazon Web Services
3837
+ # resource, up to 50 tags for a resource.
3457
3838
  #
3458
- # You can tag the AWS resources that you manage through AWS WAF: web
3459
- # ACLs, rule groups, IP sets, and regex pattern sets. You can't manage
3460
- # or view tags through the AWS WAF console.
3839
+ # You can tag the Amazon Web Services resources that you manage through
3840
+ # WAF: web ACLs, rule groups, IP sets, and regex pattern sets. You
3841
+ # can't manage or view tags through the WAF console.
3461
3842
  #
3462
3843
  # @option params [String] :next_marker
3463
3844
  # When you request a list of objects with a `Limit` setting, if the
3464
3845
  # number of objects that are still available for retrieval exceeds the
3465
- # limit, AWS WAF returns a `NextMarker` value in the response. To
3466
- # retrieve the next batch of objects, provide the marker from the prior
3467
- # call in your next request.
3846
+ # limit, WAF returns a `NextMarker` value in the response. To retrieve
3847
+ # the next batch of objects, provide the marker from the prior call in
3848
+ # your next request.
3468
3849
  #
3469
3850
  # @option params [Integer] :limit
3470
- # The maximum number of objects that you want AWS WAF to return for this
3471
- # request. If more objects are available, in the response, AWS WAF
3472
- # provides a `NextMarker` value that you can use in a subsequent call to
3473
- # get the next batch of objects.
3851
+ # The maximum number of objects that you want WAF to return for this
3852
+ # request. If more objects are available, in the response, WAF provides
3853
+ # a `NextMarker` value that you can use in a subsequent call to get the
3854
+ # next batch of objects.
3474
3855
  #
3475
3856
  # @option params [required, String] :resource_arn
3476
3857
  # The Amazon Resource Name (ARN) of the resource.
@@ -3509,10 +3890,10 @@ module Aws::WAFV2
3509
3890
  # manage.
3510
3891
  #
3511
3892
  # @option params [required, String] :scope
3512
- # Specifies whether this is for an AWS CloudFront distribution or for a
3513
- # regional application. A regional application can be an Application
3514
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
3515
- # API.
3893
+ # Specifies whether this is for an Amazon CloudFront distribution or for
3894
+ # a regional application. A regional application can be an Application
3895
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
3896
+ # GraphQL API.
3516
3897
  #
3517
3898
  # To work with CloudFront, you must also specify the Region US East (N.
3518
3899
  # Virginia) as follows:
@@ -3525,15 +3906,15 @@ module Aws::WAFV2
3525
3906
  # @option params [String] :next_marker
3526
3907
  # When you request a list of objects with a `Limit` setting, if the
3527
3908
  # number of objects that are still available for retrieval exceeds the
3528
- # limit, AWS WAF returns a `NextMarker` value in the response. To
3529
- # retrieve the next batch of objects, provide the marker from the prior
3530
- # call in your next request.
3909
+ # limit, WAF returns a `NextMarker` value in the response. To retrieve
3910
+ # the next batch of objects, provide the marker from the prior call in
3911
+ # your next request.
3531
3912
  #
3532
3913
  # @option params [Integer] :limit
3533
- # The maximum number of objects that you want AWS WAF to return for this
3534
- # request. If more objects are available, in the response, AWS WAF
3535
- # provides a `NextMarker` value that you can use in a subsequent call to
3536
- # get the next batch of objects.
3914
+ # The maximum number of objects that you want WAF to return for this
3915
+ # request. If more objects are available, in the response, WAF provides
3916
+ # a `NextMarker` value that you can use in a subsequent call to get the
3917
+ # next batch of objects.
3537
3918
  #
3538
3919
  # @return [Types::ListWebACLsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3539
3920
  #
@@ -3570,8 +3951,8 @@ module Aws::WAFV2
3570
3951
  # Enables the specified LoggingConfiguration, to start logging from a
3571
3952
  # web ACL, according to the configuration provided.
3572
3953
  #
3573
- # You can access information about all traffic that AWS WAF inspects
3574
- # using the following steps:
3954
+ # You can access information about all traffic that WAF inspects using
3955
+ # the following steps:
3575
3956
  #
3576
3957
  # 1. Create an Amazon Kinesis Data Firehose.
3577
3958
  #
@@ -3591,10 +3972,19 @@ module Aws::WAFV2
3591
3972
  # `PutLoggingConfiguration` request.
3592
3973
  #
3593
3974
  # When you successfully enable logging using a `PutLoggingConfiguration`
3594
- # request, AWS WAF will create a service linked role with the necessary
3975
+ # request, WAF will create a service linked role with the necessary
3595
3976
  # permissions to write logs to the Amazon Kinesis Data Firehose. For
3596
3977
  # more information, see [Logging Web ACL Traffic Information][1] in the
3597
- # *AWS WAF Developer Guide*.
3978
+ # *WAF Developer Guide*.
3979
+ #
3980
+ # <note markdown="1"> This operation completely replaces the mutable specifications that you
3981
+ # already have for the logging configuration with the ones that you
3982
+ # provide to this call. To modify the logging configuration, retrieve it
3983
+ # by calling GetLoggingConfiguration, update the settings as needed, and
3984
+ # then provide the complete logging configuration specification to this
3985
+ # call.
3986
+ #
3987
+ # </note>
3598
3988
  #
3599
3989
  #
3600
3990
  #
@@ -3642,6 +4032,25 @@ module Aws::WAFV2
3642
4032
  # },
3643
4033
  # ],
3644
4034
  # managed_by_firewall_manager: false,
4035
+ # logging_filter: {
4036
+ # filters: [ # required
4037
+ # {
4038
+ # behavior: "KEEP", # required, accepts KEEP, DROP
4039
+ # requirement: "MEETS_ALL", # required, accepts MEETS_ALL, MEETS_ANY
4040
+ # conditions: [ # required
4041
+ # {
4042
+ # action_condition: {
4043
+ # action: "ALLOW", # required, accepts ALLOW, BLOCK, COUNT
4044
+ # },
4045
+ # label_name_condition: {
4046
+ # label_name: "LabelName", # required
4047
+ # },
4048
+ # },
4049
+ # ],
4050
+ # },
4051
+ # ],
4052
+ # default_behavior: "KEEP", # required, accepts KEEP, DROP
4053
+ # },
3645
4054
  # },
3646
4055
  # })
3647
4056
  #
@@ -3658,6 +4067,13 @@ module Aws::WAFV2
3658
4067
  # resp.logging_configuration.redacted_fields[0].json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
3659
4068
  # resp.logging_configuration.redacted_fields[0].json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
3660
4069
  # resp.logging_configuration.managed_by_firewall_manager #=> Boolean
4070
+ # resp.logging_configuration.logging_filter.filters #=> Array
4071
+ # resp.logging_configuration.logging_filter.filters[0].behavior #=> String, one of "KEEP", "DROP"
4072
+ # resp.logging_configuration.logging_filter.filters[0].requirement #=> String, one of "MEETS_ALL", "MEETS_ANY"
4073
+ # resp.logging_configuration.logging_filter.filters[0].conditions #=> Array
4074
+ # resp.logging_configuration.logging_filter.filters[0].conditions[0].action_condition.action #=> String, one of "ALLOW", "BLOCK", "COUNT"
4075
+ # resp.logging_configuration.logging_filter.filters[0].conditions[0].label_name_condition.label_name #=> String
4076
+ # resp.logging_configuration.logging_filter.default_behavior #=> String, one of "KEEP", "DROP"
3661
4077
  #
3662
4078
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/PutLoggingConfiguration AWS API Documentation
3663
4079
  #
@@ -3679,7 +4095,7 @@ module Aws::WAFV2
3679
4095
  # request.
3680
4096
  #
3681
4097
  # * The ARN in the request must be a valid WAF RuleGroup ARN and the
3682
- # rule group must exist in the same region.
4098
+ # rule group must exist in the same Region.
3683
4099
  #
3684
4100
  # * The user making the request must be the owner of the rule group.
3685
4101
  #
@@ -3701,7 +4117,7 @@ module Aws::WAFV2
3701
4117
  # * `Effect` must specify `Allow`.
3702
4118
  #
3703
4119
  # * `Action` must specify `wafv2:CreateWebACL`, `wafv2:UpdateWebACL`,
3704
- # and `wafv2:PutFirewallManagerRuleGroups`. AWS WAF rejects any extra
4120
+ # and `wafv2:PutFirewallManagerRuleGroups`. WAF rejects any extra
3705
4121
  # actions or wildcard actions in the policy.
3706
4122
  #
3707
4123
  # * The policy must not include a `Resource` parameter.
@@ -3730,16 +4146,16 @@ module Aws::WAFV2
3730
4146
  req.send_request(options)
3731
4147
  end
3732
4148
 
3733
- # Associates tags with the specified AWS resource. Tags are key:value
3734
- # pairs that you can use to categorize and manage your resources, for
3735
- # purposes like billing. For example, you might set the tag key to
3736
- # "customer" and the value to the customer name or ID. You can specify
3737
- # one or more tags to add to each AWS resource, up to 50 tags for a
3738
- # resource.
4149
+ # Associates tags with the specified Amazon Web Services resource. Tags
4150
+ # are key:value pairs that you can use to categorize and manage your
4151
+ # resources, for purposes like billing. For example, you might set the
4152
+ # tag key to "customer" and the value to the customer name or ID. You
4153
+ # can specify one or more tags to add to each Amazon Web Services
4154
+ # resource, up to 50 tags for a resource.
3739
4155
  #
3740
- # You can tag the AWS resources that you manage through AWS WAF: web
3741
- # ACLs, rule groups, IP sets, and regex pattern sets. You can't manage
3742
- # or view tags through the AWS WAF console.
4156
+ # You can tag the Amazon Web Services resources that you manage through
4157
+ # WAF: web ACLs, rule groups, IP sets, and regex pattern sets. You
4158
+ # can't manage or view tags through the WAF console.
3743
4159
  #
3744
4160
  # @option params [required, String] :resource_arn
3745
4161
  # The Amazon Resource Name (ARN) of the resource.
@@ -3770,11 +4186,12 @@ module Aws::WAFV2
3770
4186
  req.send_request(options)
3771
4187
  end
3772
4188
 
3773
- # Disassociates tags from an AWS resource. Tags are key:value pairs that
3774
- # you can associate with AWS resources. For example, the tag key might
3775
- # be "customer" and the tag value might be "companyA." You can
3776
- # specify one or more tags to add to each container. You can add up to
3777
- # 50 tags to each AWS resource.
4189
+ # Disassociates tags from an Amazon Web Services resource. Tags are
4190
+ # key:value pairs that you can associate with Amazon Web Services
4191
+ # resources. For example, the tag key might be "customer" and the tag
4192
+ # value might be "companyA." You can specify one or more tags to add
4193
+ # to each container. You can add up to 50 tags to each Amazon Web
4194
+ # Services resource.
3778
4195
  #
3779
4196
  # @option params [required, String] :resource_arn
3780
4197
  # The Amazon Resource Name (ARN) of the resource.
@@ -3803,15 +4220,23 @@ module Aws::WAFV2
3803
4220
 
3804
4221
  # Updates the specified IPSet.
3805
4222
  #
4223
+ # <note markdown="1"> This operation completely replaces the mutable specifications that you
4224
+ # already have for the IP set with the ones that you provide to this
4225
+ # call. To modify the IP set, retrieve it by calling GetIPSet, update
4226
+ # the settings as needed, and then provide the complete IP set
4227
+ # specification to this call.
4228
+ #
4229
+ # </note>
4230
+ #
3806
4231
  # @option params [required, String] :name
3807
4232
  # The name of the IP set. You cannot change the name of an `IPSet` after
3808
4233
  # you create it.
3809
4234
  #
3810
4235
  # @option params [required, String] :scope
3811
- # Specifies whether this is for an AWS CloudFront distribution or for a
3812
- # regional application. A regional application can be an Application
3813
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
3814
- # API.
4236
+ # Specifies whether this is for an Amazon CloudFront distribution or for
4237
+ # a regional application. A regional application can be an Application
4238
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
4239
+ # GraphQL API.
3815
4240
  #
3816
4241
  # To work with CloudFront, you must also specify the Region US East (N.
3817
4242
  # Virginia) as follows:
@@ -3832,26 +4257,24 @@ module Aws::WAFV2
3832
4257
  # @option params [required, Array<String>] :addresses
3833
4258
  # Contains an array of strings that specify one or more IP addresses or
3834
4259
  # blocks of IP addresses in Classless Inter-Domain Routing (CIDR)
3835
- # notation. AWS WAF supports all IPv4 and IPv6 CIDR ranges except for
3836
- # /0.
4260
+ # notation. WAF supports all IPv4 and IPv6 CIDR ranges except for /0.
3837
4261
  #
3838
4262
  # Examples:
3839
4263
  #
3840
- # * To configure AWS WAF to allow, block, or count requests that
3841
- # originated from the IP address 192.0.2.44, specify `192.0.2.44/32`.
4264
+ # * To configure WAF to allow, block, or count requests that originated
4265
+ # from the IP address 192.0.2.44, specify `192.0.2.44/32`.
3842
4266
  #
3843
- # * To configure AWS WAF to allow, block, or count requests that
3844
- # originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
4267
+ # * To configure WAF to allow, block, or count requests that originated
4268
+ # from IP addresses from 192.0.2.0 to 192.0.2.255, specify
3845
4269
  # `192.0.2.0/24`.
3846
4270
  #
3847
- # * To configure AWS WAF to allow, block, or count requests that
3848
- # originated from the IP address
3849
- # 1111:0000:0000:0000:0000:0000:0000:0111, specify
4271
+ # * To configure WAF to allow, block, or count requests that originated
4272
+ # from the IP address 1111:0000:0000:0000:0000:0000:0000:0111, specify
3850
4273
  # `1111:0000:0000:0000:0000:0000:0000:0111/128`.
3851
4274
  #
3852
- # * To configure AWS WAF to allow, block, or count requests that
3853
- # originated from IP addresses 1111:0000:0000:0000:0000:0000:0000:0000
3854
- # to 1111:0000:0000:0000:ffff:ffff:ffff:ffff, specify
4275
+ # * To configure WAF to allow, block, or count requests that originated
4276
+ # from IP addresses 1111:0000:0000:0000:0000:0000:0000:0000 to
4277
+ # 1111:0000:0000:0000:ffff:ffff:ffff:ffff, specify
3855
4278
  # `1111:0000:0000:0000:0000:0000:0000:0000/64`.
3856
4279
  #
3857
4280
  # For more information about CIDR notation, see the Wikipedia entry
@@ -3862,14 +4285,14 @@ module Aws::WAFV2
3862
4285
  # [1]: https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing
3863
4286
  #
3864
4287
  # @option params [required, String] :lock_token
3865
- # A token used for optimistic locking. AWS WAF returns a token to your
3866
- # get and list requests, to mark the state of the entity at the time of
3867
- # the request. To make changes to the entity associated with the token,
3868
- # you provide the token to operations like update and delete. AWS WAF
3869
- # uses the token to ensure that no changes have been made to the entity
3870
- # since you last retrieved it. If a change has been made, the update
3871
- # fails with a `WAFOptimisticLockException`. If this happens, perform
3872
- # another get, and use the new token returned by that operation.
4288
+ # A token used for optimistic locking. WAF returns a token to your get
4289
+ # and list requests, to mark the state of the entity at the time of the
4290
+ # request. To make changes to the entity associated with the token, you
4291
+ # provide the token to operations like update and delete. WAF uses the
4292
+ # token to ensure that no changes have been made to the entity since you
4293
+ # last retrieved it. If a change has been made, the update fails with a
4294
+ # `WAFOptimisticLockException`. If this happens, perform another get,
4295
+ # and use the new token returned by that operation.
3873
4296
  #
3874
4297
  # @return [Types::UpdateIPSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3875
4298
  #
@@ -3901,15 +4324,23 @@ module Aws::WAFV2
3901
4324
 
3902
4325
  # Updates the specified RegexPatternSet.
3903
4326
  #
4327
+ # <note markdown="1"> This operation completely replaces the mutable specifications that you
4328
+ # already have for the regex pattern set with the ones that you provide
4329
+ # to this call. To modify the regex pattern set, retrieve it by calling
4330
+ # GetRegexPatternSet, update the settings as needed, and then provide
4331
+ # the complete regex pattern set specification to this call.
4332
+ #
4333
+ # </note>
4334
+ #
3904
4335
  # @option params [required, String] :name
3905
4336
  # The name of the set. You cannot change the name after you create the
3906
4337
  # set.
3907
4338
  #
3908
4339
  # @option params [required, String] :scope
3909
- # Specifies whether this is for an AWS CloudFront distribution or for a
3910
- # regional application. A regional application can be an Application
3911
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
3912
- # API.
4340
+ # Specifies whether this is for an Amazon CloudFront distribution or for
4341
+ # a regional application. A regional application can be an Application
4342
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
4343
+ # GraphQL API.
3913
4344
  #
3914
4345
  # To work with CloudFront, you must also specify the Region US East (N.
3915
4346
  # Virginia) as follows:
@@ -3930,14 +4361,14 @@ module Aws::WAFV2
3930
4361
  # @option params [required, Array<Types::Regex>] :regular_expression_list
3931
4362
  #
3932
4363
  # @option params [required, String] :lock_token
3933
- # A token used for optimistic locking. AWS WAF returns a token to your
3934
- # get and list requests, to mark the state of the entity at the time of
3935
- # the request. To make changes to the entity associated with the token,
3936
- # you provide the token to operations like update and delete. AWS WAF
3937
- # uses the token to ensure that no changes have been made to the entity
3938
- # since you last retrieved it. If a change has been made, the update
3939
- # fails with a `WAFOptimisticLockException`. If this happens, perform
3940
- # another get, and use the new token returned by that operation.
4364
+ # A token used for optimistic locking. WAF returns a token to your get
4365
+ # and list requests, to mark the state of the entity at the time of the
4366
+ # request. To make changes to the entity associated with the token, you
4367
+ # provide the token to operations like update and delete. WAF uses the
4368
+ # token to ensure that no changes have been made to the entity since you
4369
+ # last retrieved it. If a change has been made, the update fails with a
4370
+ # `WAFOptimisticLockException`. If this happens, perform another get,
4371
+ # and use the new token returned by that operation.
3941
4372
  #
3942
4373
  # @return [Types::UpdateRegexPatternSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3943
4374
  #
@@ -3973,6 +4404,14 @@ module Aws::WAFV2
3973
4404
 
3974
4405
  # Updates the specified RuleGroup.
3975
4406
  #
4407
+ # <note markdown="1"> This operation completely replaces the mutable specifications that you
4408
+ # already have for the rule group with the ones that you provide to this
4409
+ # call. To modify the rule group, retrieve it by calling GetRuleGroup,
4410
+ # update the settings as needed, and then provide the complete rule
4411
+ # group specification to this call.
4412
+ #
4413
+ # </note>
4414
+ #
3976
4415
  # A rule group defines a collection of rules to inspect and control web
3977
4416
  # requests that you can use in a WebACL. When you create a rule group,
3978
4417
  # you define an immutable capacity limit. If you update a rule group,
@@ -3984,10 +4423,10 @@ module Aws::WAFV2
3984
4423
  # after you create it.
3985
4424
  #
3986
4425
  # @option params [required, String] :scope
3987
- # Specifies whether this is for an AWS CloudFront distribution or for a
3988
- # regional application. A regional application can be an Application
3989
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
3990
- # API.
4426
+ # Specifies whether this is for an Amazon CloudFront distribution or for
4427
+ # a regional application. A regional application can be an Application
4428
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
4429
+ # GraphQL API.
3991
4430
  #
3992
4431
  # To work with CloudFront, you must also specify the Region US East (N.
3993
4432
  # Virginia) as follows:
@@ -4008,22 +4447,22 @@ module Aws::WAFV2
4008
4447
  # @option params [Array<Types::Rule>] :rules
4009
4448
  # The Rule statements used to identify the web requests that you want to
4010
4449
  # allow, block, or count. Each rule includes one top-level statement
4011
- # that AWS WAF uses to identify matching web requests, and parameters
4012
- # that govern how AWS WAF handles them.
4450
+ # that WAF uses to identify matching web requests, and parameters that
4451
+ # govern how WAF handles them.
4013
4452
  #
4014
4453
  # @option params [required, Types::VisibilityConfig] :visibility_config
4015
4454
  # Defines and enables Amazon CloudWatch metrics and web request sample
4016
4455
  # collection.
4017
4456
  #
4018
4457
  # @option params [required, String] :lock_token
4019
- # A token used for optimistic locking. AWS WAF returns a token to your
4020
- # get and list requests, to mark the state of the entity at the time of
4021
- # the request. To make changes to the entity associated with the token,
4022
- # you provide the token to operations like update and delete. AWS WAF
4023
- # uses the token to ensure that no changes have been made to the entity
4024
- # since you last retrieved it. If a change has been made, the update
4025
- # fails with a `WAFOptimisticLockException`. If this happens, perform
4026
- # another get, and use the new token returned by that operation.
4458
+ # A token used for optimistic locking. WAF returns a token to your get
4459
+ # and list requests, to mark the state of the entity at the time of the
4460
+ # request. To make changes to the entity associated with the token, you
4461
+ # provide the token to operations like update and delete. WAF uses the
4462
+ # token to ensure that no changes have been made to the entity since you
4463
+ # last retrieved it. If a change has been made, the update fails with a
4464
+ # `WAFOptimisticLockException`. If this happens, perform another get,
4465
+ # and use the new token returned by that operation.
4027
4466
  #
4028
4467
  # @option params [Hash<String,Types::CustomResponseBody>] :custom_response_bodies
4029
4468
  # A map of custom response keys and content bodies. When you create a
@@ -4032,12 +4471,12 @@ module Aws::WAFV2
4032
4471
  # rules that you define in the rule group.
4033
4472
  #
4034
4473
  # For information about customizing web requests and responses, see
4035
- # [Customizing web requests and responses in AWS WAF][1] in the [AWS WAF
4474
+ # [Customizing web requests and responses in WAF][1] in the [WAF
4036
4475
  # Developer Guide][2].
4037
4476
  #
4038
4477
  # For information about the limits on count and size for custom request
4039
- # and response settings, see [AWS WAF quotas][3] in the [AWS WAF
4040
- # Developer Guide][2].
4478
+ # and response settings, see [WAF quotas][3] in the [WAF Developer
4479
+ # Guide][2].
4041
4480
  #
4042
4481
  #
4043
4482
  #
@@ -4093,7 +4532,7 @@ module Aws::WAFV2
4093
4532
  # text_transformations: [ # required
4094
4533
  # {
4095
4534
  # priority: 1, # required
4096
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
4535
+ # type: "NONE", # required, accepts 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
4097
4536
  # },
4098
4537
  # ],
4099
4538
  # positional_constraint: "EXACTLY", # required, accepts EXACTLY, STARTS_WITH, ENDS_WITH, CONTAINS, CONTAINS_WORD
@@ -4129,7 +4568,7 @@ module Aws::WAFV2
4129
4568
  # text_transformations: [ # required
4130
4569
  # {
4131
4570
  # priority: 1, # required
4132
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
4571
+ # type: "NONE", # required, accepts 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
4133
4572
  # },
4134
4573
  # ],
4135
4574
  # },
@@ -4164,7 +4603,7 @@ module Aws::WAFV2
4164
4603
  # text_transformations: [ # required
4165
4604
  # {
4166
4605
  # priority: 1, # required
4167
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
4606
+ # type: "NONE", # required, accepts 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
4168
4607
  # },
4169
4608
  # ],
4170
4609
  # },
@@ -4201,7 +4640,7 @@ module Aws::WAFV2
4201
4640
  # text_transformations: [ # required
4202
4641
  # {
4203
4642
  # priority: 1, # required
4204
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
4643
+ # type: "NONE", # required, accepts 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
4205
4644
  # },
4206
4645
  # ],
4207
4646
  # },
@@ -4260,7 +4699,7 @@ module Aws::WAFV2
4260
4699
  # text_transformations: [ # required
4261
4700
  # {
4262
4701
  # priority: 1, # required
4263
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
4702
+ # type: "NONE", # required, accepts 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
4264
4703
  # },
4265
4704
  # ],
4266
4705
  # },
@@ -4302,6 +4741,13 @@ module Aws::WAFV2
4302
4741
  # name: "EntityName", # required
4303
4742
  # },
4304
4743
  # ],
4744
+ # scope_down_statement: {
4745
+ # # recursive Statement
4746
+ # },
4747
+ # },
4748
+ # label_match_statement: {
4749
+ # scope: "LABEL", # required, accepts LABEL, NAMESPACE
4750
+ # key: "LabelMatchKey", # required
4305
4751
  # },
4306
4752
  # },
4307
4753
  # action: {
@@ -4352,6 +4798,11 @@ module Aws::WAFV2
4352
4798
  # none: {
4353
4799
  # },
4354
4800
  # },
4801
+ # rule_labels: [
4802
+ # {
4803
+ # name: "LabelName", # required
4804
+ # },
4805
+ # ],
4355
4806
  # visibility_config: { # required
4356
4807
  # sampled_requests_enabled: false, # required
4357
4808
  # cloud_watch_metrics_enabled: false, # required
@@ -4388,25 +4839,34 @@ module Aws::WAFV2
4388
4839
 
4389
4840
  # Updates the specified WebACL.
4390
4841
  #
4391
- # A Web ACL defines a collection of rules to use to inspect and control
4842
+ # <note markdown="1"> This operation completely replaces the mutable specifications that you
4843
+ # already have for the web ACL with the ones that you provide to this
4844
+ # call. To modify the web ACL, retrieve it by calling GetWebACL, update
4845
+ # the settings as needed, and then provide the complete web ACL
4846
+ # specification to this call.
4847
+ #
4848
+ # </note>
4849
+ #
4850
+ # A web ACL defines a collection of rules to use to inspect and control
4392
4851
  # web requests. Each rule has an action defined (allow, block, or count)
4393
- # for requests that match the statement of the rule. In the Web ACL, you
4852
+ # for requests that match the statement of the rule. In the web ACL, you
4394
4853
  # assign a default action to take (allow, block) for any request that
4395
- # does not match any of the rules. The rules in a Web ACL can be a
4854
+ # does not match any of the rules. The rules in a web ACL can be a
4396
4855
  # combination of the types Rule, RuleGroup, and managed rule group. You
4397
- # can associate a Web ACL with one or more AWS resources to protect. The
4398
- # resources can be Amazon CloudFront, an Amazon API Gateway REST API, an
4399
- # Application Load Balancer, or an AWS AppSync GraphQL API.
4856
+ # can associate a web ACL with one or more Amazon Web Services resources
4857
+ # to protect. The resources can be an Amazon CloudFront distribution, an
4858
+ # Amazon API Gateway REST API, an Application Load Balancer, or an
4859
+ # AppSync GraphQL API.
4400
4860
  #
4401
4861
  # @option params [required, String] :name
4402
- # The name of the Web ACL. You cannot change the name of a Web ACL after
4862
+ # The name of the web ACL. You cannot change the name of a web ACL after
4403
4863
  # you create it.
4404
4864
  #
4405
4865
  # @option params [required, String] :scope
4406
- # Specifies whether this is for an AWS CloudFront distribution or for a
4407
- # regional application. A regional application can be an Application
4408
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
4409
- # API.
4866
+ # Specifies whether this is for an Amazon CloudFront distribution or for
4867
+ # a regional application. A regional application can be an Application
4868
+ # Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync
4869
+ # GraphQL API.
4410
4870
  #
4411
4871
  # To work with CloudFront, you must also specify the Region US East (N.
4412
4872
  # Virginia) as follows:
@@ -4417,7 +4877,7 @@ module Aws::WAFV2
4417
4877
  # * API and SDKs - For all calls, use the Region endpoint us-east-1.
4418
4878
  #
4419
4879
  # @option params [required, String] :id
4420
- # The unique identifier for the Web ACL. This ID is returned in the
4880
+ # The unique identifier for the web ACL. This ID is returned in the
4421
4881
  # responses to create and list commands. You provide it to operations
4422
4882
  # like update and delete.
4423
4883
  #
@@ -4426,27 +4886,27 @@ module Aws::WAFV2
4426
4886
  # match.
4427
4887
  #
4428
4888
  # @option params [String] :description
4429
- # A description of the Web ACL that helps with identification.
4889
+ # A description of the web ACL that helps with identification.
4430
4890
  #
4431
4891
  # @option params [Array<Types::Rule>] :rules
4432
4892
  # The Rule statements used to identify the web requests that you want to
4433
4893
  # allow, block, or count. Each rule includes one top-level statement
4434
- # that AWS WAF uses to identify matching web requests, and parameters
4435
- # that govern how AWS WAF handles them.
4894
+ # that WAF uses to identify matching web requests, and parameters that
4895
+ # govern how WAF handles them.
4436
4896
  #
4437
4897
  # @option params [required, Types::VisibilityConfig] :visibility_config
4438
4898
  # Defines and enables Amazon CloudWatch metrics and web request sample
4439
4899
  # collection.
4440
4900
  #
4441
4901
  # @option params [required, String] :lock_token
4442
- # A token used for optimistic locking. AWS WAF returns a token to your
4443
- # get and list requests, to mark the state of the entity at the time of
4444
- # the request. To make changes to the entity associated with the token,
4445
- # you provide the token to operations like update and delete. AWS WAF
4446
- # uses the token to ensure that no changes have been made to the entity
4447
- # since you last retrieved it. If a change has been made, the update
4448
- # fails with a `WAFOptimisticLockException`. If this happens, perform
4449
- # another get, and use the new token returned by that operation.
4902
+ # A token used for optimistic locking. WAF returns a token to your get
4903
+ # and list requests, to mark the state of the entity at the time of the
4904
+ # request. To make changes to the entity associated with the token, you
4905
+ # provide the token to operations like update and delete. WAF uses the
4906
+ # token to ensure that no changes have been made to the entity since you
4907
+ # last retrieved it. If a change has been made, the update fails with a
4908
+ # `WAFOptimisticLockException`. If this happens, perform another get,
4909
+ # and use the new token returned by that operation.
4450
4910
  #
4451
4911
  # @option params [Hash<String,Types::CustomResponseBody>] :custom_response_bodies
4452
4912
  # A map of custom response keys and content bodies. When you create a
@@ -4455,12 +4915,12 @@ module Aws::WAFV2
4455
4915
  # rules and default actions that you define in the web ACL.
4456
4916
  #
4457
4917
  # For information about customizing web requests and responses, see
4458
- # [Customizing web requests and responses in AWS WAF][1] in the [AWS WAF
4918
+ # [Customizing web requests and responses in WAF][1] in the [WAF
4459
4919
  # Developer Guide][2].
4460
4920
  #
4461
4921
  # For information about the limits on count and size for custom request
4462
- # and response settings, see [AWS WAF quotas][3] in the [AWS WAF
4463
- # Developer Guide][2].
4922
+ # and response settings, see [WAF quotas][3] in the [WAF Developer
4923
+ # Guide][2].
4464
4924
  #
4465
4925
  #
4466
4926
  #
@@ -4540,7 +5000,7 @@ module Aws::WAFV2
4540
5000
  # text_transformations: [ # required
4541
5001
  # {
4542
5002
  # priority: 1, # required
4543
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
5003
+ # type: "NONE", # required, accepts 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
4544
5004
  # },
4545
5005
  # ],
4546
5006
  # positional_constraint: "EXACTLY", # required, accepts EXACTLY, STARTS_WITH, ENDS_WITH, CONTAINS, CONTAINS_WORD
@@ -4576,7 +5036,7 @@ module Aws::WAFV2
4576
5036
  # text_transformations: [ # required
4577
5037
  # {
4578
5038
  # priority: 1, # required
4579
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
5039
+ # type: "NONE", # required, accepts 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
4580
5040
  # },
4581
5041
  # ],
4582
5042
  # },
@@ -4611,7 +5071,7 @@ module Aws::WAFV2
4611
5071
  # text_transformations: [ # required
4612
5072
  # {
4613
5073
  # priority: 1, # required
4614
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
5074
+ # type: "NONE", # required, accepts 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
4615
5075
  # },
4616
5076
  # ],
4617
5077
  # },
@@ -4648,7 +5108,7 @@ module Aws::WAFV2
4648
5108
  # text_transformations: [ # required
4649
5109
  # {
4650
5110
  # priority: 1, # required
4651
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
5111
+ # type: "NONE", # required, accepts 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
4652
5112
  # },
4653
5113
  # ],
4654
5114
  # },
@@ -4707,7 +5167,7 @@ module Aws::WAFV2
4707
5167
  # text_transformations: [ # required
4708
5168
  # {
4709
5169
  # priority: 1, # required
4710
- # type: "NONE", # required, accepts NONE, COMPRESS_WHITE_SPACE, HTML_ENTITY_DECODE, LOWERCASE, CMD_LINE, URL_DECODE
5170
+ # type: "NONE", # required, accepts 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
4711
5171
  # },
4712
5172
  # ],
4713
5173
  # },
@@ -4749,6 +5209,13 @@ module Aws::WAFV2
4749
5209
  # name: "EntityName", # required
4750
5210
  # },
4751
5211
  # ],
5212
+ # scope_down_statement: {
5213
+ # # recursive Statement
5214
+ # },
5215
+ # },
5216
+ # label_match_statement: {
5217
+ # scope: "LABEL", # required, accepts LABEL, NAMESPACE
5218
+ # key: "LabelMatchKey", # required
4752
5219
  # },
4753
5220
  # },
4754
5221
  # action: {
@@ -4799,6 +5266,11 @@ module Aws::WAFV2
4799
5266
  # none: {
4800
5267
  # },
4801
5268
  # },
5269
+ # rule_labels: [
5270
+ # {
5271
+ # name: "LabelName", # required
5272
+ # },
5273
+ # ],
4802
5274
  # visibility_config: { # required
4803
5275
  # sampled_requests_enabled: false, # required
4804
5276
  # cloud_watch_metrics_enabled: false, # required
@@ -4846,7 +5318,7 @@ module Aws::WAFV2
4846
5318
  params: params,
4847
5319
  config: config)
4848
5320
  context[:gem_name] = 'aws-sdk-wafv2'
4849
- context[:gem_version] = '1.19.0'
5321
+ context[:gem_version] = '1.23.0'
4850
5322
  Seahorse::Client::Request.new(handlers, context)
4851
5323
  end
4852
5324