| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SSMIncidents.Types.EventSummary
Description
Synopsis
- data EventSummary = EventSummary' {}
- newEventSummary :: Text -> UTCTime -> Text -> UTCTime -> Text -> EventSummary
- eventSummary_eventReferences :: Lens' EventSummary (Maybe [EventReference])
- eventSummary_eventId :: Lens' EventSummary Text
- eventSummary_eventTime :: Lens' EventSummary UTCTime
- eventSummary_eventType :: Lens' EventSummary Text
- eventSummary_eventUpdatedTime :: Lens' EventSummary UTCTime
- eventSummary_incidentRecordArn :: Lens' EventSummary Text
Documentation
data EventSummary Source #
Details about a timeline event during an incident.
See: newEventSummary smart constructor.
Constructors
| EventSummary' | |
Fields
| |
Instances
Create a value of EventSummary 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:eventReferences:EventSummary', eventSummary_eventReferences - A list of references in a TimelineEvent.
$sel:eventId:EventSummary', eventSummary_eventId - The timeline event ID.
$sel:eventTime:EventSummary', eventSummary_eventTime - The time that the event occurred.
$sel:eventType:EventSummary', eventSummary_eventType - The type of event. The timeline event must be Custom Event.
$sel:eventUpdatedTime:EventSummary', eventSummary_eventUpdatedTime - The time that the timeline event was last updated.
$sel:incidentRecordArn:EventSummary', eventSummary_incidentRecordArn - The Amazon Resource Name (ARN) of the incident that the event happened
during.
eventSummary_eventReferences :: Lens' EventSummary (Maybe [EventReference]) Source #
A list of references in a TimelineEvent.
eventSummary_eventId :: Lens' EventSummary Text Source #
The timeline event ID.
eventSummary_eventTime :: Lens' EventSummary UTCTime Source #
The time that the event occurred.
eventSummary_eventType :: Lens' EventSummary Text Source #
The type of event. The timeline event must be Custom Event.
eventSummary_eventUpdatedTime :: Lens' EventSummary UTCTime Source #
The time that the timeline event was last updated.
eventSummary_incidentRecordArn :: Lens' EventSummary Text Source #
The Amazon Resource Name (ARN) of the incident that the event happened during.