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 |
Removes an email address from the suppression list for your account.
Synopsis
- data DeleteSuppressedDestination = DeleteSuppressedDestination' {
- emailAddress :: Text
- newDeleteSuppressedDestination :: Text -> DeleteSuppressedDestination
- deleteSuppressedDestination_emailAddress :: Lens' DeleteSuppressedDestination Text
- data DeleteSuppressedDestinationResponse = DeleteSuppressedDestinationResponse' {
- httpStatus :: Int
- newDeleteSuppressedDestinationResponse :: Int -> DeleteSuppressedDestinationResponse
- deleteSuppressedDestinationResponse_httpStatus :: Lens' DeleteSuppressedDestinationResponse Int
Creating a Request
data DeleteSuppressedDestination Source #
A request to remove an email address from the suppression list for your account.
See: newDeleteSuppressedDestination
smart constructor.
DeleteSuppressedDestination' | |
|
Instances
newDeleteSuppressedDestination Source #
Create a value of DeleteSuppressedDestination
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:
DeleteSuppressedDestination
, deleteSuppressedDestination_emailAddress
- The suppressed email destination to remove from the account suppression
list.
Request Lenses
deleteSuppressedDestination_emailAddress :: Lens' DeleteSuppressedDestination Text Source #
The suppressed email destination to remove from the account suppression list.
Destructuring the Response
data DeleteSuppressedDestinationResponse Source #
An HTTP 200 response if the request succeeds, or an error message if the request fails.
See: newDeleteSuppressedDestinationResponse
smart constructor.
DeleteSuppressedDestinationResponse' | |
|
Instances
Generic DeleteSuppressedDestinationResponse Source # | |
Read DeleteSuppressedDestinationResponse Source # | |
Show DeleteSuppressedDestinationResponse Source # | |
NFData DeleteSuppressedDestinationResponse Source # | |
Defined in Amazonka.SESV2.DeleteSuppressedDestination rnf :: DeleteSuppressedDestinationResponse -> () # | |
Eq DeleteSuppressedDestinationResponse Source # | |
type Rep DeleteSuppressedDestinationResponse Source # | |
Defined in Amazonka.SESV2.DeleteSuppressedDestination type Rep DeleteSuppressedDestinationResponse = D1 ('MetaData "DeleteSuppressedDestinationResponse" "Amazonka.SESV2.DeleteSuppressedDestination" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "DeleteSuppressedDestinationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteSuppressedDestinationResponse Source #
Create a value of DeleteSuppressedDestinationResponse
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:DeleteSuppressedDestinationResponse'
, deleteSuppressedDestinationResponse_httpStatus
- The response's http status code.
Response Lenses
deleteSuppressedDestinationResponse_httpStatus :: Lens' DeleteSuppressedDestinationResponse Int Source #
The response's http status code.