Values.GetImportResponseSourceReturns information about a specific import.
type nonrec t = {importId : UUID.t option;The ID of the import.
*)destinations : ImportDestinations.t option;The ARN of the destination event data store.
*)importSource : ImportSource.t option;The source S3 bucket.
*)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.
*)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 when the import was updated.
*)importStatistics : ImportStatistics.t option;Provides statistics for the import. CloudTrail does not update import statistics in real-time. Returned values for parameters such as EventsCompleted may be lower than the actual value, because CloudTrail updates statistics incrementally over the course of the 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 ]