Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Enables or disables email sending across your entire Amazon SES account in the current AWS 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 AWS 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.
Synopsis
- data UpdateAccountSendingEnabled = UpdateAccountSendingEnabled' {}
- newUpdateAccountSendingEnabled :: UpdateAccountSendingEnabled
- updateAccountSendingEnabled_enabled :: Lens' UpdateAccountSendingEnabled (Maybe Bool)
- data UpdateAccountSendingEnabledResponse = UpdateAccountSendingEnabledResponse' {
- newUpdateAccountSendingEnabledResponse :: UpdateAccountSendingEnabledResponse
Creating a Request
data UpdateAccountSendingEnabled Source #
Represents a request to enable or disable the email sending capabilities for your entire Amazon SES account.
See: newUpdateAccountSendingEnabled
smart constructor.
Instances
newUpdateAccountSendingEnabled :: UpdateAccountSendingEnabled Source #
Create a value of UpdateAccountSendingEnabled
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:enabled:UpdateAccountSendingEnabled'
, updateAccountSendingEnabled_enabled
- Describes whether email sending is enabled or disabled for your Amazon
SES account in the current AWS Region.
Request Lenses
updateAccountSendingEnabled_enabled :: Lens' UpdateAccountSendingEnabled (Maybe Bool) Source #
Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.
Destructuring the Response
data UpdateAccountSendingEnabledResponse Source #
See: newUpdateAccountSendingEnabledResponse
smart constructor.
Instances
newUpdateAccountSendingEnabledResponse :: UpdateAccountSendingEnabledResponse Source #
Create a value of UpdateAccountSendingEnabledResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.