aws-sdk-migrationhuborchestrator 1.10.0 → 1.11.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: ab8e949c2e1d8b039ecd97f6460f1fb79a6fa2e3cd93141d7a9d374f162ccf9e
4
- data.tar.gz: 79ac48be4fed09089d0a0a4669d063c1dbc4d8802c86c996d21f57f7bd51c795
3
+ metadata.gz: 9d6235a0c7237aea649c64d421f6dab552d5c3209f065bee2b637597dfc83c06
4
+ data.tar.gz: b074e3b37a6076f30fe49b007f6c23426479c05e5e5bd477ad6be56109185bd8
5
5
  SHA512:
6
- metadata.gz: c0b88f13283eeb73a458dfe225bbc658da757c6bfdd2ad3a7535eea1924d2571c4c428898727828a79ecaac546090659f805b171aa13dba91d4875879d54c6e8
7
- data.tar.gz: 14517a30584f623e7fafe3b90991b831647d40b3ac86ebf307f5d27871b80dfff4bc164825bc6b6bdd2a96587e30d641fe777eade834bd3ab51df40a2b42973f
6
+ metadata.gz: 23e5064207b453a7bf819eceac4447f1ffbfebc46c312007bdace1eb458bd573762aa339a55c6f75ce67af19ed47d4966e292e7a440868055e1579bb7aedbe75
7
+ data.tar.gz: b52669b9fccd31d299a6d8a4783995e16569d994202617daa0d51aa6247c98081ba07e2a8d6b597cef9d36e3e469c42f5119f782969122d22d888c5b4401448d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.11.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.10.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.10.0
1
+ 1.11.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.10.0'
1944
+ context[:gem_version] = '1.11.0'
1945
1945
  Seahorse::Client::Request.new(handlers, context)
1946
1946
  end
1947
1947
 
@@ -25,16 +25,17 @@ module Aws::MigrationHubOrchestrator
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -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.10.0'
56
+ GEM_VERSION = '1.11.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-migrationhuborchestrator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-22 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core