Values.DescribeImportTasksResponseSourceLists and describes import tasks, with optional filtering by import status and source ARN.
type nonrec t = {imports : ImportList.t option;The list of import tasks that match the request filters.
*)nextToken : NextToken.t option;The token to use when requesting the next set of results. Not present if there are no additional results to retrieve.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InvalidOperationException of InvalidOperationException.t| `InvalidParameterException of InvalidParameterException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of unit
| `InvalidOperationException of unit
| `InvalidParameterException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of unit
| `InvalidOperationException of unit
| `InvalidParameterException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Long of Timestamp.t
| `String of ImportId.t
| `Structure of
(string * [> `Long of StoredBytes.t ]) list ])
list ]
list
| `String of NextToken.t ])
list ]