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

ListMailDomainsResponse

import type { ListMailDomainsResponse } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface ListMailDomainsResponse {
MailDomains?: MailDomainSummary[] | null;
NextToken?: string | null;
}

§Properties

§
MailDomains?: MailDomainSummary[] | null
[src]

The list of mail domain summaries, specifying domains that exist in the specified WorkMail organization, along with the information about whether the domain is or isn't the default.

§
NextToken?: string | null
[src]

The token to use to retrieve the next page of results. The value becomes null when there are no more results to return.