aws-sdk-elasticloadbalancingv2 1.97.0 → 1.99.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticloadbalancingv2/client.rb +4 -4
- data/lib/aws-sdk-elasticloadbalancingv2/types.rb +18 -2
- data/lib/aws-sdk-elasticloadbalancingv2.rb +1 -1
- data/sig/types.rbs +1 -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: d4d9e478c0a585075b757ec568baf94e7b6a498dbdbf418b790284d463000ed5
|
|
4
|
+
data.tar.gz: acf5cf1f6590e0255878e3015ab81751ab88166134863f61fff91d990cf754d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2e6e865dc66a6f490706c232710157adbb506ae5cd49988ef841e374519735d978b54b54de76997d2a7bf0d91905e70ce64121f2599636efa428934e6f359ef
|
|
7
|
+
data.tar.gz: a98e842546258c64be315bfdd663c977d5174655370c33ea8c76bcf4aee4a2a05222df3e863f66e5bbadece82899e594d9c5891d7a5707fa19327a1520004a0f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.99.0 (2024-03-14)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release allows you to configure HTTP client keep-alive duration for communication between clients and Application Load Balancers.
|
|
8
|
+
|
|
9
|
+
1.98.0 (2024-01-31)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - This release enables unhealthy target draining intervals for Network Load Balancers.
|
|
13
|
+
|
|
4
14
|
1.97.0 (2024-01-26)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.99.0
|
|
@@ -899,7 +899,7 @@ module Aws::ElasticLoadBalancingV2
|
|
|
899
899
|
# "internal-".
|
|
900
900
|
#
|
|
901
901
|
# @option params [Array<String>] :subnets
|
|
902
|
-
# The IDs of the
|
|
902
|
+
# The IDs of the subnets. You can specify only one subnet per
|
|
903
903
|
# Availability Zone. You must specify either subnets or subnet mappings,
|
|
904
904
|
# but not both. To specify an Elastic IP address, specify subnet
|
|
905
905
|
# mappings instead of subnets.
|
|
@@ -920,7 +920,7 @@ module Aws::ElasticLoadBalancingV2
|
|
|
920
920
|
# Availability Zones.
|
|
921
921
|
#
|
|
922
922
|
# @option params [Array<Types::SubnetMapping>] :subnet_mappings
|
|
923
|
-
# The IDs of the
|
|
923
|
+
# The IDs of the subnets. You can specify only one subnet per
|
|
924
924
|
# Availability Zone. You must specify either subnets or subnet mappings,
|
|
925
925
|
# but not both.
|
|
926
926
|
#
|
|
@@ -3052,7 +3052,7 @@ module Aws::ElasticLoadBalancingV2
|
|
|
3052
3052
|
# resp.target_health_descriptions[0].target.port #=> Integer
|
|
3053
3053
|
# resp.target_health_descriptions[0].target.availability_zone #=> String
|
|
3054
3054
|
# resp.target_health_descriptions[0].health_check_port #=> String
|
|
3055
|
-
# resp.target_health_descriptions[0].target_health.state #=> String, one of "initial", "healthy", "unhealthy", "unused", "draining", "unavailable"
|
|
3055
|
+
# resp.target_health_descriptions[0].target_health.state #=> String, one of "initial", "healthy", "unhealthy", "unhealthy.draining", "unused", "draining", "unavailable"
|
|
3056
3056
|
# resp.target_health_descriptions[0].target_health.reason #=> String, one of "Elb.RegistrationInProgress", "Elb.InitialHealthChecking", "Target.ResponseCodeMismatch", "Target.Timeout", "Target.FailedHealthChecks", "Target.NotRegistered", "Target.NotInUse", "Target.DeregistrationInProgress", "Target.InvalidState", "Target.IpUnusable", "Target.HealthCheckDisabled", "Elb.InternalError"
|
|
3057
3057
|
# resp.target_health_descriptions[0].target_health.description #=> String
|
|
3058
3058
|
# resp.target_health_descriptions[0].anomaly_detection.result #=> String, one of "anomalous", "normal"
|
|
@@ -4831,7 +4831,7 @@ module Aws::ElasticLoadBalancingV2
|
|
|
4831
4831
|
params: params,
|
|
4832
4832
|
config: config)
|
|
4833
4833
|
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
|
|
4834
|
-
context[:gem_version] = '1.
|
|
4834
|
+
context[:gem_version] = '1.99.0'
|
|
4835
4835
|
Seahorse::Client::Request.new(handlers, context)
|
|
4836
4836
|
end
|
|
4837
4837
|
|
|
@@ -555,7 +555,7 @@ module Aws::ElasticLoadBalancingV2
|
|
|
555
555
|
# @return [String]
|
|
556
556
|
#
|
|
557
557
|
# @!attribute [rw] subnets
|
|
558
|
-
# The IDs of the
|
|
558
|
+
# The IDs of the subnets. You can specify only one subnet per
|
|
559
559
|
# Availability Zone. You must specify either subnets or subnet
|
|
560
560
|
# mappings, but not both. To specify an Elastic IP address, specify
|
|
561
561
|
# subnet mappings instead of subnets.
|
|
@@ -577,7 +577,7 @@ module Aws::ElasticLoadBalancingV2
|
|
|
577
577
|
# @return [Array<String>]
|
|
578
578
|
#
|
|
579
579
|
# @!attribute [rw] subnet_mappings
|
|
580
|
-
# The IDs of the
|
|
580
|
+
# The IDs of the subnets. You can specify only one subnet per
|
|
581
581
|
# Availability Zone. You must specify either subnets or subnet
|
|
582
582
|
# mappings, but not both.
|
|
583
583
|
#
|
|
@@ -2220,6 +2220,10 @@ module Aws::ElasticLoadBalancingV2
|
|
|
2220
2220
|
# seconds. The valid range is 1-4000 seconds. The default is 60
|
|
2221
2221
|
# seconds.
|
|
2222
2222
|
#
|
|
2223
|
+
# * `client_keep_alive.seconds` - The client keep alive value, in
|
|
2224
|
+
# seconds. The valid range is 60-604800 seconds. The default is 3600
|
|
2225
|
+
# seconds.
|
|
2226
|
+
#
|
|
2223
2227
|
# * `connection_logs.s3.enabled` - Indicates whether connection logs
|
|
2224
2228
|
# are enabled. The value is `true` or `false`. The default is
|
|
2225
2229
|
# `false`.
|
|
@@ -3407,6 +3411,8 @@ module Aws::ElasticLoadBalancingV2
|
|
|
3407
3411
|
# This condition is not satisfied by the addresses in the
|
|
3408
3412
|
# X-Forwarded-For header. To search for addresses in the
|
|
3409
3413
|
# X-Forwarded-For header, use HttpHeaderConditionConfig.
|
|
3414
|
+
#
|
|
3415
|
+
# The total number of values must be less than, or equal to five.
|
|
3410
3416
|
# @return [Array<String>]
|
|
3411
3417
|
#
|
|
3412
3418
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SourceIpConditionConfig AWS API Documentation
|
|
@@ -3837,6 +3843,16 @@ module Aws::ElasticLoadBalancingV2
|
|
|
3837
3843
|
# unhealthy targets. The value is `true` or `false`. The default is
|
|
3838
3844
|
# `true`.
|
|
3839
3845
|
#
|
|
3846
|
+
# * `target_health_state.unhealthy.draining_interval_seconds` - The
|
|
3847
|
+
# amount of time for Elastic Load Balancing to wait before changing
|
|
3848
|
+
# the state of an unhealthy target from `unhealthy.draining` to
|
|
3849
|
+
# `unhealthy`. The range is 0-360000 seconds. The default value is 0
|
|
3850
|
+
# seconds.
|
|
3851
|
+
#
|
|
3852
|
+
# Note: This attribute can only be configured when
|
|
3853
|
+
# `target_health_state.unhealthy.connection_termination.enabled` is
|
|
3854
|
+
# `false`.
|
|
3855
|
+
#
|
|
3840
3856
|
# The following attributes are supported only by Gateway Load
|
|
3841
3857
|
# Balancers:
|
|
3842
3858
|
#
|
data/sig/types.rbs
CHANGED
|
@@ -956,7 +956,7 @@ module Aws::ElasticLoadBalancingV2
|
|
|
956
956
|
end
|
|
957
957
|
|
|
958
958
|
class TargetHealth
|
|
959
|
-
attr_accessor state: ("initial" | "healthy" | "unhealthy" | "unused" | "draining" | "unavailable")
|
|
959
|
+
attr_accessor state: ("initial" | "healthy" | "unhealthy" | "unhealthy.draining" | "unused" | "draining" | "unavailable")
|
|
960
960
|
attr_accessor reason: ("Elb.RegistrationInProgress" | "Elb.InitialHealthChecking" | "Target.ResponseCodeMismatch" | "Target.Timeout" | "Target.FailedHealthChecks" | "Target.NotRegistered" | "Target.NotInUse" | "Target.DeregistrationInProgress" | "Target.InvalidState" | "Target.IpUnusable" | "Target.HealthCheckDisabled" | "Elb.InternalError")
|
|
961
961
|
attr_accessor description: ::String
|
|
962
962
|
SENSITIVE: []
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.99.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: 2024-
|
|
11
|
+
date: 2024-03-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|