Values.DescribeAggregateComplianceByConformancePacksRequestSourceReturns a list of the existing and deleted conformance packs and their associated compliance status with the count of compliant and noncompliant Config rules within each conformance pack. Also returns the total rule count which includes compliant rules, noncompliant rules, and rules that cannot be evaluated due to insufficient data. The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.
type nonrec t = {configurationAggregatorName : ConfigurationAggregatorName.t;The name of the configuration aggregator.
*)filters : AggregateConformancePackComplianceFilters.t option;Filters the result by AggregateConformancePackComplianceFilters object.
*)limit : Limit.t option;The maximum number of conformance packs compliance details returned on each page. The default is maximum. If you specify 0, Config uses the default.
*)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 :
?filters:??? ->
?limit:??? ->
?nextToken:??? ->
configurationAggregatorName:ConfigurationAggregatorName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of Limit.t
| `String of ConfigurationAggregatorName.t
| `Structure of
(string * [> `Enum of string | `String of ConformancePackName.t ])
list ])
list ]