aws-sdk-elasticloadbalancingv2 1.131.0 → 1.133.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: 42fbf47914ac133a819412e26a8147b62b1429b83c090e54c65199243b3a2924
4
- data.tar.gz: 56f8c8e1b0e7cc4c4802596a43c1f061dc446704d01e1881facd37db82f4bff0
3
+ metadata.gz: 62d2f2fb5f21fb41cc69b0397e087068886639be97f5222d65a591cc04007d9b
4
+ data.tar.gz: 04e06c2f4a7d6e30465561cb6955940ab0bf7481120e3c279c9a4a111169cf2a
5
5
  SHA512:
6
- metadata.gz: ffd3d397b2f3b24d4b5d13f68275fe4177fc194a899510508bab177bfd872a065ac9e27a2d5bf4de9ad6a16396a768ef3fe73918c537ae1bff7009d97a001517
7
- data.tar.gz: ee67b2f05cdcb1efd902b469db190880be3da7a1f5334a6be7226cb26572b0f067ecba22faf1fe3897fe12100d5e729a2763e5bc4299c304e3f8247eb28b7de3
6
+ metadata.gz: 1a1c1bbd8f5cfae23b333923cdc9c9fe19b555d75ecdd7aa628df473b73c49473745f5b2688a9c205f61e488e1716c2d938883052c1ea6c6510bbc3b2fcf7c67
7
+ data.tar.gz: 6236dba45d6a8fa225fe44fce697b05325ee1323133d2879513f75c926502ac8a3f64edacd43c318e9fc23a59803fdf8a5af7674c65d1da52868dd153021d520
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.133.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.132.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.131.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.131.0
1
+ 1.133.0
@@ -200,8 +200,7 @@ module Aws::ElasticLoadBalancingV2
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
@@ -5262,7 +5261,7 @@ module Aws::ElasticLoadBalancingV2
5262
5261
  tracer: tracer
5263
5262
  )
5264
5263
  context[:gem_name] = 'aws-sdk-elasticloadbalancingv2'
5265
- context[:gem_version] = '1.131.0'
5264
+ context[:gem_version] = '1.133.0'
5266
5265
  Seahorse::Client::Request.new(handlers, context)
5267
5266
  end
5268
5267
 
@@ -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.131.0'
58
+ GEM_VERSION = '1.133.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.131.0
4
+ version: 1.133.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
  - - ">="