Module Values.VolumesSource

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