aws-sdk-wafv2 1.15.0 → 1.16.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: 3ad3911eafec69c77adebb445b5ed96fede1ff4aafdb1ed002b566d8b70c3be3
4
- data.tar.gz: 21bf08e33b28355afde725348029529b1c0a2deea1a6dc3ff653f2b5ebc44356
3
+ metadata.gz: 3a728bec8f9b85cf39b9802873686f5bcb7ab6724cf33ccfb717c13b1f0308ad
4
+ data.tar.gz: fac2047f25163a12e0353030719e5e4a8e63453240e4b5d2856c3922470e392d
5
5
  SHA512:
6
- metadata.gz: cae480ca239c6494405e60b39bebecf030efbe30c981c753b70d3b9ddbb2a3b8a7ec4db149b410aed81c7d11c5f3efdafd01c37534645836b074df22d13d5f1d
7
- data.tar.gz: d288c3b7690e03d5b0b994d71c63d612e6a18839d71b23e3ec8414cada8d66b4ffd5467755ea6627896337ae60b638bb9f5ce329bf24cdd6b78f2dd3b373167d
6
+ metadata.gz: b764fa8b76f49a71211c013642a9222cb2d556d8a3fa6afd1e07353e70596033fe362ad5c1172a0e9221ebf4ba058cccb15d7962a2ea910a1cf3177c0c293e3f
7
+ data.tar.gz: 6a52ef2c7507e9a38021eb1189f17b32d3d86132eb318fa0e0df260fc590e887377d48e1a09c5f667aa69095956e3900ac88e5cd7ed003715b9be99164cfc2e8
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.15.0'
51
+ GEM_VERSION = '1.16.0'
52
52
 
53
53
  end
@@ -337,13 +337,6 @@ module Aws::WAFV2
337
337
 
338
338
  # @!group API Operations
339
339
 
340
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
341
- # in November, 2019. For information, including how to migrate your AWS
342
- # WAF resources from the prior release, see the [AWS WAF Developer
343
- # Guide][1].
344
- #
345
- # </note>
346
- #
347
340
  # Associates a Web ACL with a regional application resource, to protect
348
341
  # the resource. A regional application can be an Application Load
349
342
  # Balancer (ALB), an API Gateway REST API, or an AppSync GraphQL API.
@@ -352,12 +345,11 @@ module Aws::WAFV2
352
345
  # distribution configuration. To associate a Web ACL, in the CloudFront
353
346
  # call `UpdateDistribution`, set the web ACL ID to the Amazon Resource
354
347
  # Name (ARN) of the Web ACL. For information, see
355
- # [UpdateDistribution][2].
348
+ # [UpdateDistribution][1].
356
349
  #
357
350
  #
358
351
  #
359
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
360
- # [2]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html
352
+ # [1]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html
361
353
  #
362
354
  # @option params [required, String] :web_acl_arn
363
355
  # The Amazon Resource Name (ARN) of the Web ACL that you want to
@@ -397,13 +389,6 @@ module Aws::WAFV2
397
389
  req.send_request(options)
398
390
  end
399
391
 
400
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
401
- # in November, 2019. For information, including how to migrate your AWS
402
- # WAF resources from the prior release, see the [AWS WAF Developer
403
- # Guide][1].
404
- #
405
- # </note>
406
- #
407
392
  # Returns the web ACL capacity unit (WCU) requirements for a specified
408
393
  # scope and set of rules. You can use this to check the capacity
409
394
  # requirements for the rules you want to use in a RuleGroup or WebACL.
@@ -417,10 +402,6 @@ module Aws::WAFV2
417
402
  # web ACL WCU usage when they use a rule group. The WCU limit for web
418
403
  # ACLs is 1,500.
419
404
  #
420
- #
421
- #
422
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
423
- #
424
405
  # @option params [required, String] :scope
425
406
  # Specifies whether this is for an AWS CloudFront distribution or for a
426
407
  # regional application. A regional application can be an Application
@@ -471,6 +452,15 @@ module Aws::WAFV2
471
452
  # },
472
453
  # method: {
473
454
  # },
455
+ # json_body: {
456
+ # match_pattern: { # required
457
+ # all: {
458
+ # },
459
+ # included_paths: ["JsonPointerPath"],
460
+ # },
461
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
462
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
463
+ # },
474
464
  # },
475
465
  # text_transformations: [ # required
476
466
  # {
@@ -498,6 +488,15 @@ module Aws::WAFV2
498
488
  # },
499
489
  # method: {
500
490
  # },
491
+ # json_body: {
492
+ # match_pattern: { # required
493
+ # all: {
494
+ # },
495
+ # included_paths: ["JsonPointerPath"],
496
+ # },
497
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
498
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
499
+ # },
501
500
  # },
502
501
  # text_transformations: [ # required
503
502
  # {
@@ -524,6 +523,15 @@ module Aws::WAFV2
524
523
  # },
525
524
  # method: {
526
525
  # },
526
+ # json_body: {
527
+ # match_pattern: { # required
528
+ # all: {
529
+ # },
530
+ # included_paths: ["JsonPointerPath"],
531
+ # },
532
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
533
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
534
+ # },
527
535
  # },
528
536
  # text_transformations: [ # required
529
537
  # {
@@ -550,6 +558,15 @@ module Aws::WAFV2
550
558
  # },
551
559
  # method: {
552
560
  # },
561
+ # json_body: {
562
+ # match_pattern: { # required
563
+ # all: {
564
+ # },
565
+ # included_paths: ["JsonPointerPath"],
566
+ # },
567
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
568
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
569
+ # },
553
570
  # },
554
571
  # comparison_operator: "EQ", # required, accepts EQ, NE, LE, LT, GE, GT
555
572
  # size: 1, # required
@@ -602,6 +619,15 @@ module Aws::WAFV2
602
619
  # },
603
620
  # method: {
604
621
  # },
622
+ # json_body: {
623
+ # match_pattern: { # required
624
+ # all: {
625
+ # },
626
+ # included_paths: ["JsonPointerPath"],
627
+ # },
628
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
629
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
630
+ # },
605
631
  # },
606
632
  # text_transformations: [ # required
607
633
  # {
@@ -686,23 +712,12 @@ module Aws::WAFV2
686
712
  req.send_request(options)
687
713
  end
688
714
 
689
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
690
- # in November, 2019. For information, including how to migrate your AWS
691
- # WAF resources from the prior release, see the [AWS WAF Developer
692
- # Guide][1].
693
- #
694
- # </note>
695
- #
696
715
  # Creates an IPSet, which you use to identify web requests that
697
716
  # originate from specific IP addresses or ranges of IP addresses. For
698
717
  # example, if you're receiving a lot of requests from a ranges of IP
699
718
  # addresses, you can configure AWS WAF to block them using an IPSet that
700
719
  # lists those IP addresses.
701
720
  #
702
- #
703
- #
704
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
705
- #
706
721
  # @option params [required, String] :name
707
722
  # The name of the IP set. You cannot change the name of an `IPSet` after
708
723
  # you create it.
@@ -722,8 +737,7 @@ module Aws::WAFV2
722
737
  # * API and SDKs - For all calls, use the Region endpoint us-east-1.
723
738
  #
724
739
  # @option params [String] :description
725
- # A description of the IP set that helps with identification. You cannot
726
- # change the description of an IP set after you create it.
740
+ # A description of the IP set that helps with identification.
727
741
  #
728
742
  # @option params [required, String] :ip_address_version
729
743
  # Specify IPV4 or IPV6.
@@ -800,21 +814,10 @@ module Aws::WAFV2
800
814
  req.send_request(options)
801
815
  end
802
816
 
803
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
804
- # in November, 2019. For information, including how to migrate your AWS
805
- # WAF resources from the prior release, see the [AWS WAF Developer
806
- # Guide][1].
807
- #
808
- # </note>
809
- #
810
817
  # Creates a RegexPatternSet, which you reference in a
