Module Values.ApplicationsSource

Sourcetype nonrec t = Application.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : Application.t list -> [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Enum of string | `String of String_.t ] list | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of String_.t | `Structure of (string * [> `String of S3Bucket.t ]) list | `Timestamp of Timestamp.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Application.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Application.t list
Sourceval to_json : Application.t list -> Yojson.Safe.t