Module Values.DescribeInsightRulesInputSource

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 nonrec t = {
  1. nextToken : NextToken.t option;
    (*

    Include this value, if it was returned by the previous operation, to get the next set of rules.

    *)
  2. maxResults : InsightRuleMaxResults.t option;
    (*

    The maximum number of results to return in one operation. If you omit this parameter, the default of 500 is used.

    *)
}
Sourceval make : ?nextToken:??? -> ?maxResults:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of InsightRuleMaxResults.t | `String of NextToken.t ]) 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