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

DeleteConfigurationSetEventDestinationRequest

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

Represents a request to delete a configuration set event destination. Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

interface DeleteConfigurationSetEventDestinationRequest {
ConfigurationSetName: string;
EventDestinationName: string;
}

§Properties

§
ConfigurationSetName: string
[src]

The name of the configuration set from which to delete the event destination.

§
EventDestinationName: string
[src]

The name of the event destination to delete.