Values.ModelManifestSummarySourceInformation about a vehicle model (model manifest). You can use the API operation to return this information about multiple vehicle models.
type nonrec t = {name : string option;The name of the vehicle model.
*)arn : Arn.t option;The Amazon Resource Name (ARN) of the vehicle model.
*)signalCatalogArn : Arn.t option;The ARN of the signal catalog associated with the vehicle model.
*)description : Description.t option;A brief description of the vehicle model.
*)status : ManifestStatus.t option;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.
*)creationTime : Timestamp.t option;The time the vehicle model was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
*)lastModificationTime : Timestamp.t option;The time the vehicle model was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of string | `Timestamp of Timestamp.t ])
list ]