Smaws_Client_ConfigService.GetAggregateComplianceDetailsByConfigRule
val request :
Smaws_Lib.Context.t ->
get_aggregate_compliance_details_by_config_rule_request ->
(get_aggregate_compliance_details_by_config_rule_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 the evaluation results for the specified Config rule for a specific resource in a rule. The results indicate which Amazon Web Services resources were evaluated by the rule, when each resource was last evaluated, and whether each resource complies with the rule.
The results can return an empty result page. But if you have a nextToken
, the results are displayed on the next page.