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

Description

Enable or disable the Deliverability dashboard. When you enable the Deliverability dashboard, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email. You also gain the ability to perform predictive inbox placement tests.

When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other Amazon Web Services services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon SES Pricing.

Synopsis

Creating a Request

data PutDeliverabilityDashboardOption Source #

Enable or disable the Deliverability dashboard. When you enable the Deliverability dashboard, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email using Amazon SES API v2. You also gain the ability to perform predictive inbox placement tests.

When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other Amazon Web Services services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing.

See: newPutDeliverabilityDashboardOption smart constructor.

Constructors

PutDeliverabilityDashboardOption' 

Fields

Instances

Instances details
Eq PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.SESV2.PutDeliverabilityDashboardOption

Read PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.SESV2.PutDeliverabilityDashboardOption

Show PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.SESV2.PutDeliverabilityDashboardOption

Generic PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.SESV2.PutDeliverabilityDashboardOption

Associated Types

type Rep PutDeliverabilityDashboardOption :: Type -> Type #

NFData PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.SESV2.PutDeliverabilityDashboardOption

Hashable PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.SESV2.PutDeliverabilityDashboardOption

ToJSON PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.SESV2.PutDeliverabilityDashboardOption

AWSRequest PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.SESV2.PutDeliverabilityDashboardOption

ToHeaders PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.SESV2.PutDeliverabilityDashboardOption

ToPath PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.SESV2.PutDeliverabilityDashboardOption

ToQuery PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.SESV2.PutDeliverabilityDashboardOption

type Rep PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.SESV2.PutDeliverabilityDashboardOption

type Rep PutDeliverabilityDashboardOption = D1 ('MetaData "PutDeliverabilityDashboardOption" "Amazonka.SESV2.PutDeliverabilityDashboardOption" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "PutDeliverabilityDashboardOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subscribedDomains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainDeliverabilityTrackingOption])) :*: S1 ('MetaSel ('Just "dashboardEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))
type AWSResponse PutDeliverabilityDashboardOption Source # 
Instance details

Defined in Amazonka.SESV2.PutDeliverabilityDashboardOption

newPutDeliverabilityDashboardOption Source #

Create a value of PutDeliverabilityDashboardOption 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:subscribedDomains:PutDeliverabilityDashboardOption', putDeliverabilityDashboardOption_subscribedDomains - An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.

$sel:dashboardEnabled:PutDeliverabilityDashboardOption', putDeliverabilityDashboardOption_dashboardEnabled - Specifies whether to enable the Deliverability dashboard. To enable the dashboard, set this value to true.

Request Lenses

putDeliverabilityDashboardOption_subscribedDomains :: Lens' PutDeliverabilityDashboardOption (Maybe [DomainDeliverabilityTrackingOption]) Source #

An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.

putDeliverabilityDashboardOption_dashboardEnabled :: Lens' PutDeliverabilityDashboardOption Bool Source #

Specifies whether to enable the Deliverability dashboard. To enable the dashboard, set this value to true.

Destructuring the Response

data PutDeliverabilityDashboardOptionResponse Source #

A response that indicates whether the Deliverability dashboard is enabled.

See: newPutDeliverabilityDashboardOptionResponse smart constructor.

Constructors

PutDeliverabilityDashboardOptionResponse' 

Fields

Instances

Instances details
Eq PutDeliverabilityDashboardOptionResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutDeliverabilityDashboardOption

Read PutDeliverabilityDashboardOptionResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutDeliverabilityDashboardOption

Show PutDeliverabilityDashboardOptionResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutDeliverabilityDashboardOption

Generic PutDeliverabilityDashboardOptionResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutDeliverabilityDashboardOption

NFData PutDeliverabilityDashboardOptionResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutDeliverabilityDashboardOption

type Rep PutDeliverabilityDashboardOptionResponse Source # 
Instance details

Defined in Amazonka.SESV2.PutDeliverabilityDashboardOption

type Rep PutDeliverabilityDashboardOptionResponse = D1 ('MetaData "PutDeliverabilityDashboardOptionResponse" "Amazonka.SESV2.PutDeliverabilityDashboardOption" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "PutDeliverabilityDashboardOptionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutDeliverabilityDashboardOptionResponse Source #

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

Response Lenses