Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateRelatedItemsInput

import type { UpdateRelatedItemsInput } from "https://aws-api.deno.dev/v0.3/services/ssmincidents.ts?docs=full";
interface UpdateRelatedItemsInput {
clientToken?: string | null;
incidentRecordArn: string;
relatedItemsUpdate: RelatedItemsUpdate;
}

§Properties

§
clientToken?: string | null
[src]

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

§
incidentRecordArn: string
[src]

The Amazon Resource Name (ARN) of the incident record containing the related items you are updating.

§
relatedItemsUpdate: RelatedItemsUpdate
[src]

Details about the item you are adding or deleting.