Jump to Content

Class PutConfigurationSetDeliveryOptionsCommandProtected

Adds or updates the delivery options for a configuration set.

Example

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

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

See

Throws

ConfigurationSetDoesNotExistException (client fault)

Indicates that the configuration set does not exist.

Throws

InvalidDeliveryOptionsException (client fault)

Indicates that provided delivery option is invalid.

Hierarchy

Constructors

Properties

Methods