Values.DisableInsightRulesInputSourceDisables the specified Contributor Insights rules. When rules are disabled, they do not analyze log groups and do not incur costs.
type nonrec t = {ruleNames : InsightRuleNames.t;An array of the rule names to disable. If you need to find out the names of your rules, use DescribeInsightRules.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of InsightRuleName.t ] list ]) list ]