Jump to Content

Class DeleteConfigurationSetCommandProtected

Deletes a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

Example

Use a bare-bones client and the command you need to make an API call.

import { SESClient, DeleteConfigurationSetCommand } from "@aws-sdk/client-ses"; // ES Modules import
// const { SESClient, DeleteConfigurationSetCommand } = require("@aws-sdk/client-ses"); // CommonJS import
const client = new SESClient(config);
const command = new DeleteConfigurationSetCommand(input);
const response = await client.send(command);

Param

DeleteConfigurationSetCommandInput

Returns

DeleteConfigurationSetCommandOutput

See

Throws

ConfigurationSetDoesNotExistException (client fault)

Indicates that the configuration set does not exist.

Hierarchy

Constructors

Properties

Methods