libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SSMIncidents.Types.TimelineEvent

Description

 
Synopsis

Documentation

data TimelineEvent Source #

A significant event that happened during the incident.

See: newTimelineEvent smart constructor.

Constructors

TimelineEvent' 

Fields

Instances

Instances details
Eq TimelineEvent Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.TimelineEvent

Read TimelineEvent Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.TimelineEvent

Show TimelineEvent Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.TimelineEvent

Generic TimelineEvent Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.TimelineEvent

Associated Types

type Rep TimelineEvent :: Type -> Type #

NFData TimelineEvent Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.TimelineEvent

Methods

rnf :: TimelineEvent -> () #

Hashable TimelineEvent Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.TimelineEvent

FromJSON TimelineEvent Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.TimelineEvent

type Rep TimelineEvent Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.TimelineEvent

type Rep TimelineEvent = D1 ('MetaData "TimelineEvent" "Amazonka.SSMIncidents.Types.TimelineEvent" "libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents" 'False) (C1 ('MetaCons "TimelineEvent'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eventData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "eventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "eventTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))) :*: (S1 ('MetaSel ('Just "eventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "eventUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "incidentRecordArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newTimelineEvent Source #

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.