aws-sdk-migrationhubconfig 1.31.0 → 1.32.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: '093740f7e53454efa9c3c85293dc75d6520d68cd17a86c6b75e761e7518d9235'
4
- data.tar.gz: 2899f710ce089f2c99449e42ef1b604a544a9ce8b539c440e54ac932a1320b7b
3
+ metadata.gz: 86356d7136e11e7b1a8dbf0416db96da369144cb8eae653c6032479cbd63acda
4
+ data.tar.gz: b727c6d55139ed2428dcb5d85d70c8f07bd5968d98b39ce06a493ac42d9f02bc
5
5
  SHA512:
6
- metadata.gz: 478e344aa010dcfa06925f5a8889cba3fdc2629c7a28e31a47fdb2967164df6bf64ba0e1ea81ea38db1cceb5fa0120ced22b46ea303e8ca2ab96d023370636ee
7
- data.tar.gz: 9478c0016223d4704c594e57a1cf9668d6a19b0ad1d6cbba2b103a8f93597684c15ce0ac45b1e50efb595fedbc5e17997be694f292b5994d63cc7fb059a6a952
6
+ metadata.gz: 713899d2afface1e1e9d6273c12ed6cd75b7984dc867c6cbb4045d4ff96909377812d74b889152789506fbcce21403e54919e12f2e76dc7294775e69ad6ec9d4
7
+ data.tar.gz: 9cea0c4d501431f9680b5b33a9b2c1bb16617d3f8ae2cdac88c3d44819e3f868d8223e92839b1b4a6ee8760cc11abf97d7ddad81c1f1d63205f8ab5f100b6371
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.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.31.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.32.0
@@ -567,7 +567,7 @@ module Aws::MigrationHubConfig
567
567
  params: params,
568
568
  config: config)
569
569
  context[:gem_name] = 'aws-sdk-migrationhubconfig'
570
- context[:gem_version] = '1.31.0'
570
+ context[:gem_version] = '1.32.0'
571
571
  Seahorse::Client::Request.new(handlers, context)
572
572
  end
573
573
 
@@ -25,16 +25,17 @@ module Aws::MigrationHubConfig
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-migrationhubconfig/customizations'
52
52
  # @!group service
53
53
  module Aws::MigrationHubConfig
54
54
 
55
- GEM_VERSION = '1.31.0'
55
+ GEM_VERSION = '1.32.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-migrationhubconfig
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.32.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