Values.GetConformancePackComplianceSummaryRequestSourceReturns compliance details for the conformance pack based on the cumulative compliance results of all the rules in that conformance pack.
type nonrec t = {conformancePackNames : ConformancePackNamesToSummarizeList.t;Names of conformance packs.
*)limit : PageSizeLimit.t option;The maximum number of conformance packs returned on each page.
*)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.
*)}val make :
?limit:??? ->
?nextToken:??? ->
conformancePackNames:ConformancePackNamesToSummarizeList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of PageSizeLimit.t
| `List of [> `String of ConformancePackName.t ] list
| `String of NextToken.t ])
list ]