Values.AggregateConformancePackComplianceSummarySourceProvides a summary of compliance based on either account ID or region.
type nonrec t = {complianceSummary : AggregateConformancePackComplianceCount.t option;Returns an AggregateConformancePackComplianceCount object.
*)groupName : StringWithCharLimit256.t option;Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of StringWithCharLimit256.t
| `Structure of (string * [> `Integer of Integer.t ]) list ])
list ]