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

GetIdentityMailFromDomainAttributesResponse

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

Represents the custom MAIL FROM attributes for a list of identities.

interface GetIdentityMailFromDomainAttributesResponse {
MailFromDomainAttributes: {
[key: string]: IdentityMailFromDomainAttributes | null | undefined;
}
;
}

§Properties

§
MailFromDomainAttributes: {
[key: string]: IdentityMailFromDomainAttributes | null | undefined;
}
[src]

A map of identities to custom MAIL FROM attributes.