You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS IoT FleetWise Update: Updated APIs: SignalNodeType query parameter has been added to ListSignalCatalogNodesRequest and ListVehiclesResponse has been extended with attributes field.
"description": "Updated APIs: SignalNodeType query parameter has been added to ListSignalCatalogNodesRequest and ListVehiclesResponse has been extended with attributes field."
Copy file name to clipboardExpand all lines: services/iotfleetwise/src/main/resources/codegen-resources/service-2.json
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1362,7 +1362,7 @@
1362
1362
"members":{
1363
1363
"expression":{
1364
1364
"shape":"eventExpression",
1365
-
"documentation":"<p>The logical expression used to recognize what data to collect. For example, <code>$variable.Vehicle.OutsideAirTemperature >= 105.0</code>.</p>"
1365
+
"documentation":"<p>The logical expression used to recognize what data to collect. For example, <code>$variable.`Vehicle.OutsideAirTemperature` >= 105.0</code>.</p>"
1366
1366
},
1367
1367
"minimumTriggerIntervalMs":{
1368
1368
"shape":"uint32",
@@ -3148,6 +3148,10 @@
3148
3148
"maxResults":{
3149
3149
"shape":"maxResults",
3150
3150
"documentation":"<p> The maximum number of items to return, between 1 and 100, inclusive. </p>"
3151
+
},
3152
+
"signalNodeType":{
3153
+
"shape":"SignalNodeType",
3154
+
"documentation":"<p>The type of node in the signal catalog.</p>"
3151
3155
}
3152
3156
}
3153
3157
},
@@ -4062,6 +4066,17 @@
4062
4066
"max":1000,
4063
4067
"min":0
4064
4068
},
4069
+
"SignalNodeType":{
4070
+
"type":"string",
4071
+
"enum":[
4072
+
"SENSOR",
4073
+
"ACTUATOR",
4074
+
"ATTRIBUTE",
4075
+
"BRANCH",
4076
+
"CUSTOM_STRUCT",
4077
+
"CUSTOM_PROPERTY"
4078
+
]
4079
+
},
4065
4080
"SpoolingMode":{
4066
4081
"type":"string",
4067
4082
"enum":[
@@ -4854,6 +4869,10 @@
4854
4869
"lastModificationTime":{
4855
4870
"shape":"timestamp",
4856
4871
"documentation":"<p>The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time). </p>"
4872
+
},
4873
+
"attributes":{
4874
+
"shape":"attributesMap",
4875
+
"documentation":"<p>Static information about a vehicle in a key-value pair. For example:</p> <p> <code>\"engineType\"</code> : <code>\"1.3 L R2\"</code> </p>"
4857
4876
}
4858
4877
},
4859
4878
"documentation":"<p>Information about a vehicle.</p> <p>To return this information about vehicles in your account, you can use the API operation.</p>"
0 commit comments