Enables or disables email sending across your entire Amazon SES account in the current
Amazon Web Services Region. You can use this operation in conjunction with Amazon CloudWatch alarms to
temporarily pause email sending across your Amazon SES account in a given Amazon Web Services Region when
reputation metrics (such as your bounce or complaint rates) reach certain
thresholds.
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.
Base exception class for all service exceptions from SES service.
Example
UpdateAccountSendingEnabled
// The following example updated the sending status for this account. constinput = { "Enabled":true }; constcommand = newUpdateAccountSendingEnabledCommand(input); awaitclient.send(command); // example id: updateaccountsendingenabled-1469047741333
Enables or disables email sending across your entire Amazon SES account in the current Amazon Web Services Region. You can use this operation in conjunction with Amazon CloudWatch alarms to temporarily pause email sending across your Amazon SES account in a given Amazon Web Services Region when reputation metrics (such as your bounce or complaint rates) reach certain thresholds.
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.
Param
UpdateAccountSendingEnabledCommandInput
Returns
UpdateAccountSendingEnabledCommandOutput
See
input
shape.response
shape.config
shape.Throws
SESServiceException
Base exception class for all service exceptions from SES service.
Example
UpdateAccountSendingEnabled