811
818
  # RegexPatternSetReferenceStatement, to have AWS WAF inspect a web
812
819
  # request component for the specified patterns.
813
820
  #
814
- #
815
- #
816
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
817
- #
818
821
  # @option params [required, String] :name
819
822
  # The name of the set. You cannot change the name after you create the
820
823
  # set.
@@ -834,8 +837,7 @@ module Aws::WAFV2
834
837
  # * API and SDKs - For all calls, use the Region endpoint us-east-1.
835
838
  #
836
839
  # @option params [String] :description
837
- # A description of the set that helps with identification. You cannot
838
- # change the description of a set after you create it.
840
+ # A description of the set that helps with identification.
839
841
  #
840
842
  # @option params [required, Array<Types::Regex>] :regular_expression_list
841
843
  # Array of regular expression strings.
@@ -883,13 +885,6 @@ module Aws::WAFV2
883
885
  req.send_request(options)
884
886
  end
885
887
 
886
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
887
- # in November, 2019. For information, including how to migrate your AWS
888
- # WAF resources from the prior release, see the [AWS WAF Developer
889
- # Guide][1].
890
- #
891
- # </note>
892
- #
893
888
  # Creates a RuleGroup per the specifications provided.
894
889
  #
895
890
  # A rule group defines a collection of rules to inspect and control web
@@ -898,10 +893,6 @@ module Aws::WAFV2
898
893
  # you must stay within the capacity. This allows others to reuse the
899
894
  # rule group with confidence in its capacity requirements.
900
895
  #
901
- #
902
- #
903
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
904
- #
905
896
  # @option params [required, String] :name
906
897
  # The name of the rule group. You cannot change the name of a rule group
907
898
  # after you create it.
@@ -938,8 +929,7 @@ module Aws::WAFV2
938
929
  # ACLs is 1,500.
939
930
  #
940
931
  # @option params [String] :description
941
- # A description of the rule group that helps with identification. You
942
- # cannot change the description of a rule group after you create it.
932
+ # A description of the rule group that helps with identification.
943
933
  #
944
934
  # @option params [Array<Types::Rule>] :rules
945
935
  # The Rule statements used to identify the web requests that you want to
@@ -989,6 +979,15 @@ module Aws::WAFV2
989
979
  # },
990
980
  # method: {
991
981
  # },
982
+ # json_body: {
983
+ # match_pattern: { # required
984
+ # all: {
985
+ # },
986
+ # included_paths: ["JsonPointerPath"],
987
+ # },
988
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
989
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
990
+ # },
992
991
  # },
993
992
  # text_transformations: [ # required
994
993
  # {
@@ -1016,6 +1015,15 @@ module Aws::WAFV2
1016
1015
  # },
1017
1016
  # method: {
1018
1017
  # },
1018
+ # json_body: {
1019
+ # match_pattern: { # required
1020
+ # all: {
1021
+ # },
1022
+ # included_paths: ["JsonPointerPath"],
1023
+ # },
1024
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
1025
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
1026
+ # },
1019
1027
  # },
1020
1028
  # text_transformations: [ # required
1021
1029
  # {
@@ -1042,6 +1050,15 @@ module Aws::WAFV2
1042
1050
  # },
1043
1051
  # method: {
1044
1052
  # },
1053
+ # json_body: {
1054
+ # match_pattern: { # required
1055
+ # all: {
1056
+ # },
1057
+ # included_paths: ["JsonPointerPath"],
1058
+ # },
1059
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
1060
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
1061
+ # },
1045
1062
  # },
1046
1063
  # text_transformations: [ # required
1047
1064
  # {
@@ -1068,6 +1085,15 @@ module Aws::WAFV2
1068
1085
  # },
1069
1086
  # method: {
1070
1087
  # },
1088
+ # json_body: {
1089
+ # match_pattern: { # required
1090
+ # all: {
1091
+ # },
1092
+ # included_paths: ["JsonPointerPath"],
1093
+ # },
1094
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
1095
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
1096
+ # },
1071
1097
  # },
1072
1098
  # comparison_operator: "EQ", # required, accepts EQ, NE, LE, LT, GE, GT
1073
1099
  # size: 1, # required
@@ -1120,6 +1146,15 @@ module Aws::WAFV2
1120
1146
  # },
1121
1147
  # method: {
1122
1148
  # },
1149
+ # json_body: {
1150
+ # match_pattern: { # required
1151
+ # all: {
1152
+ # },
1153
+ # included_paths: ["JsonPointerPath"],
1154
+ # },
1155
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
1156
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
1157
+ # },
1123
1158
  # },
1124
1159
  # text_transformations: [ # required
1125
1160
  # {
@@ -1219,13 +1254,6 @@ module Aws::WAFV2
1219
1254
  req.send_request(options)
1220
1255
  end
1221
1256
 
1222
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
1223
- # in November, 2019. For information, including how to migrate your AWS
1224
- # WAF resources from the prior release, see the [AWS WAF Developer
1225
- # Guide][1].
1226
- #
1227
- # </note>
1228
- #
1229
1257
  # Creates a WebACL per the specifications provided.
1230
1258
  #
1231
1259
  # A Web ACL defines a collection of rules to use to inspect and control
@@ -1238,10 +1266,6 @@ module Aws::WAFV2
1238
1266
  # resources can be Amazon CloudFront, an Amazon API Gateway REST API, an
1239
1267
  # Application Load Balancer, or an AWS AppSync GraphQL API.
1240
1268
  #
1241
- #
1242
- #
1243
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
1244
- #
1245
1269
  # @option params [required, String] :name
1246
1270
  # The name of the Web ACL. You cannot change the name of a Web ACL after
1247
1271
  # you create it.
@@ -1265,8 +1289,7 @@ module Aws::WAFV2
1265
1289
  # match.
1266
1290
  #
1267
1291
  # @option params [String] :description
1268
- # A description of the Web ACL that helps with identification. You
1269
- # cannot change the description of a Web ACL after you create it.
1292
+ # A description of the Web ACL that helps with identification.
1270
1293
  #
1271
1294
  # @option params [Array<Types::Rule>] :rules
1272
1295
  # The Rule statements used to identify the web requests that you want to
@@ -1321,6 +1344,15 @@ module Aws::WAFV2
1321
1344
  # },
1322
1345
  # method: {
1323
1346
  # },
1347
+ # json_body: {
1348
+ # match_pattern: { # required
1349
+ # all: {
1350
+ # },
1351
+ # included_paths: ["JsonPointerPath"],
1352
+ # },
1353
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
1354
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
1355
+ # },
1324
1356
  # },
1325
1357
  # text_transformations: [ # required
1326
1358
  # {
@@ -1348,6 +1380,15 @@ module Aws::WAFV2
1348
1380
  # },
1349
1381
  # method: {
1350
1382
  # },
1383
+ # json_body: {
1384
+ # match_pattern: { # required
1385
+ # all: {
1386
+ # },
1387
+ # included_paths: ["JsonPointerPath"],
1388
+ # },
1389
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
1390
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
1391
+ # },
1351
1392
  # },
1352
1393
  # text_transformations: [ # required
1353
1394
  # {
@@ -1374,6 +1415,15 @@ module Aws::WAFV2
1374
1415
  # },
1375
1416
  # method: {
1376
1417
  # },
1418
+ # json_body: {
1419
+ # match_pattern: { # required
1420
+ # all: {
1421
+ # },
1422
+ # included_paths: ["JsonPointerPath"],
1423
+ # },
1424
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
1425
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
1426
+ # },
1377
1427
  # },
1378
1428
  # text_transformations: [ # required
1379
1429
  # {
@@ -1400,6 +1450,15 @@ module Aws::WAFV2
1400
1450
  # },
1401
1451
  # method: {
1402
1452
  # },
1453
+ # json_body: {
1454
+ # match_pattern: { # required
1455
+ # all: {
1456
+ # },
1457
+ # included_paths: ["JsonPointerPath"],
1458
+ # },
1459
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
1460
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
1461
+ # },
1403
1462
  # },
