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

ListOpsItemRelatedItemsResponse

import type { ListOpsItemRelatedItemsResponse } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface ListOpsItemRelatedItemsResponse {
NextToken?: string | null;
Summaries?: OpsItemRelatedItemSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token for the next set of items to return. Use this token to get the next set of results.

§
Summaries?: OpsItemRelatedItemSummary[] | null
[src]

A list of related-item resources for the specified OpsItem.