aws-sdk-wafv2 1.105.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-wafv2/client.rb +63 -49
- data/lib/aws-sdk-wafv2/client_api.rb +4 -3
- data/lib/aws-sdk-wafv2/types.rb +100 -40
- data/lib/aws-sdk-wafv2.rb +1 -1
- data/sig/client.rbs +6 -5
- data/sig/types.rbs +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d28e0a5e71653364c89695902eaa77a372e0f8d4eeefff534df1c5fa30378b93
|
4
|
+
data.tar.gz: e6e81f6fed099b2c57b10453dbdffb9e06b23794ca7d38926e4ab9403c24e0fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9daaa4bc58d2d0747af8561d39e42350afb41c57139b5b3c3b26c43961cb4b71c595e0cc43895ae0688654782b5e5b53530192499c1a250d34fb7b556437fa31
|
7
|
+
data.tar.gz: 23752fe9f1f3eeff4b53cb8c237fc80a709a1999dfe2672dfe676814c210337e1562275afc137f5b6f0f1e05d72cf1773e9c1cb23ab516ed4b355c1adc54f407
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.106.0
|
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:
|
@@ -1509,7 +1512,7 @@ module Aws::WAFV2
|
|
1509
1512
|
#
|
1510
1513
|
# @option params [required, String] :scope
|
1511
1514
|
# Specifies whether this is for a global resource type, such as a Amazon
|
1512
|
-
# CloudFront distribution.
|
1515
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
1513
1516
|
#
|
1514
1517
|
# To work with CloudFront, you must also specify the Region US East (N.
|
1515
1518
|
# Virginia) as follows:
|
@@ -1563,7 +1566,7 @@ module Aws::WAFV2
|
|
1563
1566
|
#
|
1564
1567
|
# @option params [required, String] :scope
|
1565
1568
|
# Specifies whether this is for a global resource type, such as a Amazon
|
1566
|
-
# CloudFront distribution.
|
1569
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
1567
1570
|
#
|
1568
1571
|
# To work with CloudFront, you must also specify the Region US East (N.
|
1569
1572
|
# Virginia) as follows:
|
@@ -1671,7 +1674,7 @@ module Aws::WAFV2
|
|
1671
1674
|
#
|
1672
1675
|
# @option params [required, String] :scope
|
1673
1676
|
# Specifies whether this is for a global resource type, such as a Amazon
|
1674
|
-
# CloudFront distribution.
|
1677
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
1675
1678
|
#
|
1676
1679
|
# To work with CloudFront, you must also specify the Region US East (N.
|
1677
1680
|
# Virginia) as follows:
|
@@ -1744,7 +1747,7 @@ module Aws::WAFV2
|
|
1744
1747
|
#
|
1745
1748
|
# @option params [required, String] :scope
|
1746
1749
|
# Specifies whether this is for a global resource type, such as a Amazon
|
1747
|
-
# CloudFront distribution.
|
1750
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
1748
1751
|
#
|
1749
1752
|
# To work with CloudFront, you must also specify the Region US East (N.
|
1750
1753
|
# Virginia) as follows:
|
@@ -2733,8 +2736,8 @@ module Aws::WAFV2
|
|
2733
2736
|
# one or more Amazon Web Services resources to protect. The resource
|
2734
2737
|
# types include Amazon CloudFront distribution, Amazon API Gateway REST
|
2735
2738
|
# API, Application Load Balancer, AppSync GraphQL API, Amazon Cognito
|
2736
|
-
# user pool, App Runner service, and Amazon Web
|
2737
|
-
# instance.
|
2739
|
+
# user pool, App Runner service, Amplify application, and Amazon Web
|
2740
|
+
# Services Verified Access instance.
|
2738
2741
|
#
|
2739
2742
|
# @option params [required, String] :name
|
2740
2743
|
# The name of the web ACL. You cannot change the name of a web ACL after
|
@@ -2742,7 +2745,7 @@ module Aws::WAFV2
|
|
2742
2745
|
#
|
2743
2746
|
# @option params [required, String] :scope
|
2744
2747
|
# Specifies whether this is for a global resource type, such as a Amazon
|
2745
|
-
# CloudFront distribution.
|
2748
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
2746
2749
|
#
|
2747
2750
|
# To work with CloudFront, you must also specify the Region US East (N.
|
2748
2751
|
# Virginia) as follows:
|
@@ -3823,7 +3826,7 @@ module Aws::WAFV2
|
|
3823
3826
|
#
|
3824
3827
|
# @option params [required, String] :scope
|
3825
3828
|
# Specifies whether this is for a global resource type, such as a Amazon
|
3826
|
-
# CloudFront distribution.
|
3829
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
3827
3830
|
#
|
3828
3831
|
# To work with CloudFront, you must also specify the Region US East (N.
|
3829
3832
|
# Virginia) as follows:
|
@@ -3905,7 +3908,7 @@ module Aws::WAFV2
|
|
3905
3908
|
#
|
3906
3909
|
# @option params [required, String] :scope
|
3907
3910
|
# Specifies whether this is for a global resource type, such as a Amazon
|
3908
|
-
# CloudFront distribution.
|
3911
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
3909
3912
|
#
|
3910
3913
|
# To work with CloudFront, you must also specify the Region US East (N.
|
3911
3914
|
# Virginia) as follows:
|
@@ -4033,7 +4036,7 @@ module Aws::WAFV2
|
|
4033
4036
|
#
|
4034
4037
|
# @option params [required, String] :scope
|
4035
4038
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4036
|
-
# CloudFront distribution.
|
4039
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4037
4040
|
#
|
4038
4041
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4039
4042
|
# Virginia) as follows:
|
@@ -4086,7 +4089,7 @@ module Aws::WAFV2
|
|
4086
4089
|
#
|
4087
4090
|
# @option params [required, String] :scope
|
4088
4091
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4089
|
-
# CloudFront distribution.
|
4092
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4090
4093
|
#
|
4091
4094
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4092
4095
|
# Virginia) as follows:
|
@@ -4168,7 +4171,7 @@ module Aws::WAFV2
|
|
4168
4171
|
#
|
4169
4172
|
# @option params [required, String] :scope
|
4170
4173
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4171
|
-
# CloudFront distribution.
|
4174
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4172
4175
|
#
|
4173
4176
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4174
4177
|
# Virginia) as follows:
|
@@ -4219,7 +4222,7 @@ module Aws::WAFV2
|
|
4219
4222
|
#
|
4220
4223
|
# @option params [required, String] :scope
|
4221
4224
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4222
|
-
# CloudFront distribution.
|
4225
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4223
4226
|
#
|
4224
4227
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4225
4228
|
# Virginia) as follows:
|
@@ -4270,7 +4273,7 @@ module Aws::WAFV2
|
|
4270
4273
|
#
|
4271
4274
|
# @option params [required, String] :scope
|
4272
4275
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4273
|
-
# CloudFront distribution.
|
4276
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4274
4277
|
#
|
4275
4278
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4276
4279
|
# Virginia) as follows:
|
@@ -4326,7 +4329,7 @@ module Aws::WAFV2
|
|
4326
4329
|
#
|
4327
4330
|
# @option params [required, String] :scope
|
4328
4331
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4329
|
-
# CloudFront distribution.
|
4332
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4330
4333
|
#
|
4331
4334
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4332
4335
|
# Virginia) as follows:
|
@@ -4446,6 +4449,9 @@ module Aws::WAFV2
|
|
4446
4449
|
# `arn:partition:ec2:region:account-id:verified-access-instance/instance-id
|
4447
4450
|
# `
|
4448
4451
|
#
|
4452
|
+
# * For an Amplify application:
|
4453
|
+
# `arn:partition:amplify:region:account-id:apps/app-id `
|
4454
|
+
#
|
4449
4455
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
4450
4456
|
#
|
4451
4457
|
# @example Request syntax with placeholder values
|
@@ -4523,7 +4529,7 @@ module Aws::WAFV2
|
|
4523
4529
|
#
|
4524
4530
|
# @option params [required, String] :scope
|
4525
4531
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4526
|
-
# CloudFront distribution.
|
4532
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4527
4533
|
#
|
4528
4534
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4529
4535
|
# Virginia) as follows:
|
@@ -4571,7 +4577,7 @@ module Aws::WAFV2
|
|
4571
4577
|
#
|
4572
4578
|
# @option params [required, String] :scope
|
4573
4579
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4574
|
-
# CloudFront distribution.
|
4580
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4575
4581
|
#
|
4576
4582
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4577
4583
|
# Virginia) as follows:
|
@@ -4732,7 +4738,7 @@ module Aws::WAFV2
|
|
4732
4738
|
#
|
4733
4739
|
# @option params [required, String] :scope
|
4734
4740
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4735
|
-
# CloudFront distribution.
|
4741
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4736
4742
|
#
|
4737
4743
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4738
4744
|
# Virginia) as follows:
|
@@ -4889,7 +4895,7 @@ module Aws::WAFV2
|
|
4889
4895
|
#
|
4890
4896
|
# @option params [required, String] :scope
|
4891
4897
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4892
|
-
# CloudFront distribution.
|
4898
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4893
4899
|
#
|
4894
4900
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4895
4901
|
# Virginia) as follows:
|
@@ -4960,7 +4966,7 @@ module Aws::WAFV2
|
|
4960
4966
|
#
|
4961
4967
|
# @option params [required, String] :scope
|
4962
4968
|
# Specifies whether this is for a global resource type, such as a Amazon
|
4963
|
-
# CloudFront distribution.
|
4969
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
4964
4970
|
#
|
4965
4971
|
# To work with CloudFront, you must also specify the Region US East (N.
|
4966
4972
|
# Virginia) as follows:
|
@@ -5015,7 +5021,7 @@ module Aws::WAFV2
|
|
5015
5021
|
#
|
5016
5022
|
# @option params [String] :scope
|
5017
5023
|
# Specifies whether this is for a global resource type, such as a Amazon
|
5018
|
-
# CloudFront distribution.
|
5024
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
5019
5025
|
#
|
5020
5026
|
# To work with CloudFront, you must also specify the Region US East (N.
|
5021
5027
|
# Virginia) as follows:
|
@@ -5447,7 +5453,7 @@ module Aws::WAFV2
|
|
5447
5453
|
#
|
5448
5454
|
# @option params [required, String] :scope
|
5449
5455
|
# Specifies whether this is for a global resource type, such as a Amazon
|
5450
|
-
# CloudFront distribution.
|
5456
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
5451
5457
|
#
|
5452
5458
|
# To work with CloudFront, you must also specify the Region US East (N.
|
5453
5459
|
# Virginia) as follows:
|
@@ -5535,13 +5541,13 @@ module Aws::WAFV2
|
|
5535
5541
|
|
5536
5542
|
# Retrieves the specified WebACL.
|
5537
5543
|
#
|
5538
|
-
# @option params [
|
5544
|
+
# @option params [String] :name
|
5539
5545
|
# The name of the web ACL. You cannot change the name of a web ACL after
|
5540
5546
|
# you create it.
|
5541
5547
|
#
|
5542
|
-
# @option params [
|
5548
|
+
# @option params [String] :scope
|
5543
5549
|
# Specifies whether this is for a global resource type, such as a Amazon
|
5544
|
-
# CloudFront distribution.
|
5550
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
5545
5551
|
#
|
5546
5552
|
# To work with CloudFront, you must also specify the Region US East (N.
|
5547
5553
|
# Virginia) as follows:
|
@@ -5551,11 +5557,15 @@ module Aws::WAFV2
|
|
5551
5557
|
#
|
5552
5558
|
# * API and SDKs - For all calls, use the Region endpoint us-east-1.
|
5553
5559
|
#
|
5554
|
-
# @option params [
|
5560
|
+
# @option params [String] :id
|
5555
5561
|
# The unique identifier for the web ACL. This ID is returned in the
|
5556
5562
|
# responses to create and list commands. You provide it to operations
|
5557
5563
|
# like update and delete.
|
5558
5564
|
#
|
5565
|
+
# @option params [String] :arn
|
5566
|
+
# The Amazon Resource Name (ARN) of the web ACL that you want to
|
5567
|
+
# retrieve.
|
5568
|
+
#
|
5559
5569
|
# @return [Types::GetWebACLResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5560
5570
|
#
|
5561
5571
|
# * {Types::GetWebACLResponse#web_acl #web_acl} => Types::WebACL
|
@@ -5565,9 +5575,10 @@ module Aws::WAFV2
|
|
5565
5575
|
# @example Request syntax with placeholder values
|
5566
5576
|
#
|
5567
5577
|
# resp = client.get_web_acl({
|
5568
|
-
# name: "EntityName",
|
5569
|
-
# scope: "CLOUDFRONT", #
|
5570
|
-
# id: "EntityId",
|
5578
|
+
# name: "EntityName",
|
5579
|
+
# scope: "CLOUDFRONT", # accepts CLOUDFRONT, REGIONAL
|
5580
|
+
# id: "EntityId",
|
5581
|
+
# arn: "ResourceArn",
|
5571
5582
|
# })
|
5572
5583
|
#
|
5573
5584
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/GetWebACL AWS API Documentation
|
@@ -5630,6 +5641,9 @@ module Aws::WAFV2
|
|
5630
5641
|
# `arn:partition:ec2:region:account-id:verified-access-instance/instance-id
|
5631
5642
|
# `
|
5632
5643
|
#
|
5644
|
+
# * For an Amplify application:
|
5645
|
+
# `arn:partition:amplify:region:account-id:apps/app-id `
|
5646
|
+
#
|
5633
5647
|
# @return [Types::GetWebACLForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5634
5648
|
#
|
5635
5649
|
# * {Types::GetWebACLForResourceResponse#web_acl #web_acl} => Types::WebACL
|
@@ -5665,7 +5679,7 @@ module Aws::WAFV2
|
|
5665
5679
|
#
|
5666
5680
|
# @option params [required, String] :scope
|
5667
5681
|
# Specifies whether this is for a global resource type, such as a Amazon
|
5668
|
-
# CloudFront distribution.
|
5682
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
5669
5683
|
#
|
5670
5684
|
# To work with CloudFront, you must also specify the Region US East (N.
|
5671
5685
|
# Virginia) as follows:
|
@@ -5735,7 +5749,7 @@ module Aws::WAFV2
|
|
5735
5749
|
#
|
5736
5750
|
# @option params [required, String] :scope
|
5737
5751
|
# Specifies whether this is for a global resource type, such as a Amazon
|
5738
|
-
# CloudFront distribution.
|
5752
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
5739
5753
|
#
|
5740
5754
|
# To work with CloudFront, you must also specify the Region US East (N.
|
5741
5755
|
# Virginia) as follows:
|
@@ -5798,7 +5812,7 @@ module Aws::WAFV2
|
|
5798
5812
|
#
|
5799
5813
|
# @option params [required, String] :scope
|
5800
5814
|
# Specifies whether this is for a global resource type, such as a Amazon
|
5801
|
-
# CloudFront distribution.
|
5815
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
5802
5816
|
#
|
5803
5817
|
# To work with CloudFront, you must also specify the Region US East (N.
|
5804
5818
|
# Virginia) as follows:
|
@@ -5857,7 +5871,7 @@ module Aws::WAFV2
|
|
5857
5871
|
#
|
5858
5872
|
# @option params [required, String] :scope
|
5859
5873
|
# Specifies whether this is for a global resource type, such as a Amazon
|
5860
|
-
# CloudFront distribution.
|
5874
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
5861
5875
|
#
|
5862
5876
|
# To work with CloudFront, you must also specify the Region US East (N.
|
5863
5877
|
# Virginia) as follows:
|
@@ -5916,7 +5930,7 @@ module Aws::WAFV2
|
|
5916
5930
|
#
|
5917
5931
|
# @option params [required, String] :scope
|
5918
5932
|
# Specifies whether this is for a global resource type, such as a Amazon
|
5919
|
-
# CloudFront distribution.
|
5933
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
5920
5934
|
#
|
5921
5935
|
# To work with CloudFront, you must also specify the Region US East (N.
|
5922
5936
|
# Virginia) as follows:
|
@@ -6037,7 +6051,7 @@ module Aws::WAFV2
|
|
6037
6051
|
#
|
6038
6052
|
# @option params [required, String] :scope
|
6039
6053
|
# Specifies whether this is for a global resource type, such as a Amazon
|
6040
|
-
# CloudFront distribution.
|
6054
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
6041
6055
|
#
|
6042
6056
|
# To work with CloudFront, you must also specify the Region US East (N.
|
6043
6057
|
# Virginia) as follows:
|
@@ -6156,7 +6170,7 @@ module Aws::WAFV2
|
|
6156
6170
|
#
|
6157
6171
|
# @option params [required, String] :scope
|
6158
6172
|
# Specifies whether this is for a global resource type, such as a Amazon
|
6159
|
-
# CloudFront distribution.
|
6173
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
6160
6174
|
#
|
6161
6175
|
# To work with CloudFront, you must also specify the Region US East (N.
|
6162
6176
|
# Virginia) as follows:
|
@@ -6260,7 +6274,7 @@ module Aws::WAFV2
|
|
6260
6274
|
#
|
6261
6275
|
# resp = client.list_resources_for_web_acl({
|
6262
6276
|
# web_acl_arn: "ResourceArn", # required
|
6263
|
-
# 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
|
6264
6278
|
# })
|
6265
6279
|
#
|
6266
6280
|
# @example Response structure
|
@@ -6282,7 +6296,7 @@ module Aws::WAFV2
|
|
6282
6296
|
#
|
6283
6297
|
# @option params [required, String] :scope
|
6284
6298
|
# Specifies whether this is for a global resource type, such as a Amazon
|
6285
|
-
# CloudFront distribution.
|
6299
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
6286
6300
|
#
|
6287
6301
|
# To work with CloudFront, you must also specify the Region US East (N.
|
6288
6302
|
# Virginia) as follows:
|
@@ -6399,7 +6413,7 @@ module Aws::WAFV2
|
|
6399
6413
|
#
|
6400
6414
|
# @option params [required, String] :scope
|
6401
6415
|
# Specifies whether this is for a global resource type, such as a Amazon
|
6402
|
-
# CloudFront distribution.
|
6416
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
6403
6417
|
#
|
6404
6418
|
# To work with CloudFront, you must also specify the Region US East (N.
|
6405
6419
|
# Virginia) as follows:
|
@@ -6697,7 +6711,7 @@ module Aws::WAFV2
|
|
6697
6711
|
#
|
6698
6712
|
# @option params [required, String] :scope
|
6699
6713
|
# Specifies whether this is for a global resource type, such as a Amazon
|
6700
|
-
# CloudFront distribution.
|
6714
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
6701
6715
|
#
|
6702
6716
|
# To work with CloudFront, you must also specify the Region US East (N.
|
6703
6717
|
# Virginia) as follows:
|
@@ -6949,7 +6963,7 @@ module Aws::WAFV2
|
|
6949
6963
|
#
|
6950
6964
|
# @option params [required, String] :scope
|
6951
6965
|
# Specifies whether this is for a global resource type, such as a Amazon
|
6952
|
-
# CloudFront distribution.
|
6966
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
6953
6967
|
#
|
6954
6968
|
# To work with CloudFront, you must also specify the Region US East (N.
|
6955
6969
|
# Virginia) as follows:
|
@@ -7072,7 +7086,7 @@ module Aws::WAFV2
|
|
7072
7086
|
#
|
7073
7087
|
# @option params [required, String] :scope
|
7074
7088
|
# Specifies whether this is for a global resource type, such as a Amazon
|
7075
|
-
# CloudFront distribution.
|
7089
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
7076
7090
|
#
|
7077
7091
|
# To work with CloudFront, you must also specify the Region US East (N.
|
7078
7092
|
# Virginia) as follows:
|
@@ -7187,7 +7201,7 @@ module Aws::WAFV2
|
|
7187
7201
|
#
|
7188
7202
|
# @option params [required, String] :scope
|
7189
7203
|
# Specifies whether this is for a global resource type, such as a Amazon
|
7190
|
-
# CloudFront distribution.
|
7204
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
7191
7205
|
#
|
7192
7206
|
# To work with CloudFront, you must also specify the Region US East (N.
|
7193
7207
|
# Virginia) as follows:
|
@@ -7302,7 +7316,7 @@ module Aws::WAFV2
|
|
7302
7316
|
#
|
7303
7317
|
# @option params [required, String] :scope
|
7304
7318
|
# Specifies whether this is for a global resource type, such as a Amazon
|
7305
|
-
# CloudFront distribution.
|
7319
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
7306
7320
|
#
|
7307
7321
|
# To work with CloudFront, you must also specify the Region US East (N.
|
7308
7322
|
# Virginia) as follows:
|
@@ -8289,8 +8303,8 @@ module Aws::WAFV2
|
|
8289
8303
|
# one or more Amazon Web Services resources to protect. The resource
|
8290
8304
|
# types include Amazon CloudFront distribution, Amazon API Gateway REST
|
8291
8305
|
# API, Application Load Balancer, AppSync GraphQL API, Amazon Cognito
|
8292
|
-
# user pool, App Runner service, and Amazon Web
|
8293
|
-
# instance.
|
8306
|
+
# user pool, App Runner service, Amplify application, and Amazon Web
|
8307
|
+
# Services Verified Access instance.
|
8294
8308
|
#
|
8295
8309
|
# **Temporary inconsistencies during updates**
|
8296
8310
|
#
|
@@ -8323,7 +8337,7 @@ module Aws::WAFV2
|
|
8323
8337
|
#
|
8324
8338
|
# @option params [required, String] :scope
|
8325
8339
|
# Specifies whether this is for a global resource type, such as a Amazon
|
8326
|
-
# CloudFront distribution.
|
8340
|
+
# CloudFront distribution. For an Amplify application, use `CLOUDFRONT`.
|
8327
8341
|
#
|
8328
8342
|
# To work with CloudFront, you must also specify the Region US East (N.
|
8329
8343
|
# Virginia) as follows:
|
@@ -9419,7 +9433,7 @@ module Aws::WAFV2
|
|
9419
9433
|
tracer: tracer
|
9420
9434
|
)
|
9421
9435
|
context[:gem_name] = 'aws-sdk-wafv2'
|
9422
|
-
context[:gem_version] = '1.
|
9436
|
+
context[:gem_version] = '1.106.0'
|
9423
9437
|
Seahorse::Client::Request.new(handlers, context)
|
9424
9438
|
end
|
9425
9439
|
|
@@ -899,9 +899,10 @@ module Aws::WAFV2
|
|
899
899
|
GetWebACLForResourceResponse.add_member(:web_acl, Shapes::ShapeRef.new(shape: WebACL, location_name: "WebACL"))
|
900
900
|
GetWebACLForResourceResponse.struct_class = Types::GetWebACLForResourceResponse
|
901
901
|
|
902
|
-
GetWebACLRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName,
|
903
|
-
GetWebACLRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope,
|
904
|
-
GetWebACLRequest.add_member(:id, Shapes::ShapeRef.new(shape: EntityId,
|
902
|
+
GetWebACLRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, location_name: "Name"))
|
903
|
+
GetWebACLRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "Scope"))
|
904
|
+
GetWebACLRequest.add_member(:id, Shapes::ShapeRef.new(shape: EntityId, location_name: "Id"))
|
905
|
+
GetWebACLRequest.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ARN"))
|
905
906
|
GetWebACLRequest.struct_class = Types::GetWebACLRequest
|
906
907
|
|
907
908
|
GetWebACLResponse.add_member(:web_acl, Shapes::ShapeRef.new(shape: WebACL, location_name: "WebACL"))
|
data/lib/aws-sdk-wafv2/types.rb
CHANGED
@@ -394,6 +394,9 @@ module Aws::WAFV2
|
|
394
394
|
# * For an Amazon Web Services Verified Access instance:
|
395
395
|
# `arn:partition:ec2:region:account-id:verified-access-instance/instance-id
|
396
396
|
# `
|
397
|
+
#
|
398
|
+
# * For an Amplify application:
|
399
|
+
# `arn:partition:amplify:region:account-id:apps/app-id `
|
397
400
|
# @return [String]
|
398
401
|
#
|
399
402
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/AssociateWebACLRequest AWS API Documentation
|
@@ -512,6 +515,8 @@ module Aws::WAFV2
|
|
512
515
|
# you can increase the limit for each resource type in the web ACL
|
513
516
|
# `AssociationConfig`, for additional processing fees.
|
514
517
|
#
|
518
|
+
# * For Amplify, use the CloudFront limit.
|
519
|
+
#
|
515
520
|
# The options for oversize handling are the following:
|
516
521
|
#
|
517
522
|
# * `CONTINUE` - Inspect the available body contents normally,
|
@@ -875,7 +880,8 @@ module Aws::WAFV2
|
|
875
880
|
|
876
881
|
# @!attribute [rw] scope
|
877
882
|
# Specifies whether this is for a global resource type, such as a
|
878
|
-
# Amazon CloudFront distribution.
|
883
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
884
|
+
# `CLOUDFRONT`.
|
879
885
|
#
|
880
886
|
# To work with CloudFront, you must also specify the Region US East
|
881
887
|
# (N. Virginia) as follows:
|
@@ -1059,7 +1065,8 @@ module Aws::WAFV2
|
|
1059
1065
|
|
1060
1066
|
# @!attribute [rw] scope
|
1061
1067
|
# Specifies whether this is for a global resource type, such as a
|
1062
|
-
# Amazon CloudFront distribution.
|
1068
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
1069
|
+
# `CLOUDFRONT`.
|
1063
1070
|
#
|
1064
1071
|
# To work with CloudFront, you must also specify the Region US East
|
1065
1072
|
# (N. Virginia) as follows:
|
@@ -1109,7 +1116,8 @@ module Aws::WAFV2
|
|
1109
1116
|
#
|
1110
1117
|
# @!attribute [rw] scope
|
1111
1118
|
# Specifies whether this is for a global resource type, such as a
|
1112
|
-
# Amazon CloudFront distribution.
|
1119
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
1120
|
+
# `CLOUDFRONT`.
|
1113
1121
|
#
|
1114
1122
|
# To work with CloudFront, you must also specify the Region US East
|
1115
1123
|
# (N. Virginia) as follows:
|
@@ -1210,7 +1218,8 @@ module Aws::WAFV2
|
|
1210
1218
|
#
|
1211
1219
|
# @!attribute [rw] scope
|
1212
1220
|
# Specifies whether this is for a global resource type, such as a
|
1213
|
-
# Amazon CloudFront distribution.
|
1221
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
1222
|
+
# `CLOUDFRONT`.
|
1214
1223
|
#
|
1215
1224
|
# To work with CloudFront, you must also specify the Region US East
|
1216
1225
|
# (N. Virginia) as follows:
|
@@ -1268,7 +1277,8 @@ module Aws::WAFV2
|
|
1268
1277
|
#
|
1269
1278
|
# @!attribute [rw] scope
|
1270
1279
|
# Specifies whether this is for a global resource type, such as a
|
1271
|
-
# Amazon CloudFront distribution.
|
1280
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
1281
|
+
# `CLOUDFRONT`.
|
1272
1282
|
#
|
1273
1283
|
# To work with CloudFront, you must also specify the Region US East
|
1274
1284
|
# (N. Virginia) as follows:
|
@@ -1380,7 +1390,8 @@ module Aws::WAFV2
|
|
1380
1390
|
#
|
1381
1391
|
# @!attribute [rw] scope
|
1382
1392
|
# Specifies whether this is for a global resource type, such as a
|
1383
|
-
# Amazon CloudFront distribution.
|
1393
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
1394
|
+
# `CLOUDFRONT`.
|
1384
1395
|
#
|
1385
1396
|
# To work with CloudFront, you must also specify the Region US East
|
1386
1397
|
# (N. Virginia) as follows:
|
@@ -1794,7 +1805,8 @@ module Aws::WAFV2
|
|
1794
1805
|
|
1795
1806
|
# @!attribute [rw] scope
|
1796
1807
|
# Specifies whether this is for a global resource type, such as a
|
1797
|
-
# Amazon CloudFront distribution.
|
1808
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
1809
|
+
# `CLOUDFRONT`.
|
1798
1810
|
#
|
1799
1811
|
# To work with CloudFront, you must also specify the Region US East
|
1800
1812
|
# (N. Virginia) as follows:
|
@@ -1874,7 +1886,8 @@ module Aws::WAFV2
|
|
1874
1886
|
#
|
1875
1887
|
# @!attribute [rw] scope
|
1876
1888
|
# Specifies whether this is for a global resource type, such as a
|
1877
|
-
# Amazon CloudFront distribution.
|
1889
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
1890
|
+
# `CLOUDFRONT`.
|
1878
1891
|
#
|
1879
1892
|
# To work with CloudFront, you must also specify the Region US East
|
1880
1893
|
# (N. Virginia) as follows:
|
@@ -1988,7 +2001,8 @@ module Aws::WAFV2
|
|
1988
2001
|
#
|
1989
2002
|
# @!attribute [rw] scope
|
1990
2003
|
# Specifies whether this is for a global resource type, such as a
|
1991
|
-
# Amazon CloudFront distribution.
|
2004
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
2005
|
+
# `CLOUDFRONT`.
|
1992
2006
|
#
|
1993
2007
|
# To work with CloudFront, you must also specify the Region US East
|
1994
2008
|
# (N. Virginia) as follows:
|
@@ -2039,7 +2053,8 @@ module Aws::WAFV2
|
|
2039
2053
|
#
|
2040
2054
|
# @!attribute [rw] scope
|
2041
2055
|
# Specifies whether this is for a global resource type, such as a
|
2042
|
-
# Amazon CloudFront distribution.
|
2056
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
2057
|
+
# `CLOUDFRONT`.
|
2043
2058
|
#
|
2044
2059
|
# To work with CloudFront, you must also specify the Region US East
|
2045
2060
|
# (N. Virginia) as follows:
|
@@ -2090,7 +2105,8 @@ module Aws::WAFV2
|
|
2090
2105
|
#
|
2091
2106
|
# @!attribute [rw] scope
|
2092
2107
|
# Specifies whether this is for a global resource type, such as a
|
2093
|
-
# Amazon CloudFront distribution.
|
2108
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
2109
|
+
# `CLOUDFRONT`.
|
2094
2110
|
#
|
2095
2111
|
# To work with CloudFront, you must also specify the Region US East
|
2096
2112
|
# (N. Virginia) as follows:
|
@@ -2136,7 +2152,8 @@ module Aws::WAFV2
|
|
2136
2152
|
|
2137
2153
|
# @!attribute [rw] scope
|
2138
2154
|
# Specifies whether this is for a global resource type, such as a
|
2139
|
-
# Amazon CloudFront distribution.
|
2155
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
2156
|
+
# `CLOUDFRONT`.
|
2140
2157
|
#
|
2141
2158
|
# To work with CloudFront, you must also specify the Region US East
|
2142
2159
|
# (N. Virginia) as follows:
|
@@ -2175,7 +2192,8 @@ module Aws::WAFV2
|
|
2175
2192
|
#
|
2176
2193
|
# @!attribute [rw] scope
|
2177
2194
|
# Specifies whether this is for a global resource type, such as a
|
2178
|
-
# Amazon CloudFront distribution.
|
2195
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
2196
|
+
# `CLOUDFRONT`.
|
2179
2197
|
#
|
2180
2198
|
# To work with CloudFront, you must also specify the Region US East
|
2181
2199
|
# (N. Virginia) as follows:
|
@@ -2220,7 +2238,8 @@ module Aws::WAFV2
|
|
2220
2238
|
#
|
2221
2239
|
# @!attribute [rw] scope
|
2222
2240
|
# Specifies whether this is for a global resource type, such as a
|
2223
|
-
# Amazon CloudFront distribution.
|
2241
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
2242
|
+
# `CLOUDFRONT`.
|
2224
2243
|
#
|
2225
2244
|
# To work with CloudFront, you must also specify the Region US East
|
2226
2245
|
# (N. Virginia) as follows:
|
@@ -2359,6 +2378,9 @@ module Aws::WAFV2
|
|
2359
2378
|
# * For an Amazon Web Services Verified Access instance:
|
2360
2379
|
# `arn:partition:ec2:region:account-id:verified-access-instance/instance-id
|
2361
2380
|
# `
|
2381
|
+
#
|
2382
|
+
# * For an Amplify application:
|
2383
|
+
# `arn:partition:amplify:region:account-id:apps/app-id `
|
2362
2384
|
# @return [String]
|
2363
2385
|
#
|
2364
2386
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/DisassociateWebACLRequest AWS API Documentation
|
@@ -2520,6 +2542,8 @@ module Aws::WAFV2
|
|
2520
2542
|
# you can increase the limit for each resource type in the web ACL
|
2521
2543
|
# `AssociationConfig`, for additional processing fees.
|
2522
2544
|
#
|
2545
|
+
# * For Amplify, use the CloudFront limit.
|
2546
|
+
#
|
2523
2547
|
# For information about how to handle oversized request bodies, see
|
2524
2548
|
# the `Body` object configuration.
|
2525
2549
|
# @return [Types::Body]
|
@@ -2549,6 +2573,8 @@ module Aws::WAFV2
|
|
2549
2573
|
# you can increase the limit for each resource type in the web ACL
|
2550
2574
|
# `AssociationConfig`, for additional processing fees.
|
2551
2575
|
#
|
2576
|
+
# * For Amplify, use the CloudFront limit.
|
2577
|
+
#
|
2552
2578
|
# For information about how to handle oversized request bodies, see
|
2553
2579
|
# the `JsonBody` object configuration.
|
2554
2580
|
# @return [Types::JsonBody]
|
@@ -2971,7 +2997,8 @@ module Aws::WAFV2
|
|
2971
2997
|
|
2972
2998
|
# @!attribute [rw] scope
|
2973
2999
|
# Specifies whether this is for a global resource type, such as a
|
2974
|
-
# Amazon CloudFront distribution.
|
3000
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
3001
|
+
# `CLOUDFRONT`.
|
2975
3002
|
#
|
2976
3003
|
# To work with CloudFront, you must also specify the Region US East
|
2977
3004
|
# (N. Virginia) as follows:
|
@@ -3019,7 +3046,8 @@ module Aws::WAFV2
|
|
3019
3046
|
#
|
3020
3047
|
# @!attribute [rw] scope
|
3021
3048
|
# Specifies whether this is for a global resource type, such as a
|
3022
|
-
# Amazon CloudFront distribution.
|
3049
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
3050
|
+
# `CLOUDFRONT`.
|
3023
3051
|
#
|
3024
3052
|
# To work with CloudFront, you must also specify the Region US East
|
3025
3053
|
# (N. Virginia) as follows:
|
@@ -3132,7 +3160,8 @@ module Aws::WAFV2
|
|
3132
3160
|
#
|
3133
3161
|
# @!attribute [rw] scope
|
3134
3162
|
# Specifies whether this is for a global resource type, such as a
|
3135
|
-
# Amazon CloudFront distribution.
|
3163
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
3164
|
+
# `CLOUDFRONT`.
|
3136
3165
|
#
|
3137
3166
|
# To work with CloudFront, you must also specify the Region US East
|
3138
3167
|
# (N. Virginia) as follows:
|
@@ -3242,7 +3271,8 @@ module Aws::WAFV2
|
|
3242
3271
|
|
3243
3272
|
# @!attribute [rw] scope
|
3244
3273
|
# Specifies whether this is for a global resource type, such as a
|
3245
|
-
# Amazon CloudFront distribution.
|
3274
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
3275
|
+
# `CLOUDFRONT`.
|
3246
3276
|
#
|
3247
3277
|
# To work with CloudFront, you must also specify the Region US East
|
3248
3278
|
# (N. Virginia) as follows:
|
@@ -3313,7 +3343,8 @@ module Aws::WAFV2
|
|
3313
3343
|
#
|
3314
3344
|
# @!attribute [rw] scope
|
3315
3345
|
# Specifies whether this is for a global resource type, such as a
|
3316
|
-
# Amazon CloudFront distribution.
|
3346
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
3347
|
+
# `CLOUDFRONT`.
|
3317
3348
|
#
|
3318
3349
|
# To work with CloudFront, you must also specify the Region US East
|
3319
3350
|
# (N. Virginia) as follows:
|
@@ -3371,7 +3402,8 @@ module Aws::WAFV2
|
|
3371
3402
|
#
|
3372
3403
|
# @!attribute [rw] scope
|
3373
3404
|
# Specifies whether this is for a global resource type, such as a
|
3374
|
-
# Amazon CloudFront distribution.
|
3405
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
3406
|
+
# `CLOUDFRONT`.
|
3375
3407
|
#
|
3376
3408
|
# To work with CloudFront, you must also specify the Region US East
|
3377
3409
|
# (N. Virginia) as follows:
|
@@ -3439,7 +3471,8 @@ module Aws::WAFV2
|
|
3439
3471
|
#
|
3440
3472
|
# @!attribute [rw] scope
|
3441
3473
|
# Specifies whether this is for a global resource type, such as a
|
3442
|
-
# Amazon CloudFront distribution.
|
3474
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
3475
|
+
# `CLOUDFRONT`.
|
3443
3476
|
#
|
3444
3477
|
# To work with CloudFront, you must also specify the Region US East
|
3445
3478
|
# (N. Virginia) as follows:
|
@@ -3539,6 +3572,9 @@ module Aws::WAFV2
|
|
3539
3572
|
# * For an Amazon Web Services Verified Access instance:
|
3540
3573
|
# `arn:partition:ec2:region:account-id:verified-access-instance/instance-id
|
3541
3574
|
# `
|
3575
|
+
#
|
3576
|
+
# * For an Amplify application:
|
3577
|
+
# `arn:partition:amplify:region:account-id:apps/app-id `
|
3542
3578
|
# @return [String]
|
3543
3579
|
#
|
3544
3580
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/GetWebACLForResourceRequest AWS API Documentation
|
@@ -3569,7 +3605,8 @@ module Aws::WAFV2
|
|
3569
3605
|
#
|
3570
3606
|
# @!attribute [rw] scope
|
3571
3607
|
# Specifies whether this is for a global resource type, such as a
|
3572
|
-
# Amazon CloudFront distribution.
|
3608
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
3609
|
+
# `CLOUDFRONT`.
|
3573
3610
|
#
|
3574
3611
|
# To work with CloudFront, you must also specify the Region US East
|
3575
3612
|
# (N. Virginia) as follows:
|
@@ -3586,12 +3623,18 @@ module Aws::WAFV2
|
|
3586
3623
|
# like update and delete.
|
3587
3624
|
# @return [String]
|
3588
3625
|
#
|
3626
|
+
# @!attribute [rw] arn
|
3627
|
+
# The Amazon Resource Name (ARN) of the web ACL that you want to
|
3628
|
+
# retrieve.
|
3629
|
+
# @return [String]
|
3630
|
+
#
|
3589
3631
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/GetWebACLRequest AWS API Documentation
|
3590
3632
|
#
|
3591
3633
|
class GetWebACLRequest < Struct.new(
|
3592
3634
|
:name,
|
3593
3635
|
:scope,
|
3594
|
-
:id
|
3636
|
+
:id,
|
3637
|
+
:arn)
|
3595
3638
|
SENSITIVE = []
|
3596
3639
|
include Aws::Structure
|
3597
3640
|
end
|
@@ -4299,6 +4342,8 @@ module Aws::WAFV2
|
|
4299
4342
|
# you can increase the limit for each resource type in the web ACL
|
4300
4343
|
# `AssociationConfig`, for additional processing fees.
|
4301
4344
|
#
|
4345
|
+
# * For Amplify, use the CloudFront limit.
|
4346
|
+
#
|
4302
4347
|
# The options for oversize handling are the following:
|
4303
4348
|
#
|
4304
4349
|
# * `CONTINUE` - Inspect the available body contents normally,
|
@@ -4472,7 +4517,8 @@ module Aws::WAFV2
|
|
4472
4517
|
|
4473
4518
|
# @!attribute [rw] scope
|
4474
4519
|
# Specifies whether this is for a global resource type, such as a
|
4475
|
-
# Amazon CloudFront distribution.
|
4520
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
4521
|
+
# `CLOUDFRONT`.
|
4476
4522
|
#
|
4477
4523
|
# To work with CloudFront, you must also specify the Region US East
|
4478
4524
|
# (N. Virginia) as follows:
|
@@ -4548,7 +4594,8 @@ module Aws::WAFV2
|
|
4548
4594
|
#
|
4549
4595
|
# @!attribute [rw] scope
|
4550
4596
|
# Specifies whether this is for a global resource type, such as a
|
4551
|
-
# Amazon CloudFront distribution.
|
4597
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
4598
|
+
# `CLOUDFRONT`.
|
4552
4599
|
#
|
4553
4600
|
# To work with CloudFront, you must also specify the Region US East
|
4554
4601
|
# (N. Virginia) as follows:
|
@@ -4616,7 +4663,8 @@ module Aws::WAFV2
|
|
4616
4663
|
|
4617
4664
|
# @!attribute [rw] scope
|
4618
4665
|
# Specifies whether this is for a global resource type, such as a
|
4619
|
-
# Amazon CloudFront distribution.
|
4666
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
4667
|
+
# `CLOUDFRONT`.
|
4620
4668
|
#
|
4621
4669
|
# To work with CloudFront, you must also specify the Region US East
|
4622
4670
|
# (N. Virginia) as follows:
|
@@ -4676,7 +4724,8 @@ module Aws::WAFV2
|
|
4676
4724
|
|
4677
4725
|
# @!attribute [rw] scope
|
4678
4726
|
# Specifies whether this is for a global resource type, such as a
|
4679
|
-
# Amazon CloudFront distribution.
|
4727
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
4728
|
+
# `CLOUDFRONT`.
|
4680
4729
|
#
|
4681
4730
|
# To work with CloudFront, you must also specify the Region US East
|
4682
4731
|
# (N. Virginia) as follows:
|
@@ -4736,7 +4785,8 @@ module Aws::WAFV2
|
|
4736
4785
|
|
4737
4786
|
# @!attribute [rw] scope
|
4738
4787
|
# Specifies whether this is for a global resource type, such as a
|
4739
|
-
# Amazon CloudFront distribution.
|
4788
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
4789
|
+
# `CLOUDFRONT`.
|
4740
4790
|
#
|
4741
4791
|
# To work with CloudFront, you must also specify the Region US East
|
4742
4792
|
# (N. Virginia) as follows:
|
@@ -4815,7 +4865,8 @@ module Aws::WAFV2
|
|
4815
4865
|
|
4816
4866
|
# @!attribute [rw] scope
|
4817
4867
|
# Specifies whether this is for a global resource type, such as a
|
4818
|
-
# Amazon CloudFront distribution.
|
4868
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
4869
|
+
# `CLOUDFRONT`.
|
4819
4870
|
#
|
4820
4871
|
# To work with CloudFront, you must also specify the Region US East
|
4821
4872
|
# (N. Virginia) as follows:
|
@@ -4927,7 +4978,8 @@ module Aws::WAFV2
|
|
4927
4978
|
|
4928
4979
|
# @!attribute [rw] scope
|
4929
4980
|
# Specifies whether this is for a global resource type, such as a
|
4930
|
-
# Amazon CloudFront distribution.
|
4981
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
4982
|
+
# `CLOUDFRONT`.
|
4931
4983
|
#
|
4932
4984
|
# To work with CloudFront, you must also specify the Region US East
|
4933
4985
|
# (N. Virginia) as follows:
|
@@ -5033,7 +5085,8 @@ module Aws::WAFV2
|
|
5033
5085
|
|
5034
5086
|
# @!attribute [rw] scope
|
5035
5087
|
# Specifies whether this is for a global resource type, such as a
|
5036
|
-
# Amazon CloudFront distribution.
|
5088
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
5089
|
+
# `CLOUDFRONT`.
|
5037
5090
|
#
|
5038
5091
|
# To work with CloudFront, you must also specify the Region US East
|
5039
5092
|
# (N. Virginia) as follows:
|
@@ -5145,7 +5198,8 @@ module Aws::WAFV2
|
|
5145
5198
|
|
5146
5199
|
# @!attribute [rw] scope
|
5147
5200
|
# Specifies whether this is for a global resource type, such as a
|
5148
|
-
# Amazon CloudFront distribution.
|
5201
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
5202
|
+
# `CLOUDFRONT`.
|
5149
5203
|
#
|
5150
5204
|
# To work with CloudFront, you must also specify the Region US East
|
5151
5205
|
# (N. Virginia) as follows:
|
@@ -6242,7 +6296,8 @@ module Aws::WAFV2
|
|
6242
6296
|
#
|
6243
6297
|
# @!attribute [rw] scope
|
6244
6298
|
# Specifies whether this is for a global resource type, such as a
|
6245
|
-
# Amazon CloudFront distribution.
|
6299
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
6300
|
+
# `CLOUDFRONT`.
|
6246
6301
|
#
|
6247
6302
|
# To work with CloudFront, you must also specify the Region US East
|
6248
6303
|
# (N. Virginia) as follows:
|
@@ -8942,7 +8997,8 @@ module Aws::WAFV2
|
|
8942
8997
|
#
|
8943
8998
|
# @!attribute [rw] scope
|
8944
8999
|
# Specifies whether this is for a global resource type, such as a
|
8945
|
-
# Amazon CloudFront distribution.
|
9000
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
9001
|
+
# `CLOUDFRONT`.
|
8946
9002
|
#
|
8947
9003
|
# To work with CloudFront, you must also specify the Region US East
|
8948
9004
|
# (N. Virginia) as follows:
|
@@ -9055,7 +9111,8 @@ module Aws::WAFV2
|
|
9055
9111
|
#
|
9056
9112
|
# @!attribute [rw] scope
|
9057
9113
|
# Specifies whether this is for a global resource type, such as a
|
9058
|
-
# Amazon CloudFront distribution.
|
9114
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
9115
|
+
# `CLOUDFRONT`.
|
9059
9116
|
#
|
9060
9117
|
# To work with CloudFront, you must also specify the Region US East
|
9061
9118
|
# (N. Virginia) as follows:
|
@@ -9151,7 +9208,8 @@ module Aws::WAFV2
|
|
9151
9208
|
#
|
9152
9209
|
# @!attribute [rw] scope
|
9153
9210
|
# Specifies whether this is for a global resource type, such as a
|
9154
|
-
# Amazon CloudFront distribution.
|
9211
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
9212
|
+
# `CLOUDFRONT`.
|
9155
9213
|
#
|
9156
9214
|
# To work with CloudFront, you must also specify the Region US East
|
9157
9215
|
# (N. Virginia) as follows:
|
@@ -9221,7 +9279,8 @@ module Aws::WAFV2
|
|
9221
9279
|
#
|
9222
9280
|
# @!attribute [rw] scope
|
9223
9281
|
# Specifies whether this is for a global resource type, such as a
|
9224
|
-
# Amazon CloudFront distribution.
|
9282
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
9283
|
+
# `CLOUDFRONT`.
|
9225
9284
|
#
|
9226
9285
|
# To work with CloudFront, you must also specify the Region US East
|
9227
9286
|
# (N. Virginia) as follows:
|
@@ -9322,7 +9381,8 @@ module Aws::WAFV2
|
|
9322
9381
|
#
|
9323
9382
|
# @!attribute [rw] scope
|
9324
9383
|
# Specifies whether this is for a global resource type, such as a
|
9325
|
-
# Amazon CloudFront distribution.
|
9384
|
+
# Amazon CloudFront distribution. For an Amplify application, use
|
9385
|
+
# `CLOUDFRONT`.
|
9326
9386
|
#
|
9327
9387
|
# To work with CloudFront, you must also specify the Region US East
|
9328
9388
|
# (N. Virginia) as follows:
|
@@ -10050,8 +10110,8 @@ module Aws::WAFV2
|
|
10050
10110
|
# one or more Amazon Web Services resources to protect. The resource
|
10051
10111
|
# types include Amazon CloudFront distribution, Amazon API Gateway REST
|
10052
10112
|
# API, Application Load Balancer, AppSync GraphQL API, Amazon Cognito
|
10053
|
-
# user pool, App Runner service, and Amazon Web
|
10054
|
-
# instance.
|
10113
|
+
# user pool, App Runner service, Amplify application, and Amazon Web
|
10114
|
+
# Services Verified Access instance.
|
10055
10115
|
#
|
10056
10116
|
# @!attribute [rw] name
|
10057
10117
|
# The name of the web ACL. You cannot change the name of a web ACL
|
data/lib/aws-sdk-wafv2.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -3111,11 +3111,12 @@ module Aws
|
|
3111
3111
|
end
|
3112
3112
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFV2/Client.html#get_web_acl-instance_method
|
3113
3113
|
def get_web_acl: (
|
3114
|
-
name: ::String,
|
3115
|
-
scope: ("CLOUDFRONT" | "REGIONAL"),
|
3116
|
-
id: ::String
|
3114
|
+
?name: ::String,
|
3115
|
+
?scope: ("CLOUDFRONT" | "REGIONAL"),
|
3116
|
+
?id: ::String,
|
3117
|
+
?arn: ::String
|
3117
3118
|
) -> _GetWebACLResponseSuccess
|
3118
|
-
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetWebACLResponseSuccess
|
3119
|
+
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetWebACLResponseSuccess
|
3119
3120
|
|
3120
3121
|
interface _GetWebACLForResourceResponseSuccess
|
3121
3122
|
include ::Seahorse::Client::_ResponseSuccess[Types::GetWebACLForResourceResponse]
|
@@ -3243,7 +3244,7 @@ module Aws
|
|
3243
3244
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFV2/Client.html#list_resources_for_web_acl-instance_method
|
3244
3245
|
def list_resources_for_web_acl: (
|
3245
3246
|
web_acl_arn: ::String,
|
3246
|
-
?resource_type: ("APPLICATION_LOAD_BALANCER" | "API_GATEWAY" | "APPSYNC" | "COGNITO_USER_POOL" | "APP_RUNNER_SERVICE" | "VERIFIED_ACCESS_INSTANCE")
|
3247
|
+
?resource_type: ("APPLICATION_LOAD_BALANCER" | "API_GATEWAY" | "APPSYNC" | "COGNITO_USER_POOL" | "APP_RUNNER_SERVICE" | "VERIFIED_ACCESS_INSTANCE" | "AMPLIFY")
|
3247
3248
|
) -> _ListResourcesForWebACLResponseSuccess
|
3248
3249
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResourcesForWebACLResponseSuccess
|
3249
3250
|
|
data/sig/types.rbs
CHANGED
@@ -641,6 +641,7 @@ module Aws::WAFV2
|
|
641
641
|
attr_accessor name: ::String
|
642
642
|
attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
|
643
643
|
attr_accessor id: ::String
|
644
|
+
attr_accessor arn: ::String
|
644
645
|
SENSITIVE: []
|
645
646
|
end
|
646
647
|
|
@@ -879,7 +880,7 @@ module Aws::WAFV2
|
|
879
880
|
|
880
881
|
class ListResourcesForWebACLRequest
|
881
882
|
attr_accessor web_acl_arn: ::String
|
882
|
-
attr_accessor resource_type: ("APPLICATION_LOAD_BALANCER" | "API_GATEWAY" | "APPSYNC" | "COGNITO_USER_POOL" | "APP_RUNNER_SERVICE" | "VERIFIED_ACCESS_INSTANCE")
|
883
|
+
attr_accessor resource_type: ("APPLICATION_LOAD_BALANCER" | "API_GATEWAY" | "APPSYNC" | "COGNITO_USER_POOL" | "APP_RUNNER_SERVICE" | "VERIFIED_ACCESS_INSTANCE" | "AMPLIFY")
|
883
884
|
SENSITIVE: []
|
884
885
|
end
|
885
886
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-wafv2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.106.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|