Values.DescribeInsightRulesOutputSourceReturns a list of all the Contributor Insights rules in your account. For more information about Contributor Insights, see Using Contributor Insights to Analyze High-Cardinality Data.
type describeInsightRulesResult = {nextToken : NextToken.t option;If this parameter is present, it is a token that marks the start of the next batch of returned results.
*)insightRules : InsightRules.t option;The rules returned by the operation.
*)}and t = {describeInsightRulesResult : describeInsightRulesResult;responseMetaData : responseMetaData;}type error = [ | `InvalidNextToken of InvalidNextToken.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidNextToken of InvalidNextToken.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidNextToken of InvalidNextToken.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of InsightRuleIsManaged.t
| `String of InsightRuleName.t ])
list ]
list
| `String of NextToken.t ])
list ])
list ]