Values.EnableInsightRulesOutputSourceEnables the specified Contributor Insights rules. When rules are enabled, they immediately begin analyzing log data.
type enableInsightRulesResult = {failures : BatchFailures.t option;An array listing the rules that could not be enabled. You cannot disable or enable built-in rules.
*)}and t = {enableInsightRulesResult : enableInsightRulesResult;responseMetaData : responseMetaData;}type error = [ | `InvalidParameterValueException of InvalidParameterValueException.t| `LimitExceededException of LimitExceededException.t| `MissingRequiredParameterException of MissingRequiredParameterException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `LimitExceededException of unit
| `MissingRequiredParameterException of MissingRequiredParameterException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `LimitExceededException of unit
| `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 ]