Delete Timeline Event
ssmincidents_delete_timeline_event | R Documentation |
Deletes a timeline event from an incident¶
Description¶
Deletes a timeline event from an incident.
Usage¶
ssmincidents_delete_timeline_event(eventId, incidentRecordArn)
Arguments¶
eventId |
[required] The ID of the event to update. You can use
|
incidentRecordArn |
[required] The Amazon Resource Name (ARN) of the incident that includes the timeline event. |
Value¶
An empty list.
Request syntax¶
svc$delete_timeline_event(
eventId = "string",
incidentRecordArn = "string"
)