aws-sdk-wafv2 1.20.0 → 1.21.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: 914fe89b9fd8171fa3998b11e7e8f9ece8a2a9da7e3a3134f3924100d27fdfce
4
- data.tar.gz: 8dbaaef7f63d07146314fba706c73cd9fbaf437ff4130b6ea2d2e854cd9c44b4
3
+ metadata.gz: 03cea6bbb6da24ce39010404e64a35e8d32b7b7b75d91ffb86e9ee3fe687c187
4
+ data.tar.gz: fa1c210b25c5458f3886ee35fbb2c6dc4593014444b6ad5491c6037887e07165
5
5
  SHA512:
6
- metadata.gz: 6c3d2c6f987e9a6636b8841e856ee6fa8c8981dc0a8dd42748a83a479b45d4b3a4515ec154a7d33c0c20ce3454c5ea77cc2cb7002d808a00ed98519f9bf63722
7
- data.tar.gz: 498615d70a7f274bd65f72009383d7668aa502af912cd7324862dbce9d417dcee98735de9e4e178445494c941e5566cd8139271187777b07aceeb29d9a5b762a
6
+ metadata.gz: 70f6b48885e636c56470e2f1e5c9d515a3d01b8f099651370e7673ce1af556faaafe5dcd6ac870f0b375a456c824e93deb2c8d397e5e0db331f090fc29d928bc
7
+ data.tar.gz: 9d84d94b8cc13570974ee3ff10e020723128679a80cd19f9758423a8691c296b97c0430ff5d2c7c1f583b9bf77d15e6d826419deb7738a6ab6b589646ed7b3a7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.0 (2021-06-24)
5
+ ------------------
6
+
7
+ * Feature - Added support for 15 new text transformation.
8
+
4
9
  1.20.0 (2021-04-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
1
+ 1.21.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.20.0'
51
+ GEM_VERSION = '1.21.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
  # },
@@ -761,7 +761,7 @@ module Aws::WAFV2
761
761
  # Creates an IPSet, which you use to identify web requests that
762
762
  # originate from specific IP addresses or ranges of IP addresses. For
763
763
  # example, if you're receiving a lot of requests from a ranges of IP
764
- # 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
765
765
  # lists those IP addresses.
766
766
  #
767
767
  # @option params [required, String] :name
@@ -769,10 +769,10 @@ module Aws::WAFV2
769
769
  # you create it.
770
770
  #
771
771
  # @option params [required, String] :scope
772
- # Specifies whether this is for an AWS CloudFront distribution or for a
773
- # regional application. A regional application can be an Application
774
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
775
- # 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.
776
776
  #
777
777
  # To work with CloudFront, you must also specify the Region US East (N.
778
778
  # Virginia) as follows:
@@ -791,26 +791,24 @@ module Aws::WAFV2
791
791
  # @option params [required, Array<String>] :addresses
792
792
  # Contains an array of strings that specify one or more IP addresses or
793
793
  # blocks of IP addresses in Classless Inter-Domain Routing (CIDR)
794
- # notation. AWS WAF supports all IPv4 and IPv6 CIDR ranges except for
795
- # /0.
794
+ # notation. WAF supports all IPv4 and IPv6 CIDR ranges except for /0.
796
795
  #
797
796
  # Examples:
798
797
  #
799
- # * To configure AWS WAF to allow, block, or count requests that
800
- # 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`.
801
800
  #
802
- # * To configure AWS WAF to allow, block, or count requests that
803
- # 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
804
803
  # `192.0.2.0/24`.
805
804
  #
806
- # * To configure AWS WAF to allow, block, or count requests that
807
- # originated from the IP address
808
- # 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
809
807
  # `1111:0000:0000:0000:0000:0000:0000:0111/128`.
810
808
  #
811
- # * To configure AWS WAF to allow, block, or count requests that
812
- # originated from IP addresses 1111:0000:0000:0000:0000:0000:0000:0000
813
- # 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
814
812
  # `1111:0000:0000:0000:0000:0000:0000:0000/64`.
815
813
  #
816
814
  # For more information about CIDR notation, see the Wikipedia entry
@@ -861,18 +859,18 @@ module Aws::WAFV2
861
859
  end
862
860
 
863
861
  # Creates a RegexPatternSet, which you reference in a
864
- # RegexPatternSetReferenceStatement, to have AWS WAF inspect a web
865
- # request component for the specified patterns.
862
+ # RegexPatternSetReferenceStatement, to have WAF inspect a web request
863
+ # component for the specified patterns.
866
864
  #
867
865
  # @option params [required, String] :name
868
866
  # The name of the set. You cannot change the name after you create the
869
867
  # set.
870
868
  #
871
869
  # @option params [required, String] :scope
872
- # Specifies whether this is for an AWS CloudFront distribution or for a
873
- # regional application. A regional application can be an Application
874
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
875
- # 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.
876
874
  #
877
875
  # To work with CloudFront, you must also specify the Region US East (N.
878
876
  # Virginia) as follows:
@@ -944,10 +942,10 @@ module Aws::WAFV2
944
942
  # after you create it.
945
943
  #
946
944
  # @option params [required, String] :scope
947
- # Specifies whether this is for an AWS CloudFront distribution or for a
948
- # regional application. A regional application can be an Application
949
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
950
- # 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.
951
949
  #
952
950
  # To work with CloudFront, you must also specify the Region US East (N.
953
951
  # Virginia) as follows:
@@ -962,17 +960,16 @@ module Aws::WAFV2
962
960
  #
963
961
  # When you create your own rule group, you define this, and you cannot
964
962
  # change it after creation. When you add or modify the rules in a rule
965
- # group, AWS WAF enforces this limit. You can check the capacity for a
966
- # set of rules using CheckCapacity.
967
- #
968
- # AWS WAF uses WCUs to calculate and control the operating resources
969
- # that are used to run your rules, rule groups, and web ACLs. AWS WAF
970
- # calculates capacity differently for each rule type, to reflect the
971
- # relative cost of each rule. Simple rules that cost little to run use
972
- # fewer WCUs than more complex rules that use more processing power.
973
- # Rule group capacity is fixed at creation, which helps users plan their
974
- # web ACL WCU usage when they use a rule group. The WCU limit for web
975
- # 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.
976
973
  #
977
974
  # @option params [String] :description
978
975
  # A description of the rule group that helps with identification.
@@ -980,8 +977,8 @@ module Aws::WAFV2
980
977
  # @option params [Array<Types::Rule>] :rules
981
978
  # The Rule statements used to identify the web requests that you want to
982
979
  # allow, block, or count. Each rule includes one top-level statement
983
- # that AWS WAF uses to identify matching web requests, and parameters
984
- # 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.
985
982
  #
986
983
  # @option params [required, Types::VisibilityConfig] :visibility_config
987
984
  # Defines and enables Amazon CloudWatch metrics and web request sample
@@ -997,12 +994,12 @@ module Aws::WAFV2
997
994
  # rules that you define in the rule group.
998
995
  #
999
996
  # For information about customizing web requests and responses, see
1000
- # [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
1001
998
  # Developer Guide][2].
1002
999
  #
1003
1000
  # For information about the limits on count and size for custom request
1004
- # and response settings, see [AWS WAF quotas][3] in the [AWS WAF
1005
- # Developer Guide][2].
1001
+ # and response settings, see [WAF quotas][3] in the [WAF Developer
1002
+ # Guide][2].
1006
1003
  #
1007
1004
  #
1008
1005
  #
@@ -1058,7 +1055,7 @@ module Aws::WAFV2
1058
1055
  # text_transformations: [ # required
1059
1056
  # {
1060
1057
  # priority: 1, # required
1061
- # 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
1062
1059
  # },
1063
1060
  # ],
1064
1061
  # positional_constraint: "EXACTLY", # required, accepts EXACTLY, STARTS_WITH, ENDS_WITH, CONTAINS, CONTAINS_WORD
@@ -1094,7 +1091,7 @@ module Aws::WAFV2
1094
1091
  # text_transformations: [ # required
1095
1092
  # {
1096
1093
  # priority: 1, # required
1097
- # 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
1098
1095
  # },
1099
1096
  # ],
1100
1097
  # },
@@ -1129,7 +1126,7 @@ module Aws::WAFV2
1129
1126
  # text_transformations: [ # required
1130
1127
  # {
1131
1128
  # priority: 1, # required
1132
- # 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
1133
1130
  # },
1134
1131
  # ],
1135
1132
  # },
@@ -1166,7 +1163,7 @@ module Aws::WAFV2
1166
1163
  # text_transformations: [ # required
1167
1164
  # {
1168
1165
  # priority: 1, # required
1169
- # 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
1170
1167
  # },
1171
1168
  # ],
1172
1169
  # },
@@ -1225,7 +1222,7 @@ module Aws::WAFV2
1225
1222
  # text_transformations: [ # required
1226
1223
  # {
1227
1224
  # priority: 1, # required
1228
- # 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
1229
1226
  # },
1230
1227
  # ],
1231
1228
  # },
@@ -1374,25 +1371,26 @@ module Aws::WAFV2
1374
1371
 
1375
1372
  # Creates a WebACL per the specifications provided.
1376
1373
  #
1377
- # 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
1378
1375
  # web requests. Each rule has an action defined (allow, block, or count)
1379
- # 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
1380
1377
  # assign a default action to take (allow, block) for any request that
1381
- # 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
1382
1379
  # combination of the types Rule, RuleGroup, and managed rule group. You
1383
- # can associate a Web ACL with one or more AWS resources to protect. The
1384
- # resources can be Amazon CloudFront, an Amazon API Gateway REST API, an
1385
- # 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.
1386
1384
  #
1387
1385
  # @option params [required, String] :name
1388
- # 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
1389
1387
  # you create it.
1390
1388
  #
1391
1389
  # @option params [required, String] :scope
1392
- # Specifies whether this is for an AWS CloudFront distribution or for a
1393
- # regional application. A regional application can be an Application
1394
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
1395
- # 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.
1396
1394
  #
1397
1395
  # To work with CloudFront, you must also specify the Region US East (N.
1398
1396
  # Virginia) as follows:
@@ -1407,13 +1405,13 @@ module Aws::WAFV2
1407
1405
  # match.
1408
1406
  #
1409
1407
  # @option params [String] :description
1410
- # A description of the Web ACL that helps with identification.
1408
+ # A description of the web ACL that helps with identification.
1411
1409
  #
1412
1410
  # @option params [Array<Types::Rule>] :rules
1413
1411
  # The Rule statements used to identify the web requests that you want to
1414
1412
  # allow, block, or count. Each rule includes one top-level statement
1415
- # that AWS WAF uses to identify matching web requests, and parameters
1416
- # 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.
1417
1415
  #
1418
1416
  # @option params [required, Types::VisibilityConfig] :visibility_config
1419
1417
  # Defines and enables Amazon CloudWatch metrics and web request sample
@@ -1429,12 +1427,12 @@ module Aws::WAFV2
1429
1427
  # rules and default actions that you define in the web ACL.
1430
1428
  #
1431
1429
  # For information about customizing web requests and responses, see
1432
- # [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
1433
1431
  # Developer Guide][2].
1434
1432
  #
1435
1433
  # For information about the limits on count and size for custom request
1436
- # and response settings, see [AWS WAF quotas][3] in the [AWS WAF
1437
- # Developer Guide][2].
1434
+ # and response settings, see [WAF quotas][3] in the [WAF Developer
1435
+ # Guide][2].
1438
1436
  #
1439
1437
  #
1440
1438
  #
@@ -1513,7 +1511,7 @@ module Aws::WAFV2
1513
1511
  # text_transformations: [ # required
1514
1512
  # {
1515
1513
  # priority: 1, # required
1516
- # 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
1517
1515
  # },
1518
1516
  # ],
1519
1517
  # positional_constraint: "EXACTLY", # required, accepts EXACTLY, STARTS_WITH, ENDS_WITH, CONTAINS, CONTAINS_WORD
@@ -1549,7 +1547,7 @@ module Aws::WAFV2
1549
1547
  # text_transformations: [ # required
1550
1548
  # {
1551
1549
  # priority: 1, # required
1552
- # 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
1553
1551
  # },
1554
1552
  # ],
1555
1553
  # },
@@ -1584,7 +1582,7 @@ module Aws::WAFV2
1584
1582
  # text_transformations: [ # required
1585
1583
  # {
1586
1584
  # priority: 1, # required
1587
- # 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
1588
1586
  # },
1589
1587
  # ],
1590
1588
  # },
@@ -1621,7 +1619,7 @@ module Aws::WAFV2
1621
1619
  # text_transformations: [ # required
1622
1620
  # {
1623
1621
  # priority: 1, # required
1624
- # 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
1625
1623
  # },
1626
1624
  # ],
1627
1625
  # },
@@ -1680,7 +1678,7 @@ module Aws::WAFV2
1680
1678
  # text_transformations: [ # required
1681
1679
  # {
1682
1680
  # priority: 1, # required
1683
- # 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
1684
1682
  # },
1685
1683
  # ],
1686
1684
  # },
@@ -1827,8 +1825,8 @@ module Aws::WAFV2
1827
1825
  req.send_request(options)
1828
1826
  end
1829
1827
 
1830
- # Deletes all rule groups that are managed by AWS Firewall Manager for
1831
- # the specified web ACL.
1828
+ # Deletes all rule groups that are managed by Firewall Manager for the
1829
+ # specified web ACL.
1832
1830
  #
1833
1831
  # You can only use this if `ManagedByFirewallManager` is false in the
1834
1832
  # specified WebACL.
@@ -1837,14 +1835,14 @@ module Aws::WAFV2
1837
1835
  # The Amazon Resource Name (ARN) of the web ACL.
1838
1836
  #
1839
1837
  # @option params [required, String] :web_acl_lock_token
1840
- # A token used for optimistic locking. AWS WAF returns a token to your
1841
- # get and list requests, to mark the state of the entity at the time of
1842
- # the request. To make changes to the entity associated with the token,
1843
- # you provide the token to operations like update and delete. AWS WAF
1844
- # uses the token to ensure that no changes have been made to the entity
1845
- # since you last retrieved it. If a change has been made, the update
1846
- # fails with a `WAFOptimisticLockException`. If this happens, perform
1847
- # 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.
1848
1846
  #
1849
1847
  # @return [Types::DeleteFirewallManagerRuleGroupsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1850
1848
  #
@@ -1877,10 +1875,10 @@ module Aws::WAFV2
1877
1875
  # you create it.
1878
1876
  #
1879
1877
  # @option params [required, String] :scope
1880
- # Specifies whether this is for an AWS CloudFront distribution or for a
1881
- # regional application. A regional application can be an Application
1882
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
1883
- # 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.
1884
1882
  #
1885
1883
  # To work with CloudFront, you must also specify the Region US East (N.
1886
1884
  # Virginia) as follows:
@@ -1896,14 +1894,14 @@ module Aws::WAFV2
1896
1894
  # and delete.
1897
1895
  #
1898
1896
  # @option params [required, String] :lock_token
1899
- # A token used for optimistic locking. AWS WAF returns a token to your
1900
- # get and list requests, to mark the state of the entity at the time of
1901
- # the request. To make changes to the entity associated with the token,
1902
- # you provide the token to operations like update and delete. AWS WAF
1903
- # uses the token to ensure that no changes have been made to the entity
1904
- # since you last retrieved it. If a change has been made, the update
1905
- # fails with a `WAFOptimisticLockException`. If this happens, perform
1906
- # 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.
1907
1905
  #
1908
1906
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1909
1907
  #
@@ -1982,10 +1980,10 @@ module Aws::WAFV2
1982
1980
  # set.
1983
1981
  #
1984
1982
  # @option params [required, String] :scope
1985
- # Specifies whether this is for an AWS CloudFront distribution or for a
1986
- # regional application. A regional application can be an Application
1987
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
1988
- # 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.
1989
1987
  #
1990
1988
  # To work with CloudFront, you must also specify the Region US East (N.
1991
1989
  # Virginia) as follows:
@@ -2001,14 +1999,14 @@ module Aws::WAFV2
2001
1999
  # and delete.
2002
2000
  #
2003
2001
  # @option params [required, String] :lock_token
2004
- # A token used for optimistic locking. AWS WAF returns a token to your
2005
- # get and list requests, to mark the state of the entity at the time of
2006
- # the request. To make changes to the entity associated with the token,
2007
- # you provide the token to operations like update and delete. AWS WAF
2008
- # uses the token to ensure that no changes have been made to the entity
2009
- # since you last retrieved it. If a change has been made, the update
2010
- # fails with a `WAFOptimisticLockException`. If this happens, perform
2011
- # 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.
2012
2010
  #
2013
2011
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2014
2012
  #
@@ -2037,10 +2035,10 @@ module Aws::WAFV2
2037
2035
  # after you create it.
2038
2036
  #
2039
2037
  # @option params [required, String] :scope
2040
- # Specifies whether this is for an AWS CloudFront distribution or for a
2041
- # regional application. A regional application can be an Application
2042
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
2043
- # 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.
2044
2042
  #
2045
2043
  # To work with CloudFront, you must also specify the Region US East (N.
2046
2044
  # Virginia) as follows:
@@ -2056,14 +2054,14 @@ module Aws::WAFV2
2056
2054
  # like update and delete.
2057
2055
  #
2058
2056
  # @option params [required, String] :lock_token
2059
- # A token used for optimistic locking. AWS WAF returns a token to your
2060
- # get and list requests, to mark the state of the entity at the time of
2061
- # the request. To make changes to the entity associated with the token,
2062
- # you provide the token to operations like update and delete. AWS WAF
2063
- # uses the token to ensure that no changes have been made to the entity
2064
- # since you last retrieved it. If a change has been made, the update
2065
- # fails with a `WAFOptimisticLockException`. If this happens, perform
2066
- # 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.
2067
2065
  #
2068
2066
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2069
2067
  #
@@ -2091,14 +2089,14 @@ module Aws::WAFV2
2091
2089
  # specified WebACL.
2092
2090
  #
2093
2091
  # @option params [required, String] :name
2094
- # 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
2095
2093
  # you create it.
2096
2094
  #
2097
2095
  # @option params [required, String] :scope
2098
- # Specifies whether this is for an AWS CloudFront distribution or for a
2099
- # regional application. A regional application can be an Application
2100
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
2101
- # 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.
2102
2100
  #
2103
2101
  # To work with CloudFront, you must also specify the Region US East (N.
2104
2102
  # Virginia) as follows:
@@ -2109,19 +2107,19 @@ module Aws::WAFV2
2109
2107
  # * API and SDKs - For all calls, use the Region endpoint us-east-1.
2110
2108
  #
2111
2109
  # @option params [required, String] :id
2112
- # 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
2113
2111
  # responses to create and list commands. You provide it to operations
2114
2112
  # like update and delete.
2115
2113
  #
2116
2114
  # @option params [required, String] :lock_token
2117
- # A token used for optimistic locking. AWS WAF returns a token to your
2118
- # get and list requests, to mark the state of the entity at the time of
2119
- # the request. To make changes to the entity associated with the token,
2120
- # you provide the token to operations like update and delete. AWS WAF
2121
- # uses the token to ensure that no changes have been made to the entity
2122
- # since you last retrieved it. If a change has been made, the update
2123
- # fails with a `WAFOptimisticLockException`. If this happens, perform
2124
- # 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.
2125
2123
  #
2126
2124
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2127
2125
  #
@@ -2155,10 +2153,10 @@ module Aws::WAFV2
2155
2153
  # vendor name, to identify the rule group.
2156
2154
  #
2157
2155
  # @option params [required, String] :scope
2158
- # Specifies whether this is for an AWS CloudFront distribution or for a
2159
- # regional application. A regional application can be an Application
2160
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
2161
- # 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.
2162
2160
  #
2163
2161
  # To work with CloudFront, you must also specify the Region US East (N.
2164
2162
  # Virginia) as follows:
@@ -2215,14 +2213,14 @@ module Aws::WAFV2
2215
2213
  req.send_request(options)
2216
2214
  end
2217
2215
 
2218
- # Disassociates a Web ACL from a regional application resource. A
2219
- # regional application can be an Application Load Balancer (ALB), an API
2220
- # 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.
2221
2219
  #
2222
- # For AWS CloudFront, don't use this call. Instead, use your CloudFront
2223
- # distribution configuration. To disassociate a Web ACL, provide an
2224
- # empty web ACL ID in the CloudFront call `UpdateDistribution`. For
2225
- # 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].
2226
2224
  #
2227
2225
  #
2228
2226
  #
@@ -2238,7 +2236,7 @@ module Aws::WAFV2
2238
2236
  # `arn:aws:elasticloadbalancing:region:account-id:loadbalancer/app/load-balancer-name/load-balancer-id
2239
2237
  # `
2240
2238
  #
2241
- # * For an API Gateway REST API:
2239
+ # * For an Amazon API Gateway REST API:
2242
2240
  # `arn:aws:apigateway:region::/restapis/api-id/stages/stage-name `
2243
2241
  #
2244
2242
  # * For an AppSync GraphQL API:
@@ -2268,10 +2266,10 @@ module Aws::WAFV2
2268
2266
  # you create it.
2269
2267
  #
2270
2268
  # @option params [required, String] :scope
2271
- # Specifies whether this is for an AWS CloudFront distribution or for a
2272
- # regional application. A regional application can be an Application
2273
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
2274
- # 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.
2275
2273
  #
2276
2274
  # To work with CloudFront, you must also specify the Region US East (N.
2277
2275
  # Virginia) as follows:
@@ -2402,10 +2400,10 @@ module Aws::WAFV2
2402
2400
  # rate limit, those with the highest rates are blocked.
2403
2401
  #
2404
2402
  # @option params [required, String] :scope
2405
- # Specifies whether this is for an AWS CloudFront distribution or for a
2406
- # regional application. A regional application can be an Application
2407
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
2408
- # 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.
2409
2407
  #
2410
2408
  # To work with CloudFront, you must also specify the Region US East (N.
2411
2409
  # Virginia) as follows:
@@ -2416,11 +2414,11 @@ module Aws::WAFV2
2416
2414
  # * API and SDKs - For all calls, use the Region endpoint us-east-1.
2417
2415
  #
2418
2416
  # @option params [required, String] :web_acl_name
2419
- # 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
2420
2418
  # you create it.
2421
2419
  #
2422
2420
  # @option params [required, String] :web_acl_id
2423
- # 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
2424
2422
  # responses to create and list commands. You provide it to operations
2425
2423
  # like update and delete.
2426
2424
  #
@@ -2466,10 +2464,10 @@ module Aws::WAFV2
2466
2464
  # set.
2467
2465
  #
2468
2466
  # @option params [required, String] :scope
2469
- # Specifies whether this is for an AWS CloudFront distribution or for a
2470
- # regional application. A regional application can be an Application
2471
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
2472
- # 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.
2473
2471
  #
2474
2472
  # To work with CloudFront, you must also specify the Region US East (N.
2475
2473
  # Virginia) as follows:
@@ -2518,15 +2516,15 @@ module Aws::WAFV2
2518
2516
 
2519
2517
  # Retrieves the specified RuleGroup.
2520
2518
  #
2521
- # @option params [required, String] :name
2519
+ # @option params [String] :name
2522
2520
  # The name of the rule group. You cannot change the name of a rule group
2523
2521
  # after you create it.
2524
2522
  #
2525
- # @option params [required, String] :scope
2526
- # Specifies whether this is for an AWS CloudFront distribution or for a
2527
- # regional application. A regional application can be an Application
2528
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
2529
- # 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.
2530
2528
  #
2531
2529
  # To work with CloudFront, you must also specify the Region US East (N.
2532
2530
  # Virginia) as follows:
@@ -2536,11 +2534,14 @@ module Aws::WAFV2
2536
2534
  #
2537
2535
  # * API and SDKs - For all calls, use the Region endpoint us-east-1.
2538
2536
  #
2539
- # @option params [required, String] :id
2537
+ # @option params [String] :id
2540
2538
  # A unique identifier for the rule group. This ID is returned in the
2541
2539
  # responses to create and list commands. You provide it to operations
2542
2540
  # like update and delete.
2543
2541
  #
2542
+ # @option params [String] :arn
2543
+ # The Amazon Resource Name (ARN) of the entity.
2544
+ #
2544
2545
  # @return [Types::GetRuleGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2545
2546
  #
2546
2547
  # * {Types::GetRuleGroupResponse#rule_group #rule_group} => Types::RuleGroup
@@ -2549,9 +2550,10 @@ module Aws::WAFV2
2549
2550
  # @example Request syntax with placeholder values
2550
2551
  #
2551
2552
  # resp = client.get_rule_group({
2552
- # name: "EntityName", # required
2553
- # scope: "CLOUDFRONT", # required, accepts CLOUDFRONT, REGIONAL
2554
- # id: "EntityId", # required
2553
+ # name: "EntityName",
2554
+ # scope: "CLOUDFRONT", # accepts CLOUDFRONT, REGIONAL
2555
+ # id: "EntityId",
2556
+ # arn: "ResourceArn",
2555
2557
  # })
2556
2558
  #
2557
2559
  # @example Response structure
@@ -2573,7 +2575,7 @@ module Aws::WAFV2
2573
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"
2574
2576
  # resp.rule_group.rules[0].statement.byte_match_statement.text_transformations #=> Array
2575
2577
  # resp.rule_group.rules[0].statement.byte_match_statement.text_transformations[0].priority #=> Integer
2576
- # 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"
2577
2579
  # resp.rule_group.rules[0].statement.byte_match_statement.positional_constraint #=> String, one of "EXACTLY", "STARTS_WITH", "ENDS_WITH", "CONTAINS", "CONTAINS_WORD"
2578
2580
  # resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.single_header.name #=> String
2579
2581
  # resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.single_query_argument.name #=> String
@@ -2583,7 +2585,7 @@ module Aws::WAFV2
2583
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"
2584
2586
  # resp.rule_group.rules[0].statement.sqli_match_statement.text_transformations #=> Array
2585
2587
  # resp.rule_group.rules[0].statement.sqli_match_statement.text_transformations[0].priority #=> Integer
2586
- # 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"
2587
2589
  # resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.single_header.name #=> String
2588
2590
  # resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.single_query_argument.name #=> String
2589
2591
  # resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
@@ -2592,7 +2594,7 @@ module Aws::WAFV2
2592
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"
2593
2595
  # resp.rule_group.rules[0].statement.xss_match_statement.text_transformations #=> Array
2594
2596
  # resp.rule_group.rules[0].statement.xss_match_statement.text_transformations[0].priority #=> Integer
2595
- # 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"
2596
2598
  # resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.single_header.name #=> String
2597
2599
  # resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.single_query_argument.name #=> String
2598
2600
  # resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
@@ -2603,7 +2605,7 @@ module Aws::WAFV2
2603
2605
  # resp.rule_group.rules[0].statement.size_constraint_statement.size #=> Integer
2604
2606
  # resp.rule_group.rules[0].statement.size_constraint_statement.text_transformations #=> Array
2605
2607
  # resp.rule_group.rules[0].statement.size_constraint_statement.text_transformations[0].priority #=> Integer
2606
- # 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"
2607
2609
  # resp.rule_group.rules[0].statement.geo_match_statement.country_codes #=> Array
2608
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"
2609
2611
  # resp.rule_group.rules[0].statement.geo_match_statement.forwarded_ip_config.header_name #=> String
@@ -2624,7 +2626,7 @@ module Aws::WAFV2
2624
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"
2625
2627
  # resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.text_transformations #=> Array
2626
2628
  # resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.text_transformations[0].priority #=> Integer
2627
- # 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"
2628
2630
  # resp.rule_group.rules[0].statement.rate_based_statement.limit #=> Integer
2629
2631
  # resp.rule_group.rules[0].statement.rate_based_statement.aggregate_key_type #=> String, one of "IP", "FORWARDED_IP"
2630
2632
  # resp.rule_group.rules[0].statement.rate_based_statement.scope_down_statement #=> Types::Statement
@@ -2684,17 +2686,17 @@ module Aws::WAFV2
2684
2686
  end
2685
2687
 
2686
2688
  # Gets detailed information about a specified number of requests--a
2687
- # sample--that AWS WAF randomly selects from among the first 5,000
2688
- # requests that your AWS resource received during a time range that you
2689
- # choose. You can specify a sample size of up to 500 requests, and you
2690
- # 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.
2691
2693
  #
2692
2694
  # `GetSampledRequests` returns a time range, which is usually the time
2693
2695
  # range that you specified. However, if your resource (such as a
2694
2696
  # CloudFront distribution) received 5,000 requests before the specified
2695
2697
  # time range elapsed, `GetSampledRequests` returns an updated time
2696
2698
  # range. This new time range indicates the actual period during which
2697
- # AWS WAF selected the requests in the sample.
2699
+ # WAF selected the requests in the sample.
2698
2700
  #
2699
2701
  # @option params [required, String] :web_acl_arn
2700
2702
  # The Amazon resource name (ARN) of the `WebACL` for which you want a
@@ -2705,10 +2707,10 @@ module Aws::WAFV2
2705
2707
  # want a sample of requests.
2706
2708
  #
2707
2709
  # @option params [required, String] :scope
2708
- # Specifies whether this is for an AWS CloudFront distribution or for a
2709
- # regional application. A regional application can be an Application
2710
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
2711
- # 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.
2712
2714
  #
2713
2715
  # To work with CloudFront, you must also specify the Region US East (N.
2714
2716
  # Virginia) as follows:
@@ -2725,14 +2727,14 @@ module Aws::WAFV2
2725
2727
  # UTC format includes the special designator, `Z`. For example,
2726
2728
  # `"2016-09-27T14:50Z"`. You can specify any time range in the previous
2727
2729
  # three hours. If you specify a start time that's earlier than three
2728
- # hours ago, AWS WAF sets it to three hours ago.
2730
+ # hours ago, WAF sets it to three hours ago.
2729
2731
  #
2730
2732
  # @option params [required, Integer] :max_items
2731
- # The number of requests that you want AWS WAF to return from among the
2732
- # first 5,000 requests that your AWS resource received during the time
2733
- # range. If your resource received fewer requests than the value of
2734
- # `MaxItems`, `GetSampledRequests` returns information about all of
2735
- # 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.
2736
2738
  #
2737
2739
  # @return [Types::GetSampledRequestsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2738
2740
  #
@@ -2790,14 +2792,14 @@ module Aws::WAFV2
2790
2792
  # Retrieves the specified WebACL.
2791
2793
  #
2792
2794
  # @option params [required, String] :name
2793
- # 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
2794
2796
  # you create it.
2795
2797
  #
2796
2798
  # @option params [required, String] :scope
2797
- # Specifies whether this is for an AWS CloudFront distribution or for a
2798
- # regional application. A regional application can be an Application
2799
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
2800
- # 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.
2801
2803
  #
2802
2804
  # To work with CloudFront, you must also specify the Region US East (N.
2803
2805
  # Virginia) as follows:
@@ -2808,7 +2810,7 @@ module Aws::WAFV2
2808
2810
  # * API and SDKs - For all calls, use the Region endpoint us-east-1.
2809
2811
  #
2810
2812
  # @option params [required, String] :id
2811
- # 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
2812
2814
  # responses to create and list commands. You provide it to operations
2813
2815
  # like update and delete.
2814
2816
  #
@@ -2851,7 +2853,7 @@ module Aws::WAFV2
2851
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"
2852
2854
  # resp.web_acl.rules[0].statement.byte_match_statement.text_transformations #=> Array
2853
2855
  # resp.web_acl.rules[0].statement.byte_match_statement.text_transformations[0].priority #=> Integer
2854
- # 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"
2855
2857
  # resp.web_acl.rules[0].statement.byte_match_statement.positional_constraint #=> String, one of "EXACTLY", "STARTS_WITH", "ENDS_WITH", "CONTAINS", "CONTAINS_WORD"
2856
2858
  # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.single_header.name #=> String
2857
2859
  # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.single_query_argument.name #=> String
@@ -2861,7 +2863,7 @@ module Aws::WAFV2
2861
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"
2862
2864
  # resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations #=> Array
2863
2865
  # resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations[0].priority #=> Integer
2864
- # 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"
2865
2867
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.single_header.name #=> String
2866
2868
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.single_query_argument.name #=> String
2867
2869
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
@@ -2870,7 +2872,7 @@ module Aws::WAFV2
2870
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"
2871
2873
  # resp.web_acl.rules[0].statement.xss_match_statement.text_transformations #=> Array
2872
2874
  # resp.web_acl.rules[0].statement.xss_match_statement.text_transformations[0].priority #=> Integer
2873
- # 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"
2874
2876
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.single_header.name #=> String
2875
2877
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.single_query_argument.name #=> String
2876
2878
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
@@ -2881,7 +2883,7 @@ module Aws::WAFV2
2881
2883
  # resp.web_acl.rules[0].statement.size_constraint_statement.size #=> Integer
2882
2884
  # resp.web_acl.rules[0].statement.size_constraint_statement.text_transformations #=> Array
2883
2885
  # resp.web_acl.rules[0].statement.size_constraint_statement.text_transformations[0].priority #=> Integer
2884
- # 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"
2885
2887
  # resp.web_acl.rules[0].statement.geo_match_statement.country_codes #=> Array
2886
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"
2887
2889
  # resp.web_acl.rules[0].statement.geo_match_statement.forwarded_ip_config.header_name #=> String
@@ -2902,7 +2904,7 @@ module Aws::WAFV2
2902
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"
2903
2905
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations #=> Array
2904
2906
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations[0].priority #=> Integer
2905
- # 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"
2906
2908
  # resp.web_acl.rules[0].statement.rate_based_statement.limit #=> Integer
2907
2909
  # resp.web_acl.rules[0].statement.rate_based_statement.aggregate_key_type #=> String, one of "IP", "FORWARDED_IP"
2908
2910
  # resp.web_acl.rules[0].statement.rate_based_statement.scope_down_statement #=> Types::Statement
@@ -2959,7 +2961,7 @@ module Aws::WAFV2
2959
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"
2960
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
2961
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
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[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
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"
2963
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"
2964
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
2965
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
@@ -2969,7 +2971,7 @@ module Aws::WAFV2
2969
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"
2970
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
2971
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
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[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
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"
2973
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
2974
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
2975
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,7 +2980,7 @@ module Aws::WAFV2
2978
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"
2979
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
2980
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
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[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
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"
2982
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
2983
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
2984
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
@@ -2989,7 +2991,7 @@ module Aws::WAFV2
2989
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
2990
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
2991
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
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[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
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"
2993
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
2994
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"
2995
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
@@ -3010,7 +3012,7 @@ module Aws::WAFV2
3010
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"
3011
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
3012
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
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[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
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"
3014
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
3015
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"
3016
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
@@ -3049,7 +3051,7 @@ module Aws::WAFV2
3049
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"
3050
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
3051
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
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[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
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"
3053
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"
3054
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
3055
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
@@ -3059,7 +3061,7 @@ module Aws::WAFV2
3059
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"
3060
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
3061
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
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[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
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"
3063
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
3064
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
3065
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,7 +3070,7 @@ module Aws::WAFV2
3068
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"
3069
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
3070
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
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[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
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"
3072
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
3073
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
3074
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
@@ -3079,7 +3081,7 @@ module Aws::WAFV2
3079
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
3080
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
3081
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
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[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
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"
3083
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
3084
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"
3085
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
@@ -3100,7 +3102,7 @@ module Aws::WAFV2
3100
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"
3101
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
3102
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
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[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
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"
3104
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
3105
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"
3106
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
@@ -3180,7 +3182,7 @@ module Aws::WAFV2
3180
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"
3181
3183
  # resp.web_acl.rules[0].statement.byte_match_statement.text_transformations #=> Array
3182
3184
  # resp.web_acl.rules[0].statement.byte_match_statement.text_transformations[0].priority #=> Integer
3183
- # 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"
3184
3186
  # resp.web_acl.rules[0].statement.byte_match_statement.positional_constraint #=> String, one of "EXACTLY", "STARTS_WITH", "ENDS_WITH", "CONTAINS", "CONTAINS_WORD"
3185
3187
  # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.single_header.name #=> String
3186
3188
  # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.single_query_argument.name #=> String
@@ -3190,7 +3192,7 @@ module Aws::WAFV2
3190
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"
3191
3193
  # resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations #=> Array
3192
3194
  # resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations[0].priority #=> Integer
3193
- # 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"
3194
3196
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.single_header.name #=> String
3195
3197
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.single_query_argument.name #=> String
3196
3198
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
@@ -3199,7 +3201,7 @@ module Aws::WAFV2
3199
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"
3200
3202
  # resp.web_acl.rules[0].statement.xss_match_statement.text_transformations #=> Array
3201
3203
  # resp.web_acl.rules[0].statement.xss_match_statement.text_transformations[0].priority #=> Integer
3202
- # 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"
3203
3205
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.single_header.name #=> String
3204
3206
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.single_query_argument.name #=> String
3205
3207
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
@@ -3210,7 +3212,7 @@ module Aws::WAFV2
3210
3212
  # resp.web_acl.rules[0].statement.size_constraint_statement.size #=> Integer
3211
3213
  # resp.web_acl.rules[0].statement.size_constraint_statement.text_transformations #=> Array
3212
3214
  # resp.web_acl.rules[0].statement.size_constraint_statement.text_transformations[0].priority #=> Integer
3213
- # 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"
3214
3216
  # resp.web_acl.rules[0].statement.geo_match_statement.country_codes #=> Array
3215
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"
3216
3218
  # resp.web_acl.rules[0].statement.geo_match_statement.forwarded_ip_config.header_name #=> String
@@ -3231,7 +3233,7 @@ module Aws::WAFV2
3231
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"
3232
3234
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations #=> Array
3233
3235
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations[0].priority #=> Integer
3234
- # 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"
3235
3237
  # resp.web_acl.rules[0].statement.rate_based_statement.limit #=> Integer
3236
3238
  # resp.web_acl.rules[0].statement.rate_based_statement.aggregate_key_type #=> String, one of "IP", "FORWARDED_IP"
3237
3239
  # resp.web_acl.rules[0].statement.rate_based_statement.scope_down_statement #=> Types::Statement
@@ -3288,7 +3290,7 @@ module Aws::WAFV2
3288
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"
3289
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
3290
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
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[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
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"
3292
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"
3293
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
3294
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
@@ -3298,7 +3300,7 @@ module Aws::WAFV2
3298
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"
3299
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
3300
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
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[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
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"
3302
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
3303
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
3304
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,7 +3309,7 @@ module Aws::WAFV2
3307
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"
3308
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
3309
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
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[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
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"
3311
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
3312
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
3313
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
@@ -3318,7 +3320,7 @@ module Aws::WAFV2
3318
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
3319
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
3320
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
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[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
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"
3322
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
3323
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"
3324
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
@@ -3339,7 +3341,7 @@ module Aws::WAFV2
3339
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"
3340
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
3341
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
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[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
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"
3343
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
3344
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"
3345
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
@@ -3378,7 +3380,7 @@ module Aws::WAFV2
3378
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"
3379
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
3380
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
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[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
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"
3382
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"
3383
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
3384
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
@@ -3388,7 +3390,7 @@ module Aws::WAFV2
3388
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"
3389
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
3390
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
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[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
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"
3392
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
3393
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
3394
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,7 +3399,7 @@ module Aws::WAFV2
3397
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"
3398
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
3399
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
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[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
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"
3401
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
3402
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
3403
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
@@ -3408,7 +3410,7 @@ module Aws::WAFV2
3408
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
3409
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
3410
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
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[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
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"
3412
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
3413
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"
3414
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
@@ -3429,7 +3431,7 @@ module Aws::WAFV2
3429
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"
3430
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
3431
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
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[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE"
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"
3433
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
3434
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"
3435
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
@@ -3468,14 +3470,15 @@ module Aws::WAFV2
3468
3470
  end
3469
3471
 
3470
3472
  # Retrieves an array of managed rule groups that are available for you
3471
- # to use. This list includes all AWS Managed Rules rule groups and the
3472
- # 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.
3473
3476
  #
3474
3477
  # @option params [required, String] :scope
3475
- # Specifies whether this is for an AWS CloudFront distribution or for a
3476
- # regional application. A regional application can be an Application
3477
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
3478
- # 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.
3479
3482
  #
3480
3483
  # To work with CloudFront, you must also specify the Region US East (N.
3481
3484
  # Virginia) as follows:
@@ -3488,15 +3491,15 @@ module Aws::WAFV2
3488
3491
  # @option params [String] :next_marker
3489
3492
  # When you request a list of objects with a `Limit` setting, if the
3490
3493
  # number of objects that are still available for retrieval exceeds the
3491
- # limit, AWS WAF returns a `NextMarker` value in the response. To
3492
- # retrieve the next batch of objects, provide the marker from the prior
3493
- # 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.
3494
3497
  #
3495
3498
  # @option params [Integer] :limit
3496
- # The maximum number of objects that you want AWS WAF to return for this
3497
- # request. If more objects are available, in the response, AWS WAF
3498
- # provides a `NextMarker` value that you can use in a subsequent call to
3499
- # 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.
3500
3503
  #
3501
3504
  # @return [Types::ListAvailableManagedRuleGroupsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3502
3505
  #
@@ -3532,10 +3535,10 @@ module Aws::WAFV2
3532
3535
  # manage.
3533
3536
  #
3534
3537
  # @option params [required, String] :scope
3535
- # Specifies whether this is for an AWS CloudFront distribution or for a
3536
- # regional application. A regional application can be an Application
3537
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
3538
- # 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.
3539
3542
  #
3540
3543
  # To work with CloudFront, you must also specify the Region US East (N.
3541
3544
  # Virginia) as follows:
@@ -3548,15 +3551,15 @@ module Aws::WAFV2
3548
3551
  # @option params [String] :next_marker
3549
3552
  # When you request a list of objects with a `Limit` setting, if the
3550
3553
  # number of objects that are still available for retrieval exceeds the
3551
- # limit, AWS WAF returns a `NextMarker` value in the response. To
3552
- # retrieve the next batch of objects, provide the marker from the prior
3553
- # 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.
3554
3557
  #
3555
3558
  # @option params [Integer] :limit
3556
- # The maximum number of objects that you want AWS WAF to return for this
3557
- # request. If more objects are available, in the response, AWS WAF
3558
- # provides a `NextMarker` value that you can use in a subsequent call to
3559
- # 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.
3560
3563
  #
3561
3564
  # @return [Types::ListIPSetsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3562
3565
  #
@@ -3593,10 +3596,10 @@ module Aws::WAFV2
3593
3596
  # Retrieves an array of your LoggingConfiguration objects.
3594
3597
  #
3595
3598
  # @option params [String] :scope
3596
- # Specifies whether this is for an AWS CloudFront distribution or for a
3597
- # regional application. A regional application can be an Application
3598
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
3599
- # 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.
3600
3603
  #
3601
3604
  # To work with CloudFront, you must also specify the Region US East (N.
3602
3605
  # Virginia) as follows:
@@ -3609,15 +3612,15 @@ module Aws::WAFV2
3609
3612
  # @option params [String] :next_marker
3610
3613
  # When you request a list of objects with a `Limit` setting, if the
3611
3614
  # number of objects that are still available for retrieval exceeds the
3612
- # limit, AWS WAF returns a `NextMarker` value in the response. To
3613
- # retrieve the next batch of objects, provide the marker from the prior
3614
- # 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.
3615
3618
  #
3616
3619
  # @option params [Integer] :limit
3617
- # The maximum number of objects that you want AWS WAF to return for this
3618
- # request. If more objects are available, in the response, AWS WAF
3619
- # provides a `NextMarker` value that you can use in a subsequent call to
3620
- # 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.
3621
3624
  #
3622
3625
  # @return [Types::ListLoggingConfigurationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3623
3626
  #
@@ -3668,10 +3671,10 @@ module Aws::WAFV2
3668
3671
  # pattern sets that you manage.
3669
3672
  #
3670
3673
  # @option params [required, String] :scope
3671
- # Specifies whether this is for an AWS CloudFront distribution or for a
3672
- # regional application. A regional application can be an Application
3673
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
3674
- # 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.
3675
3678
  #
3676
3679
  # To work with CloudFront, you must also specify the Region US East (N.
3677
3680
  # Virginia) as follows:
@@ -3684,15 +3687,15 @@ module Aws::WAFV2
3684
3687
  # @option params [String] :next_marker
3685
3688
  # When you request a list of objects with a `Limit` setting, if the
3686
3689
  # number of objects that are still available for retrieval exceeds the
3687
- # limit, AWS WAF returns a `NextMarker` value in the response. To
3688
- # retrieve the next batch of objects, provide the marker from the prior
3689
- # 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.
3690
3693
  #
3691
3694
  # @option params [Integer] :limit
3692
- # The maximum number of objects that you want AWS WAF to return for this
3693
- # request. If more objects are available, in the response, AWS WAF
3694
- # provides a `NextMarker` value that you can use in a subsequent call to
3695
- # 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.
3696
3699
  #
3697
3700
  # @return [Types::ListRegexPatternSetsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3698
3701
  #
@@ -3728,16 +3731,16 @@ module Aws::WAFV2
3728
3731
 
3729
3732
  # Retrieves an array of the Amazon Resource Names (ARNs) for the
3730
3733
  # regional resources that are associated with the specified web ACL. If
3731
- # you want the list of AWS CloudFront resources, use the AWS CloudFront
3734
+ # you want the list of Amazon CloudFront resources, use the CloudFront
3732
3735
  # call `ListDistributionsByWebACLId`.
3733
3736
  #
3734
3737
  # @option params [required, String] :web_acl_arn
3735
- # The Amazon Resource Name (ARN) of the Web ACL.
3738
+ # The Amazon Resource Name (ARN) of the web ACL.
3736
3739
  #
3737
3740
  # @option params [String] :resource_type
3738
3741
  # Used for web ACLs that are scoped for regional applications. A
3739
- # regional application can be an Application Load Balancer (ALB), an API
3740
- # 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.
3741
3744
  #
3742
3745
  # @return [Types::ListResourcesForWebACLResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3743
3746
  #
@@ -3768,10 +3771,10 @@ module Aws::WAFV2
3768
3771
  # that you manage.
3769
3772
  #
3770
3773
  # @option params [required, String] :scope
3771
- # Specifies whether this is for an AWS CloudFront distribution or for a
3772
- # regional application. A regional application can be an Application
3773
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
3774
- # 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.
3775
3778
  #
3776
3779
  # To work with CloudFront, you must also specify the Region US East (N.
3777
3780
  # Virginia) as follows:
@@ -3784,15 +3787,15 @@ module Aws::WAFV2
3784
3787
  # @option params [String] :next_marker
3785
3788
  # When you request a list of objects with a `Limit` setting, if the
3786
3789
  # number of objects that are still available for retrieval exceeds the
3787
- # limit, AWS WAF returns a `NextMarker` value in the response. To
3788
- # retrieve the next batch of objects, provide the marker from the prior
3789
- # 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.
3790
3793
  #
3791
3794
  # @option params [Integer] :limit
3792
- # The maximum number of objects that you want AWS WAF to return for this
3793
- # request. If more objects are available, in the response, AWS WAF
3794
- # provides a `NextMarker` value that you can use in a subsequent call to
3795
- # 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.
3796
3799
  #
3797
3800
  # @return [Types::ListRuleGroupsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3798
3801
  #
@@ -3830,25 +3833,25 @@ module Aws::WAFV2
3830
3833
  # key:value pairs that you can use to categorize and manage your
3831
3834
  # resources, for purposes like billing. For example, you might set the
3832
3835
  # tag key to "customer" and the value to the customer name or ID. You
3833
- # can specify one or more tags to add to each AWS resource, up to 50
3834
- # 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.
3835
3838
  #
3836
- # You can tag the AWS resources that you manage through AWS WAF: web
3837
- # ACLs, rule groups, IP sets, and regex pattern sets. You can't manage
3838
- # 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.
3839
3842
  #
3840
3843
  # @option params [String] :next_marker
3841
3844
  # When you request a list of objects with a `Limit` setting, if the
3842
3845
  # number of objects that are still available for retrieval exceeds the
3843
- # limit, AWS WAF returns a `NextMarker` value in the response. To
3844
- # retrieve the next batch of objects, provide the marker from the prior
3845
- # 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.
3846
3849
  #
3847
3850
  # @option params [Integer] :limit
3848
- # The maximum number of objects that you want AWS WAF to return for this
3849
- # request. If more objects are available, in the response, AWS WAF
3850
- # provides a `NextMarker` value that you can use in a subsequent call to
3851
- # 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.
3852
3855
  #
3853
3856
  # @option params [required, String] :resource_arn
3854
3857
  # The Amazon Resource Name (ARN) of the resource.
@@ -3887,10 +3890,10 @@ module Aws::WAFV2
3887
3890
  # manage.
3888
3891
  #
3889
3892
  # @option params [required, String] :scope
3890
- # Specifies whether this is for an AWS CloudFront distribution or for a
3891
- # regional application. A regional application can be an Application
3892
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
3893
- # 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.
3894
3897
  #
3895
3898
  # To work with CloudFront, you must also specify the Region US East (N.
3896
3899
  # Virginia) as follows:
@@ -3903,15 +3906,15 @@ module Aws::WAFV2
3903
3906
  # @option params [String] :next_marker
3904
3907
  # When you request a list of objects with a `Limit` setting, if the
3905
3908
  # number of objects that are still available for retrieval exceeds the
3906
- # limit, AWS WAF returns a `NextMarker` value in the response. To
3907
- # retrieve the next batch of objects, provide the marker from the prior
3908
- # 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.
3909
3912
  #
3910
3913
  # @option params [Integer] :limit
3911
- # The maximum number of objects that you want AWS WAF to return for this
3912
- # request. If more objects are available, in the response, AWS WAF
3913
- # provides a `NextMarker` value that you can use in a subsequent call to
3914
- # 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.
3915
3918
  #
3916
3919
  # @return [Types::ListWebACLsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3917
3920
  #
@@ -3948,8 +3951,8 @@ module Aws::WAFV2
3948
3951
  # Enables the specified LoggingConfiguration, to start logging from a
3949
3952
  # web ACL, according to the configuration provided.
3950
3953
  #
3951
- # You can access information about all traffic that AWS WAF inspects
3952
- # using the following steps:
3954
+ # You can access information about all traffic that WAF inspects using
3955
+ # the following steps:
3953
3956
  #
3954
3957
  # 1. Create an Amazon Kinesis Data Firehose.
3955
3958
  #
@@ -3969,10 +3972,19 @@ module Aws::WAFV2
3969
3972
  # `PutLoggingConfiguration` request.
3970
3973
  #
3971
3974
  # When you successfully enable logging using a `PutLoggingConfiguration`
3972
- # request, AWS WAF will create a service linked role with the necessary
3975
+ # request, WAF will create a service linked role with the necessary
3973
3976
  # permissions to write logs to the Amazon Kinesis Data Firehose. For
3974
3977
  # more information, see [Logging Web ACL Traffic Information][1] in the
3975
- # *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>
3976
3988
  #
3977
3989
  #
3978
3990
  #
@@ -4083,7 +4095,7 @@ module Aws::WAFV2
4083
4095
  # request.
4084
4096
  #
4085
4097
  # * The ARN in the request must be a valid WAF RuleGroup ARN and the
4086
- # rule group must exist in the same region.
4098
+ # rule group must exist in the same Region.
4087
4099
  #
4088
4100
  # * The user making the request must be the owner of the rule group.
4089
4101
  #
@@ -4105,7 +4117,7 @@ module Aws::WAFV2
4105
4117
  # * `Effect` must specify `Allow`.
4106
4118
  #
4107
4119
  # * `Action` must specify `wafv2:CreateWebACL`, `wafv2:UpdateWebACL`,
4108
- # and `wafv2:PutFirewallManagerRuleGroups`. AWS WAF rejects any extra
4120
+ # and `wafv2:PutFirewallManagerRuleGroups`. WAF rejects any extra
4109
4121
  # actions or wildcard actions in the policy.
4110
4122
  #
4111
4123
  # * The policy must not include a `Resource` parameter.
@@ -4134,16 +4146,16 @@ module Aws::WAFV2
4134
4146
  req.send_request(options)
4135
4147
  end
4136
4148
 
4137
- # Associates tags with the specified AWS resource. Tags are key:value
4138
- # pairs that you can use to categorize and manage your resources, for
4139
- # purposes like billing. For example, you might set the tag key to
4140
- # "customer" and the value to the customer name or ID. You can specify
4141
- # one or more tags to add to each AWS resource, up to 50 tags for a
4142
- # 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.
4143
4155
  #
4144
- # You can tag the AWS resources that you manage through AWS WAF: web
4145
- # ACLs, rule groups, IP sets, and regex pattern sets. You can't manage
4146
- # 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.
4147
4159
  #
4148
4160
  # @option params [required, String] :resource_arn
4149
4161
  # The Amazon Resource Name (ARN) of the resource.
@@ -4174,11 +4186,12 @@ module Aws::WAFV2
4174
4186
  req.send_request(options)
4175
4187
  end
4176
4188
 
4177
- # Disassociates tags from an AWS resource. Tags are key:value pairs that
4178
- # you can associate with AWS resources. For example, the tag key might
4179
- # be "customer" and the tag value might be "companyA." You can
4180
- # specify one or more tags to add to each container. You can add up to
4181
- # 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.
4182
4195
  #
4183
4196
  # @option params [required, String] :resource_arn
4184
4197
  # The Amazon Resource Name (ARN) of the resource.
@@ -4207,11 +4220,11 @@ module Aws::WAFV2
4207
4220
 
4208
4221
  # Updates the specified IPSet.
4209
4222
  #
4210
- # <note markdown="1"> This operation completely replaces any IP address specifications that
4211
- # you already have in the IP set with the ones that you provide to this
4212
- # call. If you want to add to or modify the addresses that are already
4213
- # in the IP set, retrieve those by calling GetIPSet, update them, and
4214
- # provide the complete updated array of IP addresses to this call.
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.
4215
4228
  #
4216
4229
  # </note>
4217
4230
  #
@@ -4220,10 +4233,10 @@ module Aws::WAFV2
4220
4233
  # you create it.
4221
4234
  #
4222
4235
  # @option params [required, String] :scope
4223
- # Specifies whether this is for an AWS CloudFront distribution or for a
4224
- # regional application. A regional application can be an Application
4225
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
4226
- # 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.
4227
4240
  #
4228
4241
  # To work with CloudFront, you must also specify the Region US East (N.
4229
4242
  # Virginia) as follows:
@@ -4244,26 +4257,24 @@ module Aws::WAFV2
4244
4257
  # @option params [required, Array<String>] :addresses
4245
4258
  # Contains an array of strings that specify one or more IP addresses or
4246
4259
  # blocks of IP addresses in Classless Inter-Domain Routing (CIDR)
4247
- # notation. AWS WAF supports all IPv4 and IPv6 CIDR ranges except for
4248
- # /0.
4260
+ # notation. WAF supports all IPv4 and IPv6 CIDR ranges except for /0.
4249
4261
  #
4250
4262
  # Examples:
4251
4263
  #
4252
- # * To configure AWS WAF to allow, block, or count requests that
4253
- # 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`.
4254
4266
  #
4255
- # * To configure AWS WAF to allow, block, or count requests that
4256
- # 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
4257
4269
  # `192.0.2.0/24`.
4258
4270
  #
4259
- # * To configure AWS WAF to allow, block, or count requests that
4260
- # originated from the IP address
4261
- # 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
4262
4273
  # `1111:0000:0000:0000:0000:0000:0000:0111/128`.
4263
4274
  #
4264
- # * To configure AWS WAF to allow, block, or count requests that
4265
- # originated from IP addresses 1111:0000:0000:0000:0000:0000:0000:0000
4266
- # 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
4267
4278
  # `1111:0000:0000:0000:0000:0000:0000:0000/64`.
4268
4279
  #
4269
4280
  # For more information about CIDR notation, see the Wikipedia entry
@@ -4274,14 +4285,14 @@ module Aws::WAFV2
4274
4285
  # [1]: https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing
4275
4286
  #
4276
4287
  # @option params [required, String] :lock_token
4277
- # A token used for optimistic locking. AWS WAF returns a token to your
4278
- # get and list requests, to mark the state of the entity at the time of
4279
- # the request. To make changes to the entity associated with the token,
4280
- # you provide the token to operations like update and delete. AWS WAF
4281
- # uses the token to ensure that no changes have been made to the entity
4282
- # since you last retrieved it. If a change has been made, the update
4283
- # fails with a `WAFOptimisticLockException`. If this happens, perform
4284
- # 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.
4285
4296
  #
4286
4297
  # @return [Types::UpdateIPSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4287
4298
  #
@@ -4313,15 +4324,23 @@ module Aws::WAFV2
4313
4324
 
4314
4325
  # Updates the specified RegexPatternSet.
4315
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
+ #
4316
4335
  # @option params [required, String] :name
4317
4336
  # The name of the set. You cannot change the name after you create the
4318
4337
  # set.
4319
4338
  #
4320
4339
  # @option params [required, String] :scope
4321
- # Specifies whether this is for an AWS CloudFront distribution or for a
4322
- # regional application. A regional application can be an Application
4323
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
4324
- # 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.
4325
4344
  #
4326
4345
  # To work with CloudFront, you must also specify the Region US East (N.
4327
4346
  # Virginia) as follows:
@@ -4342,14 +4361,14 @@ module Aws::WAFV2
4342
4361
  # @option params [required, Array<Types::Regex>] :regular_expression_list
4343
4362
  #
4344
4363
  # @option params [required, String] :lock_token
4345
- # A token used for optimistic locking. AWS WAF returns a token to your
4346
- # get and list requests, to mark the state of the entity at the time of
4347
- # the request. To make changes to the entity associated with the token,
4348
- # you provide the token to operations like update and delete. AWS WAF
4349
- # uses the token to ensure that no changes have been made to the entity
4350
- # since you last retrieved it. If a change has been made, the update
4351
- # fails with a `WAFOptimisticLockException`. If this happens, perform
4352
- # 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.
4353
4372
  #
4354
4373
  # @return [Types::UpdateRegexPatternSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4355
4374
  #
@@ -4385,6 +4404,14 @@ module Aws::WAFV2
4385
4404
 
4386
4405
  # Updates the specified RuleGroup.
4387
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
+ #
4388
4415
  # A rule group defines a collection of rules to inspect and control web
4389
4416
  # requests that you can use in a WebACL. When you create a rule group,
4390
4417
  # you define an immutable capacity limit. If you update a rule group,
@@ -4396,10 +4423,10 @@ module Aws::WAFV2
4396
4423
  # after you create it.
4397
4424
  #
4398
4425
  # @option params [required, String] :scope
4399
- # Specifies whether this is for an AWS CloudFront distribution or for a
4400
- # regional application. A regional application can be an Application
4401
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
4402
- # 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.
4403
4430
  #
4404
4431
  # To work with CloudFront, you must also specify the Region US East (N.
4405
4432
  # Virginia) as follows:
@@ -4420,22 +4447,22 @@ module Aws::WAFV2
4420
4447
  # @option params [Array<Types::Rule>] :rules
4421
4448
  # The Rule statements used to identify the web requests that you want to
4422
4449
  # allow, block, or count. Each rule includes one top-level statement
4423
- # that AWS WAF uses to identify matching web requests, and parameters
4424
- # 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.
4425
4452
  #
4426
4453
  # @option params [required, Types::VisibilityConfig] :visibility_config
4427
4454
  # Defines and enables Amazon CloudWatch metrics and web request sample
4428
4455
  # collection.
4429
4456
  #
4430
4457
  # @option params [required, String] :lock_token
4431
- # A token used for optimistic locking. AWS WAF returns a token to your
4432
- # get and list requests, to mark the state of the entity at the time of
4433
- # the request. To make changes to the entity associated with the token,
4434
- # you provide the token to operations like update and delete. AWS WAF
4435
- # uses the token to ensure that no changes have been made to the entity
4436
- # since you last retrieved it. If a change has been made, the update
4437
- # fails with a `WAFOptimisticLockException`. If this happens, perform
4438
- # 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.
4439
4466
  #
4440
4467
  # @option params [Hash<String,Types::CustomResponseBody>] :custom_response_bodies
4441
4468
  # A map of custom response keys and content bodies. When you create a
@@ -4444,12 +4471,12 @@ module Aws::WAFV2
4444
4471
  # rules that you define in the rule group.
4445
4472
  #
4446
4473
  # For information about customizing web requests and responses, see
4447
- # [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
4448
4475
  # Developer Guide][2].
4449
4476
  #
4450
4477
  # For information about the limits on count and size for custom request
4451
- # and response settings, see [AWS WAF quotas][3] in the [AWS WAF
4452
- # Developer Guide][2].
4478
+ # and response settings, see [WAF quotas][3] in the [WAF Developer
4479
+ # Guide][2].
4453
4480
  #
4454
4481
  #
4455
4482
  #
@@ -4505,7 +4532,7 @@ module Aws::WAFV2
4505
4532
  # text_transformations: [ # required
4506
4533
  # {
4507
4534
  # priority: 1, # required
4508
- # 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
4509
4536
  # },
4510
4537
  # ],
4511
4538
  # positional_constraint: "EXACTLY", # required, accepts EXACTLY, STARTS_WITH, ENDS_WITH, CONTAINS, CONTAINS_WORD
@@ -4541,7 +4568,7 @@ module Aws::WAFV2
4541
4568
  # text_transformations: [ # required
4542
4569
  # {
4543
4570
  # priority: 1, # required
4544
- # 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
4545
4572
  # },
4546
4573
  # ],
4547
4574
  # },
@@ -4576,7 +4603,7 @@ module Aws::WAFV2
4576
4603
  # text_transformations: [ # required
4577
4604
  # {
4578
4605
  # priority: 1, # required
4579
- # 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
4580
4607
  # },
4581
4608
  # ],
4582
4609
  # },
@@ -4613,7 +4640,7 @@ module Aws::WAFV2
4613
4640
  # text_transformations: [ # required
4614
4641
  # {
4615
4642
  # priority: 1, # required
4616
- # 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
4617
4644
  # },
4618
4645
  # ],
4619
4646
  # },
@@ -4672,7 +4699,7 @@ module Aws::WAFV2
4672
4699
  # text_transformations: [ # required
4673
4700
  # {
4674
4701
  # priority: 1, # required
4675
- # 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
4676
4703
  # },
4677
4704
  # ],
4678
4705
  # },
@@ -4812,25 +4839,34 @@ module Aws::WAFV2
4812
4839
 
4813
4840
  # Updates the specified WebACL.
4814
4841
  #
4815
- # 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
4816
4851
  # web requests. Each rule has an action defined (allow, block, or count)
4817
- # 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
4818
4853
  # assign a default action to take (allow, block) for any request that
4819
- # 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
4820
4855
  # combination of the types Rule, RuleGroup, and managed rule group. You
4821
- # can associate a Web ACL with one or more AWS resources to protect. The
4822
- # resources can be Amazon CloudFront, an Amazon API Gateway REST API, an
4823
- # 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.
4824
4860
  #
4825
4861
  # @option params [required, String] :name
4826
- # 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
4827
4863
  # you create it.
4828
4864
  #
4829
4865
  # @option params [required, String] :scope
4830
- # Specifies whether this is for an AWS CloudFront distribution or for a
4831
- # regional application. A regional application can be an Application
4832
- # Load Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL
4833
- # 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.
4834
4870
  #
4835
4871
  # To work with CloudFront, you must also specify the Region US East (N.
4836
4872
  # Virginia) as follows:
@@ -4841,7 +4877,7 @@ module Aws::WAFV2
4841
4877
  # * API and SDKs - For all calls, use the Region endpoint us-east-1.
4842
4878
  #
4843
4879
  # @option params [required, String] :id
4844
- # 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
4845
4881
  # responses to create and list commands. You provide it to operations
4846
4882
  # like update and delete.
4847
4883
  #
@@ -4850,27 +4886,27 @@ module Aws::WAFV2
4850
4886
  # match.
4851
4887
  #
4852
4888
  # @option params [String] :description
4853
- # A description of the Web ACL that helps with identification.
4889
+ # A description of the web ACL that helps with identification.
4854
4890
  #
4855
4891
  # @option params [Array<Types::Rule>] :rules
4856
4892
  # The Rule statements used to identify the web requests that you want to
4857
4893
  # allow, block, or count. Each rule includes one top-level statement
4858
- # that AWS WAF uses to identify matching web requests, and parameters
4859
- # 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.
4860
4896
  #
4861
4897
  # @option params [required, Types::VisibilityConfig] :visibility_config
4862
4898
  # Defines and enables Amazon CloudWatch metrics and web request sample
4863
4899
  # collection.
4864
4900
  #
4865
4901
  # @option params [required, String] :lock_token
4866
- # A token used for optimistic locking. AWS WAF returns a token to your
4867
- # get and list requests, to mark the state of the entity at the time of
4868
- # the request. To make changes to the entity associated with the token,
4869
- # you provide the token to operations like update and delete. AWS WAF
4870
- # uses the token to ensure that no changes have been made to the entity
4871
- # since you last retrieved it. If a change has been made, the update
4872
- # fails with a `WAFOptimisticLockException`. If this happens, perform
4873
- # 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.
4874
4910
  #
4875
4911
  # @option params [Hash<String,Types::CustomResponseBody>] :custom_response_bodies
4876
4912
  # A map of custom response keys and content bodies. When you create a
@@ -4879,12 +4915,12 @@ module Aws::WAFV2
4879
4915
  # rules and default actions that you define in the web ACL.
4880
4916
  #
4881
4917
  # For information about customizing web requests and responses, see
4882
- # [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
4883
4919
  # Developer Guide][2].
4884
4920
  #
4885
4921
  # For information about the limits on count and size for custom request
4886
- # and response settings, see [AWS WAF quotas][3] in the [AWS WAF
4887
- # Developer Guide][2].
4922
+ # and response settings, see [WAF quotas][3] in the [WAF Developer
4923
+ # Guide][2].
4888
4924
  #
4889
4925
  #
4890
4926
  #
@@ -4964,7 +5000,7 @@ module Aws::WAFV2
4964
5000
  # text_transformations: [ # required
4965
5001
  # {
4966
5002
  # priority: 1, # required
4967
- # 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
4968
5004
  # },
4969
5005
  # ],
4970
5006
  # positional_constraint: "EXACTLY", # required, accepts EXACTLY, STARTS_WITH, ENDS_WITH, CONTAINS, CONTAINS_WORD
@@ -5000,7 +5036,7 @@ module Aws::WAFV2
5000
5036
  # text_transformations: [ # required
5001
5037
  # {
5002
5038
  # priority: 1, # required
5003
- # 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
5004
5040
  # },
5005
5041
  # ],
5006
5042
  # },
@@ -5035,7 +5071,7 @@ module Aws::WAFV2
5035
5071
  # text_transformations: [ # required
5036
5072
  # {
5037
5073
  # priority: 1, # required
5038
- # 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
5039
5075
  # },
5040
5076
  # ],
5041
5077
  # },
@@ -5072,7 +5108,7 @@ module Aws::WAFV2
5072
5108
  # text_transformations: [ # required
5073
5109
  # {
5074
5110
  # priority: 1, # required
5075
- # 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
5076
5112
  # },
5077
5113
  # ],
5078
5114
  # },
@@ -5131,7 +5167,7 @@ module Aws::WAFV2
5131
5167
  # text_transformations: [ # required
5132
5168
  # {
5133
5169
  # priority: 1, # required
5134
- # 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
5135
5171
  # },
5136
5172
  # ],
5137
5173
  # },
@@ -5282,7 +5318,7 @@ module Aws::WAFV2
5282
5318
  params: params,
5283
5319
  config: config)
5284
5320
  context[:gem_name] = 'aws-sdk-wafv2'
5285
- context[:gem_version] = '1.20.0'
5321
+ context[:gem_version] = '1.21.0'
5286
5322
  Seahorse::Client::Request.new(handlers, context)
5287
5323
  end
5288
5324