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

A request to change the settings for an event destination for a configuration set.

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

§Properties

§
ConfigurationSetName: string
[src]

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

§

An object that defines the event destination.

§
EventDestinationName: string
[src]

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