Values.ComponentLatestVersionSourceContains information about the latest version of a component.
type nonrec t = {arn : ComponentVersionARN.t option;The ARN of the component version.
*)componentVersion : ComponentVersionString.t option;The version of the component.
*)creationTimestamp : Timestamp.t option;The time at which the component was created, expressed in ISO 8601 format.
*)description : NonEmptyString.t option;The description of the component version.
*)publisher : NonEmptyString.t option;The publisher of the component version.
*)platforms : ComponentPlatformList.t option;The platforms that the component version supports.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `String of NonEmptyString.t ]
* [> `String of NonEmptyString.t ])
list
| `String of NonEmptyString.t ])
list ]
list
| `String of ComponentVersionARN.t
| `Timestamp of Timestamp.t ])
list ]