Class DeleteConfigurationSetEventDestinationCommand
Delete an event destination.
In Amazon Pinpoint, events include message sends, deliveries, opens,
clicks, bounces, and complaints. Event destinations are places that
you can send information about these events to. For example, you can send event data to
Amazon SNS to receive notifications when you receive bounces or complaints, or you can use
Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.
example
Use a bare-bones client and the command you need to make an API call.
Delete an event destination.
In Amazon Pinpoint, events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.
Use a bare-bones client and the command you need to make an API call.
import { PinpointEmailClient, DeleteConfigurationSetEventDestinationCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import // const { PinpointEmailClient, DeleteConfigurationSetEventDestinationCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import const client = new PinpointEmailClient(config); const command = new DeleteConfigurationSetEventDestinationCommand(input); const response = await client.send(command);
DeleteConfigurationSetEventDestinationCommandInput for command's
input
shape.DeleteConfigurationSetEventDestinationCommandOutput for command's
response
shape.config for PinpointEmailClient's
config
shape.