1404
1463
  # comparison_operator: "EQ", # required, accepts EQ, NE, LE, LT, GE, GT
1405
1464
  # size: 1, # required
@@ -1452,6 +1511,15 @@ module Aws::WAFV2
1452
1511
  # },
1453
1512
  # method: {
1454
1513
  # },
1514
+ # json_body: {
1515
+ # match_pattern: { # required
1516
+ # all: {
1517
+ # },
1518
+ # included_paths: ["JsonPointerPath"],
1519
+ # },
1520
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
1521
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
1522
+ # },
1455
1523
  # },
1456
1524
  # text_transformations: [ # required
1457
1525
  # {
@@ -1594,19 +1662,8 @@ module Aws::WAFV2
1594
1662
  req.send_request(options)
1595
1663
  end
1596
1664
 
1597
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
1598
- # in November, 2019. For information, including how to migrate your AWS
1599
- # WAF resources from the prior release, see the [AWS WAF Developer
1600
- # Guide][1].
1601
- #
1602
- # </note>
1603
- #
1604
1665
  # Deletes the specified IPSet.
1605
1666
  #
1606
- #
1607
- #
1608
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
1609
- #
1610
1667
  # @option params [required, String] :name
1611
1668
  # The name of the IP set. You cannot change the name of an `IPSet` after
1612
1669
  # you create it.
@@ -1660,19 +1717,8 @@ module Aws::WAFV2
1660
1717
  req.send_request(options)
1661
1718
  end
1662
1719
 
1663
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
1664
- # in November, 2019. For information, including how to migrate your AWS
1665
- # WAF resources from the prior release, see the [AWS WAF Developer
1666
- # Guide][1].
1667
- #
1668
- # </note>
1669
- #
1670
1720
  # Deletes the LoggingConfiguration from the specified web ACL.
1671
1721
  #
1672
- #
1673
- #
1674
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
1675
- #
1676
1722
  # @option params [required, String] :resource_arn
1677
1723
  # The Amazon Resource Name (ARN) of the web ACL from which you want to
1678
1724
  # delete the LoggingConfiguration.
@@ -1721,19 +1767,8 @@ module Aws::WAFV2
1721
1767
  req.send_request(options)
1722
1768
  end
1723
1769
 
1724
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
1725
- # in November, 2019. For information, including how to migrate your AWS
1726
- # WAF resources from the prior release, see the [AWS WAF Developer
1727
- # Guide][1].
1728
- #
1729
- # </note>
1730
- #
1731
1770
  # Deletes the specified RegexPatternSet.
1732
1771
  #
1733
- #
1734
- #
1735
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
1736
- #
1737
1772
  # @option params [required, String] :name
1738
1773
  # The name of the set. You cannot change the name after you create the
1739
1774
  # set.
@@ -1787,19 +1822,8 @@ module Aws::WAFV2
1787
1822
  req.send_request(options)
1788
1823
  end
1789
1824
 
1790
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
1791
- # in November, 2019. For information, including how to migrate your AWS
1792
- # WAF resources from the prior release, see the [AWS WAF Developer
1793
- # Guide][1].
1794
- #
1795
- # </note>
1796
- #
1797
1825
  # Deletes the specified RuleGroup.
1798
1826
  #
1799
- #
1800
- #
1801
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
1802
- #
1803
1827
  # @option params [required, String] :name
1804
1828
  # The name of the rule group. You cannot change the name of a rule group
1805
1829
  # after you create it.
@@ -1853,22 +1877,11 @@ module Aws::WAFV2
1853
1877
  req.send_request(options)
1854
1878
  end
1855
1879
 
1856
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
1857
- # in November, 2019. For information, including how to migrate your AWS
1858
- # WAF resources from the prior release, see the [AWS WAF Developer
1859
- # Guide][1].
1860
- #
1861
- # </note>
1862
- #
1863
1880
  # Deletes the specified WebACL.
1864
1881
  #
1865
1882
  # You can only use this if `ManagedByFirewallManager` is false in the
1866
1883
  # specified WebACL.
1867
1884
  #
1868
- #
1869
- #
1870
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
1871
- #
1872
1885
  # @option params [required, String] :name
1873
1886
  # The name of the Web ACL. You cannot change the name of a Web ACL after
1874
1887
  # you create it.
@@ -1922,20 +1935,9 @@ module Aws::WAFV2
1922
1935
  req.send_request(options)
1923
1936
  end
1924
1937
 
1925
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
1926
- # in November, 2019. For information, including how to migrate your AWS
1927
- # WAF resources from the prior release, see the [AWS WAF Developer
1928
- # Guide][1].
1929
- #
1930
- # </note>
1931
- #
1932
1938
  # Provides high-level information for a managed rule group, including
1933
1939
  # descriptions of the rules.
1934
1940
  #
1935
- #
1936
- #
1937
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
1938
- #
1939
1941
  # @option params [required, String] :vendor_name
1940
1942
  # The name of the managed rule group vendor. You use this, along with
1941
1943
  # the rule group name, to identify the rule group.
@@ -1986,13 +1988,6 @@ module Aws::WAFV2
1986
1988
  req.send_request(options)
1987
1989
  end
1988
1990
 
1989
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
1990
- # in November, 2019. For information, including how to migrate your AWS
1991
- # WAF resources from the prior release, see the [AWS WAF Developer
1992
- # Guide][1].
1993
- #
1994
- # </note>
1995
- #
1996
1991
  # Disassociates a Web ACL from a regional application resource. A
1997
1992
  # regional application can be an Application Load Balancer (ALB), an API
1998
1993
  # Gateway REST API, or an AppSync GraphQL API.
@@ -2000,12 +1995,11 @@ module Aws::WAFV2
2000
1995
  # For AWS CloudFront, don't use this call. Instead, use your CloudFront
2001
1996
  # distribution configuration. To disassociate a Web ACL, provide an
2002
1997
  # empty web ACL ID in the CloudFront call `UpdateDistribution`. For
2003
- # information, see [UpdateDistribution][2].
1998
+ # information, see [UpdateDistribution][1].
2004
1999
  #
2005
2000
  #
2006
2001
  #
2007
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
2008
- # [2]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html
2002
+ # [1]: https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdateDistribution.html
2009
2003
  #
2010
2004
  # @option params [required, String] :resource_arn
2011
2005
  # The Amazon Resource Name (ARN) of the resource to disassociate from
@@ -2040,19 +2034,8 @@ module Aws::WAFV2
2040
2034
  req.send_request(options)
2041
2035
  end
2042
2036
 
2043
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
2044
- # in November, 2019. For information, including how to migrate your AWS
2045
- # WAF resources from the prior release, see the [AWS WAF Developer
2046
- # Guide][1].
2047
- #
2048
- # </note>
2049
- #
2050
2037
  # Retrieves the specified IPSet.
2051
2038
  #
2052
- #
2053
- #
2054
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
2055
- #
2056
2039
  # @option params [required, String] :name
2057
2040
  # The name of the IP set. You cannot change the name of an `IPSet` after
2058
2041
  # you create it.
@@ -2109,19 +2092,8 @@ module Aws::WAFV2
2109
2092
  req.send_request(options)
2110
2093
  end
2111
2094
 
2112
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
2113
- # in November, 2019. For information, including how to migrate your AWS
2114
- # WAF resources from the prior release, see the [AWS WAF Developer
2115
- # Guide][1].
2116
- #
2117
- # </note>
2118
- #
2119
2095
  # Returns the LoggingConfiguration for the specified web ACL.
2120
2096
  #
2121
- #
2122
- #
2123
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
2124
- #
2125
2097
  # @option params [required, String] :resource_arn
2126
2098
  # The Amazon Resource Name (ARN) of the web ACL for which you want to
2127
2099
  # get the LoggingConfiguration.
@@ -2144,6 +2116,10 @@ module Aws::WAFV2
2144
2116
  # resp.logging_configuration.redacted_fields #=> Array
2145
2117
  # resp.logging_configuration.redacted_fields[0].single_header.name #=> String
2146
2118
  # resp.logging_configuration.redacted_fields[0].single_query_argument.name #=> String
2119
+ # resp.logging_configuration.redacted_fields[0].json_body.match_pattern.included_paths #=> Array
2120
+ # resp.logging_configuration.redacted_fields[0].json_body.match_pattern.included_paths[0] #=> String
2121
+ # resp.logging_configuration.redacted_fields[0].json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
2122
+ # resp.logging_configuration.redacted_fields[0].json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
2147
2123
  # resp.logging_configuration.managed_by_firewall_manager #=> Boolean
2148
2124
  #
2149
2125
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/GetLoggingConfiguration AWS API Documentation
@@ -2186,22 +2162,11 @@ module Aws::WAFV2
2186
2162
  req.send_request(options)
2187
2163
  end
2188
2164
 
2189
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
2190
- # in November, 2019. For information, including how to migrate your AWS
2191
- # WAF resources from the prior release, see the [AWS WAF Developer
2192
- # Guide][1].
2193
- #
2194
- # </note>
2195
- #
2196
2165
  # Retrieves the keys that are currently blocked by a rate-based rule.
2197
2166
  # The maximum number of managed keys that can be blocked for a single
2198
2167
  # rate-based rule is 10,000. If more than 10,000 addresses exceed the
2199
2168
  # rate limit, those with the highest rates are blocked.
2200
2169
  #
2201
- #
2202
- #
2203
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
2204
- #
2205
2170
  # @option params [required, String] :scope
2206
2171
  # Specifies whether this is for an AWS CloudFront distribution or for a
2207
2172
  # regional application. A regional application can be an Application
@@ -2260,19 +2225,8 @@ module Aws::WAFV2
2260
2225
  req.send_request(options)
2261
2226
  end
2262
2227
 
2263
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
2264
- # in November, 2019. For information, including how to migrate your AWS
2265
- # WAF resources from the prior release, see the [AWS WAF Developer
2266
- # Guide][1].
2267
- #
2268
- # </note>
2269
- #
2270
2228
  # Retrieves the specified RegexPatternSet.
2271
2229
  #
2272
- #
2273
- #
2274
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
2275
- #
2276
2230
  # @option params [required, String] :name
2277
2231
  # The name of the set. You cannot change the name after you create the
2278
2232
  # set.
@@ -2328,19 +2282,8 @@ module Aws::WAFV2
2328
2282
  req.send_request(options)
2329
2283
  end
2330
2284
 
2331
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
2332
- # in November, 2019. For information, including how to migrate your AWS
2333
- # WAF resources from the prior release, see the [AWS WAF Developer
2334
- # Guide][1].
2335
- #
2336
- # </note>
2337
- #
2338
2285
  # Retrieves the specified RuleGroup.
2339
2286
  #
2340
- #
2341
- #
2342
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
2343
- #
2344
2287
  # @option params [required, String] :name
2345
2288
  # The name of the rule group. You cannot change the name of a rule group
2346
2289
  # after you create it.
@@ -2390,22 +2333,38 @@ module Aws::WAFV2
2390
2333
  # resp.rule_group.rules[0].statement.byte_match_statement.search_string #=> String
2391
2334
  # resp.rule_group.rules[0].statement.byte_match_statement.field_to_match.single_header.name #=> String
2392
2335
  # resp.rule_group.rules[0].statement.byte_match_statement.field_to_match.single_query_argument.name #=> String
2336
+ # resp.rule_group.rules[0].statement.byte_match_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
2337
+ # resp.rule_group.rules[0].statement.byte_match_statement.field_to_match.json_body.match_pattern.included_paths[0] #=> String
2338
+ # resp.rule_group.rules[0].statement.byte_match_statement.field_to_match.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
2339
+ # 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"
2393
2340
  # resp.rule_group.rules[0].statement.byte_match_statement.text_transformations #=> Array
2394
2341
  # resp.rule_group.rules[0].statement.byte_match_statement.text_transformations[0].priority #=> Integer
2395
2342
  # 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"
2396
2343
  # resp.rule_group.rules[0].statement.byte_match_statement.positional_constraint #=> String, one of "EXACTLY", "STARTS_WITH", "ENDS_WITH", "CONTAINS", "CONTAINS_WORD"
2397
2344
  # resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.single_header.name #=> String
2398
2345
  # resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.single_query_argument.name #=> String
2346
+ # resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
2347
+ # resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.json_body.match_pattern.included_paths[0] #=> String
2348
+ # resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
2349
+ # 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"
2399
2350
  # resp.rule_group.rules[0].statement.sqli_match_statement.text_transformations #=> Array
2400
2351
  # resp.rule_group.rules[0].statement.sqli_match_statement.text_transformations[0].priority #=> Integer
2401
2352
  # 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"
2402
2353
  # resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.single_header.name #=> String
2403
2354
  # resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.single_query_argument.name #=> String
2355
+ # resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
2356
+ # resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.json_body.match_pattern.included_paths[0] #=> String
2357
+ # resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
2358
+ # 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"
2404
2359
  # resp.rule_group.rules[0].statement.xss_match_statement.text_transformations #=> Array
2405
2360
  # resp.rule_group.rules[0].statement.xss_match_statement.text_transformations[0].priority #=> Integer
2406
2361
  # 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"
2407
2362
  # resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.single_header.name #=> String
2408
2363
  # resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.single_query_argument.name #=> String
2364
+ # resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
2365
+ # resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.json_body.match_pattern.included_paths[0] #=> String
2366
+ # resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
2367
+ # resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
2409
2368
  # resp.rule_group.rules[0].statement.size_constraint_statement.comparison_operator #=> String, one of "EQ", "NE", "LE", "LT", "GE", "GT"
2410
2369
  # resp.rule_group.rules[0].statement.size_constraint_statement.size #=> Integer
2411
2370
  # resp.rule_group.rules[0].statement.size_constraint_statement.text_transformations #=> Array
@@ -2425,6 +2384,10 @@ module Aws::WAFV2
2425
2384
  # resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.arn #=> String
2426
2385
  # resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.single_header.name #=> String
2427
2386
  # resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.single_query_argument.name #=> String
2387
+ # resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
2388
+ # resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.json_body.match_pattern.included_paths[0] #=> String
2389
+ # resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
2390
+ # 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"
2428
2391
  # resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.text_transformations #=> Array
2429
2392
  # resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.text_transformations[0].priority #=> Integer
2430
2393
  # 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"
@@ -2459,13 +2422,6 @@ module Aws::WAFV2
2459
2422
  req.send_request(options)
2460
2423
  end
2461
2424
 
2462
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
2463
- # in November, 2019. For information, including how to migrate your AWS
2464
- # WAF resources from the prior release, see the [AWS WAF Developer
2465
- # Guide][1].
2466
- #
2467
- # </note>
2468
- #
2469
2425
  # Gets detailed information about a specified number of requests--a
2470
2426
  # sample--that AWS WAF randomly selects from among the first 5,000
2471
2427
  # requests that your AWS resource received during a time range that you
@@ -2479,10 +2435,6 @@ module Aws::WAFV2
2479
2435
  # range. This new time range indicates the actual period during which
2480
2436
  # AWS WAF selected the requests in the sample.
2481
2437
  #
2482
- #
2483
- #
2484
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
2485
- #
2486
2438
  # @option params [required, String] :web_acl_arn
2487
2439
  # The Amazon resource name (ARN) of the `WebACL` for which you want a
2488
2440
  # sample of requests.
@@ -2511,7 +2463,8 @@ module Aws::WAFV2
2511
2463
  # You must specify the times in Coordinated Universal Time (UTC) format.
2512
2464
  # UTC format includes the special designator, `Z`. For example,
