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

DeleteIdentityRequest

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

Represents a request to delete one of your Amazon SES identities (an email address or domain).

interface DeleteIdentityRequest {
Identity: string;
}

§Properties

§
Identity: string
[src]

The identity to be removed from the list of identities for the AWS Account.