aws-sdk-elasticloadbalancing 1.73.0 → 1.74.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: 9453cbc781fb96bab2f343ed1f371e9ff7a46741b2ea98feb7d2523e74dab067
4
- data.tar.gz: bb27001163b66aa8a2e877a5a33b1fa78ea23f90254377fad35de97d219cf3c5
3
+ metadata.gz: 9fa3e5884fdf4ff05a2c884206abbdff33fadb15a20c147a4988f30ecc53af20
4
+ data.tar.gz: 572f7760e4ad3a2e28e84b4749cc4f378bef5f9947d73781cbdda0d24a4fc64f
5
5
  SHA512:
6
- metadata.gz: bcb6adc8bcf4c3a0dc9fe3c50a0a32028181b645540d809a6ce5e1a512ff31963b7b5ee2d16e228c6991d0af243e65af4509f67f1185ee81d1662135c4747c94
7
- data.tar.gz: c4f9860f39c26bd4797076851b902e04cb7e84c142520a68e6f9bf6452bdce854bc767c354cad246196efa2ccfaedea135752434b23da55e25511252d6a763b3
6
+ metadata.gz: 21bb8bfcf6d382a817d4cdea3baf1a0706efd4787c7470e2999c0c4248e83b7b8f313eb5d8f2d6b4a7b8f574618a0749fa6bf7dcf02df9943a1edaba56a94482
7
+ data.tar.gz: d6b7d808626b9d47db81830e4b1f032a606d32e327bae8cd9619da9f0855b35cca412612936caca766474b8ed347f275fcb67db0755c184256cbc79f03bd1db4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.73.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.74.0
@@ -200,8 +200,7 @@ module Aws::ElasticLoadBalancing
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -2760,7 +2759,7 @@ module Aws::ElasticLoadBalancing
2760
2759
  tracer: tracer
2761
2760
  )
2762
2761
  context[:gem_name] = 'aws-sdk-elasticloadbalancing'
2763
- context[:gem_version] = '1.73.0'
2762
+ context[:gem_version] = '1.74.0'
2764
2763
  Seahorse::Client::Request.new(handlers, context)
2765
2764
  end
2766
2765
 
@@ -55,7 +55,7 @@ module Aws::ElasticLoadBalancing
55
55
  autoload :EndpointProvider, 'aws-sdk-elasticloadbalancing/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-elasticloadbalancing/endpoints'
57
57
 
58
- GEM_VERSION = '1.73.0'
58
+ GEM_VERSION = '1.74.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-elasticloadbalancing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.73.0
4
+ version: 1.74.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services