Values.DescribeBackupsResponseSourceResponse object for the DescribeBackups operation.
type nonrec t = {backups : Backups.t option;An array of backups.
*)nextToken : NextToken.t option;A NextToken value is present if there are more backups than returned in the response. You can use the NextToken value in the subsequent request to fetch the backups.
*)}type nonrec error = [ | `BackupNotFound of BackupNotFound.t| `BadRequest of BadRequest.t| `FileSystemNotFound of FileSystemNotFound.t| `InternalServerError of InternalServerError.t| `VolumeNotFound of VolumeNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BackupNotFound of BackupNotFound.t
| `BadRequest of BadRequest.t
| `FileSystemNotFound of FileSystemNotFound.t
| `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option
| `VolumeNotFound of VolumeNotFound.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BackupNotFound of BackupNotFound.t
| `BadRequest of BadRequest.t
| `FileSystemNotFound of FileSystemNotFound.t
| `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option
| `VolumeNotFound of VolumeNotFound.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * Awso.Botodata.value) list ] list
| `String of NextToken.t ])
list ]