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.EventSummary

Description

 
Synopsis

Documentation

data EventSummary Source #

Details about a timeline event during an incident.

See: newEventSummary smart constructor.

Constructors

EventSummary' 

Fields

Instances

Instances details
Eq EventSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.EventSummary

Read EventSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.EventSummary

Show EventSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.EventSummary

Generic EventSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.EventSummary

Associated Types

type Rep EventSummary :: Type -> Type #

NFData EventSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.EventSummary

Methods

rnf :: EventSummary -> () #

Hashable EventSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.EventSummary

FromJSON EventSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.EventSummary

type Rep EventSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.EventSummary

type Rep EventSummary = D1 ('MetaData "EventSummary" "Amazonka.SSMIncidents.Types.EventSummary" "libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents" 'False) (C1 ('MetaCons "EventSummary'" 'PrefixI 'True) ((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)))))

newEventSummary Source #

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: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_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.