Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Enable or disable the Deliverability dashboard for your Amazon Pinpoint account. 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 Pinpoint. 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 Pinpoint. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing.
Synopsis
- data PutDeliverabilityDashboardOption = PutDeliverabilityDashboardOption' {}
- newPutDeliverabilityDashboardOption :: Bool -> PutDeliverabilityDashboardOption
- putDeliverabilityDashboardOption_subscribedDomains :: Lens' PutDeliverabilityDashboardOption (Maybe [DomainDeliverabilityTrackingOption])
- putDeliverabilityDashboardOption_dashboardEnabled :: Lens' PutDeliverabilityDashboardOption Bool
- data PutDeliverabilityDashboardOptionResponse = PutDeliverabilityDashboardOptionResponse' {
- httpStatus :: Int
- newPutDeliverabilityDashboardOptionResponse :: Int -> PutDeliverabilityDashboardOptionResponse
- putDeliverabilityDashboardOptionResponse_httpStatus :: Lens' PutDeliverabilityDashboardOptionResponse Int
Creating a Request
data PutDeliverabilityDashboardOption Source #
Enable or disable the Deliverability dashboard for your Amazon Pinpoint account. 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 Pinpoint. 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 Pinpoint. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing.
See: newPutDeliverabilityDashboardOption
smart constructor.
PutDeliverabilityDashboardOption' | |
|
Instances
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 for your Amazon
Pinpoint account. 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 for your Amazon
Pinpoint account. 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 for your Amazon Pinpoint account.
See: newPutDeliverabilityDashboardOptionResponse
smart constructor.
PutDeliverabilityDashboardOptionResponse' | |
|
Instances
Eq PutDeliverabilityDashboardOptionResponse Source # | |
Read PutDeliverabilityDashboardOptionResponse Source # | |
Show PutDeliverabilityDashboardOptionResponse Source # | |
Generic PutDeliverabilityDashboardOptionResponse Source # | |
Defined in Amazonka.PinpointEmail.PutDeliverabilityDashboardOption type Rep PutDeliverabilityDashboardOptionResponse :: Type -> Type # | |
NFData PutDeliverabilityDashboardOptionResponse Source # | |
type Rep PutDeliverabilityDashboardOptionResponse Source # | |
Defined in Amazonka.PinpointEmail.PutDeliverabilityDashboardOption type Rep PutDeliverabilityDashboardOptionResponse = D1 ('MetaData "PutDeliverabilityDashboardOptionResponse" "Amazonka.PinpointEmail.PutDeliverabilityDashboardOption" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" '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
putDeliverabilityDashboardOptionResponse_httpStatus :: Lens' PutDeliverabilityDashboardOptionResponse Int Source #
The response's http status code.