Values.CancelImportTaskResponseSourceCancels an active import task and stops importing data from the CloudTrail Lake Event Data Store.
type nonrec t = {importId : ImportId.t option;The ID of the cancelled import task.
*)importStatistics : ImportStatistics.t option;Statistics about the import progress at the time of cancellation.
*)importStatus : ImportStatus.t option;The final status of the import task. This will be set to CANCELLED.
*)creationTime : Timestamp.t option;The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
*)lastUpdatedTime : Timestamp.t option;The timestamp when the import task was cancelled, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
*)}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
* [> `Enum of string
| `Long of Timestamp.t
| `String of ImportId.t
| `Structure of (string * [> `Long of StoredBytes.t ]) list ])
list ]