Module Values.EventsSource

Sourcetype nonrec t = Event.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : Event.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of EventResourceType.t ]) list ] list | `String of EventId.t | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of TagValue.t ] list | `String of AppBoundaryKey.t ]) list ] list | `Structure of (string * [> `List of [> `String of StackName.t ] list ]) list ]) list | `Timestamp of Timestamp.t ]) list ] list ]
Sourceval to_query : Event.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Event.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Event.t list
Sourceval to_json : Event.t list -> Yojson.Safe.t