aws-sdk-proton 1.53.0 → 1.54.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: 19af102a6a16da2cf3cde44a1602b479681b5ca90252590e91d1444617b5c0ce
4
- data.tar.gz: 3ec40458fe527c1aeca82108875e764344f4d43905a2354f345be19dd7e267d4
3
+ metadata.gz: e7b14d7cc9baabb85412ffe3cd1aa7ace50733a0b7a6e1a71bd1cf6d9bc290ea
4
+ data.tar.gz: c7822e45154ac846681fcf6d5c6f347e2bacc7a84f77d4b3ed811f866068999a
5
5
  SHA512:
6
- metadata.gz: fb0b11b348f54f596fed7e48368589d2672ab94aa8faae36c87e52051038007b10704d635872c3f30da43ccd7470b1532e2f18b0e2c157b8b2695c9a08c89231
7
- data.tar.gz: c41a7ad44c7025fc677e76d2f7ce61e8d9db79b867b2131c56c68e1469bb6967d7525c2d3f3a8d4b4bf861c10b25d549f0d960981bc42a9b43fcac870e028e2d
6
+ metadata.gz: 43c0426164259f310026c7b1732a14911509813cec16be3add499d2f85cbabef671c8a5ed9593764f00d7e40dbe3707306b277921da2ba20de12fe5f3d359e06
7
+ data.tar.gz: 02e158ca749952f819e573a0b75e09cf007488a40213e308e3690e8a7381831c0d9033689df1948f66a10494f9b7b87c6b286b91b354c3ef5d4c32f58bf9a4cc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.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.53.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -200,8 +200,7 @@ module Aws::Proton
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
@@ -6180,7 +6179,7 @@ module Aws::Proton
6180
6179
  tracer: tracer
6181
6180
  )
6182
6181
  context[:gem_name] = 'aws-sdk-proton'
6183
- context[:gem_version] = '1.53.0'
6182
+ context[:gem_version] = '1.54.0'
6184
6183
  Seahorse::Client::Request.new(handlers, context)
6185
6184
  end
6186
6185
 
@@ -55,7 +55,7 @@ module Aws::Proton
55
55
  autoload :EndpointProvider, 'aws-sdk-proton/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-proton/endpoints'
57
57
 
58
- GEM_VERSION = '1.53.0'
58
+ GEM_VERSION = '1.54.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-proton
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services