Values.DescribeFieldIndexesRequestSourceReturns a list of custom and default field indexes which are discovered in log data. For more information about field index policies, see PutIndexPolicy.
type nonrec t = {logGroupIdentifiers : DescribeFieldIndexesLogGroupIdentifiers.t;An array containing the names or ARNs of the log groups that you want to retrieve field indexes for.
*)nextToken : NextToken.t option;}val make :
?nextToken:??? ->
logGroupIdentifiers:DescribeFieldIndexesLogGroupIdentifiers.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of LogGroupIdentifier.t ] list
| `String of NextToken.t ])
list ]