aws-sdk-migrationhuborchestrator 1.33.0 → 1.34.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-migrationhuborchestrator/client.rb +1 -1
- data/lib/aws-sdk-migrationhuborchestrator.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2472adbc2c6c6ff4b32e6628f593d7bc744c0cfe9da0976cfb204c9eec56c5d4
|
4
|
+
data.tar.gz: a2a6df0d659c7fc0b1774e029e2e4468b362965b5ae56bec48d456d1e0663e66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22d492ae442146b0dff995bd656aecf604a61b67f9a2c27069d04c5fd1a71ae869e7eebd9cdd1810966010e941f23ef1115584e237838f59f84bd450124b66c0
|
7
|
+
data.tar.gz: 7f4c5a010f310aa3f22a7b64b3062939426b4cee5f862788e545f4a9fd1212fa3db430e6438bcfabb1585f74e16cef27c7daadbb83f0b6625c1f6f6b3c95e27a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.34.0
|
@@ -2181,7 +2181,7 @@ module Aws::MigrationHubOrchestrator
|
|
2181
2181
|
tracer: tracer
|
2182
2182
|
)
|
2183
2183
|
context[:gem_name] = 'aws-sdk-migrationhuborchestrator'
|
2184
|
-
context[:gem_version] = '1.
|
2184
|
+
context[:gem_version] = '1.34.0'
|
2185
2185
|
Seahorse::Client::Request.new(handlers, context)
|
2186
2186
|
end
|
2187
2187
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-migrationhuborchestrator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.34.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
|