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 |
Documentation
data OutputLogEvent Source #
Represents a log event.
See: newOutputLogEvent
smart constructor.
OutputLogEvent' | |
|
Instances
newOutputLogEvent :: OutputLogEvent Source #
Create a value of OutputLogEvent
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:ingestionTime:OutputLogEvent'
, outputLogEvent_ingestionTime
- The time the event was ingested, expressed as the number of milliseconds
after Jan 1, 1970 00:00:00 UTC.
$sel:message:OutputLogEvent'
, outputLogEvent_message
- The data contained in the log event.
$sel:timestamp:OutputLogEvent'
, outputLogEvent_timestamp
- The time the event occurred, expressed as the number of milliseconds
after Jan 1, 1970 00:00:00 UTC.
outputLogEvent_ingestionTime :: Lens' OutputLogEvent (Maybe Natural) Source #
The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
outputLogEvent_message :: Lens' OutputLogEvent (Maybe Text) Source #
The data contained in the log event.
outputLogEvent_timestamp :: Lens' OutputLogEvent (Maybe Natural) Source #
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.