Values.StartLiveTailResponseStreamSourceThis object includes the stream returned by your StartLiveTail request.
type nonrec t = {sessionStart : LiveTailSessionStart.t option;This object contains information about this Live Tail session, including the log groups included and the log stream filters, if any.
*)sessionUpdate : LiveTailSessionUpdate.t option;This object contains the log events and session metadata.
*)sessionTimeoutException : SessionTimeoutException.t option;This exception is returned in the stream when the Live Tail session times out. Live Tail sessions time out after three hours.
*)sessionStreamingException : SessionStreamingException.t option;This exception is returned if an unknown error occurs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `String of LogGroupIdentifier.t
| `Structure of
(string
* [> `Long of Timestamp.t
| `String of LogStreamName.t ])
list ]
list
| `String of RequestId.t
| `Structure of (string * [> `Boolean of IsSampled.t ]) list ])
list ])
list ]