aws-sdk-migrationhubconfig 1.30.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: 473ffef5fdd6c7f7abd8caccb374a164f457ff03aa352f363b3723377961709a
4
- data.tar.gz: be7a23cdedfb5bf91522d7a843e29cedb83c446d1c1f27003ca73880b7f7c27b
3
+ metadata.gz: 86356d7136e11e7b1a8dbf0416db96da369144cb8eae653c6032479cbd63acda
4
+ data.tar.gz: b727c6d55139ed2428dcb5d85d70c8f07bd5968d98b39ce06a493ac42d9f02bc
5
5
  SHA512:
6
- metadata.gz: 04ecdf85cb41d377cd7338aac5435908853caf5cf1db31d6eb4640ca68cb1d980a1349fc4825a963556ff201f82d31fde4f2cefb4cc3aeabb68526e5baded61d
7
- data.tar.gz: 775e006568f4b781910478413244da44e90064e057cf0c3e8a1228549c5896b18ec305a5b4be258c561104d76e8bb8d1681612e65cef709f0dd31c407bc5b190
6
+ metadata.gz: 713899d2afface1e1e9d6273c12ed6cd75b7984dc867c6cbb4045d4ff96909377812d74b889152789506fbcce21403e54919e12f2e76dc7294775e69ad6ec9d4
7
+ data.tar.gz: 9cea0c4d501431f9680b5b33a9b2c1bb16617d3f8ae2cdac88c3d44819e3f868d8223e92839b1b4a6ee8760cc11abf97d7ddad81c1f1d63205f8ab5f100b6371
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.31.0 (2023-11-22)
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 (2023-10-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.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.30.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.30.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.30.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-10-24 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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.184.0
22
+ version: 3.188.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.184.0
32
+ version: 3.188.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -80,7 +80,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
80
80
  requirements:
81
81
  - - ">="
82
82
  - !ruby/object:Gem::Version
83
- version: '2.3'
83
+ version: '2.5'
84
84
  required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - ">="