Module Values.DeleteInsightRulesOutputSource

Permanently 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.

Sourcetype deleteInsightRulesResult = {
  1. failures : BatchFailures.t option;
    (*

    An array listing the rules that could not be deleted. You cannot delete built-in rules.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. deleteInsightRulesResult : deleteInsightRulesResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InvalidParameterValueException of InvalidParameterValueException.t
  2. | `MissingRequiredParameterException of MissingRequiredParameterException.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?failures:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidParameterValueException of InvalidParameterValueException.t | `MissingRequiredParameterException of MissingRequiredParameterException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidParameterValueException of InvalidParameterValueException.t | `MissingRequiredParameterException of MissingRequiredParameterException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of FailureResource.t ]) list ] list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t