| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.SES.GetAccountSendingEnabled
Description
Returns the email sending status of the Amazon SES account.
You can execute this operation no more than once per second.
- getAccountSendingEnabled :: GetAccountSendingEnabled
- data GetAccountSendingEnabled
- getAccountSendingEnabledResponse :: Int -> GetAccountSendingEnabledResponse
- data GetAccountSendingEnabledResponse
- gasersEnabled :: Lens' GetAccountSendingEnabledResponse (Maybe Bool)
- gasersResponseStatus :: Lens' GetAccountSendingEnabledResponse Int
Creating a Request
getAccountSendingEnabled :: GetAccountSendingEnabled Source #
Creates a value of GetAccountSendingEnabled with the minimum fields required to make a request.
data GetAccountSendingEnabled Source #
See: getAccountSendingEnabled smart constructor.
Instances
Destructuring the Response
getAccountSendingEnabledResponse Source #
Arguments
| :: Int | |
| -> GetAccountSendingEnabledResponse |
Creates a value of GetAccountSendingEnabledResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gasersEnabled- Describes whether email sending is enabled or disabled for your Amazon SES account.gasersResponseStatus- -- | The response status code.
data GetAccountSendingEnabledResponse Source #
Represents a request to return the email sending status for your Amazon SES account.
See: getAccountSendingEnabledResponse smart constructor.
Instances
Response Lenses
gasersEnabled :: Lens' GetAccountSendingEnabledResponse (Maybe Bool) Source #
Describes whether email sending is enabled or disabled for your Amazon SES account.
gasersResponseStatus :: Lens' GetAccountSendingEnabledResponse Int Source #
- - | The response status code.