DeleteIncidentRecord
Source:
src/AWS/SSMIncidents/DeleteIncidentRecord.ts
Runtime binding for ssm-incidents:DeleteIncidentRecord.
Deletes an incident record (idempotent — deleting a record that does not
exist succeeds). Incident-record ARNs only exist at runtime, so the
deploy-time grant is account-level (Resource: "*").
Provide the implementation with
Effect.provide(AWS.SSMIncidents.DeleteIncidentRecordHttp).
Updating Incident Records
Section titled “Updating Incident Records”// initconst deleteIncidentRecord = yield* AWS.SSMIncidents.DeleteIncidentRecord();
// runtimeyield* deleteIncidentRecord({ arn: incidentRecordArn });