v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1457355285.1 KB

Retrieves information about a created decoder manifest.

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

Headers

X-Amz-Target'IoTAutobahnControlPlane.GetDecoderManifest' required

Request body

namestring required

The name of the decoder manifest to retrieve information about.

Response

Success

namestring required

The name of the decoder manifest.

arnstring required

The Amazon Resource Name (ARN) of the decoder manifest.

descriptionstring

A brief description of the decoder manifest.

modelManifestArnstring

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

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

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

creationTimestring date-time required

The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).

lastModificationTimestring date-time required

The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).

messagestring

The detailed message for the decoder manifest. When a decoder manifest is in an <code>INVALID</code> status, the message contains detailed reason and help information.