GetIncidentRecord
Source:
src/AWS/SSMIncidents/GetIncidentRecord.ts
Runtime binding for ssm-incidents:GetIncidentRecord.
Returns the details of an incident record — title, impact, status, chat
channel, and notification targets. Incident-record ARNs only exist at
runtime, so the deploy-time grant is account-level (Resource: "*").
Provide the implementation with
Effect.provide(AWS.SSMIncidents.GetIncidentRecordHttp).
Reading Incident Records
Section titled “Reading Incident Records”// initconst getIncidentRecord = yield* AWS.SSMIncidents.GetIncidentRecord();
// runtimeconst { incidentRecord } = yield* getIncidentRecord({ arn: incidentRecordArn });