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/pinpointemail.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. The identity type can be one of the following:

  • EMAIL_ADDRESS – The identity is an email address.
  • DOMAIN – The identity is a domain.
  • MANAGED_DOMAIN – The identity is a domain that is managed by AWS.
§
SendingEnabled?: boolean | null
[src]

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

In Amazon Pinpoint, 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 Pinpoint to send email from that identity.