Values.GetLogObjectResponseSourceThe response from the GetLogObject operation.
type nonrec t = {fieldStream : GetLogObjectResponseStream.t option;A stream of structured log data returned by the GetLogObject operation. This stream contains log events with their associated metadata and extracted fields.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InvalidOperationException of InvalidOperationException.t| `InvalidParameterException of InvalidParameterException.t| `LimitExceededException of LimitExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of unit
| `InvalidOperationException of unit
| `InvalidParameterException of unit
| `LimitExceededException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of unit
| `InvalidOperationException of unit
| `InvalidParameterException of unit
| `LimitExceededException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]