Smaws_Client_ConfigService.DescribeAggregateComplianceByConformancePacks
val request :
Smaws_Lib.Context.t ->
describe_aggregate_compliance_by_conformance_packs_request ->
(describe_aggregate_compliance_by_conformance_packs_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidLimitException of invalid_limit_exception
| `InvalidNextTokenException of invalid_next_token_exception
| `NoSuchConfigurationAggregatorException of
no_such_configuration_aggregator_exception
| `ValidationException of validation_exception ])
Stdlib.result
Returns a list of the 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.