aws.iotfleetwise.list_model_manifests
Example SQL Queries
SELECT * FROMaws.iotfleetwise.list_model_manifests;Description
Retrieves a list of vehicle models (model manifests).
This API operation uses pagination. Specify the nextToken parameter in the request to return more results.
Table Definition
| Column Name | Column Data Type |
|---|---|
| signal_catalog_arn Input Column The ARN of the signal catalog associated with the vehicle model. | 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 Amazon Resource Name (ARN) of the vehicle model. | VARCHAR |
| creation_time The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time). | TIMESTAMP_S |
| description A brief description of the vehicle model. | VARCHAR |
| last_modification_time The time the vehicle model was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time). | TIMESTAMP_S |
| name The name of the vehicle model. | VARCHAR |
| status The state of the vehicle model. If the status is ACTIVE, the vehicle model can't be edited. If the status is DRAFT, you can edit the vehicle model. | VARCHAR |