aws-sdk-wafv2 1.117.0 → 1.118.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 59530a6b72d924d08249b377fc23d0c5f31179ef540a7ea0315031870ce255cd
4
- data.tar.gz: f9fc728b7eb00785720bebf366f912acf3e5660b64b90e70e006e531f752af7e
3
+ metadata.gz: f2414faaee49d43023a00fdb26dbbc77830fa7561747375504cde2520f70a4b5
4
+ data.tar.gz: f498fb8819d192e867430dfbae4dd155792b04fd676052929226a1cefd2cac50
5
5
  SHA512:
6
- metadata.gz: f0dd2e8788f93e41e4becbe2d7b528573a8cbb120f4a525b03d417bdcc40f8a627d51afb94fb2b41f063214d357a8b10bb5e0b182f25cd457ec7152fac373ad2
7
- data.tar.gz: 07ae4d335b54e10f98677223bb07750b48c7ac105d21be0e0fc080033c1323e87087e7845b44fce9d643e8488758a4d11ede78df4d2bb454dc852173f8fc253e
6
+ metadata.gz: 1c3c212d0d959443fcb015f31f197dbfc17efd44d984751e5523277664e8f14660935a7597026f1278876e89f46fb80078a863b7cbe004f94c70b84526b9c449
7
+ data.tar.gz: 2caf65e3923ed85dce759a0218ba0c623c7c0772ca9bd3529b78eaff91347daa523b40c912814bc35b8b767489be79e1dce26e321bc93661f9dce7bfd3b06669
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.118.0 (2025-10-09)
5
+ ------------------
6
+
7
+ * Feature - This release adds the ability to throw WafLimitsExceededException when the maximum number of Application Load Balancer (ALB) associations per AWS WAF v2 WebACL is exceeded.
8
+
4
9
  1.117.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.117.0
1
+ 1.118.0
@@ -9621,7 +9621,7 @@ module Aws::WAFV2
9621
9621
  tracer: tracer
9622
9622
  )
9623
9623
  context[:gem_name] = 'aws-sdk-wafv2'
9624
- context[:gem_version] = '1.117.0'
9624
+ context[:gem_version] = '1.118.0'
9625
9625
  Seahorse::Client::Request.new(handlers, context)
9626
9626
  end
9627
9627
 
@@ -1843,6 +1843,7 @@ module Aws::WAFV2
1843
1843
  o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1844
1844
  o.errors << Shapes::ShapeRef.new(shape: WAFUnavailableEntityException)
1845
1845
  o.errors << Shapes::ShapeRef.new(shape: WAFInvalidOperationException)
1846
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1846
1847
  end)
1847
1848
 
1848
1849
  api.add_operation(:check_capacity, Seahorse::Model::Operation.new.tap do |o|
@@ -13,22 +13,22 @@ module Aws::WAFV2
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
data/lib/aws-sdk-wafv2.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::WAFV2
54
54
  autoload :EndpointProvider, 'aws-sdk-wafv2/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-wafv2/endpoints'
56
56
 
57
- GEM_VERSION = '1.117.0'
57
+ GEM_VERSION = '1.118.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-wafv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.117.0
4
+ version: 1.118.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services