2513
2465
  # `"2016-09-27T14:50Z"`. You can specify any time range in the previous
2514
- # three hours.
2466
+ # three hours. If you specify a start time that's earlier than three
2467
+ # hours ago, AWS WAF sets it to three hours ago.
2515
2468
  #
2516
2469
  # @option params [required, Integer] :max_items
2517
2470
  # The number of requests that you want AWS WAF to return from among the
@@ -2567,19 +2520,8 @@ module Aws::WAFV2
2567
2520
  req.send_request(options)
2568
2521
  end
2569
2522
 
2570
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
2571
- # in November, 2019. For information, including how to migrate your AWS
2572
- # WAF resources from the prior release, see the [AWS WAF Developer
2573
- # Guide][1].
2574
- #
2575
- # </note>
2576
- #
2577
2523
  # Retrieves the specified WebACL.
2578
2524
  #
2579
- #
2580
- #
2581
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
2582
- #
2583
2525
  # @option params [required, String] :name
2584
2526
  # The name of the Web ACL. You cannot change the name of a Web ACL after
2585
2527
  # you create it.
@@ -2628,22 +2570,38 @@ module Aws::WAFV2
2628
2570
  # resp.web_acl.rules[0].statement.byte_match_statement.search_string #=> String
2629
2571
  # resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.single_header.name #=> String
2630
2572
  # resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.single_query_argument.name #=> String
2573
+ # resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
2574
+ # resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.json_body.match_pattern.included_paths[0] #=> String
2575
+ # resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
2576
+ # 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"
2631
2577
  # resp.web_acl.rules[0].statement.byte_match_statement.text_transformations #=> Array
2632
2578
  # resp.web_acl.rules[0].statement.byte_match_statement.text_transformations[0].priority #=> Integer
2633
2579
  # 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"
2634
2580
  # resp.web_acl.rules[0].statement.byte_match_statement.positional_constraint #=> String, one of "EXACTLY", "STARTS_WITH", "ENDS_WITH", "CONTAINS", "CONTAINS_WORD"
2635
2581
  # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.single_header.name #=> String
2636
2582
  # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.single_query_argument.name #=> String
2583
+ # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
2584
+ # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.json_body.match_pattern.included_paths[0] #=> String
2585
+ # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
2586
+ # 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"
2637
2587
  # resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations #=> Array
2638
2588
  # resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations[0].priority #=> Integer
2639
2589
  # 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"
2640
2590
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.single_header.name #=> String
2641
2591
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.single_query_argument.name #=> String
2592
+ # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
2593
+ # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.json_body.match_pattern.included_paths[0] #=> String
2594
+ # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
2595
+ # 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"
2642
2596
  # resp.web_acl.rules[0].statement.xss_match_statement.text_transformations #=> Array
2643
2597
  # resp.web_acl.rules[0].statement.xss_match_statement.text_transformations[0].priority #=> Integer
2644
2598
  # 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"
2645
2599
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.single_header.name #=> String
2646
2600
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.single_query_argument.name #=> String
2601
+ # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
2602
+ # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.json_body.match_pattern.included_paths[0] #=> String
2603
+ # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
2604
+ # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
2647
2605
  # resp.web_acl.rules[0].statement.size_constraint_statement.comparison_operator #=> String, one of "EQ", "NE", "LE", "LT", "GE", "GT"
2648
2606
  # resp.web_acl.rules[0].statement.size_constraint_statement.size #=> Integer
2649
2607
  # resp.web_acl.rules[0].statement.size_constraint_statement.text_transformations #=> Array
@@ -2663,6 +2621,10 @@ module Aws::WAFV2
2663
2621
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.arn #=> String
2664
2622
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.single_header.name #=> String
2665
2623
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.single_query_argument.name #=> String
2624
+ # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
2625
+ # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.json_body.match_pattern.included_paths[0] #=> String
2626
+ # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
2627
+ # 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"
2666
2628
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations #=> Array
2667
2629
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations[0].priority #=> Integer
2668
2630
  # 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"
@@ -2725,19 +2687,8 @@ module Aws::WAFV2
2725
2687
  req.send_request(options)
2726
2688
  end
2727
2689
 
2728
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
2729
- # in November, 2019. For information, including how to migrate your AWS
2730
- # WAF resources from the prior release, see the [AWS WAF Developer
2731
- # Guide][1].
2732
- #
2733
- # </note>
2734
- #
2735
2690
  # Retrieves the WebACL for the specified resource.
2736
2691
  #
2737
- #
2738
- #
2739
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
2740
- #
2741
2692
  # @option params [required, String] :resource_arn
2742
2693
  # The ARN (Amazon Resource Name) of the resource.
2743
2694
  #
@@ -2763,22 +2714,38 @@ module Aws::WAFV2
2763
2714
  # resp.web_acl.rules[0].statement.byte_match_statement.search_string #=> String
2764
2715
  # resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.single_header.name #=> String
2765
2716
  # resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.single_query_argument.name #=> String
2717
+ # resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
2718
+ # resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.json_body.match_pattern.included_paths[0] #=> String
2719
+ # resp.web_acl.rules[0].statement.byte_match_statement.field_to_match.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
2720
+ # 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"
2766
2721
  # resp.web_acl.rules[0].statement.byte_match_statement.text_transformations #=> Array
2767
2722
  # resp.web_acl.rules[0].statement.byte_match_statement.text_transformations[0].priority #=> Integer
2768
2723
  # 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"
2769
2724
  # resp.web_acl.rules[0].statement.byte_match_statement.positional_constraint #=> String, one of "EXACTLY", "STARTS_WITH", "ENDS_WITH", "CONTAINS", "CONTAINS_WORD"
2770
2725
  # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.single_header.name #=> String
2771
2726
  # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.single_query_argument.name #=> String
2727
+ # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
2728
+ # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.json_body.match_pattern.included_paths[0] #=> String
2729
+ # resp.web_acl.rules[0].statement.sqli_match_statement.field_to_match.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
2730
+ # 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"
2772
2731
  # resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations #=> Array
2773
2732
  # resp.web_acl.rules[0].statement.sqli_match_statement.text_transformations[0].priority #=> Integer
2774
2733
  # 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"
2775
2734
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.single_header.name #=> String
2776
2735
  # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.single_query_argument.name #=> String
2736
+ # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
2737
+ # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.json_body.match_pattern.included_paths[0] #=> String
2738
+ # resp.web_acl.rules[0].statement.xss_match_statement.field_to_match.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
2739
+ # 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"
2777
2740
  # resp.web_acl.rules[0].statement.xss_match_statement.text_transformations #=> Array
2778
2741
  # resp.web_acl.rules[0].statement.xss_match_statement.text_transformations[0].priority #=> Integer
2779
2742
  # 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"
2780
2743
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.single_header.name #=> String
2781
2744
  # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.single_query_argument.name #=> String
2745
+ # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
2746
+ # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.json_body.match_pattern.included_paths[0] #=> String
2747
+ # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
2748
+ # resp.web_acl.rules[0].statement.size_constraint_statement.field_to_match.json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
2782
2749
  # resp.web_acl.rules[0].statement.size_constraint_statement.comparison_operator #=> String, one of "EQ", "NE", "LE", "LT", "GE", "GT"
2783
2750
  # resp.web_acl.rules[0].statement.size_constraint_statement.size #=> Integer
2784
2751
  # resp.web_acl.rules[0].statement.size_constraint_statement.text_transformations #=> Array
@@ -2798,6 +2765,10 @@ module Aws::WAFV2
2798
2765
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.arn #=> String
2799
2766
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.single_header.name #=> String
2800
2767
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.single_query_argument.name #=> String
2768
+ # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.json_body.match_pattern.included_paths #=> Array
2769
+ # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.json_body.match_pattern.included_paths[0] #=> String
2770
+ # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
2771
+ # 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"
2801
2772
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations #=> Array
2802
2773
  # resp.web_acl.rules[0].statement.regex_pattern_set_reference_statement.text_transformations[0].priority #=> Integer
