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

GetEmailIdentityRequest

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

A request to return details about an email identity.

interface GetEmailIdentityRequest {
EmailIdentity: string;
}

§Properties

§
EmailIdentity: string
[src]

The email identity.