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

GetIdentityMailFromDomainAttributesRequest

import type { GetIdentityMailFromDomainAttributesRequest } from "https://aws-api.deno.dev/v0.3/services/ses.ts?docs=full";

Represents a request to return the Amazon SES custom MAIL FROM attributes for a list of identities. For information about using a custom MAIL FROM domain, see the Amazon SES Developer Guide.

interface GetIdentityMailFromDomainAttributesRequest {
Identities: string[];
}

§Properties

§
Identities: string[]
[src]

A list of one or more identities.