2803
2774
  # 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"
@@ -2859,21 +2830,10 @@ module Aws::WAFV2
2859
2830
  req.send_request(options)
2860
2831
  end
2861
2832
 
2862
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
2863
- # in November, 2019. For information, including how to migrate your AWS
2864
- # WAF resources from the prior release, see the [AWS WAF Developer
2865
- # Guide][1].
2866
- #
2867
- # </note>
2868
- #
2869
2833
  # Retrieves an array of managed rule groups that are available for you
2870
2834
  # to use. This list includes all AWS Managed Rules rule groups and the
2871
2835
  # AWS Marketplace managed rule groups that you're subscribed to.
2872
2836
  #
2873
- #
2874
- #
2875
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
2876
- #
2877
2837
  # @option params [required, String] :scope
2878
2838
  # Specifies whether this is for an AWS CloudFront distribution or for a
2879
2839
  # regional application. A regional application can be an Application
@@ -2931,20 +2891,9 @@ module Aws::WAFV2
2931
2891
  req.send_request(options)
2932
2892
  end
2933
2893
 
2934
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
2935
- # in November, 2019. For information, including how to migrate your AWS
2936
- # WAF resources from the prior release, see the [AWS WAF Developer
2937
- # Guide][1].
2938
- #
2939
- # </note>
2940
- #
2941
2894
  # Retrieves an array of IPSetSummary objects for the IP sets that you
2942
2895
  # manage.
2943
2896
  #
2944
- #
2945
- #
2946
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
2947
- #
2948
2897
  # @option params [required, String] :scope
2949
2898
  # Specifies whether this is for an AWS CloudFront distribution or for a
2950
2899
  # regional application. A regional application can be an Application
@@ -3004,19 +2953,8 @@ module Aws::WAFV2
3004
2953
  req.send_request(options)
3005
2954
  end
3006
2955
 
3007
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
3008
- # in November, 2019. For information, including how to migrate your AWS
3009
- # WAF resources from the prior release, see the [AWS WAF Developer
3010
- # Guide][1].
3011
- #
3012
- # </note>
3013
- #
3014
2956
  # Retrieves an array of your LoggingConfiguration objects.
3015
2957
  #
3016
- #
3017
- #
3018
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
3019
- #
3020
2958
  # @option params [String] :scope
3021
2959
  # Specifies whether this is for an AWS CloudFront distribution or for a
3022
2960
  # regional application. A regional application can be an Application
@@ -3066,6 +3004,10 @@ module Aws::WAFV2
3066
3004
  # resp.logging_configurations[0].redacted_fields #=> Array
3067
3005
  # resp.logging_configurations[0].redacted_fields[0].single_header.name #=> String
3068
3006
  # resp.logging_configurations[0].redacted_fields[0].single_query_argument.name #=> String
3007
+ # resp.logging_configurations[0].redacted_fields[0].json_body.match_pattern.included_paths #=> Array
3008
+ # resp.logging_configurations[0].redacted_fields[0].json_body.match_pattern.included_paths[0] #=> String
3009
+ # resp.logging_configurations[0].redacted_fields[0].json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
3010
+ # resp.logging_configurations[0].redacted_fields[0].json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
3069
3011
  # resp.logging_configurations[0].managed_by_firewall_manager #=> Boolean
3070
3012
  # resp.next_marker #=> String
3071
3013
  #
@@ -3078,20 +3020,9 @@ module Aws::WAFV2
3078
3020
  req.send_request(options)
3079
3021
  end
3080
3022
 
3081
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
3082
- # in November, 2019. For information, including how to migrate your AWS
3083
- # WAF resources from the prior release, see the [AWS WAF Developer
3084
- # Guide][1].
3085
- #
3086
- # </note>
3087
- #
3088
3023
  # Retrieves an array of RegexPatternSetSummary objects for the regex
3089
3024
  # pattern sets that you manage.
3090
3025
  #
3091
- #
3092
- #
3093
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
3094
- #
3095
3026
  # @option params [required, String] :scope
3096
3027
  # Specifies whether this is for an AWS CloudFront distribution or for a
3097
3028
  # regional application. A regional application can be an Application
@@ -3151,22 +3082,11 @@ module Aws::WAFV2
3151
3082
  req.send_request(options)
3152
3083
  end
3153
3084
 
3154
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
3155
- # in November, 2019. For information, including how to migrate your AWS
3156
- # WAF resources from the prior release, see the [AWS WAF Developer
3157
- # Guide][1].
3158
- #
3159
- # </note>
3160
- #
3161
3085
  # Retrieves an array of the Amazon Resource Names (ARNs) for the
3162
3086
  # regional resources that are associated with the specified web ACL. If
3163
3087
  # you want the list of AWS CloudFront resources, use the AWS CloudFront
3164
3088
  # call `ListDistributionsByWebACLId`.
3165
3089
  #
3166
- #
3167
- #
3168
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
3169
- #
3170
3090
  # @option params [required, String] :web_acl_arn
3171
3091
  # The Amazon Resource Name (ARN) of the Web ACL.
3172
3092
  #
@@ -3200,20 +3120,9 @@ module Aws::WAFV2
3200
3120
  req.send_request(options)
3201
3121
  end
3202
3122
 
3203
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
3204
- # in November, 2019. For information, including how to migrate your AWS
3205
- # WAF resources from the prior release, see the [AWS WAF Developer
3206
- # Guide][1].
3207
- #
3208
- # </note>
3209
- #
3210
3123
  # Retrieves an array of RuleGroupSummary objects for the rule groups
3211
3124
  # that you manage.
3212
3125
  #
3213
- #
3214
- #
3215
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
3216
- #
3217
3126
  # @option params [required, String] :scope
3218
3127
  # Specifies whether this is for an AWS CloudFront distribution or for a
3219
3128
  # regional application. A regional application can be an Application
@@ -3273,13 +3182,6 @@ module Aws::WAFV2
3273
3182
  req.send_request(options)
3274
3183
  end
3275
3184
 
3276
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
3277
- # in November, 2019. For information, including how to migrate your AWS
3278
- # WAF resources from the prior release, see the [AWS WAF Developer
3279
- # Guide][1].
3280
- #
3281
- # </note>
3282
- #
3283
3185
  # Retrieves the TagInfoForResource for the specified resource. Tags are
3284
3186
  # key:value pairs that you can use to categorize and manage your
3285
3187
  # resources, for purposes like billing. For example, you might set the
@@ -3291,10 +3193,6 @@ module Aws::WAFV2
3291
3193
  # ACLs, rule groups, IP sets, and regex pattern sets. You can't manage
3292
3194
  # or view tags through the AWS WAF console.
3293
3195
  #
3294
- #
3295
- #
3296
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
3297
- #
3298
3196
  # @option params [String] :next_marker
3299
3197
  # When you request a list of objects with a `Limit` setting, if the
3300
3198
  # number of objects that are still available for retrieval exceeds the
@@ -3341,20 +3239,9 @@ module Aws::WAFV2
3341
3239
  req.send_request(options)
3342
3240
  end
3343
3241
 
3344
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
3345
- # in November, 2019. For information, including how to migrate your AWS
3346
- # WAF resources from the prior release, see the [AWS WAF Developer
3347
- # Guide][1].
3348
- #
3349
- # </note>
3350
- #
3351
3242
  # Retrieves an array of WebACLSummary objects for the web ACLs that you
3352
3243
  # manage.
3353
3244
  #
3354
- #
3355
- #
3356
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
3357
- #
3358
3245
  # @option params [required, String] :scope
3359
3246
  # Specifies whether this is for an AWS CloudFront distribution or for a
3360
3247
  # regional application. A regional application can be an Application
@@ -3414,13 +3301,6 @@ module Aws::WAFV2
3414
3301
  req.send_request(options)
3415
3302
  end
