amazonka-ssm-incidents-2.0: Amazon Systems Manager Incident Manager SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SSMIncidents.GetIncidentRecord

Description

Returns the details for 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
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

AWSRequest GetIncidentRecord Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

Associated Types

type AWSResponse GetIncidentRecord #

Generic GetIncidentRecord Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

Associated Types

type Rep GetIncidentRecord :: Type -> Type #

Read GetIncidentRecord Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

Show GetIncidentRecord Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

NFData GetIncidentRecord Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

Methods

rnf :: GetIncidentRecord -> () #

Eq GetIncidentRecord Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

Hashable GetIncidentRecord Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

type AWSResponse 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" "amazonka-ssm-incidents-2.0-JEcCJ5TIs2l5vrFa2RYlgd" 'False) (C1 ('MetaCons "GetIncidentRecord'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic GetIncidentRecordResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

Associated Types

type Rep GetIncidentRecordResponse :: Type -> Type #

Read GetIncidentRecordResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

Show GetIncidentRecordResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

NFData GetIncidentRecordResponse Source # 
Instance details

Defined in Amazonka.SSMIncidents.GetIncidentRecord

Eq 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" "amazonka-ssm-incidents-2.0-JEcCJ5TIs2l5vrFa2RYlgd" '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 the structure of the incident record.

Response Lenses