aws-sdk-elasticloadbalancingv2 1.131.0 → 1.132.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: 0da819d8194592ea834bcea98a541c3f8dc9b1c6f00b9c7a5c8fec7f98be22d5
4
+ data.tar.gz: 0b3f16ecf7c7495dd3ab5ecb1de94089372579e160c415abc10fc28a14d5d8e1
5
5
  SHA512:
6
- metadata.gz: ffd3d397b2f3b24d4b5d13f68275fe4177fc194a899510508bab177bfd872a065ac9e27a2d5bf4de9ad6a16396a768ef3fe73918c537ae1bff7009d97a001517
7
- data.tar.gz: ee67b2f05cdcb1efd902b469db190880be3da7a1f5334a6be7226cb26572b0f067ecba22faf1fe3897fe12100d5e729a2763e5bc4299c304e3f8247eb28b7de3
6
+ metadata.gz: d6c02fa199b6610bdacae0eb1e1833dd4447f845ce3976f32156bc65787b163d967d449f6df08e8ada3035bb8cfc14ed569d5ff6b057800ecb998ad3a7739a83
7
+ data.tar.gz: eaa0f474abe1c4702640804407cbcffc8b9168926fa82eb14a7d960df445822dd40ee8826371efafe74bcc5c52815ad28598da43209a4f5cd7df98574c685748
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.132.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.131.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.131.0
1
+ 1.132.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.132.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.132.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.132.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services