Skip to content

Commit 22c4f19

Browse files
author
AWS
committed
AWS IoT FleetWise Update: 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.
1 parent eb4a5a3 commit 22c4f19

File tree

3 files changed

+889
-53
lines changed

3 files changed

+889
-53
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS IoT FleetWise",
4+
"contributor": "",
5+
"description": "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."
6+
}

services/iotfleetwise/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@
6666
"limit_key": "maxResults",
6767
"result_key": "summaries"
6868
},
69+
"ListStateTemplates": {
70+
"input_token": "nextToken",
71+
"output_token": "nextToken",
72+
"limit_key": "maxResults",
73+
"result_key": "summaries"
74+
},
6975
"ListVehicles": {
7076
"input_token": "nextToken",
7177
"output_token": "nextToken",

0 commit comments

Comments
 (0)