Smaws_Client_ConfigService.DescribeAggregateComplianceByConformancePacksReturns 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidLimitException of Types.invalid_limit_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `NoSuchConfigurationAggregatorException of
Types.no_such_configuration_aggregator_exception
| `ValidationException of Types.validation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_aggregate_compliance_by_conformance_packs_request ->
(Types.describe_aggregate_compliance_by_conformance_packs_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidLimitException of Types.invalid_limit_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `NoSuchConfigurationAggregatorException of
Types.no_such_configuration_aggregator_exception
| `ValidationException of Types.validation_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_aggregate_compliance_by_conformance_packs_request ->
(Types.describe_aggregate_compliance_by_conformance_packs_response
Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidLimitException of Types.invalid_limit_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `NoSuchConfigurationAggregatorException of
Types.no_such_configuration_aggregator_exception
| `ValidationException of Types.validation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result