Update an AWS IoT FleetWise decoder manifest
You can use the UpdateDecoderManifest API operation to update a decoder manifest. You can add, remove, and update network interfaces and signal decoders. You can also change the status of the decoder manifest. The following example uses the AWS CLI.
To update a decoder manifest, run the following command.
Replace decoder-manifest-name
with the name of the
decoder manifest that you're updating.
aws iotfleetwise update-decoder-manifest / --name
decoder-manifest-name
/ --status ACTIVE
Important
After you activate the decoder manifest, you can't edit it.