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

A request to delete an event destination from a configuration set.

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

§Properties

§
ConfigurationSetName: string
[src]

The name of the configuration set that contains the event destination that you want to delete.

§
EventDestinationName: string
[src]

The name of the event destination that you want to delete.