Smaws_Client_ConfigService.DescribeAggregateComplianceByConfigRules
Returns a list of compliant and noncompliant rules with the number of resources for compliant and noncompliant rules. Does not display rules that do not have compliance results.
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 ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.describe_aggregate_compliance_by_config_rules_request ->
(Types.describe_aggregate_compliance_by_config_rules_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.result