aws-sdk-migrationhuborchestrator 1.30.0 → 1.31.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: 9720c8e2fa098bdf431eb682851bf93a7add88a41f856f66dcaf4574a579d210
4
- data.tar.gz: 12d18bf69d201ca940ac694de4d619de8850ad2a145a7c6d8ab1d4b130a29fdd
3
+ metadata.gz: 6df9beddddd2e8df49a5a998325ad337c7a71f86d3306877ac5f8ec66ceaba5c
4
+ data.tar.gz: 726413e5600734781273591c5ad9dea9ac515da54b6354253de854eebd0d1063
5
5
  SHA512:
6
- metadata.gz: 3f75fc380443ac4a20a1811f644544bc6524dbae40ef2fd3559a1f2dfdfac83ca93dc65c988c8f2a591c12f8ef1762a9142f51772fcba83e6ec5c8e37141e7a5
7
- data.tar.gz: 80fe4f52c2909a88931379f9f3298dbac0d611332403797d8d6f907c9f1edbb0bf0a45d09d496f6a359fb31f4d7592ab20a99963c739e7f2cd384258e6111bf8
6
+ metadata.gz: 4e5c6571324bd7225caec6d49ac3abe070dc927851ab8b7ee6dc5c3d9f65267a637dd23d1d299b04caae6380e0b40fce2b4ce4b7406c612c86e67e3f106672c2
7
+ data.tar.gz: ec9f2f56f5aa36c157fdc17323964f7687ce7a194ace80a5cef02d056078ffef6e765656ecc4923d3c04107695cfff0e06826ccfeb0f73392c8a7816a7342dda
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.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.30.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.31.0
@@ -200,8 +200,7 @@ module Aws::MigrationHubOrchestrator
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
@@ -2172,7 +2171,7 @@ module Aws::MigrationHubOrchestrator
2172
2171
  tracer: tracer
2173
2172
  )
2174
2173
  context[:gem_name] = 'aws-sdk-migrationhuborchestrator'
2175
- context[:gem_version] = '1.30.0'
2174
+ context[:gem_version] = '1.31.0'
2176
2175
  Seahorse::Client::Request.new(handlers, context)
2177
2176
  end
2178
2177
 
@@ -55,7 +55,7 @@ module Aws::MigrationHubOrchestrator
55
55
  autoload :EndpointProvider, 'aws-sdk-migrationhuborchestrator/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-migrationhuborchestrator/endpoints'
57
57
 
58
- GEM_VERSION = '1.30.0'
58
+ GEM_VERSION = '1.31.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-migrationhuborchestrator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services