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

RelatedItem

import type { RelatedItem } from "https://aws-api.deno.dev/v0.4/services/ssmincidents.ts?docs=full";

Resources that responders use to triage and mitigate the incident.

interface RelatedItem {
generatedId?: string | null;
identifier: ItemIdentifier;
title?: string | null;
}

§Properties

§
generatedId?: string | null
[src]

A unique ID for a RelatedItem.

! IMPORTANT: ! Don't specify this parameter when you add a RelatedItem by using the "UpdateRelatedItems" API action.

§

Details about the related item.

§
title?: string | null
[src]

The title of the related item.