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

ItemIdentifier

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

Details and type of a related item.

interface ItemIdentifier {
type: ItemType;
value: ItemValue;
}

§Properties

§

The type of related item.

§

Details about the related item.