aws-sdk-elasticloadbalancingv2 1.97.0 → 1.98.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 +4 -4
- data/lib/aws-sdk-elasticloadbalancingv2/types.rb +14 -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: 6eb84b9eafb6cd77b2070ced2421e3b63c6e185ccbeba9a65f457fdd2fbb53d5
|
4
|
+
data.tar.gz: 73219b1ea2888ad243d5b0e9e916ff5779b46d7e18f8a2b4e4c380a4e3baebb8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dcd1305b0b3dd6f4ad7b2782469894cce641348a88ae4d30790271385b87055de200d5d1f1e106be41ae7b2406d45c8a5963a7e2e556664312351745908088f5
|
7
|
+
data.tar.gz: f66f02b5e470f1549ab957967b9810ef778437830839121155f0c20e90e2b522fe5bacc254a449771558015719f153d8f6b8da177e981dcfb4f3367384c6b389
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.98.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.98.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
|
#
|
@@ -3407,6 +3407,8 @@ module Aws::ElasticLoadBalancingV2
|
|
3407
3407
|
# This condition is not satisfied by the addresses in the
|
3408
3408
|
# X-Forwarded-For header. To search for addresses in the
|
3409
3409
|
# X-Forwarded-For header, use HttpHeaderConditionConfig.
|
3410
|
+
#
|
3411
|
+
# The total number of values must be less than, or equal to five.
|
3410
3412
|
# @return [Array<String>]
|
3411
3413
|
#
|
3412
3414
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/SourceIpConditionConfig AWS API Documentation
|
@@ -3837,6 +3839,16 @@ module Aws::ElasticLoadBalancingV2
|
|
3837
3839
|
# unhealthy targets. The value is `true` or `false`. The default is
|
3838
3840
|
# `true`.
|
3839
3841
|
#
|
3842
|
+
# * `target_health_state.unhealthy.draining_interval_seconds` - The
|
3843
|
+
# amount of time for Elastic Load Balancing to wait before changing
|
3844
|
+
# the state of an unhealthy target from `unhealthy.draining` to
|
3845
|
+
# `unhealthy`. The range is 0-360000 seconds. The default value is 0
|
3846
|
+
# seconds.
|
3847
|
+
#
|
3848
|
+
# Note: This attribute can only be configured when
|
3849
|
+
# `target_health_state.unhealthy.connection_termination.enabled` is
|
3850
|
+
# `false`.
|
3851
|
+
#
|
3840
3852
|
# The following attributes are supported only by Gateway Load
|
3841
3853
|
# Balancers:
|
3842
3854
|
#
|
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.98.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-01-
|
11
|
+
date: 2024-01-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|