Module Values.BackupsSource

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