Values.DeleteRuleOutputSourceDeletes the specified rule. You can't delete the default rule.
type error = [ | `OperationNotPermittedException of OperationNotPermittedException.t| `RuleNotFoundException of RuleNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `OperationNotPermittedException of unit
| `RuleNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `OperationNotPermittedException of unit
| `RuleNotFoundException of unit
| `Unknown_operation_error of string * string option ]