Values.ImportStatisticsSourceProvides statistics for the specified ImportID. 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 t = {prefixesFound : Long.t option;The number of S3 prefixes found for the import.
*)prefixesCompleted : Long.t option;The number of S3 prefixes that completed import.
*)filesCompleted : Long.t option;The number of log files that completed import.
*)eventsCompleted : Long.t option;The number of trail events imported into the event data store.
*)failedEntries : Long.t option;The number of failed entries.
*)}