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

ListContactsResult

import type { ListContactsResult } from "https://aws-api.deno.dev/v0.4/services/ssmcontacts.ts?docs=full";
interface ListContactsResult {
Contacts?: Contact[] | null;
NextToken?: string | null;
}

§Properties

§
Contacts?: Contact[] | null
[src]

A list of the contacts and escalation plans in your Incident Manager account.

§
NextToken?: string | null
[src]

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