aws-sdk-elasticloadbalancingv2 1.97.0 → 1.98.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f728e803b27f2d6496fb0d6cf87243c3519708e857f0ddeb564095d72ca63d6
4
- data.tar.gz: 3c0cb4a79cc4f9d12f1fea50277bf05b7a02766b2727884b9203e16ba54f9b57
3
+ metadata.gz: 6eb84b9eafb6cd77b2070ced2421e3b63c6e185ccbeba9a65f457fdd2fbb53d5
4
+ data.tar.gz: 73219b1ea2888ad243d5b0e9e916ff5779b46d7e18f8a2b4e4c380a4e3baebb8
5
5
  SHA512:
6
- metadata.gz: a448912f88700e025cc912120ab9f13bac469f69bbf11480c1ee2e515d1d53d1e3b109c40fe079411edf2e35b5bcdbf74dcf70e97f9769f0b573d299c619b9bd
7
- data.tar.gz: 8b2028ee153abaff0011162a39ce91582316f76ba148d29dbd7f002389ecc33987b4149ca72d6d13ea8b8beec350ee15785e0b3fe8bea95524bcad0f68849097
6
+ metadata.gz: dcd1305b0b3dd6f4ad7b2782469894cce641348a88ae4d30790271385b87055de200d5d1f1e106be41ae7b2406d45c8a5963a7e2e556664312351745908088f5
7
+ data.tar.gz: f66f02b5e470f1549ab957967b9810ef778437830839121155f0c20e90e2b522fe5bacc254a449771558015719f153d8f6b8da177e981dcfb4f3367384c6b389
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.98.0 (2024-01-31)
5
+ ------------------
6
+
7
+ * Feature - This release enables unhealthy target draining intervals for Network Load Balancers.
8
+
4
9
  1.97.0 (2024-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.97.0
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 public subnets. You can specify only one subnet per
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 public subnets. You can specify only one subnet per
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.97.0'
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 public subnets. You can specify only one subnet per
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 public subnets. You can specify only one subnet per
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
  #
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-elasticloadbalancingv2/customizations'
53
53
  # @!group service
54
54
  module Aws::ElasticLoadBalancingV2
55
55
 
56
- GEM_VERSION = '1.97.0'
56
+ GEM_VERSION = '1.98.0'
57
57
 
58
58
  end
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.97.0
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-26 00:00:00.000000000 Z
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