aws-sdk-elasticloadbalancing 1.73.0 → 1.75.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: 0e3db38b3d1ba62d782d09fa740c147009f34ad7dd4ebeb9470d0713296af832
4
+ data.tar.gz: 1bb4f55ea5a858d758a094ce6d6f36740cb05b97c58b192821593c2ce756feed
5
5
  SHA512:
6
- metadata.gz: bcb6adc8bcf4c3a0dc9fe3c50a0a32028181b645540d809a6ce5e1a512ff31963b7b5ee2d16e228c6991d0af243e65af4509f67f1185ee81d1662135c4747c94
7
- data.tar.gz: c4f9860f39c26bd4797076851b902e04cb7e84c142520a68e6f9bf6452bdce854bc767c354cad246196efa2ccfaedea135752434b23da55e25511252d6a763b3
6
+ metadata.gz: c89dbda4414eaa2cdd9eace14bed8b4fb48616e3d422e1575c734ae38ca439c34c011f62a24d018f97a5b02d7fbc2a8287ac53cadadc1eecf448d26b3de97a89
7
+ data.tar.gz: 29cd9ebd600505c4a339227c655ab0a86697e39cee76710829d371ce986a2b96a209214b22b0e914ffd46ad8e9c249b0eefa79b8e7faf5cf958962f81937d49c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.74.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.73.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.75.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.75.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.75.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.75.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.216.0
21
+ version: 3.225.0
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.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - ">="
86
86
  - !ruby/object:Gem::Version
87
- version: '2.5'
87
+ version: '2.7'
88
88
  required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
90
  - - ">="