Values.DescribeFieldIndexesResponseSourceReturns 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 = {fieldIndexes : FieldIndexes.t option;An array containing the field index information.
*)nextToken : NextToken.t option;}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `LimitExceededException of LimitExceededException.t| `OperationAbortedException of OperationAbortedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of unit
| `LimitExceededException of unit
| `OperationAbortedException of unit
| `ResourceNotFoundException of unit
| `ServiceUnavailableException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of unit
| `LimitExceededException of unit
| `OperationAbortedException of unit
| `ResourceNotFoundException of unit
| `ServiceUnavailableException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Long of Timestamp.t
| `String of LogGroupIdentifier.t ])
list ]
list
| `String of NextToken.t ])
list ]