aws-sdk-elasticloadbalancingv2 1.135.0 → 1.136.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: 758d2f2d1c76ce3fbb16fb61fa36c633f60dced0168d6a0482b383fac5021402
4
- data.tar.gz: d572703c9b7dd9059f6c849d26498339aea0a530d00500ff676d41ecb4f54fe8
3
+ metadata.gz: 87d1261f457e5d30551ee448302c5823076aeea386d3aa8484f1fd3ae3366cb1
4
+ data.tar.gz: dd6fcbbd58da16967114b4bd7ec38322c5d8cd8dbc5ef6ac758881e7e471b086
5
5
  SHA512:
6
- metadata.gz: 20f2fe8159b0598f446815498e9d72352c4d770bda0cc2d0f602b086a8e5ddb1f8dfa7a0256d5ffa14d0dc8452dc91a17f89782e05f013d19d4f40cd23344740
7
- data.tar.gz: 7fd1c3d0e00ad20f0050fb97f961ff6efcda2468c680dd14ea35c1c1ab1256ecf760e62929cfc5034bb26a34d67dab8566468d0887241b0a94c6781a5542b8b8
6
+ metadata.gz: 20b0a3991aeb25178617500f259a5cbf7caae5ba542168e57bfcfc4e8ec4aef829fb2916d83fe939c32ae62b646f2ab8222bea3eb51975522d568caf4e26d462
7
+ data.tar.gz: 0a99e708df001cc6b9c981dfbe3a258399c0b32a116aa311c3763381a9e5c994becf36d28144929a83f49b08e92484ac81f2b412fb72914e8c8bc8f8219d09d5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.136.0 (2025-07-31)
5
+ ------------------
6
+
7
+ * Feature - This release enables secondary IP addresses for Network Load Balancers.
8
+
4
9
  1.135.0 (2025-07-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.135.0
1
+ 1.136.0
@@ -5289,7 +5289,7 @@ module Aws::ElasticLoadBalancingV2
5289
5289
  tracer: tracer
5290
5290
  )
5291
5291
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
5292
- context[:gem_version] = '1.135.0'
5292
+ context[:gem_version] = '1.136.0'
5293
5293
  Seahorse::Client::Request.new(handlers, context)
5294
5294
  end
5295
5295
 
@@ -2663,7 +2663,11 @@ module Aws::ElasticLoadBalancingV2
2663
2663
  # percent zonal affinity, and `any_availability_zone` with 0 percent
2664
2664
  # zonal affinity.
2665
2665
  #
2666
- # ^
2666
+ # * `secondary_ips.auto_assigned.per_subnet` - The number of secondary
2667
+ # IP addresses to configure for your load balancer nodes. Use to
2668
+ # address port allocation errors if you can't add targets. The
2669
+ # valid range is 0 to 7. The default is 0. After you set this value,
2670
+ # you can't decrease it.
2667
2671
  # @return [String]
2668
2672
  #
2669
2673
  # @!attribute [rw] value
@@ -55,7 +55,7 @@ module Aws::ElasticLoadBalancingV2
55
55
  autoload :EndpointProvider, 'aws-sdk-elasticloadbalancingv2/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-elasticloadbalancingv2/endpoints'
57
57
 
58
- GEM_VERSION = '1.135.0'
58
+ GEM_VERSION = '1.136.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticloadbalancingv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.135.0
4
+ version: 1.136.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.227.0
21
+ version: 3.228.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.227.0
31
+ version: 3.228.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement