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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticloadbalancingv2/client.rb +1 -1
- data/lib/aws-sdk-elasticloadbalancingv2/types.rb +30 -0
- data/lib/aws-sdk-elasticloadbalancingv2.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 03e0edbafbace7ee4b4ac7c5891a424d26db433cf515527518f985ca2f92b571
|
|
4
|
+
data.tar.gz: 3387ff63c4d1a9a413fcf27d5663fbddddb7455234cc8f99d300f87099336798
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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
|