amazonka-frauddetector-2.0: Amazon Fraud Detector 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.FraudDetector.Types.IngestedEventStatistics

Description

 
Synopsis

Documentation

data IngestedEventStatistics Source #

Data about the stored events.

See: newIngestedEventStatistics smart constructor.

Constructors

IngestedEventStatistics' 

Fields

Instances

Instances details
FromJSON IngestedEventStatistics Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.IngestedEventStatistics

Generic IngestedEventStatistics Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.IngestedEventStatistics

Associated Types

type Rep IngestedEventStatistics :: Type -> Type #

Read IngestedEventStatistics Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.IngestedEventStatistics

Show IngestedEventStatistics Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.IngestedEventStatistics

NFData IngestedEventStatistics Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.IngestedEventStatistics

Methods

rnf :: IngestedEventStatistics -> () #

Eq IngestedEventStatistics Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.IngestedEventStatistics

Hashable IngestedEventStatistics Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.IngestedEventStatistics

type Rep IngestedEventStatistics Source # 
Instance details

Defined in Amazonka.FraudDetector.Types.IngestedEventStatistics

type Rep IngestedEventStatistics = D1 ('MetaData "IngestedEventStatistics" "Amazonka.FraudDetector.Types.IngestedEventStatistics" "amazonka-frauddetector-2.0-CdXFXtLV8DgKo4Kta7Jw61" 'False) (C1 ('MetaCons "IngestedEventStatistics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eventDataSizeInBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "leastRecentEvent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "mostRecentEvent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "numberOfEvents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))))

newIngestedEventStatistics :: IngestedEventStatistics Source #

Create a value of IngestedEventStatistics 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:eventDataSizeInBytes:IngestedEventStatistics', ingestedEventStatistics_eventDataSizeInBytes - The total size of the stored events.

$sel:lastUpdatedTime:IngestedEventStatistics', ingestedEventStatistics_lastUpdatedTime - Timestamp of when the stored event was last updated.

$sel:leastRecentEvent:IngestedEventStatistics', ingestedEventStatistics_leastRecentEvent - The oldest stored event.

$sel:mostRecentEvent:IngestedEventStatistics', ingestedEventStatistics_mostRecentEvent - The newest stored event.

$sel:numberOfEvents:IngestedEventStatistics', ingestedEventStatistics_numberOfEvents - The number of stored events.

ingestedEventStatistics_lastUpdatedTime :: Lens' IngestedEventStatistics (Maybe Text) Source #

Timestamp of when the stored event was last updated.