aws-sdk-elasticloadbalancingv2 1.156.0 → 1.157.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 63dd36fa9cdec665b5a4a6867a1af637ac41d41a6585ebbf5a4b764b4c805063
4
- data.tar.gz: 2c624bd54dd2b23af0fee06e9b52b11c87b6d5ba61de9c8cdcc354155024305c
3
+ metadata.gz: 03e0edbafbace7ee4b4ac7c5891a424d26db433cf515527518f985ca2f92b571
4
+ data.tar.gz: 3387ff63c4d1a9a413fcf27d5663fbddddb7455234cc8f99d300f87099336798
5
5
  SHA512:
6
- metadata.gz: 643aaeef50a867b3b2710e2a457bc18c893d5baff8a4f02b5994e51912c8d3302bb3910cdbcbe0909c9004a4ec63e6ff47c0c5e7601f7a0a7bf61be8cf309323
7
- data.tar.gz: fb9c61a1ba7193176531587bd978205b17b378b9e38557ce9e9d3f28c574f8babe43f3823f3f5d21099ef8e7076ffb0d21f32974379692b9976e1fa54dd1d06a
6
+ metadata.gz: 5b79dc811721ac511e676e7cb41a8aaefdf549321a3cf2c2cec82749cd5ac548c89e77e114a8b20b48c592e555d0447a132dc8de78d0ad4ca9be0329022ff8f5
7
+ data.tar.gz: e3604476e5c7a1d4b8003a4507d90366cce0f9f11412a399f8bce68ab779bc9d69c0dedb55c504d54a9090bb4ff1bf3ad3534a61dc083ebc4d636a07820314b3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.157.0 (2026-09-03)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for sending TCP resets for Gateway Load Balancer when a flow's idle timeout expires, or when a target becomes unhealthy or is deregistered. This adds updates the CLI documentation.
8
+
4
9
  1.156.0 (2026-07-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.156.0
1
+ 1.157.0
@@ -5690,7 +5690,7 @@ module Aws::ElasticLoadBalancingV2
5690
5690
  tracer: tracer
5691
5691
  )
5692
5692
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
5693
- context[:gem_version] = '1.156.0'
5693
+ context[:gem_version] = '1.157.0'
5694
5694
  Seahorse::Client::Request.new(handlers, context)
5695
5695
  end
5696
5696
 
@@ -2361,6 +2361,17 @@ module Aws::ElasticLoadBalancingV2
2361
2361
  #
2362
2362
  # ^
2363
2363
  #
2364
+ # The following attribute is only supported by Gateway Load Balancers:
2365
+ #
2366
+ # * `send_tcp_reset.on_idle_timeout.enabled` – Specifies whether the
2367
+ # Gateway Load Balancer sends a TCP Reset to the sender of traffic
2368
+ # when a TCP flow's idle timeout expires. This attribute also
2369
+ # applies to non-SYN TCP packets received for flows that are not in
2370
+ # the flow table. The value is `true` or `false`. The default is
2371
+ # `false`.
2372
+ #
2373
+ # ^
2374
+ #
2364
2375
  # The following attributes are only supported by Application Load
2365
2376
  # Balancers.
2366
2377
  #
@@ -4646,6 +4657,25 @@ module Aws::ElasticLoadBalancingV2
4646
4657
  # (`target_failover.on_deregistration` and
4647
4658
  # `target_failover.on_unhealthy`) can't be set independently. The
4648
4659
  # value you set for both attributes must be the same.
4660
+ #
4661
+ # * `send_tcp_reset.on_unhealthy.enabled` – Specifies whether the
4662
+ # Gateway Load Balancer sends a TCP Reset to the sender of traffic
4663
+ # when a target becomes unhealthy. After sending the reset, the
4664
+ # Gateway Load Balancer removes the flow entry from its flow table.
4665
+ # The value is `true` or `false`. The default is `false`. This
4666
+ # attribute does not apply when `target_failover.on_unhealthy` is
4667
+ # set to `rebalance`. This feature requires 5-tuple flow stickiness,
4668
+ # which the target group uses by default when `stickiness.enabled`
4669
+ # is set to `false`.
4670
+ #
4671
+ # * `send_tcp_reset.on_deregistration.enabled` – Specifies whether the
4672
+ # Gateway Load Balancer sends a TCP Reset to the sender of traffic
4673
+ # when a target is deregistered. The reset occurs after the
4674
+ # connection drain time has elapsed. The value is `true` or `false`.
4675
+ # The default is `false`. This attribute does not apply when
4676
+ # `target_failover.on_deregistration` is set to `rebalance`. This
4677
+ # feature requires 5-tuple flow stickiness, which the target group
4678
+ # uses by default when `stickiness.enabled` is set to `false`.
4649
4679
  # @return [String]
4650
4680
  #
4651
4681
  # @!attribute [rw] value
@@ -55,7 +55,7 @@ module Aws::ElasticLoadBalancingV2
55
55
  autoload :EndpointProvider, 'aws-sdk-elasticloadbalancingv2/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-elasticloadbalancingv2/endpoints'
57
57
 
58
- GEM_VERSION = '1.156.0'
58
+ GEM_VERSION = '1.157.0'
59
59
 
60
60
  end
61
61
 
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.156.0
4
+ version: 1.157.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services