aws-sdk-migrationhuborchestrator 1.30.0 → 1.32.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: 5cf48499a079e6d495070049234eb406ac63a8fce52101dd2be007534a40e59d
4
+ data.tar.gz: 3aa4f4986891f9efdce4a4d7a0b8cbc357c21a58b89e89cca4284c5bb8fa3ac9
5
5
  SHA512:
6
- metadata.gz: 3f75fc380443ac4a20a1811f644544bc6524dbae40ef2fd3559a1f2dfdfac83ca93dc65c988c8f2a591c12f8ef1762a9142f51772fcba83e6ec5c8e37141e7a5
7
- data.tar.gz: 80fe4f52c2909a88931379f9f3298dbac0d611332403797d8d6f907c9f1edbb0bf0a45d09d496f6a359fb31f4d7592ab20a99963c739e7f2cd384258e6111bf8
6
+ metadata.gz: 8b813f7a0bf454ad535f4c6e3e5e834ea50be396b338e739bb6fa68b9e9238c7cd74319790513915e3f29c911adc148f9b331cefa8f0b2784f22abb86558d095
7
+ data.tar.gz: 94fb93598d7b7a3b4c9dc4ac2dbd3aeb4c087cfbe2073927377ed11f9f6e64688932fa5f9f2d050d25db83e69c9f058835442a944b3d2edbe77e1fe2d8adeb5e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.31.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.30.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.32.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.32.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.32.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.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - ">="
86
86
  - !ruby/object:Gem::Version
87
- version: '2.5'
87
+ version: '2.7'
88
88
  required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
90
  - - ">="