Module Values.DeleteInsightRulesInputSource

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 nonrec t = {
  1. ruleNames : InsightRuleNames.t;
    (*

    An array of the rule names to delete. If you need to find out the names of your rules, use DescribeInsightRules.

    *)
}
Sourceval context_ : string
Sourceval make : ruleNames:InsightRuleNames.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of InsightRuleName.t ] 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