Module Values.DeliveriesSource

Sourcetype nonrec t = Delivery.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : Delivery.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of FieldHeader.t ] list | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of DeliveryId.t | `Structure of (string * [> `Boolean of Boolean.t | `String of DeliverySuffixPath.t ]) list ]) list ] list ]
Sourceval to_query : Delivery.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Delivery.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Delivery.t list
Sourceval to_json : Delivery.t list -> Yojson.Safe.t