Module Values.BackupSummariesSource

Sourcetype nonrec t = BackupSummary.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : BackupSummary.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `Long of BackupSizeBytes.t | `String of TableName.t | `Timestamp of BackupCreationDateTime.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> BackupSummary.t list
Sourceval of_json : [> Yojson.Safe.t ] -> BackupSummary.t list
Sourceval to_json : BackupSummary.t list -> Yojson.Safe.t