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

CreateEmailIdentityRequest

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

A request to begin the verification process for an email identity (an email address or domain).

interface CreateEmailIdentityRequest {
EmailIdentity: string;
Tags?: Tag[] | null;
}

§Properties

§
EmailIdentity: string
[src]

The email address or domain that you want to verify.

§
Tags?: Tag[] | null
[src]

An array of objects that define the tags (keys and values) that you want to associate with the email identity.