aws-sdk-migrationhubrefactorspaces 1.40.0 → 1.41.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: 7878d6a00ab8e0d5426b8c3eb55b367300e1471a83a12028844acad15431720b
4
- data.tar.gz: 88d6213a23066c0e066c376a8fa9de1daeb62c2e45873d45f7faa2f141a8c88a
3
+ metadata.gz: 427e2a07756ebd8119ed74dfd5d6574aea8bc0b195159765cf054e9525ce839c
4
+ data.tar.gz: a15d332e87265535567b389255d77f8e39fb08dcb089406f1b3ba84acaaaf113
5
5
  SHA512:
6
- metadata.gz: 5d59982a431249bf2fe37a061cf48dff332dcf91d775a71c05f97d9811bd3d0a4ea850073b3737e8f47c2822ea307e1e8532a8cb783b9bbe1fbb9e750ea323dd
7
- data.tar.gz: 6624a3a00076142dcbb022ee65f51a488c67387da34e0fb593cc489d767e687014cb5be7c70c7f99088fe06638e5a0ec331a227f97580fba55120853778ea3ca
6
+ metadata.gz: aac56b7f07c53bca758e9b162a7a01624634d673a1ff4cc4609a36f07361ca0e6d5a477c4ad726a6af4fec2c26df7bd2197ea09e067c7cd7755faccd6660a332
7
+ data.tar.gz: 512ae96d6b4a3d884f86dc870d114f687359be91d3f0541bd93501a6da0b687ff2e228b5d458c2b9aaa1f9a1a5b5553acf6d4c3a8c7345e9fa56fb61b84ec0ea
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.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.40.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.41.0
@@ -200,8 +200,7 @@ module Aws::MigrationHubRefactorSpaces
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
@@ -2034,7 +2033,7 @@ module Aws::MigrationHubRefactorSpaces
2034
2033
  tracer: tracer
2035
2034
  )
2036
2035
  context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces'
2037
- context[:gem_version] = '1.40.0'
2036
+ context[:gem_version] = '1.41.0'
2038
2037
  Seahorse::Client::Request.new(handlers, context)
2039
2038
  end
2040
2039
 
@@ -54,7 +54,7 @@ module Aws::MigrationHubRefactorSpaces
54
54
  autoload :EndpointProvider, 'aws-sdk-migrationhubrefactorspaces/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-migrationhubrefactorspaces/endpoints'
56
56
 
57
- GEM_VERSION = '1.40.0'
57
+ GEM_VERSION = '1.41.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-migrationhubrefactorspaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.40.0
4
+ version: 1.41.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services