Smaws_Client_ConfigService.DeleteEvaluationResults
val request :
Smaws_Lib.Context.t ->
delete_evaluation_results_request ->
(delete_evaluation_results_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `NoSuchConfigRuleException of no_such_config_rule_exception
| `ResourceInUseException of resource_in_use_exception ])
Stdlib.result
Deletes the evaluation results for the specified Config rule. You can specify one Config rule per request. After you delete the evaluation results, you can call the StartConfigRulesEvaluation
API to start evaluating your Amazon Web Services resources against the rule.