3416
3303
 
3417
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
3418
- # in November, 2019. For information, including how to migrate your AWS
3419
- # WAF resources from the prior release, see the [AWS WAF Developer
3420
- # Guide][1].
3421
- #
3422
- # </note>
3423
- #
3424
3304
  # Enables the specified LoggingConfiguration, to start logging from a
3425
3305
  # web ACL, according to the configuration provided.
3426
3306
  #
@@ -3447,13 +3327,12 @@ module Aws::WAFV2
3447
3327
  # When you successfully enable logging using a `PutLoggingConfiguration`
3448
3328
  # request, AWS WAF will create a service linked role with the necessary
3449
3329
  # permissions to write logs to the Amazon Kinesis Data Firehose. For
3450
- # more information, see [Logging Web ACL Traffic Information][2] in the
3330
+ # more information, see [Logging Web ACL Traffic Information][1] in the
3451
3331
  # *AWS WAF Developer Guide*.
3452
3332
  #
3453
3333
  #
3454
3334
  #
3455
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
3456
- # [2]: https://docs.aws.amazon.com/waf/latest/developerguide/logging.html
3335
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/logging.html
3457
3336
  #
3458
3337
  # @option params [required, Types::LoggingConfiguration] :logging_configuration
3459
3338
  #
@@ -3485,6 +3364,15 @@ module Aws::WAFV2
3485
3364
  # },
3486
3365
  # method: {
3487
3366
  # },
3367
+ # json_body: {
3368
+ # match_pattern: { # required
3369
+ # all: {
3370
+ # },
3371
+ # included_paths: ["JsonPointerPath"],
3372
+ # },
3373
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
3374
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
3375
+ # },
3488
3376
  # },
3489
3377
  # ],
3490
3378
  # managed_by_firewall_manager: false,
@@ -3499,6 +3387,10 @@ module Aws::WAFV2
3499
3387
  # resp.logging_configuration.redacted_fields #=> Array
3500
3388
  # resp.logging_configuration.redacted_fields[0].single_header.name #=> String
3501
3389
  # resp.logging_configuration.redacted_fields[0].single_query_argument.name #=> String
3390
+ # resp.logging_configuration.redacted_fields[0].json_body.match_pattern.included_paths #=> Array
3391
+ # resp.logging_configuration.redacted_fields[0].json_body.match_pattern.included_paths[0] #=> String
3392
+ # resp.logging_configuration.redacted_fields[0].json_body.match_scope #=> String, one of "ALL", "KEY", "VALUE"
3393
+ # resp.logging_configuration.redacted_fields[0].json_body.invalid_fallback_behavior #=> String, one of "MATCH", "NO_MATCH", "EVALUATE_AS_STRING"
3502
3394
  # resp.logging_configuration.managed_by_firewall_manager #=> Boolean
3503
3395
  #
3504
3396
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/PutLoggingConfiguration AWS API Documentation
@@ -3572,13 +3464,6 @@ module Aws::WAFV2
3572
3464
  req.send_request(options)
3573
3465
  end
3574
3466
 
3575
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
3576
- # in November, 2019. For information, including how to migrate your AWS
3577
- # WAF resources from the prior release, see the [AWS WAF Developer
3578
- # Guide][1].
3579
- #
3580
- # </note>
3581
- #
3582
3467
  # Associates tags with the specified AWS resource. Tags are key:value
3583
3468
  # pairs that you can use to categorize and manage your resources, for
3584
3469
  # purposes like billing. For example, you might set the tag key to
@@ -3590,10 +3475,6 @@ module Aws::WAFV2
3590
3475
  # ACLs, rule groups, IP sets, and regex pattern sets. You can't manage
3591
3476
  # or view tags through the AWS WAF console.
3592
3477
  #
3593
- #
3594
- #
3595
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
3596
- #
3597
3478
  # @option params [required, String] :resource_arn
3598
3479
  # The Amazon Resource Name (ARN) of the resource.
3599
3480
  #
@@ -3623,23 +3504,12 @@ module Aws::WAFV2
3623
3504
  req.send_request(options)
3624
3505
  end
3625
3506
 
3626
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
3627
- # in November, 2019. For information, including how to migrate your AWS
3628
- # WAF resources from the prior release, see the [AWS WAF Developer
3629
- # Guide][1].
3630
- #
3631
- # </note>
3632
- #
3633
3507
  # Disassociates tags from an AWS resource. Tags are key:value pairs that
3634
3508
  # you can associate with AWS resources. For example, the tag key might
3635
3509
  # be "customer" and the tag value might be "companyA." You can
3636
3510
  # specify one or more tags to add to each container. You can add up to
3637
3511
  # 50 tags to each AWS resource.
3638
3512
  #
3639
- #
3640
- #
3641
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
3642
- #
3643
3513
  # @option params [required, String] :resource_arn
3644
3514
  # The Amazon Resource Name (ARN) of the resource.
3645
3515
  #
@@ -3665,19 +3535,8 @@ module Aws::WAFV2
3665
3535
  req.send_request(options)
3666
3536
  end
3667
3537
 
3668
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
3669
- # in November, 2019. For information, including how to migrate your AWS
3670
- # WAF resources from the prior release, see the [AWS WAF Developer
3671
- # Guide][1].
3672
- #
3673
- # </note>
3674
- #
3675
3538
  # Updates the specified IPSet.
3676
3539
  #
3677
- #
3678
- #
3679
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
3680
- #
3681
3540
  # @option params [required, String] :name
3682
3541
  # The name of the IP set. You cannot change the name of an `IPSet` after
3683
3542
  # you create it.
@@ -3702,8 +3561,7 @@ module Aws::WAFV2
3702
3561
  # and delete.
3703
3562
  #
3704
3563
  # @option params [String] :description
3705
- # A description of the IP set that helps with identification. You cannot
3706
- # change the description of an IP set after you create it.
3564
+ # A description of the IP set that helps with identification.
3707
3565
  #
3708
3566
  # @option params [required, Array<String>] :addresses
3709
3567
  # Contains an array of strings that specify one or more IP addresses or
@@ -3775,19 +3633,8 @@ module Aws::WAFV2
3775
3633
  req.send_request(options)
3776
3634
  end
3777
3635
 
3778
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
3779
- # in November, 2019. For information, including how to migrate your AWS
3780
- # WAF resources from the prior release, see the [AWS WAF Developer
3781
- # Guide][1].
3782
- #
3783
- # </note>
3784
- #
3785
3636
  # Updates the specified RegexPatternSet.
3786
3637
  #
3787
- #
3788
- #
3789
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
3790
- #
3791
3638
  # @option params [required, String] :name
3792
3639
  # The name of the set. You cannot change the name after you create the
3793
3640
  # set.
@@ -3812,8 +3659,7 @@ module Aws::WAFV2
3812
3659
  # and delete.
3813
3660
  #
3814
3661
  # @option params [String] :description
3815
- # A description of the set that helps with identification. You cannot
3816
- # change the description of a set after you create it.
3662
+ # A description of the set that helps with identification.
3817
3663
  #
3818
3664
  # @option params [required, Array<Types::Regex>] :regular_expression_list
3819
3665
  #
@@ -3859,13 +3705,6 @@ module Aws::WAFV2
3859
3705
  req.send_request(options)
3860
3706
  end
3861
3707
 
3862
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
3863
- # in November, 2019. For information, including how to migrate your AWS
3864
- # WAF resources from the prior release, see the [AWS WAF Developer
3865
- # Guide][1].
3866
- #
3867
- # </note>
3868
- #
3869
3708
  # Updates the specified RuleGroup.
3870
3709
  #
3871
3710
  # A rule group defines a collection of rules to inspect and control web
@@ -3874,10 +3713,6 @@ module Aws::WAFV2
3874
3713
  # you must stay within the capacity. This allows others to reuse the
3875
3714
  # rule group with confidence in its capacity requirements.
3876
3715
  #
