Learn R Programming

paws.management (version 0.2.0)

ssmincidents_update_timeline_event: Updates a timeline event

Description

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.

Usage

ssmincidents_update_timeline_event(
  clientToken = NULL,
  eventData = NULL,
  eventId,
  eventTime = NULL,
  eventType = NULL,
  incidentRecordArn
)

Arguments

clientToken

A token ensuring that the operation is called only once with the specified details.

eventData

A short description of the event.

eventId

[required] The ID of the event you are updating. You can find this by using list_timeline_events.

eventTime

The time that the event occurred.

eventType

The type of the event. You can update events of type Custom Event.

incidentRecordArn

[required] The Amazon Resource Name (ARN) of the incident that includes the timeline event.