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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticloadbalancingv2/client.rb +1 -1
- data/lib/aws-sdk-elasticloadbalancingv2/types.rb +5 -1
- data/lib/aws-sdk-elasticloadbalancingv2.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 87d1261f457e5d30551ee448302c5823076aeea386d3aa8484f1fd3ae3366cb1
|
4
|
+
data.tar.gz: dd6fcbbd58da16967114b4bd7ec38322c5d8cd8dbc5ef6ac758881e7e471b086
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20b0a3991aeb25178617500f259a5cbf7caae5ba542168e57bfcfc4e8ec4aef829fb2916d83fe939c32ae62b646f2ab8222bea3eb51975522d568caf4e26d462
|
7
|
+
data.tar.gz: 0a99e708df001cc6b9c981dfbe3a258399c0b32a116aa311c3763381a9e5c994becf36d28144929a83f49b08e92484ac81f2b412fb72914e8c8bc8f8219d09d5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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
|
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.
|
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.
|
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.
|
31
|
+
version: 3.228.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|