Values.SearchedLogStreamSourceRepresents the search status of a log stream.
type nonrec t = {logStreamName : LogStreamName.t option;The name of the log stream.
*)searchedCompletely : LogStreamSearchedCompletely.t option;Indicates whether all the events in this log stream were searched.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of LogStreamSearchedCompletely.t
| `String of LogStreamName.t ])
list ]