Skip to content

Commit 0cfd2c7

Browse files
author
AWS
committed
AWS IoT FleetWise Update: Updated APIs: SignalNodeType query parameter has been added to ListSignalCatalogNodesRequest and ListVehiclesResponse has been extended with attributes field.
1 parent c860c3c commit 0cfd2c7

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
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": "Updated APIs: SignalNodeType query parameter has been added to ListSignalCatalogNodesRequest and ListVehiclesResponse has been extended with attributes field."
6+
}

services/iotfleetwise/src/main/resources/codegen-resources/service-2.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,7 @@
13621362
"members":{
13631363
"expression":{
13641364
"shape":"eventExpression",
1365-
"documentation":"<p>The logical expression used to recognize what data to collect. For example, <code>$variable.Vehicle.OutsideAirTemperature &gt;= 105.0</code>.</p>"
1365+
"documentation":"<p>The logical expression used to recognize what data to collect. For example, <code>$variable.`Vehicle.OutsideAirTemperature` &gt;= 105.0</code>.</p>"
13661366
},
13671367
"minimumTriggerIntervalMs":{
13681368
"shape":"uint32",
@@ -3148,6 +3148,10 @@
31483148
"maxResults":{
31493149
"shape":"maxResults",
31503150
"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>"
31513155
}
31523156
}
31533157
},
@@ -4062,6 +4066,17 @@
40624066
"max":1000,
40634067
"min":0
40644068
},
4069+
"SignalNodeType":{
4070+
"type":"string",
4071+
"enum":[
4072+
"SENSOR",
4073+
"ACTUATOR",
4074+
"ATTRIBUTE",
4075+
"BRANCH",
4076+
"CUSTOM_STRUCT",
4077+
"CUSTOM_PROPERTY"
4078+
]
4079+
},
40654080
"SpoolingMode":{
40664081
"type":"string",
40674082
"enum":[
@@ -4854,6 +4869,10 @@
48544869
"lastModificationTime":{
48554870
"shape":"timestamp",
48564871
"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>"
48574876
}
48584877
},
48594878
"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

Comments
 (0)