Values.DeployedVersionSummarySourceContains a summary of a deployed application.
type nonrec t = {applicationVersion : Version.t option;The version of the deployed application.
*)status : DeploymentLifecycle.t option;The status of the deployment.
*)statusReason : String_.t option;The reason for the reported status.
*)}