aws-sdk-elasticloadbalancingv2 1.96.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: b1dae355e8d221c94e0b17756fd42b421f315a0206db469de6e89113967e2c1e
4
- data.tar.gz: 9527e793c5d1e202afb41d01be988a318cb5defab862657fb934ef9db836bf36
3
+ metadata.gz: 6eb84b9eafb6cd77b2070ced2421e3b63c6e185ccbeba9a65f457fdd2fbb53d5
4
+ data.tar.gz: 73219b1ea2888ad243d5b0e9e916ff5779b46d7e18f8a2b4e4c380a4e3baebb8
5
5
  SHA512:
6
- metadata.gz: 8ed711c1e3fac542689783c6b851ae3dbb016960994367f0d92f514becdd6189a6571fb8af7fe04010c571a502dad0a59d96b6ae2333e6e6fb00d2401dab2d12
7
- data.tar.gz: c42c161f66603f1606923075901806e15bacf57cc42a689988607076a83705238aaf6c16addc9fc24c64b89973c58260c3e6e807ea6b5beb95ae4753b05c922e
6
+ metadata.gz: dcd1305b0b3dd6f4ad7b2782469894cce641348a88ae4d30790271385b87055de200d5d1f1e106be41ae7b2406d45c8a5963a7e2e556664312351745908088f5
7
+ data.tar.gz: f66f02b5e470f1549ab957967b9810ef778437830839121155f0c20e90e2b522fe5bacc254a449771558015719f153d8f6b8da177e981dcfb4f3367384c6b389
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.97.0 (2024-01-26)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.96.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.96.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.96.0'
4834
+ context[:gem_version] = '1.98.0'
4835
4835
  Seahorse::Client::Request.new(handlers, context)
4836
4836
  end
4837
4837
 
@@ -14,6 +14,7 @@ module Aws::ElasticLoadBalancingV2
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::ElasticLoadBalancingV2::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -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.96.0'
56
+ GEM_VERSION = '1.98.0'
57
57
 
58
58
  end