amazonka-cloudtrail-2.0: Amazon CloudTrail SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CloudTrail.Types.ImportStatistics

Description

 
Synopsis

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

Instances details
FromJSON ImportStatistics Source # 
Instance details

Defined in Amazonka.CloudTrail.Types.ImportStatistics

Generic ImportStatistics Source # 
Instance details

Defined in Amazonka.CloudTrail.Types.ImportStatistics

Associated Types

type Rep ImportStatistics :: Type -> Type #

Read ImportStatistics Source # 
Instance details

Defined in Amazonka.CloudTrail.Types.ImportStatistics

Show ImportStatistics Source # 
Instance details

Defined in Amazonka.CloudTrail.Types.ImportStatistics

NFData ImportStatistics Source # 
Instance details

Defined in Amazonka.CloudTrail.Types.ImportStatistics

Methods

rnf :: ImportStatistics -> () #

Eq ImportStatistics Source # 
Instance details

Defined in Amazonka.CloudTrail.Types.ImportStatistics

Hashable ImportStatistics Source # 
Instance details

Defined in Amazonka.CloudTrail.Types.ImportStatistics

type Rep ImportStatistics Source # 
Instance details

Defined in Amazonka.CloudTrail.Types.ImportStatistics

type Rep ImportStatistics = D1 ('MetaData "ImportStatistics" "Amazonka.CloudTrail.Types.ImportStatistics" "amazonka-cloudtrail-2.0-6vmpMB1YeZzDIMmexWGsF3" 'False) (C1 ('MetaCons "ImportStatistics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eventsCompleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "failedEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "filesCompleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "prefixesCompleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "prefixesFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))))

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_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.