View source: R/ssmincidents_operations.R
ssmincidents_update_timeline_event | R Documentation |
Updates a timeline event. You can update events of type Custom Event
.
See https://www.paws-r-sdk.com/docs/ssmincidents_update_timeline_event/ for full documentation.
ssmincidents_update_timeline_event(
clientToken = NULL,
eventData = NULL,
eventId,
eventReferences = NULL,
eventTime = NULL,
eventType = NULL,
incidentRecordArn
)
clientToken |
A token that ensures that a client calls the operation only once with the specified details. |
eventData |
A short description of the event. |
eventId |
[required] The ID of the event to update. You can use
|
eventReferences |
Updates all existing references in a This update action overrides all existing references. If you want to keep existing references, you must specify them in the call. If you don't, this action removes any existing references and enters only new references. |
eventTime |
The timestamp for when the event occurred. |
eventType |
The type of event. You can update events of type |
incidentRecordArn |
[required] The Amazon Resource Name (ARN) of the incident that includes the timeline event. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.