Values.GetLogFieldsResponseSourceDiscovers available fields for a specific data source and type. The response includes any field modifications introduced through pipelines, such as new fields or changed field types.
type nonrec t = {logFields : LogFieldsList.t option;The list of log fields for the specified data source, including field names and their data types.
*)}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.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
| `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
| `OperationAbortedException of unit
| `ResourceNotFoundException of unit
| `ServiceUnavailableException of unit
| `Unknown_operation_error of string * string option ]