aws-sdk-migrationhubstrategyrecommendations 1.37.0 → 1.38.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: 5063273c125f7470f3c38896928c2b89050c84c2f55ea54f0cf74bcf6de72927
4
- data.tar.gz: 4b01686e3f1324aed2ba61cdee448414b47b46ba7d3607909e35cdb544f5db8c
3
+ metadata.gz: 2caea753c494337e4896d8191631f5764bc0a74f33cbfda37039c682f520c45b
4
+ data.tar.gz: 9e51d6aa5bf73d6aded1e1deb72a316cce99771afa3bc4020fda40d22e928772
5
5
  SHA512:
6
- metadata.gz: 915e740c098236cf6ef58cc18e604fdfe5cee7bc472598551b2e475d89a3b80b98b2d5ff5b9c55428d0c1dfe511ebae7cf14d6a18eb7efc2eb9d4dc91fb33aaf
7
- data.tar.gz: 06a0cea5a2c633762a201d0e18e4f01f47a15c91fd0de479b41556f1d9f28402cedd28ccefdad67d86df7440e89566130e61f4f012ac04310b59a69570c294f9
6
+ metadata.gz: c9c91207cf47c26ca2a01b16c86c1ccafc28baa47cbfd93d039b3a4c7cead7db59d0735649eec4bd7cbc4fdf8b0f3c461503a00afaccb140221d90bb8cf3304d
7
+ data.tar.gz: 9ba7bd35da8c0bd37e6d2397104f90d57aa5ccf000f48842f3168923d2846b4b44341e657f0e5bc6f0064afd104bdb4e2b04814ba96ef560bde39f5c73493b5e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.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.37.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
@@ -200,8 +200,7 @@ module Aws::MigrationHubStrategyRecommendations
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
@@ -1659,7 +1658,7 @@ module Aws::MigrationHubStrategyRecommendations
1659
1658
  tracer: tracer
1660
1659
  )
1661
1660
  context[:gem_name] = 'aws-sdk-migrationhubstrategyrecommendations'
1662
- context[:gem_version] = '1.37.0'
1661
+ context[:gem_version] = '1.38.0'
1663
1662
  Seahorse::Client::Request.new(handlers, context)
1664
1663
  end
1665
1664
 
@@ -54,7 +54,7 @@ module Aws::MigrationHubStrategyRecommendations
54
54
  autoload :EndpointProvider, 'aws-sdk-migrationhubstrategyrecommendations/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-migrationhubstrategyrecommendations/endpoints'
56
56
 
57
- GEM_VERSION = '1.37.0'
57
+ GEM_VERSION = '1.38.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-migrationhubstrategyrecommendations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.0
4
+ version: 1.38.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services