aws-sdk-migrationhubstrategyrecommendations 1.0.0 → 1.1.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: 9a16b16a8a35c8f53fb54e7a7ec34db5cff0804bdc5562d42addbfb4e892a6dc
4
- data.tar.gz: b3730d336b1b0b60c250fe32a795c142446e0d0f4bfed33d6a6fece02cc99acf
3
+ metadata.gz: 8a73ba874fa3cd181d87feaf84831b45bb185e9a7e09d6b96bd44f2449e6024b
4
+ data.tar.gz: da32243e2278e947dabe15374313f7b05e5490be3eb12ec6855e9c263ca898c0
5
5
  SHA512:
6
- metadata.gz: 3b41f7c0601b46aa1190c5b0a6921edb90c215762ece6ca8d27c8f82d42318995050b2ed879b23ba08ad1b5dcc179ba6bdd574e2fc2fec3d7e8bd2ab67f97dd8
7
- data.tar.gz: e5d18084a761a2142b487e7dd104c38af433c2c54634ed4883f0bb7e807f7258ba32bbc1fbc93e6f9e034278a3314a83c422b664808bbfadd193e180cb68e8bf
6
+ metadata.gz: 423210e479fab38b8097ba4f3ef2ac493da9349b625f24388469e6d515352e789284a12b40c59c80c02c9baba3993fdd856cee4b49e528ffbf50a0fd34948044
7
+ data.tar.gz: a467f91b264ec082dadd792109dff75a6143b160292273789b1102834c1223ebbc62a603dbf604ad755d47fe7ededb1ddedb0c5e6e01e74d5090debc34a21b06
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.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.0.0 (2021-11-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
@@ -119,7 +119,9 @@ module Aws::MigrationHubStrategyRecommendations
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
@@ -1355,7 +1357,7 @@ module Aws::MigrationHubStrategyRecommendations
1355
1357
  params: params,
1356
1358
  config: config)
1357
1359
  context[:gem_name] = 'aws-sdk-migrationhubstrategyrecommendations'
1358
- context[:gem_version] = '1.0.0'
1360
+ context[:gem_version] = '1.1.0'
1359
1361
  Seahorse::Client::Request.new(handlers, context)
1360
1362
  end
1361
1363
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-migrationhubstrategyrecommendations/customizations'
48
48
  # @!group service
49
49
  module Aws::MigrationHubStrategyRecommendations
50
50
 
51
- GEM_VERSION = '1.0.0'
51
+ GEM_VERSION = '1.1.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-migrationhubstrategyrecommendations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.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-15 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