v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1457355285.1 KB

Updates a vehicle model (model manifest). If created vehicles are associated with a vehicle model, it can't be updated.

post/#X-Amz-Target=IoTAutobahnControlPlane.UpdateModelManifest

Headers

X-Amz-Target'IoTAutobahnControlPlane.UpdateModelManifest' required

Request body

namestring required

The name of the vehicle model to update.

descriptionstring

A brief description of the vehicle model.

nodesToAddNodePath[]

A list of <code>fullyQualifiedName</code> of nodes, which are a general abstraction of signals, to add to the vehicle model.

nodesToRemoveNodePath[]

A list of <code>fullyQualifiedName</code> of nodes, which are a general abstraction of signals, to remove from the vehicle model.

status'ACTIVE' | 'DRAFT' | 'INVALID' | 'VALIDATING'

The state of the vehicle model. If the status is <code>ACTIVE</code>, the vehicle model can't be edited. If the status is <code>DRAFT</code>, you can edit the vehicle model.

Response

Success

namestring required

The name of the updated vehicle model.

arnstring required

The Amazon Resource Name (ARN) of the updated vehicle model.