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

ListRelatedItemsInput

import type { ListRelatedItemsInput } from "https://aws-api.deno.dev/v0.4/services/ssmincidents.ts?docs=full";
interface ListRelatedItemsInput {
incidentRecordArn: string;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
incidentRecordArn: string
[src]

The Amazon Resource Name (ARN) of the incident record containing the listed related items.

§
maxResults?: number | null
[src]

The maximum number of related items per page.

§
nextToken?: string | null
[src]

The pagination token to continue to the next page of results.