Module Values_0.NonCompliantSummarySource

A summary of resources that aren't compliant. The summary is organized according to resource type.

Sourcetype nonrec t = {
  1. nonCompliantCount : ComplianceSummaryCount.t option;
    (*

    The total number of compliance items that aren't compliant.

    *)
  2. severitySummary : SeveritySummary.t option;
    (*

    A summary of the non-compliance severity by compliance type

    *)
}
Sourceval make : ?nonCompliantCount:??? -> ?severitySummary:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of ComplianceSummaryCount.t | `Structure of (string * [> `Integer of ComplianceSummaryCount.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t