v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1486424386.4 KB

Enable or disable email sending for messages that use a particular configuration set in a specific Amazon Web Services Region.

put/v2/email/configuration-sets/{ConfigurationSetName}/sending

Path parameters

ConfigurationSetNamestring required
<p>The name of a configuration set.</p> <p> <i>Configuration sets</i> are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.</p>

The name of the configuration set to enable or disable email sending for.

Request body

SendingEnabledboolean

If <code>true</code>, email sending is enabled for the configuration set. If <code>false</code>, email sending is disabled for the configuration set.

Response

Success

PutConfigurationSetSendingOptionsResponse required

An HTTP 200 response if the request succeeds, or an error message if the request fails.