Values.ApplicationVersionSummarySourceThe summary of the application version.
type nonrec t = {applicationVersionId : ApplicationVersionId.t option;The ID of the application version. Managed Service for Apache Flink updates the ApplicationVersionId each time you update the application.
*)applicationStatus : ApplicationStatus.t option;The status of the application.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Long of ApplicationVersionId.t ]) list ]