Updates a timeline event. You can update events of type Custom Event.
See https://paws-r.github.io/docs/ssmincidents/update_timeline_event.html for full documentation.
ssmincidents_update_timeline_event(
clientToken = NULL,
eventData = NULL,
eventId,
eventTime = NULL,
eventType = NULL,
incidentRecordArn
)A token ensuring that the operation is called only once with the specified details.
A short description of the event.
[required] The ID of the event you are updating. You can find this by using
list_timeline_events.
The time that the event occurred.
The type of the event. You can update events of type Custom Event.
[required] The Amazon Resource Name (ARN) of the incident that includes the timeline event.