aws-sdk-migrationhubrefactorspaces 1.20.0 → 1.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4fa0143d534e31192028ad0036814d6f00fc3c3fde905518dc10e191373dd4bf
4
- data.tar.gz: f81a015693e406aede0f91550d78a89a2733b625ac8415165f01fffacc849a9d
3
+ metadata.gz: f8985d97ba029bcfc9d2f7f9a28dfb96d57481efef30be9365f8137d145df956
4
+ data.tar.gz: 6096df77a488500f76bddbdaa466814159d53eef07e6ba3b2af43f6aeebb62fa
5
5
  SHA512:
6
- metadata.gz: cbd24312d2a46fd8945fcade795f3ec80506129a85babb9d86b48c883c3fed3e4b9a7d97ddc1ebfc47f5d24f882651803c3816f5978fe87e12721cb604fdf71e
7
- data.tar.gz: cb9e69ebcc50470704a32fcc2eec639e87f484d7440de03546f3a4a4a6b678b47b66bf5213c75a0333dbe81d8fc1749e589ad75ba39f99d0b006d5de0cd18f02
6
+ metadata.gz: 78d910c2e9f94ed71ee69cb04e4f518be015befa9eea08273cbdc0a2ab7d9121de11fff320c696a3d538a611139bb9f08ad75db4b736b6c4536fca006f8a6683
7
+ data.tar.gz: b8cb1027c339215ea3d6539e0a7d5869ffb1737b764fbb0c1bb6f19322b8e81fac68552b32b2c2c159462290ff792ac755a182b617a34b144ece4ad554e705fb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.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.20.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
1
+ 1.21.0
@@ -1947,7 +1947,7 @@ module Aws::MigrationHubRefactorSpaces
1947
1947
  params: params,
1948
1948
  config: config)
1949
1949
  context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces'
1950
- context[:gem_version] = '1.20.0'
1950
+ context[:gem_version] = '1.21.0'
1951
1951
  Seahorse::Client::Request.new(handlers, context)
1952
1952
  end
1953
1953
 
@@ -25,16 +25,17 @@ module Aws::MigrationHubRefactorSpaces
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
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-migrationhubrefactorspaces/customizations'
52
52
  # @!group service
53
53
  module Aws::MigrationHubRefactorSpaces
54
54
 
55
- GEM_VERSION = '1.20.0'
55
+ GEM_VERSION = '1.21.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-migrationhubrefactorspaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.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