Values.PutExternalEvaluationResponseSourceAdd or updates the evaluations for process checks. This API checks if the rule is a process check when the name of the Config rule is provided.
type nonrec error = [ | `InvalidParameterValueException of InvalidParameterValueException.t| `NoSuchConfigRuleException of NoSuchConfigRuleException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterValueException of unit
| `NoSuchConfigRuleException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterValueException of unit
| `NoSuchConfigRuleException of unit
| `Unknown_operation_error of string * string option ]