Values.DisableInsightRulesOutputSourceDisables the specified Contributor Insights rules. When rules are disabled, they do not analyze log groups and do not incur costs.
type disableInsightRulesResult = {failures : BatchFailures.t option;An array listing the rules that could not be disabled. You cannot disable built-in rules.
*)}and t = {disableInsightRulesResult : disableInsightRulesResult;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 ]