3877
- #
3878
- #
3879
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
3880
- #
3881
3716
  # @option params [required, String] :name
3882
3717
  # The name of the rule group. You cannot change the name of a rule group
3883
3718
  # after you create it.
@@ -3902,8 +3737,7 @@ module Aws::WAFV2
3902
3737
  # like update and delete.
3903
3738
  #
3904
3739
  # @option params [String] :description
3905
- # A description of the rule group that helps with identification. You
3906
- # cannot change the description of a rule group after you create it.
3740
+ # A description of the rule group that helps with identification.
3907
3741
  #
3908
3742
  # @option params [Array<Types::Rule>] :rules
3909
3743
  # The Rule statements used to identify the web requests that you want to
@@ -3960,6 +3794,15 @@ module Aws::WAFV2
3960
3794
  # },
3961
3795
  # method: {
3962
3796
  # },
3797
+ # json_body: {
3798
+ # match_pattern: { # required
3799
+ # all: {
3800
+ # },
3801
+ # included_paths: ["JsonPointerPath"],
3802
+ # },
3803
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
3804
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
3805
+ # },
3963
3806
  # },
3964
3807
  # text_transformations: [ # required
3965
3808
  # {
@@ -3987,6 +3830,15 @@ module Aws::WAFV2
3987
3830
  # },
3988
3831
  # method: {
3989
3832
  # },
3833
+ # json_body: {
3834
+ # match_pattern: { # required
3835
+ # all: {
3836
+ # },
3837
+ # included_paths: ["JsonPointerPath"],
3838
+ # },
3839
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
3840
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
3841
+ # },
3990
3842
  # },
3991
3843
  # text_transformations: [ # required
3992
3844
  # {
@@ -4013,6 +3865,15 @@ module Aws::WAFV2
4013
3865
  # },
4014
3866
  # method: {
4015
3867
  # },
3868
+ # json_body: {
3869
+ # match_pattern: { # required
3870
+ # all: {
3871
+ # },
3872
+ # included_paths: ["JsonPointerPath"],
3873
+ # },
3874
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
3875
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
3876
+ # },
4016
3877
  # },
4017
3878
  # text_transformations: [ # required
4018
3879
  # {
@@ -4039,6 +3900,15 @@ module Aws::WAFV2
4039
3900
  # },
4040
3901
  # method: {
4041
3902
  # },
3903
+ # json_body: {
3904
+ # match_pattern: { # required
3905
+ # all: {
3906
+ # },
3907
+ # included_paths: ["JsonPointerPath"],
3908
+ # },
3909
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
3910
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
3911
+ # },
4042
3912
  # },
4043
3913
  # comparison_operator: "EQ", # required, accepts EQ, NE, LE, LT, GE, GT
4044
3914
  # size: 1, # required
@@ -4091,6 +3961,15 @@ module Aws::WAFV2
4091
3961
  # },
4092
3962
  # method: {
4093
3963
  # },
3964
+ # json_body: {
3965
+ # match_pattern: { # required
3966
+ # all: {
3967
+ # },
3968
+ # included_paths: ["JsonPointerPath"],
3969
+ # },
3970
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
3971
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
3972
+ # },
4094
3973
  # },
4095
3974
  # text_transformations: [ # required
4096
3975
  # {
@@ -4181,13 +4060,6 @@ module Aws::WAFV2
4181
4060
  req.send_request(options)
4182
4061
  end
4183
4062
 
4184
- # <note markdown="1"> This is the latest version of **AWS WAF**, named AWS WAFV2, released
4185
- # in November, 2019. For information, including how to migrate your AWS
4186
- # WAF resources from the prior release, see the [AWS WAF Developer
4187
- # Guide][1].
4188
- #
4189
- # </note>
4190
- #
4191
4063
  # Updates the specified WebACL.
4192
4064
  #
4193
4065
  # A Web ACL defines a collection of rules to use to inspect and control
@@ -4200,10 +4072,6 @@ module Aws::WAFV2
4200
4072
  # resources can be Amazon CloudFront, an Amazon API Gateway REST API, an
4201
4073
  # Application Load Balancer, or an AWS AppSync GraphQL API.
4202
4074
  #
4203
- #
4204
- #
4205
- # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html
4206
- #
4207
4075
  # @option params [required, String] :name
4208
4076
  # The name of the Web ACL. You cannot change the name of a Web ACL after
4209
4077
  # you create it.
@@ -4232,8 +4100,7 @@ module Aws::WAFV2
4232
4100
  # match.
4233
4101
  #
4234
4102
  # @option params [String] :description
4235
- # A description of the Web ACL that helps with identification. You
4236
- # cannot change the description of a Web ACL after you create it.
4103
+ # A description of the Web ACL that helps with identification.
4237
4104
  #
4238
4105
  # @option params [Array<Types::Rule>] :rules
4239
4106
  # The Rule statements used to identify the web requests that you want to
@@ -4296,6 +4163,15 @@ module Aws::WAFV2
4296
4163
  # },
4297
4164
  # method: {
4298
4165
  # },
4166
+ # json_body: {
4167
+ # match_pattern: { # required
4168
+ # all: {
4169
+ # },
4170
+ # included_paths: ["JsonPointerPath"],
4171
+ # },
4172
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
4173
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
4174
+ # },
4299
4175
  # },
4300
4176
  # text_transformations: [ # required
4301
4177
  # {
@@ -4323,6 +4199,15 @@ module Aws::WAFV2
4323
4199
  # },
4324
4200
  # method: {
4325
4201
  # },
4202
+ # json_body: {
4203
+ # match_pattern: { # required
4204
+ # all: {
4205
+ # },
4206
+ # included_paths: ["JsonPointerPath"],
4207
+ # },
4208
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
4209
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
4210
+ # },
4326
4211
  # },
4327
4212
  # text_transformations: [ # required
4328
4213
  # {
@@ -4349,6 +4234,15 @@ module Aws::WAFV2
4349
4234
  # },
4350
4235
  # method: {
4351
4236
  # },
4237
+ # json_body: {
4238
+ # match_pattern: { # required
4239
+ # all: {
4240
+ # },
4241
+ # included_paths: ["JsonPointerPath"],
4242
+ # },
4243
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
4244
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
4245
+ # },
4352
4246
  # },
4353
4247
  # text_transformations: [ # required
4354
4248
  # {
@@ -4375,6 +4269,15 @@ module Aws::WAFV2
4375
4269
  # },
4376
4270
  # method: {
4377
4271
  # },
4272
+ # json_body: {
4273
+ # match_pattern: { # required
4274
+ # all: {
4275
+ # },
4276
+ # included_paths: ["JsonPointerPath"],
4277
+ # },
4278
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
4279
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
4280
+ # },
4378
4281
  # },
4379
4282
  # comparison_operator: "EQ", # required, accepts EQ, NE, LE, LT, GE, GT
4380
4283
  # size: 1, # required
@@ -4427,6 +4330,15 @@ module Aws::WAFV2
4427
4330
  # },
4428
4331
  # method: {
4429
4332
  # },
4333
+ # json_body: {
4334
+ # match_pattern: { # required
4335
+ # all: {
4336
+ # },
4337
+ # included_paths: ["JsonPointerPath"],
4338
+ # },
4339
+ # match_scope: "ALL", # required, accepts ALL, KEY, VALUE
4340
+ # invalid_fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH, EVALUATE_AS_STRING
4341
+ # },
4430
4342
  # },
4431
4343
  # text_transformations: [ # required
4432
4344
  # {
@@ -4530,7 +4442,7 @@ module Aws::WAFV2
4530
4442
  params: params,
4531
4443
  config: config)
4532
4444
  context[:gem_name] = 'aws-sdk-wafv2'
4533
- context[:gem_version] = '1.15.0'
4445
+ context[:gem_version] = '1.16.0'
4534
4446
  Seahorse::Client::Request.new(handlers, context)
4535
4447
  end
4536
4448