Module Values.GetConformancePackComplianceSummaryRequestSource

Returns compliance details for the conformance pack based on the cumulative compliance results of all the rules in that conformance pack.

Sourcetype nonrec t = {
  1. conformancePackNames : ConformancePackNamesToSummarizeList.t;
    (*

    Names of conformance packs.

    *)
  2. limit : PageSizeLimit.t option;
    (*

    The maximum number of conformance packs returned on each page.

    *)
  3. nextToken : NextToken.t option;
    (*

    The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

    *)
}
Sourceval context_ : string
Sourceval make : ?limit:??? -> ?nextToken:??? -> conformancePackNames:ConformancePackNamesToSummarizeList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of PageSizeLimit.t | `List of [> `String of ConformancePackName.t ] list | `String of NextToken.t ]) 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