Values.DescribeExportTasksResponseSourceLists the specified export tasks. You can list all your export tasks or filter the results based on task ID or task status.
type nonrec t = {exportTasks : ExportTasks.t option;The export tasks.
*)nextToken : NextToken.t option;}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of unit
| `ServiceUnavailableException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of unit
| `ServiceUnavailableException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Long of Timestamp.t
| `String of ExportTaskId.t
| `Structure of
(string
* [> `Enum of string
| `Long of Timestamp.t
| `String of ExportTaskStatusMessage.t ])
list ])
list ]
list
| `String of NextToken.t ])
list ]