aws-sdk-resources 3.140.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-resources.rb +2 -0
- metadata +30 -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
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
3.142.0 (2022-09-29)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added a dependency on the new `aws-sdk-migrationhuborchestrator` gem.
|
|
8
|
+
|
|
9
|
+
3.141.0 (2022-09-26)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added a dependency on the new `aws-sdk-iotfleetwise` gem.
|
|
13
|
+
|
|
4
14
|
3.140.0 (2022-09-01)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.
|
|
1
|
+
3.142.0
|
data/lib/aws-sdk-resources.rb
CHANGED
|
@@ -159,6 +159,7 @@ module Aws
|
|
|
159
159
|
autoload :IoTEvents, 'aws-sdk-iotevents'
|
|
160
160
|
autoload :IoTEventsData, 'aws-sdk-ioteventsdata'
|
|
161
161
|
autoload :IoTFleetHub, 'aws-sdk-iotfleethub'
|
|
162
|
+
autoload :IoTFleetWise, 'aws-sdk-iotfleetwise'
|
|
162
163
|
autoload :IoTJobsDataPlane, 'aws-sdk-iotjobsdataplane'
|
|
163
164
|
autoload :IoTSecureTunneling, 'aws-sdk-iotsecuretunneling'
|
|
164
165
|
autoload :IoTSiteWise, 'aws-sdk-iotsitewise'
|
|
@@ -217,6 +218,7 @@ module Aws
|
|
|
217
218
|
autoload :Mgn, 'aws-sdk-mgn'
|
|
218
219
|
autoload :MigrationHub, 'aws-sdk-migrationhub'
|
|
219
220
|
autoload :MigrationHubConfig, 'aws-sdk-migrationhubconfig'
|
|
221
|
+
autoload :MigrationHubOrchestrator, 'aws-sdk-migrationhuborchestrator'
|
|
220
222
|
autoload :MigrationHubRefactorSpaces, 'aws-sdk-migrationhubrefactorspaces'
|
|
221
223
|
autoload :MigrationHubStrategyRecommendations, 'aws-sdk-migrationhubstrategyrecommendations'
|
|
222
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
|
|
@@ -2166,6 +2166,20 @@ dependencies:
|
|
|
2166
2166
|
- - "~>"
|
|
2167
2167
|
- !ruby/object:Gem::Version
|
|
2168
2168
|
version: '1'
|
|
2169
|
+
- !ruby/object:Gem::Dependency
|
|
2170
|
+
name: aws-sdk-iotfleetwise
|
|
2171
|
+
requirement: !ruby/object:Gem::Requirement
|
|
2172
|
+
requirements:
|
|
2173
|
+
- - "~>"
|
|
2174
|
+
- !ruby/object:Gem::Version
|
|
2175
|
+
version: '1'
|
|
2176
|
+
type: :runtime
|
|
2177
|
+
prerelease: false
|
|
2178
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
2179
|
+
requirements:
|
|
2180
|
+
- - "~>"
|
|
2181
|
+
- !ruby/object:Gem::Version
|
|
2182
|
+
version: '1'
|
|
2169
2183
|
- !ruby/object:Gem::Dependency
|
|
2170
2184
|
name: aws-sdk-iotjobsdataplane
|
|
2171
2185
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -2978,6 +2992,20 @@ dependencies:
|
|
|
2978
2992
|
- - "~>"
|
|
2979
2993
|
- !ruby/object:Gem::Version
|
|
2980
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'
|
|
2981
3009
|
- !ruby/object:Gem::Dependency
|
|
2982
3010
|
name: aws-sdk-migrationhubrefactorspaces
|
|
2983
3011
|
requirement: !ruby/object:Gem::Requirement
|