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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fa78693e17db5b10393cc44534d72ed8b46122f99a5a080337978b47c9478f42
4
- data.tar.gz: d88ca4902910f330560ac0c1d732d4ded29013c83675864d041ae8af285357ff
3
+ metadata.gz: 6fdc4a1c843afae51853c7d912ef161c138e0d363b764c21d0f6fddbbf780af8
4
+ data.tar.gz: b945f535d52aa6b772c5f0f0f9cda27cdfe270d9c050594cc1ba4ffdcdbc8abf
5
5
  SHA512:
6
- metadata.gz: e5540a1dbd207f592546bb708add444a8a3cd642bb9d12b72d17d43b93c6b8823eb1577a5876714b763a9bc73407684107196c3e2a6a5d8329ee462bf8ea1f5b
7
- data.tar.gz: 022e2fe6270ec1dac3961a4d8525bf6992a9abf2b4aa6699d1a36cb362cdb17a153e468eb627a5279dce71b79a33472841c6aea6fb2590ddbfe164ee24c97467
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.144.0
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.144.0'
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
@@ -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.144.0'
58
+ GEM_VERSION = '1.145.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.144.0
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.234.0
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.234.0
31
+ version: 3.239.1
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement