Values.VehicleSummarySourceInformation about a vehicle. To return this information about vehicles in your account, you can use the API operation.
type nonrec t = {vehicleName : VehicleName.t option;The unique ID of the vehicle.
*)arn : Arn.t option;The Amazon Resource Name (ARN) of the vehicle.
*)modelManifestArn : Arn.t option;The ARN of a vehicle model (model manifest) associated with the vehicle.
*)decoderManifestArn : Arn.t option;The ARN of a decoder manifest associated with the vehicle.
*)creationTime : Timestamp.t option;The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time).
*)lastModificationTime : Timestamp.t option;The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
*)attributes : AttributesMap.t option;Static information about a vehicle in a key-value pair. For example: "engineType" : "1.3 L R2"
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of AttributeName.t ]
* [> `String of AttributeValue.t ])
list
| `String of VehicleName.t
| `Timestamp of Timestamp.t ])
list ]