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.3/services/pinpointemail.ts?docs=full";

A request to return details about an email identity.

interface GetEmailIdentityRequest {
EmailIdentity: string;
}

§Properties

§
EmailIdentity: string
[src]

The email identity that you want to retrieve details for.