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

SetIdentityMailFromDomainRequest

import type { SetIdentityMailFromDomainRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ses.ts";
interface SetIdentityMailFromDomainRequest {
BehaviorOnMXFailure?: BehaviorOnMXFailure | null;
Identity: string;
MailFromDomain?: string | null;
}

§Properties

§
BehaviorOnMXFailure?: BehaviorOnMXFailure | null
[src]
§
Identity: string
[src]
§
MailFromDomain?: string | null
[src]