Values.DescribeImportTasksRequestSourceReturns an array of import tasks for your account, including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.
type nonrec t = {filters : DescribeImportTasksFilterList.t option;An array of name-value pairs that you provide to filter the results for the DescribeImportTask request to a specific subset of results. Currently, wildcard values aren't supported for filters.
*)maxResults : DescribeImportTasksMaxResults.t option;The maximum number of results that you want this request to return, up to 100.
*)nextToken : NextToken.t option;The token to request a specific page of results.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of DescribeImportTasksMaxResults.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of ImportTaskFilterValue.t ] list ])
list ]
list
| `String of NextToken.t ])
list ]