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

ListContactChannelsResult

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

§Properties

§
ContactChannels: ContactChannel[]
[src]

A list of contact channels related to the specified contact.

§
NextToken?: string | null
[src]

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