Module Values.AssignedSessionsSource

Sourcetype nonrec t = (SessionId.t * AssignedSession.t) list
Sourceval make : 'a -> 'a
Sourceval of_header : (Base.String.t * string) list -> 'a list
Sourceval to_value : ('a * AssignedSession.t) list -> [> `Map of ([> `String of 'a ] * [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of SessionActionId.t | `Structure of (string * [> `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `Structure of (string * [> `String of IntString.t ]) list ]) list | `String of EnvironmentId.t ]) list ]) list ]) list ] list | `String of QueueId.t | `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of LogDriver.t ]) list ]) list ]) list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : 'a -> 'b
Sourceval of_json : Yojson.Safe.t -> (string * AssignedSession.t) list