| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudTrail.Types.ImportStatistics
Description
Synopsis
- data ImportStatistics = ImportStatistics' {}
- newImportStatistics :: ImportStatistics
- importStatistics_eventsCompleted :: Lens' ImportStatistics (Maybe Integer)
- importStatistics_failedEntries :: Lens' ImportStatistics (Maybe Integer)
- importStatistics_filesCompleted :: Lens' ImportStatistics (Maybe Integer)
- importStatistics_prefixesCompleted :: Lens' ImportStatistics (Maybe Integer)
- importStatistics_prefixesFound :: Lens' ImportStatistics (Maybe Integer)
Documentation
data ImportStatistics Source #
Provides 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.
See: newImportStatistics smart constructor.
Constructors
| ImportStatistics' | |
Fields
| |
Instances
newImportStatistics :: ImportStatistics Source #
Create a value of ImportStatistics with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:eventsCompleted:ImportStatistics', importStatistics_eventsCompleted - The number of trail events imported into the event data store.
$sel:failedEntries:ImportStatistics', importStatistics_failedEntries - The number of failed entries.
$sel:filesCompleted:ImportStatistics', importStatistics_filesCompleted - The number of log files that completed import.
$sel:prefixesCompleted:ImportStatistics', importStatistics_prefixesCompleted - The number of S3 prefixes that completed import.
$sel:prefixesFound:ImportStatistics', importStatistics_prefixesFound - The number of S3 prefixes found for the import.
importStatistics_eventsCompleted :: Lens' ImportStatistics (Maybe Integer) Source #
The number of trail events imported into the event data store.
importStatistics_failedEntries :: Lens' ImportStatistics (Maybe Integer) Source #
The number of failed entries.
importStatistics_filesCompleted :: Lens' ImportStatistics (Maybe Integer) Source #
The number of log files that completed import.
importStatistics_prefixesCompleted :: Lens' ImportStatistics (Maybe Integer) Source #
The number of S3 prefixes that completed import.
importStatistics_prefixesFound :: Lens' ImportStatistics (Maybe Integer) Source #
The number of S3 prefixes found for the import.