aws-sdk-migrationhub 1.36.0 → 1.37.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: 2c5d30315c6aad0bb1e8f6dc0cf80e0348a472546e065b421f045f01c50a131e
4
- data.tar.gz: 4d5bc8a6de14b6580d31f60f069d8682098b3af877a44d095f79a5ff28a5291f
3
+ metadata.gz: 3474615bf62b872dae426006d19caaf5c8f0f49dee9393dcac886528cdca6aa6
4
+ data.tar.gz: f6a3ff6e1dbbfed9e190250e6f516b08bc7542d78c7a02a4da581210548637e5
5
5
  SHA512:
6
- metadata.gz: 054d2652d3af42d33ebd82e00ab44ff7b688dbb53d178a95238317ac9e60ad321db3014d6a217d89ffa7c2a8f510e2cbca59f71e34d2dfc269eec05926fec789
7
- data.tar.gz: c76a90b274c70b7044ebaba3eae43568199ccd85a60668c7333e66c48918eb928746be3f51f5269cb585a113ecbe7cde41f28bd07e08f7efc32ccfb2eecd5cb9
6
+ metadata.gz: d322f682548bb8c19679a3de35d025f7180b9e364ac8fe7d9ec7784818d568d21a95bcd695f8f2168069cf86b8b16068a0679599a906073cd518c25cd8777021
7
+ data.tar.gz: c0dd1b1255565f4cdf59ad4f5821da85cf589c689c25541e54b893f6ac58baa3f989ee023eb8cc5c44f9a09cf4c77124883fe1fc824e03da5fa75531d1bd2458
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.36.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.0
@@ -119,7 +119,9 @@ module Aws::MigrationHub
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -1179,7 +1181,7 @@ module Aws::MigrationHub
1179
1181
  params: params,
1180
1182
  config: config)
1181
1183
  context[:gem_name] = 'aws-sdk-migrationhub'
1182
- context[:gem_version] = '1.36.0'
1184
+ context[:gem_version] = '1.37.0'
1183
1185
  Seahorse::Client::Request.new(handlers, context)
1184
1186
  end
1185
1187
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-migrationhub/customizations'
48
48
  # @!group service
49
49
  module Aws::MigrationHub
50
50
 
51
- GEM_VERSION = '1.36.0'
51
+ GEM_VERSION = '1.37.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-migrationhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.0
4
+ version: 1.37.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: 2021-11-04 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core