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 |
Deletes a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide .
You can execute this operation no more than once per second.
- deleteConfigurationSet :: Text -> DeleteConfigurationSet
- data DeleteConfigurationSet
- dConfigurationSetName :: Lens' DeleteConfigurationSet Text
- deleteConfigurationSetResponse :: Int -> DeleteConfigurationSetResponse
- data DeleteConfigurationSetResponse
- drsResponseStatus :: Lens' DeleteConfigurationSetResponse Int
Creating a Request
deleteConfigurationSet Source #
Creates a value of DeleteConfigurationSet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dConfigurationSetName
- The name of the configuration set to delete.
data DeleteConfigurationSet Source #
Represents a request to delete a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide .
See: deleteConfigurationSet
smart constructor.
Request Lenses
dConfigurationSetName :: Lens' DeleteConfigurationSet Text Source #
The name of the configuration set to delete.
Destructuring the Response
deleteConfigurationSetResponse Source #
Creates a value of DeleteConfigurationSetResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drsResponseStatus
- -- | The response status code.
data DeleteConfigurationSetResponse Source #
An empty element returned on a successful request.
See: deleteConfigurationSetResponse
smart constructor.
Response Lenses
drsResponseStatus :: Lens' DeleteConfigurationSetResponse Int Source #
- - | The response status code.