ssmincidents_update_related_items: Add or remove related items from the related items tab of an...

View source: R/ssmincidents_operations.R

ssmincidents_update_related_itemsR 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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.