libZSservicesZSamazonka-sesv2ZSamazonka-sesv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq DeleteSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

Read DeleteSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

Show 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 #

NFData DeleteSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

Hashable DeleteSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

AWSRequest DeleteSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

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

type Rep DeleteSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

type Rep DeleteSuppressedDestination = D1 ('MetaData "DeleteSuppressedDestination" "Amazonka.SESV2.DeleteSuppressedDestination" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "DeleteSuppressedDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "emailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

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:

$sel:emailAddress: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
Eq 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

Generic DeleteSuppressedDestinationResponse Source # 
Instance details

Defined in Amazonka.SESV2.DeleteSuppressedDestination

NFData 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" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" '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