Values.DescribeImportTaskBatchesResponseSourceGets detailed information about the individual batches within an import task, including their status and any error messages. For CloudTrail Event Data Store sources, a batch refers to a subset of stored events grouped by their eventTime.
type nonrec t = {importSourceArn : Arn.t option;The ARN of the source being imported from.
*)importId : ImportId.t option;The ID of the import task.
*)importBatches : ImportBatchList.t option;The list of import batches 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 ]