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

GetIdentityDkimAttributesRequest

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

Represents a request for the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this request also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published. For more information about Easy DKIM, see the Amazon SES Developer Guide.

interface GetIdentityDkimAttributesRequest {
Identities: string[];
}

§Properties

§
Identities: string[]
[src]

A list of one or more verified identities - email addresses, domains, or both.