Values.DescribeDataRepositoryTasksResponseSourceReturns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository tasks, if one or more TaskIds values are provided in the request, or if filters are used in the request. You can use filters to narrow the response to include just tasks for specific file systems or caches, or tasks in a specific lifecycle state. Otherwise, it returns all data repository tasks owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling. When retrieving all tasks, you can paginate the response by using the optional MaxResults parameter to limit the number of tasks returned in a response. If more tasks remain, a NextToken value is returned in the response. In this case, send a later request with the NextToken request parameter set to the value of NextToken from the last response.
type nonrec t = {dataRepositoryTasks : DataRepositoryTasks.t option;The collection of data repository task descriptions returned.
*)nextToken : NextToken.t option;}type nonrec error = [ | `BadRequest of BadRequest.t| `DataRepositoryTaskNotFound of DataRepositoryTaskNotFound.t| `FileSystemNotFound of FileSystemNotFound.t| `InternalServerError of InternalServerError.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequest of BadRequest.t
| `DataRepositoryTaskNotFound of DataRepositoryTaskNotFound.t
| `FileSystemNotFound of FileSystemNotFound.t
| `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequest of BadRequest.t
| `DataRepositoryTaskNotFound of DataRepositoryTaskNotFound.t
| `FileSystemNotFound of FileSystemNotFound.t
| `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of DataRepositoryTaskPath.t
| `Structure of
(string * [> `String of TagKey.t ]) list ]
list
| `Long of CapacityToRelease.t
| `String of TaskId.t
| `Structure of
(string
* [> `Boolean of Flag.t
| `Enum of string
| `Long of TotalCount.t
| `String of ErrorMessage.t
| `Structure of
(string * [> `Enum of string | `Long of Value.t ])
list
| `Timestamp of LastUpdatedTime.t ])
list
| `Timestamp of CreationTime.t ])
list ]
list
| `String of NextToken.t ])
list ]