aws-sdk-resources 3.141.0 → 3.142.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-resources.rb +1 -0
- metadata +16 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb8bce6a3bda498db568fcc899efb1ff4d3c9a101e2fe6a8c51b2cb8acdecde8
|
|
4
|
+
data.tar.gz: 270c9e7d6c159e9a1a56ef44cc4f334cbc0bdb26935d516bc7e0622c7f5a48d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f4cafb63903c66e1cd0748292eeb85f04e6775ec2b5b1602d954400e6be04f5b1d9f67d979ebdaa80bc253a708382f661eec516dcd146a58a07e86f285f8183b
|
|
7
|
+
data.tar.gz: 44012a61764c84f99d3c7301deeaaa06ee9bb6485614f4961a3e22c3aa4d2946eeeeebd57bd0548eefb81f3c5e4da59b331fce4102352b8b4cc5f6952c4bed0e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.
|
|
1
|
+
3.142.0
|
data/lib/aws-sdk-resources.rb
CHANGED
|
@@ -218,6 +218,7 @@ module Aws
|
|
|
218
218
|
autoload :Mgn, 'aws-sdk-mgn'
|
|
219
219
|
autoload :MigrationHub, 'aws-sdk-migrationhub'
|
|
220
220
|
autoload :MigrationHubConfig, 'aws-sdk-migrationhubconfig'
|
|
221
|
+
autoload :MigrationHubOrchestrator, 'aws-sdk-migrationhuborchestrator'
|
|
221
222
|
autoload :MigrationHubRefactorSpaces, 'aws-sdk-migrationhubrefactorspaces'
|
|
222
223
|
autoload :MigrationHubStrategyRecommendations, 'aws-sdk-migrationhubstrategyrecommendations'
|
|
223
224
|
autoload :Mobile, 'aws-sdk-mobile'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-resources
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.142.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: 2022-09-
|
|
11
|
+
date: 2022-09-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-acm
|
|
@@ -2992,6 +2992,20 @@ dependencies:
|
|
|
2992
2992
|
- - "~>"
|
|
2993
2993
|
- !ruby/object:Gem::Version
|
|
2994
2994
|
version: '1'
|
|
2995
|
+
- !ruby/object:Gem::Dependency
|
|
2996
|
+
name: aws-sdk-migrationhuborchestrator
|
|
2997
|
+
requirement: !ruby/object:Gem::Requirement
|
|
2998
|
+
requirements:
|
|
2999
|
+
- - "~>"
|
|
3000
|
+
- !ruby/object:Gem::Version
|
|
3001
|
+
version: '1'
|
|
3002
|
+
type: :runtime
|
|
3003
|
+
prerelease: false
|
|
3004
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
3005
|
+
requirements:
|
|
3006
|
+
- - "~>"
|
|
3007
|
+
- !ruby/object:Gem::Version
|
|
3008
|
+
version: '1'
|
|
2995
3009
|
- !ruby/object:Gem::Dependency
|
|
2996
3010
|
name: aws-sdk-migrationhubrefactorspaces
|
|
2997
3011
|
requirement: !ruby/object:Gem::Requirement
|