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 IncidentRecordSummary = IncidentRecordSummary' {}
- newIncidentRecordSummary :: Text -> UTCTime -> Natural -> IncidentRecordSource -> IncidentRecordStatus -> Text -> IncidentRecordSummary
- incidentRecordSummary_resolvedTime :: Lens' IncidentRecordSummary (Maybe UTCTime)
- incidentRecordSummary_arn :: Lens' IncidentRecordSummary Text
- incidentRecordSummary_creationTime :: Lens' IncidentRecordSummary UTCTime
- incidentRecordSummary_impact :: Lens' IncidentRecordSummary Natural
- incidentRecordSummary_incidentRecordSource :: Lens' IncidentRecordSummary IncidentRecordSource
- incidentRecordSummary_status :: Lens' IncidentRecordSummary IncidentRecordStatus
- incidentRecordSummary_title :: Lens' IncidentRecordSummary Text
Documentation
data IncidentRecordSummary Source #
Details describing an incident record.
See: newIncidentRecordSummary
smart constructor.
IncidentRecordSummary' | |
|
Instances
newIncidentRecordSummary Source #
:: Text | |
-> UTCTime | |
-> Natural | |
-> IncidentRecordSource | |
-> IncidentRecordStatus | |
-> Text | |
-> IncidentRecordSummary |
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_resolvedTime :: Lens' IncidentRecordSummary (Maybe UTCTime) Source #
The time the incident was resolved.
incidentRecordSummary_arn :: Lens' IncidentRecordSummary Text Source #
The Amazon Resource Name (ARN) of the incident.
incidentRecordSummary_creationTime :: Lens' IncidentRecordSummary UTCTime Source #
The time the incident was created.
incidentRecordSummary_impact :: Lens' IncidentRecordSummary Natural Source #
Defines the impact to customers and applications.
incidentRecordSummary_incidentRecordSource :: Lens' IncidentRecordSummary IncidentRecordSource Source #
What caused Incident Manager to create the incident.
incidentRecordSummary_status :: Lens' IncidentRecordSummary IncidentRecordStatus Source #
The current status of the incident.
incidentRecordSummary_title :: Lens' IncidentRecordSummary Text Source #
The title of the incident. This value is either provided by the response plan or overwritten on creation.