Module Values.DescribeInsightRulesOutputSource

Returns 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.

Sourcetype describeInsightRulesResult = {
  1. nextToken : NextToken.t option;
    (*

    If this parameter is present, it is a token that marks the start of the next batch of returned results.

    *)
  2. insightRules : InsightRules.t option;
    (*

    The rules returned by the operation.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeInsightRulesResult : describeInsightRulesResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `InvalidNextToken of InvalidNextToken.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?nextToken:??? -> ?insightRules:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidNextToken of InvalidNextToken.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidNextToken of InvalidNextToken.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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