amazonka-sesv2-2.0: Amazon Simple Email Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SESV2.DeleteSuppressedDestination

Description

Removes an email address from the suppression list for your account.

Synopsis

Creating a Request

data DeleteSuppressedDestination Source #

A request to remove an email address from the suppression list for your account.

See: newDeleteSuppressedDestination smart constructor.

Constructors

DeleteSuppressedDestination' 

Fields

  • emailAddress :: Text

    The suppressed email destination to remove from the account suppression list.

Instances

Instances details
ToHeaders DeleteSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

ToPath DeleteSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

ToQuery DeleteSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

AWSRequest DeleteSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

Generic DeleteSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

Associated Types

type Rep DeleteSuppressedDestination :: Type -> Type #

Read DeleteSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

Show DeleteSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

NFData DeleteSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

Eq DeleteSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

Hashable DeleteSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

type AWSResponse DeleteSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

type Rep DeleteSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

type Rep DeleteSuppressedDestination = D1 ('MetaData "DeleteSuppressedDestination" "Amazonka.SESV2.DeleteSuppressedDestination" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "DeleteSuppressedDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "emailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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.

Constructors

DeleteSuppressedDestinationResponse' 

Fields

Instances

Instances details
Generic DeleteSuppressedDestinationResponse Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

Read DeleteSuppressedDestinationResponse Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

Show DeleteSuppressedDestinationResponse Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

NFData DeleteSuppressedDestinationResponse Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

Eq DeleteSuppressedDestinationResponse Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

type Rep DeleteSuppressedDestinationResponse Source # 
Instance details

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