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.GetSuppressedDestination

Description

Retrieves information about a specific email address that's on the suppression list for your account.

Synopsis

Creating a Request

data GetSuppressedDestination Source #

A request to retrieve information about an email address that's on the suppression list for your account.

See: newGetSuppressedDestination smart constructor.

Constructors

GetSuppressedDestination' 

Fields

Instances

Instances details
Eq GetSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.GetSuppressedDestination

Read GetSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.GetSuppressedDestination

Show GetSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.GetSuppressedDestination

Generic GetSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.GetSuppressedDestination

Associated Types

type Rep GetSuppressedDestination :: Type -> Type #

NFData GetSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.GetSuppressedDestination

Hashable GetSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.GetSuppressedDestination

AWSRequest GetSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.GetSuppressedDestination

ToHeaders GetSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.GetSuppressedDestination

ToPath GetSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.GetSuppressedDestination

ToQuery GetSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.GetSuppressedDestination

type Rep GetSuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.GetSuppressedDestination

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

Defined in Amazonka.SESV2.GetSuppressedDestination

newGetSuppressedDestination Source #

Create a value of GetSuppressedDestination 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:GetSuppressedDestination', getSuppressedDestination_emailAddress - The email address that's on the account suppression list.

Request Lenses

getSuppressedDestination_emailAddress :: Lens' GetSuppressedDestination Text Source #

The email address that's on the account suppression list.

Destructuring the Response

data GetSuppressedDestinationResponse Source #

Information about the suppressed email address.

See: newGetSuppressedDestinationResponse smart constructor.

Constructors

GetSuppressedDestinationResponse' 

Fields

Instances

Instances details
Eq GetSuppressedDestinationResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetSuppressedDestination

Read GetSuppressedDestinationResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetSuppressedDestination

Show GetSuppressedDestinationResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetSuppressedDestination

Generic GetSuppressedDestinationResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetSuppressedDestination

Associated Types

type Rep GetSuppressedDestinationResponse :: Type -> Type #

NFData GetSuppressedDestinationResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetSuppressedDestination

type Rep GetSuppressedDestinationResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetSuppressedDestination

type Rep GetSuppressedDestinationResponse = D1 ('MetaData "GetSuppressedDestinationResponse" "Amazonka.SESV2.GetSuppressedDestination" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "GetSuppressedDestinationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "suppressedDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SuppressedDestination)))

newGetSuppressedDestinationResponse Source #

Create a value of GetSuppressedDestinationResponse 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:GetSuppressedDestinationResponse', getSuppressedDestinationResponse_httpStatus - The response's http status code.

$sel:suppressedDestination:GetSuppressedDestinationResponse', getSuppressedDestinationResponse_suppressedDestination - An object containing information about the suppressed email address.

Response Lenses