Values.ApplicationVersionSummarySourceDefines an application version summary.
type nonrec t = {applicationVersion : Version.t option;The application version.
*)creationTime : Timestamp.t option;The timestamp when the application version was created.
*)status : ApplicationVersionLifecycle.t option;The status of the application.
*)statusReason : String_.t option;The reason for the reported status.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Version.t
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]