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

RegisterMailDomainRequest

import type { RegisterMailDomainRequest } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface RegisterMailDomainRequest {
ClientToken?: string | null;
DomainName: string;
OrganizationId: string;
}

§Properties

§
ClientToken?: string | null
[src]

Idempotency token used when retrying requests.

§
DomainName: string
[src]

The name of the mail domain to create in WorkMail and SES.

§
OrganizationId: string
[src]

The WorkMail organization under which you're creating the domain.