aws.iotfleetwise.list_decoder_manifests
Example SQL Queries
SELECT * FROMaws.iotfleetwise.list_decoder_manifests;Description
Lists decoder manifests.
This API operation uses pagination. Specify the nextToken parameter in the request to return more results.
Table Definition
| Column Name | Column Data Type |
|---|---|
| model_manifest_arn Input Column The ARN of a vehicle model (model manifest) associated with the decoder manifest. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The ARN of a vehicle model (model manifest) associated with the decoder manifest. | VARCHAR |
| creation_time The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time). | TIMESTAMP_S |
| description A brief description of the decoder manifest. | VARCHAR |
| last_modification_time The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time). | TIMESTAMP_S |
| message The detailed message for the decoder manifest. When a decoder manifest is in an INVALID status, the message contains detailed reason and help information. | VARCHAR |
| name The name of the decoder manifest. | VARCHAR |
| status The state of the decoder manifest. If the status is ACTIVE, the decoder manifest can't be edited. If the status is marked DRAFT, you can edit the decoder manifest. | VARCHAR |