Protected
Adds or updates the delivery options for a configuration set.
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 importconst client = new SESClient(config);const command = new PutConfigurationSetDeliveryOptionsCommand(input);const response = await client.send(command);
input
response
config
ConfigurationSetDoesNotExistException (client fault)
Indicates that the configuration set does not exist.
InvalidDeliveryOptionsException (client fault)
Indicates that provided delivery option is invalid.
Readonly
Static
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.
See
input
shape.response
shape.config
shape.Throws
ConfigurationSetDoesNotExistException (client fault)
Indicates that the configuration set does not exist.
Throws
InvalidDeliveryOptionsException (client fault)
Indicates that provided delivery option is invalid.