aws-sdk-mainframemodernization 1.36.0 → 1.37.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: 5ffebc404c93747325fad66797782273a73ca357f87a45256c7b240f34ca471f
4
- data.tar.gz: 883e84c3470b1f62d11bb084e7efb8450046863f3653edf14dc1e2bcc0711bda
3
+ metadata.gz: 2229f9ef195271d31c349ee6fc091df50e9876d3cf1b66c968ee0e4dc6668b07
4
+ data.tar.gz: fdc82f1c64a0cbf0e62a9be0b197be414fe38056d5fd750112324532d2686502
5
5
  SHA512:
6
- metadata.gz: ab589d2b101fd1d9505e985ae0856e023cabf9d17b976b9fc29243d2f23c105f219ed9a3e2681661dbdfbb3a48410abafd686a56fd6ab65e61dae37b0383ee36
7
- data.tar.gz: b1cfd3c5d7f2a284eadf94e7542c8d9f0c29366dc5d71374f32ec1a4f4711ff1c26f43fec01ed60311f81cc2e232dbe2990587af093b71c87b671af17673f2ef
6
+ metadata.gz: f6499b81fd2f4a19cb0900e1594944ae09284e64b29338fecfa3e9c57cdce79ba69ab089503fd30145a5a3555990a7d49465c66db343d659a267853a0e23724f
7
+ data.tar.gz: ac46dc57c139ddbc83b9b17c810d659da7770e7080036dea0fc96415d63e5f4022a9a98b5314600b3ff8a8beca7a0ccbb0c7b094efef31df0a02791cd6631089
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.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.36.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.0
@@ -200,8 +200,7 @@ module Aws::MainframeModernization
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
@@ -2436,7 +2435,7 @@ module Aws::MainframeModernization
2436
2435
  tracer: tracer
2437
2436
  )
2438
2437
  context[:gem_name] = 'aws-sdk-mainframemodernization'
2439
- context[:gem_version] = '1.36.0'
2438
+ context[:gem_version] = '1.37.0'
2440
2439
  Seahorse::Client::Request.new(handlers, context)
2441
2440
  end
2442
2441
 
@@ -54,7 +54,7 @@ module Aws::MainframeModernization
54
54
  autoload :EndpointProvider, 'aws-sdk-mainframemodernization/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-mainframemodernization/endpoints'
56
56
 
57
- GEM_VERSION = '1.36.0'
57
+ GEM_VERSION = '1.37.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-mainframemodernization
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.0
4
+ version: 1.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services