Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data IngestedEventStatistics = IngestedEventStatistics' {}
- newIngestedEventStatistics :: IngestedEventStatistics
- ingestedEventStatistics_eventDataSizeInBytes :: Lens' IngestedEventStatistics (Maybe Integer)
- ingestedEventStatistics_mostRecentEvent :: Lens' IngestedEventStatistics (Maybe Text)
- ingestedEventStatistics_lastUpdatedTime :: Lens' IngestedEventStatistics (Maybe Text)
- ingestedEventStatistics_numberOfEvents :: Lens' IngestedEventStatistics (Maybe Integer)
- ingestedEventStatistics_leastRecentEvent :: Lens' IngestedEventStatistics (Maybe Text)
Documentation
data IngestedEventStatistics Source #
Data about the stored events.
See: newIngestedEventStatistics
smart constructor.
IngestedEventStatistics' | |
|
Instances
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:mostRecentEvent:IngestedEventStatistics'
, ingestedEventStatistics_mostRecentEvent
- The newest stored event.
$sel:lastUpdatedTime:IngestedEventStatistics'
, ingestedEventStatistics_lastUpdatedTime
- Timestamp of when the stored event was last updated.
$sel:numberOfEvents:IngestedEventStatistics'
, ingestedEventStatistics_numberOfEvents
- The number of stored events.
$sel:leastRecentEvent:IngestedEventStatistics'
, ingestedEventStatistics_leastRecentEvent
- The oldest stored event.
ingestedEventStatistics_eventDataSizeInBytes :: Lens' IngestedEventStatistics (Maybe Integer) Source #
The total size of the stored events.
ingestedEventStatistics_mostRecentEvent :: Lens' IngestedEventStatistics (Maybe Text) Source #
The newest stored event.
ingestedEventStatistics_lastUpdatedTime :: Lens' IngestedEventStatistics (Maybe Text) Source #
Timestamp of when the stored event was last updated.
ingestedEventStatistics_numberOfEvents :: Lens' IngestedEventStatistics (Maybe Integer) Source #
The number of stored events.
ingestedEventStatistics_leastRecentEvent :: Lens' IngestedEventStatistics (Maybe Text) Source #
The oldest stored event.