Module Values.PutFileEntriesSource

Sourcetype nonrec t = PutFileEntry.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : PutFileEntry.t list -> [> `List of [> `Structure of (string * [> `Blob of FileContent.t | `Enum of string | `String of Path.t | `Structure of (string * [> `Boolean of IsMove.t | `String of Path.t ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> PutFileEntry.t list
Sourceval of_json : [> Yojson.Safe.t ] -> PutFileEntry.t list
Sourceval to_json : PutFileEntry.t list -> Yojson.Safe.t