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

IdentityInfo

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

Information about an email identity.

interface IdentityInfo {
IdentityName?: string | null;
IdentityType?: IdentityType | null;
SendingEnabled?: boolean | null;
}

§Properties

§
IdentityName?: string | null
[src]

The address or domain of the identity.

§
IdentityType?: IdentityType | null
[src]

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

§
SendingEnabled?: boolean | null
[src]

Indicates whether or not you can send email from the identity.

An identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon SES to send email from that identity.