Values_0.PatchStatusSourceInformation about the approval status of a patch.
type nonrec t = {deploymentStatus : PatchDeploymentStatus.t option;The approval status of a patch.
*)complianceLevel : PatchComplianceLevel.t option;The compliance severity level for a patch.
*)approvalDate : DateTime.t option;The date the patch was approved (or will be approved if the status is PENDING_APPROVAL).
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Timestamp of DateTime.t ]) list ]