aws-sdk-iotfleetwise 1.36.0 → 1.38.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-iotfleetwise/client.rb +597 -79
- data/lib/aws-sdk-iotfleetwise/client_api.rb +308 -0
- data/lib/aws-sdk-iotfleetwise/types.rb +1057 -72
- data/lib/aws-sdk-iotfleetwise.rb +1 -1
- data/sig/client.rbs +219 -10
- data/sig/types.rbs +227 -4
- 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: 6313cef25a9872d47d85ae03729f2876a9a9b039ff0aacc4fe3816cc5aa543a7
|
4
|
+
data.tar.gz: 5e7ed8dfb980e17adbc7d37878d363c2a42f8744d534ba53b21a4a6e0c128454
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9055938bcfeeefe73d96b52b1ff507412e6f7d32ec93f8554286cef47353b1ebc9b53d82926a1cb13796b0fe095685533753c3f15489c18bb47a3324dd9adaf
|
7
|
+
data.tar.gz: 3fce230f502c068a9abb1547d1af6aef491231a3cc5aabfb3ac11582aacd48803559c9a638cba44eb9661176618659d0b219781e03ecb57cac86f4ddeb758d9e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.38.0 (2024-11-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - AWS IoT FleetWise now includes campaign parameters to store and forward data, configure MQTT topic as a data destination, and collect diagnostic trouble code data. It includes APIs for network agnostic data collection using custom decoding interfaces, and monitoring the last known state of vehicles.
|
8
|
+
|
9
|
+
1.37.0 (2024-10-29)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated BatchCreateVehicle and BatchUpdateVehicle APIs: LimitExceededException has been added and the maximum number of vehicles in a batch has been set to 10 explicitly
|
13
|
+
|
4
14
|
1.36.0 (2024-10-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.38.0
|