v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1457355285.1 KB

Updates a vehicle.

Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

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

Headers

X-Amz-Target'IoTAutobahnControlPlane.UpdateVehicle' required

Request body

vehicleNamestring required

The unique ID of the vehicle to update.

modelManifestArnstring

The ARN of a vehicle model (model manifest) associated with the vehicle.

decoderManifestArnstring

The ARN of the decoder manifest associated with this vehicle.

attributesobject
<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>
attributeUpdateMode'Overwrite' | 'Merge'
<p>The method the specified attributes will update the existing attributes on the vehicle. Use<code>Overwite</code> to replace the vehicle attributes with the specified attributes. Or use <code>Merge</code> to combine all attributes.</p> <p>This is required if attributes are present in the input.</p>
stateTemplatesToRemoveResourceIdentifier[]

Remove state templates from the vehicle.

Response

Success

vehicleNamestring

The ID of the updated vehicle.

arnstring

The ARN of the updated vehicle.