aws-sdk-wafv2 1.132.0 → 1.133.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 +14 -2
- data/lib/aws-sdk-wafv2/types.rb +21 -1
- data/lib/aws-sdk-wafv2.rb +1 -1
- data/sig/client.rbs +3 -3
- data/sig/types.rbs +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 182659f3f0f3bb837a35913ef4830839bb1a813c064c95bd82500bc2a8eb1e83
|
|
4
|
+
data.tar.gz: efd985d0e75713b16923fadcaafd20f2e924f08329e4a0a8583fba48e303a4cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c33599ad891ee788d4b2a25e706a592923b6dd47de734d41fe2527acb043ad5061c771a6e9cfdef001d2111e5809202c07689d769733c883cc7b37f34045067a
|
|
7
|
+
data.tar.gz: 9a19d4ead0ef25564fd223a9aa1198ea28e21bdbc40ccf9cef9bd9150a6ad8999dc680eaf7a0fd7e9d6eb1ed2ed3c044998bf03cdcf46cb2b0a4e5bef6895703
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.133.0 (2026-06-29)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - AWS WAF added support for associating AWS WAF web ACLs with Amazon Bedrock AgentCore Gateway resources. You can now use AssociateWebACL, DisassociateWebACL, GetWebACLForResource, and ListResourcesForWebACL to protect your AgentCore Gateways with AWS WAF.
|
|
8
|
+
|
|
4
9
|
1.132.0 (2026-06-15)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.133.0
|
data/lib/aws-sdk-wafv2/client.rb
CHANGED
|
@@ -560,6 +560,10 @@ module Aws::WAFV2
|
|
|
560
560
|
# * For an Amplify application:
|
|
561
561
|
# `arn:partition:amplify:region:account-id:apps/app-id `
|
|
562
562
|
#
|
|
563
|
+
# * For an Amazon Bedrock AgentCore Gateway:
|
|
564
|
+
# `arn:partition:bedrock-agentcore:region:account-id:gateway/gateway-id
|
|
565
|
+
# `
|
|
566
|
+
#
|
|
563
567
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
564
568
|
#
|
|
565
569
|
# @example Request syntax with placeholder values
|
|
@@ -3623,6 +3627,10 @@ module Aws::WAFV2
|
|
|
3623
3627
|
# * For an Amplify application:
|
|
3624
3628
|
# `arn:partition:amplify:region:account-id:apps/app-id `
|
|
3625
3629
|
#
|
|
3630
|
+
# * For an Amazon Bedrock AgentCore Gateway:
|
|
3631
|
+
# `arn:partition:bedrock-agentcore:region:account-id:gateway/gateway-id
|
|
3632
|
+
# `
|
|
3633
|
+
#
|
|
3626
3634
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
3627
3635
|
#
|
|
3628
3636
|
# @example Request syntax with placeholder values
|
|
@@ -5225,6 +5233,10 @@ module Aws::WAFV2
|
|
|
5225
5233
|
# * For an Amplify application:
|
|
5226
5234
|
# `arn:partition:amplify:region:account-id:apps/app-id `
|
|
5227
5235
|
#
|
|
5236
|
+
# * For an Amazon Bedrock AgentCore Gateway:
|
|
5237
|
+
# `arn:partition:bedrock-agentcore:region:account-id:gateway/gateway-id
|
|
5238
|
+
# `
|
|
5239
|
+
#
|
|
5228
5240
|
# @return [Types::GetWebACLForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
5229
5241
|
#
|
|
5230
5242
|
# * {Types::GetWebACLForResourceResponse#web_acl #web_acl} => Types::WebACL
|
|
@@ -5862,7 +5874,7 @@ module Aws::WAFV2
|
|
|
5862
5874
|
#
|
|
5863
5875
|
# resp = client.list_resources_for_web_acl({
|
|
5864
5876
|
# web_acl_arn: "ResourceArn", # required
|
|
5865
|
-
# resource_type: "APPLICATION_LOAD_BALANCER", # accepts APPLICATION_LOAD_BALANCER, API_GATEWAY, APPSYNC, COGNITO_USER_POOL, APP_RUNNER_SERVICE, VERIFIED_ACCESS_INSTANCE, AMPLIFY
|
|
5877
|
+
# resource_type: "APPLICATION_LOAD_BALANCER", # accepts APPLICATION_LOAD_BALANCER, API_GATEWAY, APPSYNC, COGNITO_USER_POOL, APP_RUNNER_SERVICE, VERIFIED_ACCESS_INSTANCE, AMPLIFY, AGENTCORE_GATEWAY
|
|
5866
5878
|
# })
|
|
5867
5879
|
#
|
|
5868
5880
|
# @example Response structure
|
|
@@ -9254,7 +9266,7 @@ module Aws::WAFV2
|
|
|
9254
9266
|
tracer: tracer
|
|
9255
9267
|
)
|
|
9256
9268
|
context[:gem_name] = 'aws-sdk-wafv2'
|
|
9257
|
-
context[:gem_version] = '1.
|
|
9269
|
+
context[:gem_version] = '1.133.0'
|
|
9258
9270
|
Seahorse::Client::Request.new(handlers, context)
|
|
9259
9271
|
end
|
|
9260
9272
|
|
data/lib/aws-sdk-wafv2/types.rb
CHANGED
|
@@ -553,6 +553,10 @@ module Aws::WAFV2
|
|
|
553
553
|
#
|
|
554
554
|
# * For an Amplify application:
|
|
555
555
|
# `arn:partition:amplify:region:account-id:apps/app-id `
|
|
556
|
+
#
|
|
557
|
+
# * For an Amazon Bedrock AgentCore Gateway:
|
|
558
|
+
# `arn:partition:bedrock-agentcore:region:account-id:gateway/gateway-id
|
|
559
|
+
# `
|
|
556
560
|
# @return [String]
|
|
557
561
|
#
|
|
558
562
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/AssociateWebACLRequest AWS API Documentation
|
|
@@ -2818,6 +2822,10 @@ module Aws::WAFV2
|
|
|
2818
2822
|
#
|
|
2819
2823
|
# * For an Amplify application:
|
|
2820
2824
|
# `arn:partition:amplify:region:account-id:apps/app-id `
|
|
2825
|
+
#
|
|
2826
|
+
# * For an Amazon Bedrock AgentCore Gateway:
|
|
2827
|
+
# `arn:partition:bedrock-agentcore:region:account-id:gateway/gateway-id
|
|
2828
|
+
# `
|
|
2821
2829
|
# @return [String]
|
|
2822
2830
|
#
|
|
2823
2831
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/DisassociateWebACLRequest AWS API Documentation
|
|
@@ -4385,6 +4393,10 @@ module Aws::WAFV2
|
|
|
4385
4393
|
#
|
|
4386
4394
|
# * For an Amplify application:
|
|
4387
4395
|
# `arn:partition:amplify:region:account-id:apps/app-id `
|
|
4396
|
+
#
|
|
4397
|
+
# * For an Amazon Bedrock AgentCore Gateway:
|
|
4398
|
+
# `arn:partition:bedrock-agentcore:region:account-id:gateway/gateway-id
|
|
4399
|
+
# `
|
|
4388
4400
|
# @return [String]
|
|
4389
4401
|
#
|
|
4390
4402
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/GetWebACLForResourceRequest AWS API Documentation
|
|
@@ -9916,7 +9928,15 @@ module Aws::WAFV2
|
|
|
9916
9928
|
# @return [String]
|
|
9917
9929
|
#
|
|
9918
9930
|
# @!attribute [rw] verified
|
|
9919
|
-
#
|
|
9931
|
+
# Indicates whether the AI bot's identity was verified — for example,
|
|
9932
|
+
# through a cryptographically signed request (Web Bot Auth) or another
|
|
9933
|
+
# published verification method. This value is meaningful only when
|
|
9934
|
+
# GroupBy is NAME, where each result represents a single, identifiable
|
|
9935
|
+
# bot. For all other GroupBy values (CATEGORY, INTENT, ORGANIZATION,
|
|
9936
|
+
# or WEBACL), a result aggregates multiple bots that may have
|
|
9937
|
+
# different verification states, so Verified is always returned as
|
|
9938
|
+
# false and should be ignored. Type and required-ness are unchanged
|
|
9939
|
+
# (Boolean, optional).
|
|
9920
9940
|
# @return [Boolean]
|
|
9921
9941
|
#
|
|
9922
9942
|
# @!attribute [rw] group_by_value
|
data/lib/aws-sdk-wafv2.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -229,7 +229,7 @@ module Aws
|
|
|
229
229
|
},
|
|
230
230
|
?token_domains: Array[::String],
|
|
231
231
|
?association_config: {
|
|
232
|
-
request_body: Hash[("CLOUDFRONT" | "API_GATEWAY" | "COGNITO_USER_POOL" | "APP_RUNNER_SERVICE" | "VERIFIED_ACCESS_INSTANCE"), {
|
|
232
|
+
request_body: Hash[("CLOUDFRONT" | "API_GATEWAY" | "COGNITO_USER_POOL" | "APP_RUNNER_SERVICE" | "VERIFIED_ACCESS_INSTANCE" | "AGENTCORE_GATEWAY"), {
|
|
233
233
|
default_size_inspection_limit: ("KB_16" | "KB_32" | "KB_48" | "KB_64")
|
|
234
234
|
}]?
|
|
235
235
|
},
|
|
@@ -772,7 +772,7 @@ module Aws
|
|
|
772
772
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/WAFV2/Client.html#list_resources_for_web_acl-instance_method
|
|
773
773
|
def list_resources_for_web_acl: (
|
|
774
774
|
web_acl_arn: ::String,
|
|
775
|
-
?resource_type: ("APPLICATION_LOAD_BALANCER" | "API_GATEWAY" | "APPSYNC" | "COGNITO_USER_POOL" | "APP_RUNNER_SERVICE" | "VERIFIED_ACCESS_INSTANCE" | "AMPLIFY")
|
|
775
|
+
?resource_type: ("APPLICATION_LOAD_BALANCER" | "API_GATEWAY" | "APPSYNC" | "COGNITO_USER_POOL" | "APP_RUNNER_SERVICE" | "VERIFIED_ACCESS_INSTANCE" | "AMPLIFY" | "AGENTCORE_GATEWAY")
|
|
776
776
|
) -> _ListResourcesForWebACLResponseSuccess
|
|
777
777
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListResourcesForWebACLResponseSuccess
|
|
778
778
|
|
|
@@ -1047,7 +1047,7 @@ module Aws
|
|
|
1047
1047
|
},
|
|
1048
1048
|
?token_domains: Array[::String],
|
|
1049
1049
|
?association_config: {
|
|
1050
|
-
request_body: Hash[("CLOUDFRONT" | "API_GATEWAY" | "COGNITO_USER_POOL" | "APP_RUNNER_SERVICE" | "VERIFIED_ACCESS_INSTANCE"), {
|
|
1050
|
+
request_body: Hash[("CLOUDFRONT" | "API_GATEWAY" | "COGNITO_USER_POOL" | "APP_RUNNER_SERVICE" | "VERIFIED_ACCESS_INSTANCE" | "AGENTCORE_GATEWAY"), {
|
|
1051
1051
|
default_size_inspection_limit: ("KB_16" | "KB_32" | "KB_48" | "KB_64")
|
|
1052
1052
|
}]?
|
|
1053
1053
|
},
|
data/sig/types.rbs
CHANGED
|
@@ -98,7 +98,7 @@ module Aws::WAFV2
|
|
|
98
98
|
end
|
|
99
99
|
|
|
100
100
|
class AssociationConfig
|
|
101
|
-
attr_accessor request_body: ::Hash[("CLOUDFRONT" | "API_GATEWAY" | "COGNITO_USER_POOL" | "APP_RUNNER_SERVICE" | "VERIFIED_ACCESS_INSTANCE"), Types::RequestBodyAssociatedResourceTypeConfig]
|
|
101
|
+
attr_accessor request_body: ::Hash[("CLOUDFRONT" | "API_GATEWAY" | "COGNITO_USER_POOL" | "APP_RUNNER_SERVICE" | "VERIFIED_ACCESS_INSTANCE" | "AGENTCORE_GATEWAY"), Types::RequestBodyAssociatedResourceTypeConfig]
|
|
102
102
|
SENSITIVE: []
|
|
103
103
|
end
|
|
104
104
|
|
|
@@ -1030,7 +1030,7 @@ module Aws::WAFV2
|
|
|
1030
1030
|
|
|
1031
1031
|
class ListResourcesForWebACLRequest
|
|
1032
1032
|
attr_accessor web_acl_arn: ::String
|
|
1033
|
-
attr_accessor resource_type: ("APPLICATION_LOAD_BALANCER" | "API_GATEWAY" | "APPSYNC" | "COGNITO_USER_POOL" | "APP_RUNNER_SERVICE" | "VERIFIED_ACCESS_INSTANCE" | "AMPLIFY")
|
|
1033
|
+
attr_accessor resource_type: ("APPLICATION_LOAD_BALANCER" | "API_GATEWAY" | "APPSYNC" | "COGNITO_USER_POOL" | "APP_RUNNER_SERVICE" | "VERIFIED_ACCESS_INSTANCE" | "AMPLIFY" | "AGENTCORE_GATEWAY")
|
|
1034
1034
|
SENSITIVE: []
|
|
1035
1035
|
end
|
|
1036
1036
|
|