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

CreateEmailIdentityResponse

import type { CreateEmailIdentityResponse } from "https://aws-api.deno.dev/v0.4/services/sesv2.ts?docs=full";

If the email identity is a domain, this object contains information about the DKIM verification status for the domain.

If the email identity is an email address, this object is empty.

interface CreateEmailIdentityResponse {
DkimAttributes?: DkimAttributes | null;
IdentityType?: IdentityType | null;
VerifiedForSendingStatus?: boolean | null;
}

§Properties

§
DkimAttributes?: DkimAttributes | null
[src]

An object that contains information about the DKIM attributes for the identity.

§
IdentityType?: IdentityType | null
[src]

The email identity type. Note: the MANAGED_DOMAIN identity type is not supported.

§
VerifiedForSendingStatus?: boolean | null
[src]

Specifies whether or not the identity is verified. You can only send email from verified email addresses or domains. For more information about verifying identities, see the Amazon Pinpoint User Guide.