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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1daa10b70cba4569eb83643b58d554c1e2a514eae9d58b9ad9200aeeee7e29b9
4
- data.tar.gz: aa95c0a955ab5a43419d8a7f00a3412824d4e31c004681302d3d8d0b8efdfe68
3
+ metadata.gz: eb8bce6a3bda498db568fcc899efb1ff4d3c9a101e2fe6a8c51b2cb8acdecde8
4
+ data.tar.gz: 270c9e7d6c159e9a1a56ef44cc4f334cbc0bdb26935d516bc7e0622c7f5a48d3
5
5
  SHA512:
6
- metadata.gz: c05ad06c02a4bd87ba365b24d61686e101fcfd80586c843f1a70f7c5774b89a4817f5dde836d70f06af8b2a6cdb90ec78ebc62a351a613507d93b291e9cf1230
7
- data.tar.gz: 71f64bbd0052a791291ec6bc43b0ee5258bae64898d90aeccbf27505e7a37293cedc811a56d335105af61721048b59bed3941f188af9a713b7557f6c8047fd62
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.140.0
1
+ 3.142.0
@@ -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.140.0
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-01 00:00:00.000000000 Z
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