aws-sdk-elasticloadbalancingv2 1.144.0 → 1.145.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 +13 -0
- data/lib/aws-sdk-elasticloadbalancingv2.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6fdc4a1c843afae51853c7d912ef161c138e0d363b764c21d0f6fddbbf780af8
|
|
4
|
+
data.tar.gz: b945f535d52aa6b772c5f0f0f9cda27cdfe270d9c050594cc1ba4ffdcdbc8abf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53855ab489ffdbf6bba13d5c0c03dd83697ae1671accbbb3fed035368d39a1ef4c4ab33f7f549c714a04c3afb238504a44a3a907923c9bf6dce99191b1f42257
|
|
7
|
+
data.tar.gz: 4dc9716b725fed8efcd08f49f73d2bfe8a26ef94563a22e4b1560860b5d87cbbd609b423dc5b810eddf6d398646e2057889ba1362088fc0e751cc0dfbf11b07e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.145.0 (2025-11-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release adds the health check log feature in ALB, allowing customers to send detailed target health check log data directly to their designated Amazon S3 bucket.
|
|
8
|
+
|
|
4
9
|
1.144.0 (2025-11-20)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.145.0
|
|
@@ -5530,7 +5530,7 @@ module Aws::ElasticLoadBalancingV2
|
|
|
5530
5530
|
tracer: tracer
|
|
5531
5531
|
)
|
|
5532
5532
|
context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
|
|
5533
|
-
context[:gem_version] = '1.
|
|
5533
|
+
context[:gem_version] = '1.145.0'
|
|
5534
5534
|
Seahorse::Client::Request.new(handlers, context)
|
|
5535
5535
|
end
|
|
5536
5536
|
|
|
@@ -2671,6 +2671,19 @@ module Aws::ElasticLoadBalancingV2
|
|
|
2671
2671
|
# * `connection_logs.s3.prefix` - The prefix for the location in the
|
|
2672
2672
|
# S3 bucket for the connection logs.
|
|
2673
2673
|
#
|
|
2674
|
+
# * `health_check_logs.s3.enabled` - Indicates whether health check
|
|
2675
|
+
# logs are enabled. The value is `true` or `false`. The default is
|
|
2676
|
+
# `false`.
|
|
2677
|
+
#
|
|
2678
|
+
# * `health_check_logs.s3.bucket` - The name of the S3 bucket for the
|
|
2679
|
+
# health check logs. This attribute is required if health check logs
|
|
2680
|
+
# are enabled. The bucket must exist in the same region as the load
|
|
2681
|
+
# balancer and have a bucket policy that grants Elastic Load
|
|
2682
|
+
# Balancing permissions to write to the bucket.
|
|
2683
|
+
#
|
|
2684
|
+
# * `health_check_logs.s3.prefix` - The prefix for the location in the
|
|
2685
|
+
# S3 bucket for the health check logs.
|
|
2686
|
+
#
|
|
2674
2687
|
# * `routing.http.desync_mitigation_mode` - Determines how the load
|
|
2675
2688
|
# balancer handles requests that might pose a security risk to your
|
|
2676
2689
|
# application. The possible values are `monitor`, `defensive`, and
|
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.
|
|
4
|
+
version: 1.145.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.239.1
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.239.1
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|