aws-sdk-migrationhuborchestrator 1.11.0 → 1.12.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: 9d6235a0c7237aea649c64d421f6dab552d5c3209f065bee2b637597dfc83c06
4
- data.tar.gz: b074e3b37a6076f30fe49b007f6c23426479c05e5e5bd477ad6be56109185bd8
3
+ metadata.gz: 89a216012a0bdde23a11653168732dfd2653ff0e289b5bc3afd986ba0fbb91dd
4
+ data.tar.gz: cd5fa36f1018981d4deab4b645b2af73c605abe73f3a95ea5d6dd3ab778d0fa0
5
5
  SHA512:
6
- metadata.gz: 23e5064207b453a7bf819eceac4447f1ffbfebc46c312007bdace1eb458bd573762aa339a55c6f75ce67af19ed47d4966e292e7a440868055e1579bb7aedbe75
7
- data.tar.gz: b52669b9fccd31d299a6d8a4783995e16569d994202617daa0d51aa6247c98081ba07e2a8d6b597cef9d36e3e469c42f5119f782969122d22d888c5b4401448d
6
+ metadata.gz: e86dae7a7130bc75a4e656ec721b8346a14aa080ab210e726dfe00a536af21f080cba4710b50e54ea3b6f1dfe2d8f3a3fc6c86f0c90e0ba2316461accf160290
7
+ data.tar.gz: ab037a17af52e7b3c50a88ebe9a5f14a1d65b9c23a1eb22f1cf39879c1f5a483f98ceb76247592433ad5ba70ff872fb44acecd1bc95ff9b1e89783700c993bf0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.12.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.11.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.11.0
1
+ 1.12.0
@@ -1941,7 +1941,7 @@ module Aws::MigrationHubOrchestrator
1941
1941
  params: params,
1942
1942
  config: config)
1943
1943
  context[:gem_name] = 'aws-sdk-migrationhuborchestrator'
1944
- context[:gem_version] = '1.11.0'
1944
+ context[:gem_version] = '1.12.0'
1945
1945
  Seahorse::Client::Request.new(handlers, context)
1946
1946
  end
1947
1947
 
@@ -14,6 +14,7 @@ module Aws::MigrationHubOrchestrator
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::MigrationHubOrchestrator::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-migrationhuborchestrator/customizations'
53
53
  # @!group service
54
54
  module Aws::MigrationHubOrchestrator
55
55
 
56
- GEM_VERSION = '1.11.0'
56
+ GEM_VERSION = '1.12.0'
57
57
 
58
58
  end