aws-sdk-wafv2 1.104.0 → 1.106.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-wafv2/client.rb +165 -49
- data/lib/aws-sdk-wafv2/client_api.rb +9 -3
- data/lib/aws-sdk-wafv2/types.rb +164 -41
- data/lib/aws-sdk-wafv2.rb +1 -1
- data/sig/client.rbs +99 -5
- data/sig/types.rbs +8 -1
- metadata +2 -2
data/lib/aws-sdk-wafv2/client.rb
CHANGED
@@ -553,6 +553,9 @@ module Aws::WAFV2
|
|
553
553
|
# `arn:partition:ec2:region:account-id:verified-access-instance/instance-id
|
554
554
|
# `
|
555
555
|
#
|
556
|
+
# * For an Amplify application:
|
557
|
+
# `arn:partition:amplify:region:account-id:apps/app-id `
|
558
|
+
#
|
556
559
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
557
560
|
#
|
558
561
|
# @example Request syntax with placeholder values
|
@@ -590,7 +593,7 @@ module Aws::WAFV2
|
|
590
593
|
#
|
591
594
|
# @option params [required, String] :scope
|
592
595
|
# Specifies whether this is for a global resource type, such as a Amazon
|
593
|
-
# CloudFront distribution.
|
596
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
594
597
|
#
|
595
598
|
# To work with CloudFront, you must also specify the Region US East (N.
|
596
599
|
# Virginia) as follows:
|
@@ -676,6 +679,9 @@ module Aws::WAFV2
|
|
676
679
|
# ja4_fingerprint: {
|
677
680
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
678
681
|
# },
|
682
|
+
# uri_fragment: {
|
683
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
684
|
+
# },
|
679
685
|
# },
|
680
686
|
# text_transformations: [ # required
|
681
687
|
# {
|
@@ -743,6 +749,9 @@ module Aws::WAFV2
|
|
743
749
|
# ja4_fingerprint: {
|
744
750
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
745
751
|
# },
|
752
|
+
# uri_fragment: {
|
753
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
754
|
+
# },
|
746
755
|
# },
|
747
756
|
# text_transformations: [ # required
|
748
757
|
# {
|
@@ -810,6 +819,9 @@ module Aws::WAFV2
|
|
810
819
|
# ja4_fingerprint: {
|
811
820
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
812
821
|
# },
|
822
|
+
# uri_fragment: {
|
823
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
824
|
+
# },
|
813
825
|
# },
|
814
826
|
# text_transformations: [ # required
|
815
827
|
# {
|
@@ -876,6 +888,9 @@ module Aws::WAFV2
|
|
876
888
|
# ja4_fingerprint: {
|
877
889
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
878
890
|
# },
|
891
|
+
# uri_fragment: {
|
892
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
893
|
+
# },
|
879
894
|
# },
|
880
895
|
# comparison_operator: "EQ", # required, accepts EQ, NE, LE, LT, GE, GT
|
881
896
|
# size: 1, # required
|
@@ -1027,6 +1042,9 @@ module Aws::WAFV2
|
|
1027
1042
|
# ja4_fingerprint: {
|
1028
1043
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
1029
1044
|
# },
|
1045
|
+
# uri_fragment: {
|
1046
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
1047
|
+
# },
|
1030
1048
|
# },
|
1031
1049
|
# text_transformations: [ # required
|
1032
1050
|
# {
|
@@ -1359,6 +1377,9 @@ module Aws::WAFV2
|
|
1359
1377
|
# ja4_fingerprint: {
|
1360
1378
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
1361
1379
|
# },
|
1380
|
+
# uri_fragment: {
|
1381
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
1382
|
+
# },
|
1362
1383
|
# },
|
1363
1384
|
# text_transformations: [ # required
|
1364
1385
|
# {
|
@@ -1491,7 +1512,7 @@ module Aws::WAFV2
|
|
1491
1512
|
#
|
1492
1513
|
# @option params [required, String] :scope
|
1493
1514
|
# Specifies whether this is for a global resource type, such as a Amazon
|
1494
|
-
# CloudFront distribution.
|
1515
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
1495
1516
|
#
|
1496
1517
|
# To work with CloudFront, you must also specify the Region US East (N.
|
1497
1518
|
# Virginia) as follows:
|
@@ -1545,7 +1566,7 @@ module Aws::WAFV2
|
|
1545
1566
|
#
|
1546
1567
|
# @option params [required, String] :scope
|
1547
1568
|
# Specifies whether this is for a global resource type, such as a Amazon
|
1548
|
-
# CloudFront distribution.
|
1569
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
1549
1570
|
#
|
1550
1571
|
# To work with CloudFront, you must also specify the Region US East (N.
|
1551
1572
|
# Virginia) as follows:
|
@@ -1653,7 +1674,7 @@ module Aws::WAFV2
|
|
1653
1674
|
#
|
1654
1675
|
# @option params [required, String] :scope
|
1655
1676
|
# Specifies whether this is for a global resource type, such as a Amazon
|
1656
|
-
# CloudFront distribution.
|
1677
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
1657
1678
|
#
|
1658
1679
|
# To work with CloudFront, you must also specify the Region US East (N.
|
1659
1680
|
# Virginia) as follows:
|
@@ -1726,7 +1747,7 @@ module Aws::WAFV2
|
|
1726
1747
|
#
|
1727
1748
|
# @option params [required, String] :scope
|
1728
1749
|
# Specifies whether this is for a global resource type, such as a Amazon
|
1729
|
-
# CloudFront distribution.
|
1750
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
1730
1751
|
#
|
1731
1752
|
# To work with CloudFront, you must also specify the Region US East (N.
|
1732
1753
|
# Virginia) as follows:
|
@@ -1867,6 +1888,9 @@ module Aws::WAFV2
|
|
1867
1888
|
# ja4_fingerprint: {
|
1868
1889
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
1869
1890
|
# },
|
1891
|
+
# uri_fragment: {
|
1892
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
1893
|
+
# },
|
1870
1894
|
# },
|
1871
1895
|
# text_transformations: [ # required
|
1872
1896
|
# {
|
@@ -1934,6 +1958,9 @@ module Aws::WAFV2
|
|
1934
1958
|
# ja4_fingerprint: {
|
1935
1959
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
1936
1960
|
# },
|
1961
|
+
# uri_fragment: {
|
1962
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
1963
|
+
# },
|
1937
1964
|
# },
|
1938
1965
|
# text_transformations: [ # required
|
1939
1966
|
# {
|
@@ -2001,6 +2028,9 @@ module Aws::WAFV2
|
|
2001
2028
|
# ja4_fingerprint: {
|
2002
2029
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
2003
2030
|
# },
|
2031
|
+
# uri_fragment: {
|
2032
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
2033
|
+
# },
|
2004
2034
|
# },
|
2005
2035
|
# text_transformations: [ # required
|
2006
2036
|
# {
|
@@ -2067,6 +2097,9 @@ module Aws::WAFV2
|
|
2067
2097
|
# ja4_fingerprint: {
|
2068
2098
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
2069
2099
|
# },
|
2100
|
+
# uri_fragment: {
|
2101
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
2102
|
+
# },
|
2070
2103
|
# },
|
2071
2104
|
# comparison_operator: "EQ", # required, accepts EQ, NE, LE, LT, GE, GT
|
2072
2105
|
# size: 1, # required
|
@@ -2218,6 +2251,9 @@ module Aws::WAFV2
|
|
2218
2251
|
# ja4_fingerprint: {
|
2219
2252
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
2220
2253
|
# },
|
2254
|
+
# uri_fragment: {
|
2255
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
2256
|
+
# },
|
2221
2257
|
# },
|
2222
2258
|
# text_transformations: [ # required
|
2223
2259
|
# {
|
@@ -2550,6 +2586,9 @@ module Aws::WAFV2
|
|
2550
2586
|
# ja4_fingerprint: {
|
2551
2587
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
2552
2588
|
# },
|
2589
|
+
# uri_fragment: {
|
2590
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
2591
|
+
# },
|
2553
2592
|
# },
|
2554
2593
|
# text_transformations: [ # required
|
2555
2594
|
# {
|
@@ -2697,8 +2736,8 @@ module Aws::WAFV2
|
|
2697
2736
|
# one or more Amazon Web Services resources to protect. The resource
|
2698
2737
|
# types include Amazon CloudFront distribution, Amazon API Gateway REST
|
2699
2738
|
# API, Application Load Balancer, AppSync GraphQL API, Amazon Cognito
|
2700
|
-
# user pool, App Runner service, and Amazon Web
|
2701
|
-
# instance.
|
2739
|
+
# user pool, App Runner service, Amplify application, and Amazon Web
|
2740
|
+
# Services Verified Access instance.
|
2702
2741
|
#
|
2703
2742
|
# @option params [required, String] :name
|
2704
2743
|
# The name of the web ACL. You cannot change the name of a web ACL after
|
@@ -2706,7 +2745,7 @@ module Aws::WAFV2
|
|
2706
2745
|
#
|
2707
2746
|
# @option params [required, String] :scope
|
2708
2747
|
# Specifies whether this is for a global resource type, such as a Amazon
|
2709
|
-
# CloudFront distribution.
|
2748
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
2710
2749
|
#
|
2711
2750
|
# To work with CloudFront, you must also specify the Region US East (N.
|
2712
2751
|
# Virginia) as follows:
|
@@ -2913,6 +2952,9 @@ module Aws::WAFV2
|
|
2913
2952
|
# ja4_fingerprint: {
|
2914
2953
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
2915
2954
|
# },
|
2955
|
+
# uri_fragment: {
|
2956
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
2957
|
+
# },
|
2916
2958
|
# },
|
2917
2959
|
# text_transformations: [ # required
|
2918
2960
|
# {
|
@@ -2980,6 +3022,9 @@ module Aws::WAFV2
|
|
2980
3022
|
# ja4_fingerprint: {
|
2981
3023
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
2982
3024
|
# },
|
3025
|
+
# uri_fragment: {
|
3026
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
3027
|
+
# },
|
2983
3028
|
# },
|
2984
3029
|
# text_transformations: [ # required
|
2985
3030
|
# {
|
@@ -3047,6 +3092,9 @@ module Aws::WAFV2
|
|
3047
3092
|
# ja4_fingerprint: {
|
3048
3093
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
3049
3094
|
# },
|
3095
|
+
# uri_fragment: {
|
3096
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
3097
|
+
# },
|
3050
3098
|
# },
|
3051
3099
|
# text_transformations: [ # required
|
3052
3100
|
# {
|
@@ -3113,6 +3161,9 @@ module Aws::WAFV2
|
|
3113
3161
|
# ja4_fingerprint: {
|
3114
3162
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
3115
3163
|
# },
|
3164
|
+
# uri_fragment: {
|
3165
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
3166
|
+
# },
|
3116
3167
|
# },
|
3117
3168
|
# comparison_operator: "EQ", # required, accepts EQ, NE, LE, LT, GE, GT
|
3118
3169
|
# size: 1, # required
|
@@ -3264,6 +3315,9 @@ module Aws::WAFV2
|
|
3264
3315
|
# ja4_fingerprint: {
|
3265
3316
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
3266
3317
|
# },
|
3318
|
+
# uri_fragment: {
|
3319
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
3320
|
+
# },
|
3267
3321
|
# },
|
3268
3322
|
# text_transformations: [ # required
|
3269
3323
|
# {
|
@@ -3596,6 +3650,9 @@ module Aws::WAFV2
|
|
3596
3650
|
# ja4_fingerprint: {
|
3597
3651
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
3598
3652
|
# },
|
3653
|
+
# uri_fragment: {
|
3654
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
3655
|
+
# },
|
3599
3656
|
# },
|
3600
3657
|
# text_transformations: [ # required
|
3601
3658
|
# {
|
@@ -3769,7 +3826,7 @@ module Aws::WAFV2
|
|
3769
3826
|
#
|
3770
3827
|
# @option params [required, String] :scope
|
3771
3828
|
# Specifies whether this is for a global resource type, such as a Amazon
|
3772
|
-
# CloudFront distribution.
|
3829
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
3773
3830
|
#
|
3774
3831
|
# To work with CloudFront, you must also specify the Region US East (N.
|
3775
3832
|
# Virginia) as follows:
|
@@ -3851,7 +3908,7 @@ module Aws::WAFV2
|
|
3851
3908
|
#
|
3852
3909
|
# @option params [required, String] :scope
|
3853
3910
|
# Specifies whether this is for a global resource type, such as a Amazon
|
3854
|
-
# CloudFront distribution.
|
3911
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
3855
3912
|
#
|
3856
3913
|
# To work with CloudFront, you must also specify the Region US East (N.
|
3857
3914
|
# Virginia) as follows:
|
@@ -3979,7 +4036,7 @@ module Aws::WAFV2
|
|
3979
4036
|
#
|
3980
4037
|
# @option params [required, String] :scope
|
3981
4038
|
# Specifies whether this is for a global resource type, such as a Amazon
|
3982
|
-
# CloudFront distribution.
|
4039
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
3983
4040
|
#
|
3984
4041
|
# To work with CloudFront, you must also specify the Region US East (N.
|
3985
4042
|
# Virginia) as follows:
|
@@ -4032,7 +4089,7 @@ module Aws::WAFV2
|
|
4032
4089
|
#
|
4033
4090
|
# @option params [required, String] :scope
|
4034
4091
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4035
|
-
# CloudFront distribution.
|
4092
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4036
4093
|
#
|
4037
4094
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4038
4095
|
# Virginia) as follows:
|
@@ -4114,7 +4171,7 @@ module Aws::WAFV2
|
|
4114
4171
|
#
|
4115
4172
|
# @option params [required, String] :scope
|
4116
4173
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4117
|
-
# CloudFront distribution.
|
4174
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4118
4175
|
#
|
4119
4176
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4120
4177
|
# Virginia) as follows:
|
@@ -4165,7 +4222,7 @@ module Aws::WAFV2
|
|
4165
4222
|
#
|
4166
4223
|
# @option params [required, String] :scope
|
4167
4224
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4168
|
-
# CloudFront distribution.
|
4225
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4169
4226
|
#
|
4170
4227
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4171
4228
|
# Virginia) as follows:
|
@@ -4216,7 +4273,7 @@ module Aws::WAFV2
|
|
4216
4273
|
#
|
4217
4274
|
# @option params [required, String] :scope
|
4218
4275
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4219
|
-
# CloudFront distribution.
|
4276
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4220
4277
|
#
|
4221
4278
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4222
4279
|
# Virginia) as follows:
|
@@ -4272,7 +4329,7 @@ module Aws::WAFV2
|
|
4272
4329
|
#
|
4273
4330
|
# @option params [required, String] :scope
|
4274
4331
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4275
|
-
# CloudFront distribution.
|
4332
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4276
4333
|
#
|
4277
4334
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4278
4335
|
# Virginia) as follows:
|
@@ -4392,6 +4449,9 @@ module Aws::WAFV2
|
|
4392
4449
|
# `arn:partition:ec2:region:account-id:verified-access-instance/instance-id
|
4393
4450
|
# `
|
4394
4451
|
#
|
4452
|
+
# * For an Amplify application:
|
4453
|
+
# `arn:partition:amplify:region:account-id:apps/app-id `
|
4454
|
+
#
|
4395
4455
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
4396
4456
|
#
|
4397
4457
|
# @example Request syntax with placeholder values
|
@@ -4469,7 +4529,7 @@ module Aws::WAFV2
|
|
4469
4529
|
#
|
4470
4530
|
# @option params [required, String] :scope
|
4471
4531
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4472
|
-
# CloudFront distribution.
|
4532
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4473
4533
|
#
|
4474
4534
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4475
4535
|
# Virginia) as follows:
|
@@ -4517,7 +4577,7 @@ module Aws::WAFV2
|
|
4517
4577
|
#
|
4518
4578
|
# @option params [required, String] :scope
|
4519
4579
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4520
|
-
# CloudFront distribution.
|
4580
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4521
4581
|
#
|
4522
4582
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4523
4583
|
# Virginia) as follows:
|
@@ -4635,6 +4695,7 @@ module Aws::WAFV2
|
|
4635
4695
|
# resp.logging_configuration.redacted_fields[0].header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
4636
4696
|
# resp.logging_configuration.redacted_fields[0].ja3_fingerprint.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
4637
4697
|
# resp.logging_configuration.redacted_fields[0].ja4_fingerprint.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
4698
|
+
# resp.logging_configuration.redacted_fields[0].uri_fragment.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
4638
4699
|
# resp.logging_configuration.managed_by_firewall_manager #=> Boolean
|
4639
4700
|
# resp.logging_configuration.logging_filter.filters #=> Array
|
4640
4701
|
# resp.logging_configuration.logging_filter.filters[0].behavior #=> String, one of "KEEP", "DROP"
|
@@ -4677,7 +4738,7 @@ module Aws::WAFV2
|
|
4677
4738
|
#
|
4678
4739
|
# @option params [required, String] :scope
|
4679
4740
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4680
|
-
# CloudFront distribution.
|
4741
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4681
4742
|
#
|
4682
4743
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4683
4744
|
# Virginia) as follows:
|
@@ -4834,7 +4895,7 @@ module Aws::WAFV2
|
|
4834
4895
|
#
|
4835
4896
|
# @option params [required, String] :scope
|
4836
4897
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4837
|
-
# CloudFront distribution.
|
4898
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4838
4899
|
#
|
4839
4900
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4840
4901
|
# Virginia) as follows:
|
@@ -4905,7 +4966,7 @@ module Aws::WAFV2
|
|
4905
4966
|
#
|
4906
4967
|
# @option params [required, String] :scope
|
4907
4968
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4908
|
-
# CloudFront distribution.
|
4969
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4909
4970
|
#
|
4910
4971
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4911
4972
|
# Virginia) as follows:
|
@@ -4960,7 +5021,7 @@ module Aws::WAFV2
|
|
4960
5021
|
#
|
4961
5022
|
# @option params [String] :scope
|
4962
5023
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4963
|
-
# CloudFront distribution.
|
5024
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4964
5025
|
#
|
4965
5026
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4966
5027
|
# Virginia) as follows:
|
@@ -5026,6 +5087,7 @@ module Aws::WAFV2
|
|
5026
5087
|
# resp.rule_group.rules[0].statement.byte_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
5027
5088
|
# resp.rule_group.rules[0].statement.byte_match_statement.field_to_match.ja3_fingerprint.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
5028
5089
|
# resp.rule_group.rules[0].statement.byte_match_statement.field_to_match.ja4_fingerprint.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
5090
|
+
# resp.rule_group.rules[0].statement.byte_match_statement.field_to_match.uri_fragment.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
5029
5091
|
# resp.rule_group.rules[0].statement.byte_match_statement.text_transformations #=> Array
|
5030
5092
|
# resp.rule_group.rules[0].statement.byte_match_statement.text_transformations[0].priority #=> Integer
|
5031
5093
|
# 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"
|
@@ -5053,6 +5115,7 @@ module Aws::WAFV2
|
|
5053
5115
|
# resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
5054
5116
|
# resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.ja3_fingerprint.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
5055
5117
|
# resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.ja4_fingerprint.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
5118
|
+
# resp.rule_group.rules[0].statement.sqli_match_statement.field_to_match.uri_fragment.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
5056
5119
|
# resp.rule_group.rules[0].statement.sqli_match_statement.text_transformations #=> Array
|
5057
5120
|
# resp.rule_group.rules[0].statement.sqli_match_statement.text_transformations[0].priority #=> Integer
|
5058
5121
|
# 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"
|
@@ -5080,6 +5143,7 @@ module Aws::WAFV2
|
|
5080
5143
|
# resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
5081
5144
|
# resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.ja3_fingerprint.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
5082
5145
|
# resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.ja4_fingerprint.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
5146
|
+
# resp.rule_group.rules[0].statement.xss_match_statement.field_to_match.uri_fragment.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
5083
5147
|
# resp.rule_group.rules[0].statement.xss_match_statement.text_transformations #=> Array
|
5084
5148
|
# resp.rule_group.rules[0].statement.xss_match_statement.text_transformations[0].priority #=> Integer
|
5085
5149
|
# 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"
|
@@ -5106,6 +5170,7 @@ module Aws::WAFV2
|
|
5106
5170
|
# resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
5107
5171
|
# resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.ja3_fingerprint.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
5108
5172
|
# resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.ja4_fingerprint.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
5173
|
+
# resp.rule_group.rules[0].statement.size_constraint_statement.field_to_match.uri_fragment.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
5109
5174
|
# resp.rule_group.rules[0].statement.size_constraint_statement.comparison_operator #=> String, one of "EQ", "NE", "LE", "LT", "GE", "GT"
|
5110
5175
|
# resp.rule_group.rules[0].statement.size_constraint_statement.size #=> Integer
|
5111
5176
|
# resp.rule_group.rules[0].statement.size_constraint_statement.text_transformations #=> Array
|
@@ -5165,6 +5230,7 @@ module Aws::WAFV2
|
|
5165
5230
|
# resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
5166
5231
|
# resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.ja3_fingerprint.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
5167
5232
|
# resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.ja4_fingerprint.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
5233
|
+
# resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.field_to_match.uri_fragment.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
5168
5234
|
# resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.text_transformations #=> Array
|
5169
5235
|
# resp.rule_group.rules[0].statement.regex_pattern_set_reference_statement.text_transformations[0].priority #=> Integer
|
5170
5236
|
# 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"
|
@@ -5311,6 +5377,7 @@ module Aws::WAFV2
|
|
5311
5377
|
# resp.rule_group.rules[0].statement.regex_match_statement.field_to_match.header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
5312
5378
|
# resp.rule_group.rules[0].statement.regex_match_statement.field_to_match.ja3_fingerprint.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
5313
5379
|
# resp.rule_group.rules[0].statement.regex_match_statement.field_to_match.ja4_fingerprint.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
5380
|
+
# resp.rule_group.rules[0].statement.regex_match_statement.field_to_match.uri_fragment.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
5314
5381
|
# resp.rule_group.rules[0].statement.regex_match_statement.text_transformations #=> Array
|
5315
5382
|
# resp.rule_group.rules[0].statement.regex_match_statement.text_transformations[0].priority #=> Integer
|
5316
5383
|
# resp.rule_group.rules[0].statement.regex_match_statement.text_transformations[0].type #=> String, one of "NONE", "COMPRESS_WHITE_SPACE", "HTML_ENTITY_DECODE", "LOWERCASE", "CMD_LINE", "URL_DECODE", "BASE64_DECODE", "HEX_DECODE", "MD5", "REPLACE_COMMENTS", "ESCAPE_SEQ_DECODE", "SQL_HEX_DECODE", "CSS_DECODE", "JS_DECODE", "NORMALIZE_PATH", "NORMALIZE_PATH_WIN", "REMOVE_NULLS", "REPLACE_NULLS", "BASE64_DECODE_EXT", "URL_DECODE_UNI", "UTF8_TO_UNICODE"
|
@@ -5386,7 +5453,7 @@ module Aws::WAFV2
|
|
5386
5453
|
#
|
5387
5454
|
# @option params [required, String] :scope
|
5388
5455
|
# Specifies whether this is for a global resource type, such as a Amazon
|
5389
|
-
# CloudFront distribution.
|
5456
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
5390
5457
|
#
|
5391
5458
|
# To work with CloudFront, you must also specify the Region US East (N.
|
5392
5459
|
# Virginia) as follows:
|
@@ -5474,13 +5541,13 @@ module Aws::WAFV2
|
|
5474
5541
|
|
5475
5542
|
# Retrieves the specified WebACL.
|
5476
5543
|
#
|
5477
|
-
# @option params [
|
5544
|
+
# @option params [String] :name
|
5478
5545
|
# The name of the web ACL. You cannot change the name of a web ACL after
|
5479
5546
|
# you create it.
|
5480
5547
|
#
|
5481
|
-
# @option params [
|
5548
|
+
# @option params [String] :scope
|
5482
5549
|
# Specifies whether this is for a global resource type, such as a Amazon
|
5483
|
-
# CloudFront distribution.
|
5550
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
5484
5551
|
#
|
5485
5552
|
# To work with CloudFront, you must also specify the Region US East (N.
|
5486
5553
|
# Virginia) as follows:
|
@@ -5490,11 +5557,15 @@ module Aws::WAFV2
|
|
5490
5557
|
#
|
5491
5558
|
# * API and SDKs - For all calls, use the Region endpoint us-east-1.
|
5492
5559
|
#
|
5493
|
-
# @option params [
|
5560
|
+
# @option params [String] :id
|
5494
5561
|
# The unique identifier for the web ACL. This ID is returned in the
|
5495
5562
|
# responses to create and list commands. You provide it to operations
|
5496
5563
|
# like update and delete.
|
5497
5564
|
#
|
5565
|
+
# @option params [String] :arn
|
5566
|
+
# The Amazon Resource Name (ARN) of the web ACL that you want to
|
5567
|
+
# retrieve.
|
5568
|
+
#
|
5498
5569
|
# @return [Types::GetWebACLResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5499
5570
|
#
|
5500
5571
|
# * {Types::GetWebACLResponse#web_acl #web_acl} => Types::WebACL
|
@@ -5504,9 +5575,10 @@ module Aws::WAFV2
|
|
5504
5575
|
# @example Request syntax with placeholder values
|
5505
5576
|
#
|
5506
5577
|
# resp = client.get_web_acl({
|
5507
|
-
# name: "EntityName",
|
5508
|
-
# scope: "CLOUDFRONT", #
|
5509
|
-
# id: "EntityId",
|
5578
|
+
# name: "EntityName",
|
5579
|
+
# scope: "CLOUDFRONT", # accepts CLOUDFRONT, REGIONAL
|
5580
|
+
# id: "EntityId",
|
5581
|
+
# arn: "ResourceArn",
|
5510
5582
|
# })
|
5511
5583
|
#
|
5512
5584
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/GetWebACL AWS API Documentation
|
@@ -5569,6 +5641,9 @@ module Aws::WAFV2
|
|
5569
5641
|
# `arn:partition:ec2:region:account-id:verified-access-instance/instance-id
|
5570
5642
|
# `
|
5571
5643
|
#
|
5644
|
+
# * For an Amplify application:
|
5645
|
+
# `arn:partition:amplify:region:account-id:apps/app-id `
|
5646
|
+
#
|
5572
5647
|
# @return [Types::GetWebACLForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5573
5648
|
#
|
5574
5649
|
# * {Types::GetWebACLForResourceResponse#web_acl #web_acl} => Types::WebACL
|
@@ -5604,7 +5679,7 @@ module Aws::WAFV2
|
|
5604
5679
|
#
|
5605
5680
|
# @option params [required, String] :scope
|
5606
5681
|
# Specifies whether this is for a global resource type, such as a Amazon
|
5607
|
-
# CloudFront distribution.
|
5682
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
5608
5683
|
#
|
5609
5684
|
# To work with CloudFront, you must also specify the Region US East (N.
|
5610
5685
|
# Virginia) as follows:
|
@@ -5674,7 +5749,7 @@ module Aws::WAFV2
|
|
5674
5749
|
#
|
5675
5750
|
# @option params [required, String] :scope
|
5676
5751
|
# Specifies whether this is for a global resource type, such as a Amazon
|
5677
|
-
# CloudFront distribution.
|
5752
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
5678
5753
|
#
|
5679
5754
|
# To work with CloudFront, you must also specify the Region US East (N.
|
5680
5755
|
# Virginia) as follows:
|
@@ -5737,7 +5812,7 @@ module Aws::WAFV2
|
|
5737
5812
|
#
|
5738
5813
|
# @option params [required, String] :scope
|
5739
5814
|
# Specifies whether this is for a global resource type, such as a Amazon
|
5740
|
-
# CloudFront distribution.
|
5815
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
5741
5816
|
#
|
5742
5817
|
# To work with CloudFront, you must also specify the Region US East (N.
|
5743
5818
|
# Virginia) as follows:
|
@@ -5796,7 +5871,7 @@ module Aws::WAFV2
|
|
5796
5871
|
#
|
5797
5872
|
# @option params [required, String] :scope
|
5798
5873
|
# Specifies whether this is for a global resource type, such as a Amazon
|
5799
|
-
# CloudFront distribution.
|
5874
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
5800
5875
|
#
|
5801
5876
|
# To work with CloudFront, you must also specify the Region US East (N.
|
5802
5877
|
# Virginia) as follows:
|
@@ -5855,7 +5930,7 @@ module Aws::WAFV2
|
|
5855
5930
|
#
|
5856
5931
|
# @option params [required, String] :scope
|
5857
5932
|
# Specifies whether this is for a global resource type, such as a Amazon
|
5858
|
-
# CloudFront distribution.
|
5933
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
5859
5934
|
#
|
5860
5935
|
# To work with CloudFront, you must also specify the Region US East (N.
|
5861
5936
|
# Virginia) as follows:
|
@@ -5939,6 +6014,7 @@ module Aws::WAFV2
|
|
5939
6014
|
# resp.logging_configurations[0].redacted_fields[0].header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
5940
6015
|
# resp.logging_configurations[0].redacted_fields[0].ja3_fingerprint.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
5941
6016
|
# resp.logging_configurations[0].redacted_fields[0].ja4_fingerprint.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
6017
|
+
# resp.logging_configurations[0].redacted_fields[0].uri_fragment.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
5942
6018
|
# resp.logging_configurations[0].managed_by_firewall_manager #=> Boolean
|
5943
6019
|
# resp.logging_configurations[0].logging_filter.filters #=> Array
|
5944
6020
|
# resp.logging_configurations[0].logging_filter.filters[0].behavior #=> String, one of "KEEP", "DROP"
|
@@ -5975,7 +6051,7 @@ module Aws::WAFV2
|
|
5975
6051
|
#
|
5976
6052
|
# @option params [required, String] :scope
|
5977
6053
|
# Specifies whether this is for a global resource type, such as a Amazon
|
5978
|
-
# CloudFront distribution.
|
6054
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
5979
6055
|
#
|
5980
6056
|
# To work with CloudFront, you must also specify the Region US East (N.
|
5981
6057
|
# Virginia) as follows:
|
@@ -6094,7 +6170,7 @@ module Aws::WAFV2
|
|
6094
6170
|
#
|
6095
6171
|
# @option params [required, String] :scope
|
6096
6172
|
# Specifies whether this is for a global resource type, such as a Amazon
|
6097
|
-
# CloudFront distribution.
|
6173
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
6098
6174
|
#
|
6099
6175
|
# To work with CloudFront, you must also specify the Region US East (N.
|
6100
6176
|
# Virginia) as follows:
|
@@ -6198,7 +6274,7 @@ module Aws::WAFV2
|
|
6198
6274
|
#
|
6199
6275
|
# resp = client.list_resources_for_web_acl({
|
6200
6276
|
# web_acl_arn: "ResourceArn", # required
|
6201
|
-
# resource_type: "APPLICATION_LOAD_BALANCER", # accepts APPLICATION_LOAD_BALANCER, API_GATEWAY, APPSYNC, COGNITO_USER_POOL, APP_RUNNER_SERVICE, VERIFIED_ACCESS_INSTANCE
|
6277
|
+
# resource_type: "APPLICATION_LOAD_BALANCER", # accepts APPLICATION_LOAD_BALANCER, API_GATEWAY, APPSYNC, COGNITO_USER_POOL, APP_RUNNER_SERVICE, VERIFIED_ACCESS_INSTANCE, AMPLIFY
|
6202
6278
|
# })
|
6203
6279
|
#
|
6204
6280
|
# @example Response structure
|
@@ -6220,7 +6296,7 @@ module Aws::WAFV2
|
|
6220
6296
|
#
|
6221
6297
|
# @option params [required, String] :scope
|
6222
6298
|
# Specifies whether this is for a global resource type, such as a Amazon
|
6223
|
-
# CloudFront distribution.
|
6299
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
6224
6300
|
#
|
6225
6301
|
# To work with CloudFront, you must also specify the Region US East (N.
|
6226
6302
|
# Virginia) as follows:
|
@@ -6337,7 +6413,7 @@ module Aws::WAFV2
|
|
6337
6413
|
#
|
6338
6414
|
# @option params [required, String] :scope
|
6339
6415
|
# Specifies whether this is for a global resource type, such as a Amazon
|
6340
|
-
# CloudFront distribution.
|
6416
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
6341
6417
|
#
|
6342
6418
|
# To work with CloudFront, you must also specify the Region US East (N.
|
6343
6419
|
# Virginia) as follows:
|
@@ -6519,6 +6595,9 @@ module Aws::WAFV2
|
|
6519
6595
|
# ja4_fingerprint: {
|
6520
6596
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
6521
6597
|
# },
|
6598
|
+
# uri_fragment: {
|
6599
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
6600
|
+
# },
|
6522
6601
|
# },
|
6523
6602
|
# ],
|
6524
6603
|
# managed_by_firewall_manager: false,
|
@@ -6575,6 +6654,7 @@ module Aws::WAFV2
|
|
6575
6654
|
# resp.logging_configuration.redacted_fields[0].header_order.oversize_handling #=> String, one of "CONTINUE", "MATCH", "NO_MATCH"
|
6576
6655
|
# resp.logging_configuration.redacted_fields[0].ja3_fingerprint.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
6577
6656
|
# resp.logging_configuration.redacted_fields[0].ja4_fingerprint.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
6657
|
+
# resp.logging_configuration.redacted_fields[0].uri_fragment.fallback_behavior #=> String, one of "MATCH", "NO_MATCH"
|
6578
6658
|
# resp.logging_configuration.managed_by_firewall_manager #=> Boolean
|
6579
6659
|
# resp.logging_configuration.logging_filter.filters #=> Array
|
6580
6660
|
# resp.logging_configuration.logging_filter.filters[0].behavior #=> String, one of "KEEP", "DROP"
|
@@ -6631,7 +6711,7 @@ module Aws::WAFV2
|
|
6631
6711
|
#
|
6632
6712
|
# @option params [required, String] :scope
|
6633
6713
|
# Specifies whether this is for a global resource type, such as a Amazon
|
6634
|
-
# CloudFront distribution.
|
6714
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
6635
6715
|
#
|
6636
6716
|
# To work with CloudFront, you must also specify the Region US East (N.
|
6637
6717
|
# Virginia) as follows:
|
@@ -6883,7 +6963,7 @@ module Aws::WAFV2
|
|
6883
6963
|
#
|
6884
6964
|
# @option params [required, String] :scope
|
6885
6965
|
# Specifies whether this is for a global resource type, such as a Amazon
|
6886
|
-
# CloudFront distribution.
|
6966
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
6887
6967
|
#
|
6888
6968
|
# To work with CloudFront, you must also specify the Region US East (N.
|
6889
6969
|
# Virginia) as follows:
|
@@ -7006,7 +7086,7 @@ module Aws::WAFV2
|
|
7006
7086
|
#
|
7007
7087
|
# @option params [required, String] :scope
|
7008
7088
|
# Specifies whether this is for a global resource type, such as a Amazon
|
7009
|
-
# CloudFront distribution.
|
7089
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
7010
7090
|
#
|
7011
7091
|
# To work with CloudFront, you must also specify the Region US East (N.
|
7012
7092
|
# Virginia) as follows:
|
@@ -7121,7 +7201,7 @@ module Aws::WAFV2
|
|
7121
7201
|
#
|
7122
7202
|
# @option params [required, String] :scope
|
7123
7203
|
# Specifies whether this is for a global resource type, such as a Amazon
|
7124
|
-
# CloudFront distribution.
|
7204
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
7125
7205
|
#
|
7126
7206
|
# To work with CloudFront, you must also specify the Region US East (N.
|
7127
7207
|
# Virginia) as follows:
|
@@ -7236,7 +7316,7 @@ module Aws::WAFV2
|
|
7236
7316
|
#
|
7237
7317
|
# @option params [required, String] :scope
|
7238
7318
|
# Specifies whether this is for a global resource type, such as a Amazon
|
7239
|
-
# CloudFront distribution.
|
7319
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
7240
7320
|
#
|
7241
7321
|
# To work with CloudFront, you must also specify the Region US East (N.
|
7242
7322
|
# Virginia) as follows:
|
@@ -7368,6 +7448,9 @@ module Aws::WAFV2
|
|
7368
7448
|
# ja4_fingerprint: {
|
7369
7449
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
7370
7450
|
# },
|
7451
|
+
# uri_fragment: {
|
7452
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
7453
|
+
# },
|
7371
7454
|
# },
|
7372
7455
|
# text_transformations: [ # required
|
7373
7456
|
# {
|
@@ -7435,6 +7518,9 @@ module Aws::WAFV2
|
|
7435
7518
|
# ja4_fingerprint: {
|
7436
7519
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
7437
7520
|
# },
|
7521
|
+
# uri_fragment: {
|
7522
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
7523
|
+
# },
|
7438
7524
|
# },
|
7439
7525
|
# text_transformations: [ # required
|
7440
7526
|
# {
|
@@ -7502,6 +7588,9 @@ module Aws::WAFV2
|
|
7502
7588
|
# ja4_fingerprint: {
|
7503
7589
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
7504
7590
|
# },
|
7591
|
+
# uri_fragment: {
|
7592
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
7593
|
+
# },
|
7505
7594
|
# },
|
7506
7595
|
# text_transformations: [ # required
|
7507
7596
|
# {
|
@@ -7568,6 +7657,9 @@ module Aws::WAFV2
|
|
7568
7657
|
# ja4_fingerprint: {
|
7569
7658
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
7570
7659
|
# },
|
7660
|
+
# uri_fragment: {
|
7661
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
7662
|
+
# },
|
7571
7663
|
# },
|
7572
7664
|
# comparison_operator: "EQ", # required, accepts EQ, NE, LE, LT, GE, GT
|
7573
7665
|
# size: 1, # required
|
@@ -7719,6 +7811,9 @@ module Aws::WAFV2
|
|
7719
7811
|
# ja4_fingerprint: {
|
7720
7812
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
7721
7813
|
# },
|
7814
|
+
# uri_fragment: {
|
7815
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
7816
|
+
# },
|
7722
7817
|
# },
|
7723
7818
|
# text_transformations: [ # required
|
7724
7819
|
# {
|
@@ -8051,6 +8146,9 @@ module Aws::WAFV2
|
|
8051
8146
|
# ja4_fingerprint: {
|
8052
8147
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
8053
8148
|
# },
|
8149
|
+
# uri_fragment: {
|
8150
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
8151
|
+
# },
|
8054
8152
|
# },
|
8055
8153
|
# text_transformations: [ # required
|
8056
8154
|
# {
|
@@ -8205,8 +8303,8 @@ module Aws::WAFV2
|
|
8205
8303
|
# one or more Amazon Web Services resources to protect. The resource
|
8206
8304
|
# types include Amazon CloudFront distribution, Amazon API Gateway REST
|
8207
8305
|
# API, Application Load Balancer, AppSync GraphQL API, Amazon Cognito
|
8208
|
-
# user pool, App Runner service, and Amazon Web
|
8209
|
-
# instance.
|
8306
|
+
# user pool, App Runner service, Amplify application, and Amazon Web
|
8307
|
+
# Services Verified Access instance.
|
8210
8308
|
#
|
8211
8309
|
# **Temporary inconsistencies during updates**
|
8212
8310
|
#
|
@@ -8239,7 +8337,7 @@ module Aws::WAFV2
|
|
8239
8337
|
#
|
8240
8338
|
# @option params [required, String] :scope
|
8241
8339
|
# Specifies whether this is for a global resource type, such as a Amazon
|
8242
|
-
# CloudFront distribution.
|
8340
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
8243
8341
|
#
|
8244
8342
|
# To work with CloudFront, you must also specify the Region US East (N.
|
8245
8343
|
# Virginia) as follows:
|
@@ -8459,6 +8557,9 @@ module Aws::WAFV2
|
|
8459
8557
|
# ja4_fingerprint: {
|
8460
8558
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
8461
8559
|
# },
|
8560
|
+
# uri_fragment: {
|
8561
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
8562
|
+
# },
|
8462
8563
|
# },
|
8463
8564
|
# text_transformations: [ # required
|
8464
8565
|
# {
|
@@ -8526,6 +8627,9 @@ module Aws::WAFV2
|
|
8526
8627
|
# ja4_fingerprint: {
|
8527
8628
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
8528
8629
|
# },
|
8630
|
+
# uri_fragment: {
|
8631
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
8632
|
+
# },
|
8529
8633
|
# },
|
8530
8634
|
# text_transformations: [ # required
|
8531
8635
|
# {
|
@@ -8593,6 +8697,9 @@ module Aws::WAFV2
|
|
8593
8697
|
# ja4_fingerprint: {
|
8594
8698
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
8595
8699
|
# },
|
8700
|
+
# uri_fragment: {
|
8701
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
8702
|
+
# },
|
8596
8703
|
# },
|
8597
8704
|
# text_transformations: [ # required
|
8598
8705
|
# {
|
@@ -8659,6 +8766,9 @@ module Aws::WAFV2
|
|
8659
8766
|
# ja4_fingerprint: {
|
8660
8767
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
8661
8768
|
# },
|
8769
|
+
# uri_fragment: {
|
8770
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
8771
|
+
# },
|
8662
8772
|
# },
|
8663
8773
|
# comparison_operator: "EQ", # required, accepts EQ, NE, LE, LT, GE, GT
|
8664
8774
|
# size: 1, # required
|
@@ -8810,6 +8920,9 @@ module Aws::WAFV2
|
|
8810
8920
|
# ja4_fingerprint: {
|
8811
8921
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
8812
8922
|
# },
|
8923
|
+
# uri_fragment: {
|
8924
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
8925
|
+
# },
|
8813
8926
|
# },
|
8814
8927
|
# text_transformations: [ # required
|
8815
8928
|
# {
|
@@ -9142,6 +9255,9 @@ module Aws::WAFV2
|
|
9142
9255
|
# ja4_fingerprint: {
|
9143
9256
|
# fallback_behavior: "MATCH", # required, accepts MATCH, NO_MATCH
|
9144
9257
|
# },
|
9258
|
+
# uri_fragment: {
|
9259
|
+
# fallback_behavior: "MATCH", # accepts MATCH, NO_MATCH
|
9260
|
+
# },
|
9145
9261
|
# },
|
9146
9262
|
# text_transformations: [ # required
|
9147
9263
|
# {
|
@@ -9317,7 +9433,7 @@ module Aws::WAFV2
|
|
9317
9433
|
tracer: tracer
|
9318
9434
|
)
|
9319
9435
|
context[:gem_name] = 'aws-sdk-wafv2'
|
9320
|
-
context[:gem_version] = '1.
|
9436
|
+
context[:gem_version] = '1.106.0'
|
9321
9437
|
Seahorse::Client::Request.new(handlers, context)
|
9322
9438
|
end
|
9323
9439
|
|