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 TimelineEvent = TimelineEvent' {}
- newTimelineEvent :: Text -> Text -> UTCTime -> Text -> UTCTime -> Text -> TimelineEvent
- timelineEvent_eventData :: Lens' TimelineEvent Text
- timelineEvent_eventId :: Lens' TimelineEvent Text
- timelineEvent_eventTime :: Lens' TimelineEvent UTCTime
- timelineEvent_eventType :: Lens' TimelineEvent Text
- timelineEvent_eventUpdatedTime :: Lens' TimelineEvent UTCTime
- timelineEvent_incidentRecordArn :: Lens' TimelineEvent Text
Documentation
data TimelineEvent Source #
A significant event that happened during the incident.
See: newTimelineEvent
smart constructor.
TimelineEvent' | |
|
Instances
Create a value of TimelineEvent
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:eventData:TimelineEvent'
, timelineEvent_eventData
- A short description of the event.
$sel:eventId:TimelineEvent'
, timelineEvent_eventId
- The ID of the timeline event.
$sel:eventTime:TimelineEvent'
, timelineEvent_eventTime
- The time that the event occurred.
$sel:eventType:TimelineEvent'
, timelineEvent_eventType
- The type of event that occurred. Currently Incident Manager supports
only the Custom Event
type.
$sel:eventUpdatedTime:TimelineEvent'
, timelineEvent_eventUpdatedTime
- The time that the timeline event was last updated.
$sel:incidentRecordArn:TimelineEvent'
, timelineEvent_incidentRecordArn
- The Amazon Resource Name (ARN) of the incident that the event occurred
during.
timelineEvent_eventData :: Lens' TimelineEvent Text Source #
A short description of the event.
timelineEvent_eventId :: Lens' TimelineEvent Text Source #
The ID of the timeline event.
timelineEvent_eventTime :: Lens' TimelineEvent UTCTime Source #
The time that the event occurred.
timelineEvent_eventType :: Lens' TimelineEvent Text Source #
The type of event that occurred. Currently Incident Manager supports
only the Custom Event
type.
timelineEvent_eventUpdatedTime :: Lens' TimelineEvent UTCTime Source #
The time that the timeline event was last updated.
timelineEvent_incidentRecordArn :: Lens' TimelineEvent Text Source #
The Amazon Resource Name (ARN) of the incident that the event occurred during.