Values.AwsSsmPatchSourceProvides details about the compliance for a patch.
type nonrec t = {complianceSummary : AwsSsmComplianceSummary.t option;The compliance status details for the patch.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Integer.t | `String of NonEmptyString.t ])
list ])
list ]