ssmincidents_update_related_items {paws.management} | R Documentation |
Add or remove related items from the related items tab of an incident record
Description
Add or remove related items from the related items tab of an incident record.
See https://www.paws-r-sdk.com/docs/ssmincidents_update_related_items/ for full documentation.
Usage
ssmincidents_update_related_items(
clientToken = NULL,
incidentRecordArn,
relatedItemsUpdate
)
Arguments
clientToken |
A token that ensures that a client calls the operation only once with the specified details. |
incidentRecordArn |
[required] The Amazon Resource Name (ARN) of the incident record that contains the related items that you update. |
relatedItemsUpdate |
[required] Details about the item that you are add to, or delete from, an incident. |
[Package paws.management version 0.9.0 Index]