Values.LiveTailSessionLogEventSourceThis object contains the information for one log event returned in a Live Tail stream.
type nonrec t = {logStreamName : LogStreamName.t option;The name of the log stream that ingested this log event.
*)logGroupIdentifier : LogGroupIdentifier.t option;The name or ARN of the log group that ingested this log event.
*)message : EventMessage.t option;The log event message text.
*)timestamp : Timestamp.t option;The timestamp specifying when this log event was created.
*)ingestionTime : Timestamp.t option;The timestamp specifying when this log event was ingested into the log group.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of Timestamp.t | `String of LogStreamName.t ]) list ]