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
Documentation
data InputLogEvent Source #
Represents a log event, which is a record of activity that was recorded by the application or resource being monitored.
See: newInputLogEvent
smart constructor.
Instances
Create a value of InputLogEvent
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:timestamp:InputLogEvent'
, inputLogEvent_timestamp
- The time the event occurred, expressed as the number of milliseconds
after Jan 1, 1970 00:00:00 UTC.
$sel:message:InputLogEvent'
, inputLogEvent_message
- The raw event message.
inputLogEvent_timestamp :: Lens' InputLogEvent Natural Source #
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
inputLogEvent_message :: Lens' InputLogEvent Text Source #
The raw event message.