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

UpdateConfigurationSetEventDestinationRequest

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

Represents a request to update the event destination of a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

interface UpdateConfigurationSetEventDestinationRequest {
ConfigurationSetName: string;
EventDestination: EventDestination;
}

§Properties

§
ConfigurationSetName: string
[src]

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

§
EventDestination: EventDestination
[src]

The event destination object that you want to apply to the specified configuration set.