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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eff3fd67f13681a1d363c67a946bb3f8259cc499d21f6bf1fd050c9d5bce5526
4
- data.tar.gz: 18b5d36d7780a985fcaa58271dd7754f4ee342ee3dddbdcbed8a46edd2f5f217
3
+ metadata.gz: 6313cef25a9872d47d85ae03729f2876a9a9b039ff0aacc4fe3816cc5aa543a7
4
+ data.tar.gz: 5e7ed8dfb980e17adbc7d37878d363c2a42f8744d534ba53b21a4a6e0c128454
5
5
  SHA512:
6
- metadata.gz: 89a3f6ae10789e5b8c214d27a9811a5151054493b253f58516e88cd0cc97c5ddf15c148813710425585702c502f69578b17024d0c95dfaf188a20efcc2cd20f8
7
- data.tar.gz: bfbf3b99b2bccea2ee5c51684d2b067ada25cda3dbba875e577ed536aadf037c19e8eb5cc5a70192391afc54fda8aff505aa3c2e0a299131ee3083c41e5a6ae3
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.36.0
1
+ 1.38.0