aws-sdk-migrationhubstrategyrecommendations 1.40.0 → 1.41.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 06604555f0f98cbbb0224a44e559450c831af6a134345960778d4eb2c89584f6
|
4
|
+
data.tar.gz: 11271b9282fb46179d06089b95a33578ae8f4c5c2549c1a736e2106a970a3f1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1771bf9f9b7b67ea9f6c285783d69420ef7582b57c4efbcdee4165a33aa4ef19eb8453985e5ace9027b23c4df7cf311f97ba790316e705b3fdc2d421b8a99692
|
7
|
+
data.tar.gz: c5e4fdd0a0225b818f1a7761289f20646f4e8df5080fe93605114a3146fe52ddc51362948173c695d8c521c915afe1c55b1cc5d4919621bfbe3a0680991a5bb9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.41.0
|
@@ -1668,7 +1668,7 @@ module Aws::MigrationHubStrategyRecommendations
|
|
1668
1668
|
tracer: tracer
|
1669
1669
|
)
|
1670
1670
|
context[:gem_name] = 'aws-sdk-migrationhubstrategyrecommendations'
|
1671
|
-
context[:gem_version] = '1.
|
1671
|
+
context[:gem_version] = '1.41.0'
|
1672
1672
|
Seahorse::Client::Request.new(handlers, context)
|
1673
1673
|
end
|
1674
1674
|
|
@@ -54,7 +54,7 @@ module Aws::MigrationHubStrategyRecommendations
|
|
54
54
|
autoload :EndpointProvider, 'aws-sdk-migrationhubstrategyrecommendations/endpoint_provider'
|
55
55
|
autoload :Endpoints, 'aws-sdk-migrationhubstrategyrecommendations/endpoints'
|
56
56
|
|
57
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.41.0'
|
58
58
|
|
59
59
|
end
|
60
60
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-migrationhubstrategyrecommendations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.41.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.228.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.228.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|