| Copyright | (c) 2013-2016 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Network.AWS.SES.DeleteConfigurationSet
Description
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 .
This action is throttled at one request 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 #
Arguments
| :: Text | |
| -> DeleteConfigurationSet | 
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.
Instances
Request Lenses
dConfigurationSetName :: Lens' DeleteConfigurationSet Text Source #
The name of the configuration set to delete.
Destructuring the Response
deleteConfigurationSetResponse Source #
Arguments
| :: Int | |
| -> DeleteConfigurationSetResponse | 
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.
Instances
Response Lenses
drsResponseStatus :: Lens' DeleteConfigurationSetResponse Int Source #
- - | The response status code.