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

Description

 
Synopsis

Documentation

data IncidentRecordSummary Source #

Details describing an incident record.

See: newIncidentRecordSummary smart constructor.

Constructors

IncidentRecordSummary' 

Fields

Instances

Instances details
Eq IncidentRecordSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.IncidentRecordSummary

Read IncidentRecordSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.IncidentRecordSummary

Show IncidentRecordSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.IncidentRecordSummary

Generic IncidentRecordSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.IncidentRecordSummary

Associated Types

type Rep IncidentRecordSummary :: Type -> Type #

NFData IncidentRecordSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.IncidentRecordSummary

Methods

rnf :: IncidentRecordSummary -> () #

Hashable IncidentRecordSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.IncidentRecordSummary

FromJSON IncidentRecordSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.IncidentRecordSummary

type Rep IncidentRecordSummary Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.IncidentRecordSummary

type Rep IncidentRecordSummary = D1 ('MetaData "IncidentRecordSummary" "Amazonka.SSMIncidents.Types.IncidentRecordSummary" "libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents" 'False) (C1 ('MetaCons "IncidentRecordSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resolvedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))) :*: ((S1 ('MetaSel ('Just "impact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "incidentRecordSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 IncidentRecordSource)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 IncidentRecordStatus) :*: S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newIncidentRecordSummary Source #

Create a value of IncidentRecordSummary 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:resolvedTime:IncidentRecordSummary', incidentRecordSummary_resolvedTime - The time the incident was resolved.

$sel:arn:IncidentRecordSummary', incidentRecordSummary_arn - The Amazon Resource Name (ARN) of the incident.

$sel:creationTime:IncidentRecordSummary', incidentRecordSummary_creationTime - The time the incident was created.

$sel:impact:IncidentRecordSummary', incidentRecordSummary_impact - Defines the impact to customers and applications.

$sel:incidentRecordSource:IncidentRecordSummary', incidentRecordSummary_incidentRecordSource - What caused Incident Manager to create the incident.

$sel:status:IncidentRecordSummary', incidentRecordSummary_status - The current status of the incident.

$sel:title:IncidentRecordSummary', incidentRecordSummary_title - The title of the incident. This value is either provided by the response plan or overwritten on creation.

incidentRecordSummary_arn :: Lens' IncidentRecordSummary Text Source #

The Amazon Resource Name (ARN) of the incident.

incidentRecordSummary_impact :: Lens' IncidentRecordSummary Natural Source #

Defines the impact to customers and applications.

incidentRecordSummary_title :: Lens' IncidentRecordSummary Text Source #

The title of the incident. This value is either provided by the response plan or overwritten on creation.