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

DeleteEmailIdentityPolicyRequest

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

Represents a request to delete a sending authorization policy for an identity. Sending authorization is an Amazon SES feature that enables you to authorize other senders to use your identities. For information, see the Amazon SES Developer Guide.

interface DeleteEmailIdentityPolicyRequest {
EmailIdentity: string;
PolicyName: string;
}

§Properties

§
EmailIdentity: string
[src]

The email identity.

§
PolicyName: string
[src]

The name of the policy.

The policy name cannot exceed 64 characters and can only include alphanumeric characters, dashes, and underscores.