aws-sdk-robomaker 1.41.0 → 1.45.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-robomaker/client.rb +188 -40
- data/lib/aws-sdk-robomaker/client_api.rb +54 -10
- data/lib/aws-sdk-robomaker/types.rb +320 -56
- data/lib/aws-sdk-robomaker.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66da178919ebe72047f8f3c53a0e1be44112c177bf21c1bd28ca902e670f513e
|
4
|
+
data.tar.gz: e39369fb16a895f2d9e454fba6b9ab6fb832fcb9ea007699b6a8a20d05e80b4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f879729baa62de3a7ac5d0bb32779d617db5a4dd29d2fc2886687c746e4e1ae2d1f34e78b38a0f2d9a74ccc155ff4e02a5b75f98e21b6e360d47508d252b176
|
7
|
+
data.tar.gz: 3673e2daa8841438a377c09984cfe6e739e98b8e1eea59f5203874058678567066676f853d2ab6204c3c7ff871e87420baf00ee11e1dc4fe3e3665f6a7700700
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.45.0 (2021-11-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.44.0 (2021-10-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.43.0 (2021-10-14)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Adding support to GPU simulation jobs as well as non-ROS simulation jobs.
|
18
|
+
|
19
|
+
1.42.0 (2021-09-16)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Adding support to create container based Robot and Simulation applications by introducing an environment field
|
23
|
+
|
4
24
|
1.41.0 (2021-09-01)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.45.0
|