aws-sdk-support 1.76.0 → 1.77.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: fff13744a8f636e5efc5c5fe9e2b24579bdb386a7ac8679fe3916d610b369922
4
- data.tar.gz: bdb8acb851442763bcb4a68182b9ebc2d48b4eb3146f613fc8ecf8962a3120e7
3
+ metadata.gz: 0f80b086200c865a565e78794c92b102402de7f8bf3be65acdceb899b473cb91
4
+ data.tar.gz: d4f136cd27c7b312c91f694ff9209884c34ffb6a1d216f4507572c1872753e8e
5
5
  SHA512:
6
- metadata.gz: c9964dd71526a9a5dcfdb1aa302015143283bb0df7ed4e3c7b54f13b359e40e520daf296703d63785c520d9984faf6c330a5f595b32b414f74bb5fb43a105bc1
7
- data.tar.gz: 62c9e21cc75c78fdb1d34e496686d2906821d7be7bd71dddf7017b4d1315eb85bb369655336b9b4858b2b384949ec54622bb5755d0eaacdccacf332f9b3898b5
6
+ metadata.gz: 3e2fe5a773054a658905287e71c8d64a769b17cfd49a59284422670fa76c8fbe908139bbd61fc9d5ec27a710ce353bc4dff01524f427e1ed48992e5000208e8d
7
+ data.tar.gz: b8909b18084445719630515cbce7e71064ecfb664918338c61d0bf9e7557ca4562eef27f5123e577e380ac99e3b31114c2d1afa51f70bf6c45c567fe1dcbcfc0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.77.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.76.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.76.0
1
+ 1.77.0
@@ -200,8 +200,7 @@ module Aws::Support
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
@@ -1750,7 +1749,7 @@ module Aws::Support
1750
1749
  tracer: tracer
1751
1750
  )
1752
1751
  context[:gem_name] = 'aws-sdk-support'
1753
- context[:gem_version] = '1.76.0'
1752
+ context[:gem_version] = '1.77.0'
1754
1753
  Seahorse::Client::Request.new(handlers, context)
1755
1754
  end
1756
1755
 
@@ -54,7 +54,7 @@ module Aws::Support
54
54
  autoload :EndpointProvider, 'aws-sdk-support/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-support/endpoints'
56
56
 
57
- GEM_VERSION = '1.76.0'
57
+ GEM_VERSION = '1.77.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.76.0
4
+ version: 1.77.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services