Module Values.DescribeFieldIndexesRequestSource

Returns a list of custom and default field indexes which are discovered in log data. For more information about field index policies, see PutIndexPolicy.

Sourcetype nonrec t = {
  1. logGroupIdentifiers : DescribeFieldIndexesLogGroupIdentifiers.t;
    (*

    An array containing the names or ARNs of the log groups that you want to retrieve field indexes for.

    *)
  2. nextToken : NextToken.t option;
}
Sourceval context_ : string
Sourceval make : ?nextToken:??? -> logGroupIdentifiers:DescribeFieldIndexesLogGroupIdentifiers.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of LogGroupIdentifier.t ] list | `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