Values.StopImportResponseSourceStops a specified import.
type nonrec t = {importId : UUID.t option;The ID for the import.
*)importSource : ImportSource.t option;The source S3 bucket for the import.
*)destinations : ImportDestinations.t option;The ARN of the destination event data store.
*)importStatus : ImportStatus.t option;The status of the import.
*)createdTimestamp : Date.t option;The timestamp of the import's creation.
*)updatedTimestamp : Date.t option;The timestamp of the import's last update.
*)startEventTime : Date.t option;Used with EndEventTime to bound a StartImport request, and limit imported trail events to only those events logged within a specified time period.
*)endEventTime : Date.t option;Used with StartEventTime to bound a StartImport request, and limit imported trail events to only those events logged within a specified time period.
*)importStatistics : ImportStatistics.t option;Returns information on the stopped import.
*)}type nonrec error = [ | `ImportNotFoundException of ImportNotFoundException.t| `InvalidParameterException of InvalidParameterException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ImportNotFoundException of unit
| `InvalidParameterException of unit
| `OperationNotPermittedException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ImportNotFoundException of unit
| `InvalidParameterException of unit
| `OperationNotPermittedException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]