Values.DeleteInsightRulesOutputSourcePermanently deletes the specified Contributor Insights rules. If you create a rule, delete it, and then re-create it with the same name, historical data from the first time the rule was created might not be available.
type deleteInsightRulesResult = {failures : BatchFailures.t option;An array listing the rules that could not be deleted. You cannot delete built-in rules.
*)}and t = {deleteInsightRulesResult : deleteInsightRulesResult;responseMetaData : responseMetaData;}type error = [ | `InvalidParameterValueException of InvalidParameterValueException.t| `MissingRequiredParameterException of MissingRequiredParameterException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `MissingRequiredParameterException of MissingRequiredParameterException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `MissingRequiredParameterException of MissingRequiredParameterException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of FailureResource.t ]) list ]
list ])
list ])
list ]