Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.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.
You can execute this operation no more than once per second.
Synopsis
- data DeleteConfigurationSet = DeleteConfigurationSet' {}
- newDeleteConfigurationSet :: Text -> DeleteConfigurationSet
- deleteConfigurationSet_configurationSetName :: Lens' DeleteConfigurationSet Text
- data DeleteConfigurationSetResponse = DeleteConfigurationSetResponse' {
- httpStatus :: Int
- newDeleteConfigurationSetResponse :: Int -> DeleteConfigurationSetResponse
- deleteConfigurationSetResponse_httpStatus :: Lens' DeleteConfigurationSetResponse Int
Creating a Request
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: newDeleteConfigurationSet
smart constructor.
Constructors
DeleteConfigurationSet' | |
Fields
|
Instances
newDeleteConfigurationSet Source #
Create a value of DeleteConfigurationSet
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:configurationSetName:DeleteConfigurationSet'
, deleteConfigurationSet_configurationSetName
- The name of the configuration set to delete.
Request Lenses
deleteConfigurationSet_configurationSetName :: Lens' DeleteConfigurationSet Text Source #
The name of the configuration set to delete.
Destructuring the Response
data DeleteConfigurationSetResponse Source #
An empty element returned on a successful request.
See: newDeleteConfigurationSetResponse
smart constructor.
Constructors
DeleteConfigurationSetResponse' | |
Fields
|
Instances
newDeleteConfigurationSetResponse Source #
Create a value of DeleteConfigurationSetResponse
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:httpStatus:DeleteConfigurationSetResponse'
, deleteConfigurationSetResponse_httpStatus
- The response's http status code.
Response Lenses
deleteConfigurationSetResponse_httpStatus :: Lens' DeleteConfigurationSetResponse Int Source #
The response's http status code.