Skip to content

Commit 48ff44f

Browse files
author
AWS
committed
AWS IoT FleetWise Update: This release adds the option to update the strategy of state templates already associated to a vehicle, without the need to remove and re-add them.
1 parent 980ae08 commit 48ff44f

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
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": "This release adds the option to update the strategy of state templates already associated to a vehicle, without the need to remove and re-add them."
6+
}

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@
10381038
{"shape":"ValidationException"},
10391039
{"shape":"AccessDeniedException"}
10401040
],
1041-
"documentation":"<p> Updates a vehicle. </p>"
1041+
"documentation":"<p> Updates a vehicle.</p> <important> <p>Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see <a href=\"https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleetwise-regions.html\">Amazon Web Services Region and feature availability</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p> </important>"
10421042
}
10431043
},
10441044
"shapes":{
@@ -5527,6 +5527,10 @@
55275527
"stateTemplatesToRemove":{
55285528
"shape":"StateTemplateAssociationIdentifiers",
55295529
"documentation":"<p>Remove state templates from the vehicle.</p>"
5530+
},
5531+
"stateTemplatesToUpdate":{
5532+
"shape":"StateTemplateAssociations",
5533+
"documentation":"<p>Change the <code>stateTemplateUpdateStrategy</code> of state templates already associated with the vehicle.</p>"
55305534
}
55315535
}
55325536
},
@@ -5561,9 +5565,13 @@
55615565
"stateTemplatesToRemove":{
55625566
"shape":"StateTemplateAssociationIdentifiers",
55635567
"documentation":"<p>Remove existing state template associations from the vehicle.</p>"
5568+
},
5569+
"stateTemplatesToUpdate":{
5570+
"shape":"StateTemplateAssociations",
5571+
"documentation":"<p>Change the <code>stateTemplateUpdateStrategy</code> of state templates already associated with the vehicle.</p>"
55645572
}
55655573
},
5566-
"documentation":"<p>Information about the vehicle to update.</p>"
5574+
"documentation":"<p>Information about the vehicle to update.</p> <important> <p>Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see <a href=\"https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleetwise-regions.html\">Amazon Web Services Region and feature availability</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p> </important>"
55675575
},
55685576
"UpdateVehicleResponse":{
55695577
"type":"structure",
@@ -5931,7 +5939,7 @@
59315939
"statusStr":{
59325940
"type":"string",
59335941
"max":20,
5934-
"min":7,
5942+
"min":1,
59355943
"pattern":"[A-Z_]*"
59365944
},
59375945
"string":{"type":"string"},

0 commit comments

Comments
 (0)