aws-sdk-resources 3.120.0 → 3.121.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: d19f25836ad122137556ad0a2320dd7018fbffcd2ee238079337ac6f4758a81a
|
|
4
|
+
data.tar.gz: b124ad8b074d9ab13df1a1a22702b399519446d74a6a83d1e5a1b47cf6b569df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd535d86dbef001d7f5f50585a395ae638faff497983601a35d1a430a293edcf2edc752ad666fe7002749fbc84f7e96171c06fb44c907203c129fb07dade885e
|
|
7
|
+
data.tar.gz: c0b2be5bc866cc0bbe75bb10119c32e3620d67476189eb764b5b25247eb2c14e738c2082278c7181549df8bd22ec27c5d316d437544c30b75af772e7d1ef4706
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.
|
|
1
|
+
3.121.0
|
data/lib/aws-sdk-resources.rb
CHANGED
|
@@ -200,6 +200,7 @@ module Aws
|
|
|
200
200
|
autoload :Mgn, 'aws-sdk-mgn'
|
|
201
201
|
autoload :MigrationHub, 'aws-sdk-migrationhub'
|
|
202
202
|
autoload :MigrationHubConfig, 'aws-sdk-migrationhubconfig'
|
|
203
|
+
autoload :MigrationHubRefactorSpaces, 'aws-sdk-migrationhubrefactorspaces'
|
|
203
204
|
autoload :MigrationHubStrategyRecommendations, 'aws-sdk-migrationhubstrategyrecommendations'
|
|
204
205
|
autoload :Mobile, 'aws-sdk-mobile'
|
|
205
206
|
autoload :Neptune, 'aws-sdk-neptune'
|
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.121.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-
|
|
11
|
+
date: 2021-11-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-acm
|
|
@@ -2740,6 +2740,20 @@ dependencies:
|
|
|
2740
2740
|
- - "~>"
|
|
2741
2741
|
- !ruby/object:Gem::Version
|
|
2742
2742
|
version: '1'
|
|
2743
|
+
- !ruby/object:Gem::Dependency
|
|
2744
|
+
name: aws-sdk-migrationhubrefactorspaces
|
|
2745
|
+
requirement: !ruby/object:Gem::Requirement
|
|
2746
|
+
requirements:
|
|
2747
|
+
- - "~>"
|
|
2748
|
+
- !ruby/object:Gem::Version
|
|
2749
|
+
version: '1'
|
|
2750
|
+
type: :runtime
|
|
2751
|
+
prerelease: false
|
|
2752
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
2753
|
+
requirements:
|
|
2754
|
+
- - "~>"
|
|
2755
|
+
- !ruby/object:Gem::Version
|
|
2756
|
+
version: '1'
|
|
2743
2757
|
- !ruby/object:Gem::Dependency
|
|
2744
2758
|
name: aws-sdk-migrationhubstrategyrecommendations
|
|
2745
2759
|
requirement: !ruby/object:Gem::Requirement
|