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

Description

Returns the details of the specified incident record.

Synopsis

Creating a Request

data GetIncidentRecord Source #

See: newGetIncidentRecord smart constructor.

Constructors

GetIncidentRecord' 

Fields

  • arn :: Text

    The Amazon Resource Name (ARN) of the incident record.

Instances

Instances details
Eq GetIncidentRecord Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

Read GetIncidentRecord Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

Show GetIncidentRecord Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

Generic GetIncidentRecord Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

Associated Types

type Rep GetIncidentRecord :: Type -> Type #

NFData GetIncidentRecord Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

Methods

rnf :: GetIncidentRecord -> () #

Hashable GetIncidentRecord Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

AWSRequest GetIncidentRecord Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

Associated Types

type AWSResponse GetIncidentRecord #

ToHeaders GetIncidentRecord Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

ToPath GetIncidentRecord Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

ToQuery GetIncidentRecord Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

type Rep GetIncidentRecord Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

type Rep GetIncidentRecord = D1 ('MetaData "GetIncidentRecord" "Amazonka.SSMIncidents.GetIncidentRecord" "libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents" 'False) (C1 ('MetaCons "GetIncidentRecord'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetIncidentRecord Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

newGetIncidentRecord Source #

Create a value of GetIncidentRecord 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:arn:GetIncidentRecord', getIncidentRecord_arn - The Amazon Resource Name (ARN) of the incident record.

Request Lenses

getIncidentRecord_arn :: Lens' GetIncidentRecord Text Source #

The Amazon Resource Name (ARN) of the incident record.

Destructuring the Response

data GetIncidentRecordResponse Source #

See: newGetIncidentRecordResponse smart constructor.

Constructors

GetIncidentRecordResponse' 

Fields

Instances

Instances details
Eq GetIncidentRecordResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

Read GetIncidentRecordResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

Show GetIncidentRecordResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

Generic GetIncidentRecordResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

Associated Types

type Rep GetIncidentRecordResponse :: Type -> Type #

NFData GetIncidentRecordResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

type Rep GetIncidentRecordResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

type Rep GetIncidentRecordResponse = D1 ('MetaData "GetIncidentRecordResponse" "Amazonka.SSMIncidents.GetIncidentRecord" "libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents" 'False) (C1 ('MetaCons "GetIncidentRecordResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "incidentRecord") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 IncidentRecord)))

newGetIncidentRecordResponse Source #

Create a value of GetIncidentRecordResponse 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:httpStatus:GetIncidentRecordResponse', getIncidentRecordResponse_httpStatus - The response's http status code.

$sel:incidentRecord:GetIncidentRecordResponse', getIncidentRecordResponse_incidentRecord - Details structure of the incident record.

Response Lenses