Smaws_Client_ConfigService.DeleteEvaluationResultsDeletes 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `NoSuchConfigRuleException of Types.no_such_config_rule_exception
| `ResourceInUseException of Types.resource_in_use_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_evaluation_results_request ->
(Types.delete_evaluation_results_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `NoSuchConfigRuleException of Types.no_such_config_rule_exception
| `ResourceInUseException of Types.resource_in_use_exception ])
Stdlib.result