Smaws_Client_ConfigService.GetAggregateConfigRuleComplianceSummaryReturns the number of compliant and noncompliant rules for one or more accounts and regions in an aggregator.
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.get_aggregate_config_rule_compliance_summary_request ->
(Types.get_aggregate_config_rule_compliance_summary_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