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 |
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.
DeleteConfigurationSet' | |
|
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.
DeleteConfigurationSetResponse' | |
|
Instances
Eq DeleteConfigurationSetResponse Source # | |
Read DeleteConfigurationSetResponse Source # | |
Show DeleteConfigurationSetResponse Source # | |
Defined in Amazonka.SES.DeleteConfigurationSet | |
Generic DeleteConfigurationSetResponse Source # | |
NFData DeleteConfigurationSetResponse Source # | |
Defined in Amazonka.SES.DeleteConfigurationSet rnf :: DeleteConfigurationSetResponse -> () # | |
type Rep DeleteConfigurationSetResponse Source # | |
Defined in Amazonka.SES.DeleteConfigurationSet type Rep DeleteConfigurationSetResponse = D1 ('MetaData "DeleteConfigurationSetResponse" "Amazonka.SES.DeleteConfigurationSet" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "DeleteConfigurationSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.