libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email
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.PinpointEmail.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2018-07-26 of the Amazon Pinpoint Email Service SDK configuration.

Errors

_MessageRejected :: AsError a => Getting (First ServiceError) a ServiceError Source #

The message can't be sent because it contains invalid content.

_MailFromDomainNotVerifiedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The message can't be sent because the sending domain isn't verified.

_NotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource you attempted to access doesn't exist.

_TooManyRequestsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Too many requests have been made to the operation.

_ConcurrentModificationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource is being modified by another operation or thread.

_AccountSuspendedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The message can't be sent because the account's ability to send email has been permanently restricted.

_SendingPausedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The message can't be sent because the account's ability to send email is currently paused.

_BadRequestException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The input you provided is invalid.

_AlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource specified in your request already exists.

_LimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

There are too many instances of the specified resource type.

BehaviorOnMxFailure

newtype BehaviorOnMxFailure Source #

The action that you want Amazon Pinpoint to take if it can't read the required MX record for a custom MAIL FROM domain. When you set this value to UseDefaultValue, Amazon Pinpoint uses amazonses.com as the MAIL FROM domain. When you set this value to RejectMessage, Amazon Pinpoint returns a MailFromDomainNotVerified error, and doesn't attempt to deliver the email.

These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending, Failed, and TemporaryFailure states.

Instances

Instances details
Eq BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

Ord BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

Read BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

Show BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

Generic BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

Associated Types

type Rep BehaviorOnMxFailure :: Type -> Type #

NFData BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

Methods

rnf :: BehaviorOnMxFailure -> () #

Hashable BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

ToJSON BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

ToJSONKey BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

FromJSON BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

FromJSONKey BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

ToLog BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

ToHeader BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

ToQuery BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

FromXML BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

ToXML BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

ToByteString BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

FromText BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

ToText BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

type Rep BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BehaviorOnMxFailure

type Rep BehaviorOnMxFailure = D1 ('MetaData "BehaviorOnMxFailure" "Amazonka.PinpointEmail.Types.BehaviorOnMxFailure" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'True) (C1 ('MetaCons "BehaviorOnMxFailure'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBehaviorOnMxFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeliverabilityDashboardAccountStatus

newtype DeliverabilityDashboardAccountStatus Source #

The current status of your Deliverability dashboard subscription. If this value is PENDING_EXPIRATION, your subscription is scheduled to expire at the end of the current calendar month.

Instances

Instances details
Eq DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

Ord DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

Read DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

Show DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

Generic DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

NFData DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

Hashable DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

ToJSON DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

ToJSONKey DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

FromJSON DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

FromJSONKey DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

ToLog DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

ToHeader DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

ToQuery DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

FromXML DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

ToXML DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

ToByteString DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

FromText DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

ToText DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

type Rep DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus

type Rep DeliverabilityDashboardAccountStatus = D1 ('MetaData "DeliverabilityDashboardAccountStatus" "Amazonka.PinpointEmail.Types.DeliverabilityDashboardAccountStatus" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'True) (C1 ('MetaCons "DeliverabilityDashboardAccountStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeliverabilityDashboardAccountStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeliverabilityTestStatus

newtype DeliverabilityTestStatus Source #

The status of a predictive inbox placement test. If the status is IN_PROGRESS, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status is COMPLETE, then the test is finished, and you can use the GetDeliverabilityTestReport operation to view the results of the test.

Instances

Instances details
Eq DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

Ord DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

Read DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

Show DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

Generic DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

Associated Types

type Rep DeliverabilityTestStatus :: Type -> Type #

NFData DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

Hashable DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

ToJSON DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

ToJSONKey DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

FromJSON DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

FromJSONKey DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

ToLog DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

ToHeader DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

ToQuery DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

FromXML DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

ToXML DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

ToByteString DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

FromText DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

ToText DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

type Rep DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestStatus

type Rep DeliverabilityTestStatus = D1 ('MetaData "DeliverabilityTestStatus" "Amazonka.PinpointEmail.Types.DeliverabilityTestStatus" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'True) (C1 ('MetaCons "DeliverabilityTestStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeliverabilityTestStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DimensionValueSource

newtype DimensionValueSource Source #

The location where Amazon Pinpoint finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon Pinpoint to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon Pinpoint to use your own email headers, choose emailHeader. If you want Amazon Pinpoint to use link tags, choose linkTags.

Instances

Instances details
Eq DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

Ord DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

Read DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

Show DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

Generic DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

Associated Types

type Rep DimensionValueSource :: Type -> Type #

NFData DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

Methods

rnf :: DimensionValueSource -> () #

Hashable DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

ToJSON DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

ToJSONKey DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

FromJSON DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

FromJSONKey DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

ToLog DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

ToHeader DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

ToQuery DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

FromXML DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

ToXML DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

ToByteString DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

FromText DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

ToText DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

type Rep DimensionValueSource Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DimensionValueSource

type Rep DimensionValueSource = D1 ('MetaData "DimensionValueSource" "Amazonka.PinpointEmail.Types.DimensionValueSource" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'True) (C1 ('MetaCons "DimensionValueSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDimensionValueSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DkimStatus

newtype DkimStatus Source #

The DKIM authentication status of the identity. The status can be one of the following:

  • PENDING – The DKIM verification process was initiated, and Amazon Pinpoint is still waiting for the required CNAME records to appear in the DNS configuration for the domain.
  • SUCCESS – The DKIM authentication process completed successfully.
  • FAILED – The DKIM authentication process failed. This can happen when Amazon Pinpoint fails to find the required CNAME records in the DNS configuration of the domain.
  • TEMPORARY_FAILURE – A temporary issue is preventing Amazon Pinpoint from determining the DKIM authentication status of the domain.
  • NOT_STARTED – The DKIM verification process hasn't been initiated for the domain.

Constructors

DkimStatus' 

Fields

Instances

Instances details
Eq DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

Ord DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

Read DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

Show DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

Generic DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

Associated Types

type Rep DkimStatus :: Type -> Type #

NFData DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

Methods

rnf :: DkimStatus -> () #

Hashable DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

ToJSON DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

ToJSONKey DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

FromJSON DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

FromJSONKey DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

ToLog DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

ToHeader DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

ToQuery DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

FromXML DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

ToXML DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

Methods

toXML :: DkimStatus -> XML #

ToByteString DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

FromText DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

ToText DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

Methods

toText :: DkimStatus -> Text #

type Rep DkimStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimStatus

type Rep DkimStatus = D1 ('MetaData "DkimStatus" "Amazonka.PinpointEmail.Types.DkimStatus" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'True) (C1 ('MetaCons "DkimStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDkimStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EventType

newtype EventType Source #

An email sending event type. For example, email sends, opens, and bounces are all email events.

Constructors

EventType' 

Fields

Instances

Instances details
Eq EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

Ord EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

Read EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

Show EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

Generic EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

Associated Types

type Rep EventType :: Type -> Type #

NFData EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

Methods

rnf :: EventType -> () #

Hashable EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

ToJSON EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

ToJSONKey EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

FromJSON EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

FromJSONKey EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

ToLog EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

ToHeader EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

ToQuery EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

FromXML EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

ToXML EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

Methods

toXML :: EventType -> XML #

ToByteString EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

Methods

toBS :: EventType -> ByteString #

FromText EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

ToText EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

Methods

toText :: EventType -> Text #

type Rep EventType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventType

type Rep EventType = D1 ('MetaData "EventType" "Amazonka.PinpointEmail.Types.EventType" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'True) (C1 ('MetaCons "EventType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

IdentityType

newtype IdentityType Source #

The email identity type. The identity type can be one of the following:

  • EMAIL_ADDRESS – The identity is an email address.
  • DOMAIN – The identity is a domain.

Constructors

IdentityType' 

Instances

Instances details
Eq IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

Ord IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

Read IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

Show IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

Generic IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

Associated Types

type Rep IdentityType :: Type -> Type #

NFData IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

Methods

rnf :: IdentityType -> () #

Hashable IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

ToJSON IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

ToJSONKey IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

FromJSON IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

FromJSONKey IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

ToLog IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

ToHeader IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

ToQuery IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

FromXML IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

ToXML IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

Methods

toXML :: IdentityType -> XML #

ToByteString IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

FromText IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

ToText IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

Methods

toText :: IdentityType -> Text #

type Rep IdentityType Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityType

type Rep IdentityType = D1 ('MetaData "IdentityType" "Amazonka.PinpointEmail.Types.IdentityType" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'True) (C1 ('MetaCons "IdentityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIdentityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MailFromDomainStatus

newtype MailFromDomainStatus Source #

The status of the MAIL FROM domain. This status can have the following values:

  • PENDING – Amazon Pinpoint hasn't started searching for the MX record yet.
  • SUCCESS – Amazon Pinpoint detected the required MX record for the MAIL FROM domain.
  • FAILED – Amazon Pinpoint can't find the required MX record, or the record no longer exists.
  • TEMPORARY_FAILURE – A temporary issue occurred, which prevented Amazon Pinpoint from determining the status of the MAIL FROM domain.

Instances

Instances details
Eq MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

Ord MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

Read MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

Show MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

Generic MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

Associated Types

type Rep MailFromDomainStatus :: Type -> Type #

NFData MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

Methods

rnf :: MailFromDomainStatus -> () #

Hashable MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

ToJSON MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

ToJSONKey MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

FromJSON MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

FromJSONKey MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

ToLog MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

ToHeader MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

ToQuery MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

FromXML MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

ToXML MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

ToByteString MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

FromText MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

ToText MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

type Rep MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromDomainStatus

type Rep MailFromDomainStatus = D1 ('MetaData "MailFromDomainStatus" "Amazonka.PinpointEmail.Types.MailFromDomainStatus" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'True) (C1 ('MetaCons "MailFromDomainStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMailFromDomainStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TlsPolicy

newtype TlsPolicy Source #

Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

Constructors

TlsPolicy' 

Fields

Bundled Patterns

pattern TlsPolicy_OPTIONAL :: TlsPolicy 
pattern TlsPolicy_REQUIRE :: TlsPolicy 

Instances

Instances details
Eq TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

Ord TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

Read TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

Show TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

Generic TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

Associated Types

type Rep TlsPolicy :: Type -> Type #

NFData TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

Methods

rnf :: TlsPolicy -> () #

Hashable TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

ToJSON TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

ToJSONKey TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

FromJSON TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

FromJSONKey TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

ToLog TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

ToHeader TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

ToQuery TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

FromXML TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

ToXML TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

Methods

toXML :: TlsPolicy -> XML #

ToByteString TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

Methods

toBS :: TlsPolicy -> ByteString #

FromText TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

ToText TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

Methods

toText :: TlsPolicy -> Text #

type Rep TlsPolicy Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TlsPolicy

type Rep TlsPolicy = D1 ('MetaData "TlsPolicy" "Amazonka.PinpointEmail.Types.TlsPolicy" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'True) (C1 ('MetaCons "TlsPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTlsPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WarmupStatus

newtype WarmupStatus Source #

The warmup status of a dedicated IP.

Constructors

WarmupStatus' 

Bundled Patterns

pattern WarmupStatus_DONE :: WarmupStatus 
pattern WarmupStatus_IN_PROGRESS :: WarmupStatus 

Instances

Instances details
Eq WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

Ord WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

Read WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

Show WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

Generic WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

Associated Types

type Rep WarmupStatus :: Type -> Type #

NFData WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

Methods

rnf :: WarmupStatus -> () #

Hashable WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

ToJSON WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

ToJSONKey WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

FromJSON WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

FromJSONKey WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

ToLog WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

ToHeader WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

ToQuery WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

FromXML WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

ToXML WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

Methods

toXML :: WarmupStatus -> XML #

ToByteString WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

FromText WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

ToText WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

Methods

toText :: WarmupStatus -> Text #

type Rep WarmupStatus Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.WarmupStatus

type Rep WarmupStatus = D1 ('MetaData "WarmupStatus" "Amazonka.PinpointEmail.Types.WarmupStatus" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'True) (C1 ('MetaCons "WarmupStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWarmupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BlacklistEntry

data BlacklistEntry Source #

An object that contains information about a blacklisting event that impacts one of the dedicated IP addresses that is associated with your account.

See: newBlacklistEntry smart constructor.

Constructors

BlacklistEntry' 

Fields

  • listingTime :: Maybe POSIX

    The time when the blacklisting event occurred, shown in Unix time format.

  • rblName :: Maybe Text

    The name of the blacklist that the IP address appears on.

  • description :: Maybe Text

    Additional information about the blacklisting event, as provided by the blacklist maintainer.

Instances

Instances details
Eq BlacklistEntry Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BlacklistEntry

Read BlacklistEntry Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BlacklistEntry

Show BlacklistEntry Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BlacklistEntry

Generic BlacklistEntry Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BlacklistEntry

Associated Types

type Rep BlacklistEntry :: Type -> Type #

NFData BlacklistEntry Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BlacklistEntry

Methods

rnf :: BlacklistEntry -> () #

Hashable BlacklistEntry Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BlacklistEntry

FromJSON BlacklistEntry Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BlacklistEntry

type Rep BlacklistEntry Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.BlacklistEntry

type Rep BlacklistEntry = D1 ('MetaData "BlacklistEntry" "Amazonka.PinpointEmail.Types.BlacklistEntry" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "BlacklistEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "listingTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "rblName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBlacklistEntry :: BlacklistEntry Source #

Create a value of BlacklistEntry 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:listingTime:BlacklistEntry', blacklistEntry_listingTime - The time when the blacklisting event occurred, shown in Unix time format.

$sel:rblName:BlacklistEntry', blacklistEntry_rblName - The name of the blacklist that the IP address appears on.

$sel:description:BlacklistEntry', blacklistEntry_description - Additional information about the blacklisting event, as provided by the blacklist maintainer.

blacklistEntry_listingTime :: Lens' BlacklistEntry (Maybe UTCTime) Source #

The time when the blacklisting event occurred, shown in Unix time format.

blacklistEntry_rblName :: Lens' BlacklistEntry (Maybe Text) Source #

The name of the blacklist that the IP address appears on.

blacklistEntry_description :: Lens' BlacklistEntry (Maybe Text) Source #

Additional information about the blacklisting event, as provided by the blacklist maintainer.

Body

data Body Source #

Represents the body of the email message.

See: newBody smart constructor.

Constructors

Body' 

Fields

  • text :: Maybe Content

    An object that represents the version of the message that is displayed in email clients that don't support HTML, or clients where the recipient has disabled HTML rendering.

  • html :: Maybe Content

    An object that represents the version of the message that is displayed in email clients that support HTML. HTML messages can include formatted text, hyperlinks, images, and more.

Instances

Instances details
Eq Body Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Body

Methods

(==) :: Body -> Body -> Bool #

(/=) :: Body -> Body -> Bool #

Read Body Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Body

Show Body Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Body

Methods

showsPrec :: Int -> Body -> ShowS #

show :: Body -> String #

showList :: [Body] -> ShowS #

Generic Body Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Body

Associated Types

type Rep Body :: Type -> Type #

Methods

from :: Body -> Rep Body x #

to :: Rep Body x -> Body #

NFData Body Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Body

Methods

rnf :: Body -> () #

Hashable Body Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Body

Methods

hashWithSalt :: Int -> Body -> Int #

hash :: Body -> Int #

ToJSON Body Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Body

type Rep Body Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Body

type Rep Body = D1 ('MetaData "Body" "Amazonka.PinpointEmail.Types.Body" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "Body'" 'PrefixI 'True) (S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Content)) :*: S1 ('MetaSel ('Just "html") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Content))))

newBody :: Body Source #

Create a value of Body 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:text:Body', body_text - An object that represents the version of the message that is displayed in email clients that don't support HTML, or clients where the recipient has disabled HTML rendering.

$sel:html:Body', body_html - An object that represents the version of the message that is displayed in email clients that support HTML. HTML messages can include formatted text, hyperlinks, images, and more.

body_text :: Lens' Body (Maybe Content) Source #

An object that represents the version of the message that is displayed in email clients that don't support HTML, or clients where the recipient has disabled HTML rendering.

body_html :: Lens' Body (Maybe Content) Source #

An object that represents the version of the message that is displayed in email clients that support HTML. HTML messages can include formatted text, hyperlinks, images, and more.

CloudWatchDestination

data CloudWatchDestination Source #

An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.

See: newCloudWatchDestination smart constructor.

Constructors

CloudWatchDestination' 

Fields

Instances

Instances details
Eq CloudWatchDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDestination

Read CloudWatchDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDestination

Show CloudWatchDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDestination

Generic CloudWatchDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDestination

Associated Types

type Rep CloudWatchDestination :: Type -> Type #

NFData CloudWatchDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDestination

Methods

rnf :: CloudWatchDestination -> () #

Hashable CloudWatchDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDestination

ToJSON CloudWatchDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDestination

FromJSON CloudWatchDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDestination

type Rep CloudWatchDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDestination

type Rep CloudWatchDestination = D1 ('MetaData "CloudWatchDestination" "Amazonka.PinpointEmail.Types.CloudWatchDestination" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "CloudWatchDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dimensionConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [CloudWatchDimensionConfiguration])))

newCloudWatchDestination :: CloudWatchDestination Source #

Create a value of CloudWatchDestination 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:dimensionConfigurations:CloudWatchDestination', cloudWatchDestination_dimensionConfigurations - An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.

cloudWatchDestination_dimensionConfigurations :: Lens' CloudWatchDestination [CloudWatchDimensionConfiguration] Source #

An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.

CloudWatchDimensionConfiguration

data CloudWatchDimensionConfiguration Source #

An object that defines the dimension configuration to use when you send Amazon Pinpoint email events to Amazon CloudWatch.

See: newCloudWatchDimensionConfiguration smart constructor.

Constructors

CloudWatchDimensionConfiguration' 

Fields

  • dimensionName :: Text

    The name of an Amazon CloudWatch dimension associated with an email sending metric. The name has to meet the following criteria:

    • It can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
    • It can contain no more than 256 characters.
  • dimensionValueSource :: DimensionValueSource

    The location where Amazon Pinpoint finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon Pinpoint to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon Pinpoint to use your own email headers, choose emailHeader. If you want Amazon Pinpoint to use link tags, choose linkTags.

  • defaultDimensionValue :: Text

    The default value of the dimension that is published to Amazon CloudWatch if you don't provide the value of the dimension when you send an email. This value has to meet the following criteria:

    • It can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
    • It can contain no more than 256 characters.

Instances

Instances details
Eq CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDimensionConfiguration

Read CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDimensionConfiguration

Show CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDimensionConfiguration

Generic CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDimensionConfiguration

Associated Types

type Rep CloudWatchDimensionConfiguration :: Type -> Type #

NFData CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDimensionConfiguration

Hashable CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDimensionConfiguration

ToJSON CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDimensionConfiguration

FromJSON CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDimensionConfiguration

type Rep CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.CloudWatchDimensionConfiguration

type Rep CloudWatchDimensionConfiguration = D1 ('MetaData "CloudWatchDimensionConfiguration" "Amazonka.PinpointEmail.Types.CloudWatchDimensionConfiguration" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "CloudWatchDimensionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dimensionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "dimensionValueSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DimensionValueSource) :*: S1 ('MetaSel ('Just "defaultDimensionValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCloudWatchDimensionConfiguration Source #

Create a value of CloudWatchDimensionConfiguration 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:dimensionName:CloudWatchDimensionConfiguration', cloudWatchDimensionConfiguration_dimensionName - The name of an Amazon CloudWatch dimension associated with an email sending metric. The name has to meet the following criteria:

  • It can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
  • It can contain no more than 256 characters.

$sel:dimensionValueSource:CloudWatchDimensionConfiguration', cloudWatchDimensionConfiguration_dimensionValueSource - The location where Amazon Pinpoint finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon Pinpoint to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon Pinpoint to use your own email headers, choose emailHeader. If you want Amazon Pinpoint to use link tags, choose linkTags.

$sel:defaultDimensionValue:CloudWatchDimensionConfiguration', cloudWatchDimensionConfiguration_defaultDimensionValue - The default value of the dimension that is published to Amazon CloudWatch if you don't provide the value of the dimension when you send an email. This value has to meet the following criteria:

  • It can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
  • It can contain no more than 256 characters.

cloudWatchDimensionConfiguration_dimensionName :: Lens' CloudWatchDimensionConfiguration Text Source #

The name of an Amazon CloudWatch dimension associated with an email sending metric. The name has to meet the following criteria:

  • It can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
  • It can contain no more than 256 characters.

cloudWatchDimensionConfiguration_dimensionValueSource :: Lens' CloudWatchDimensionConfiguration DimensionValueSource Source #

The location where Amazon Pinpoint finds the value of a dimension to publish to Amazon CloudWatch. If you want Amazon Pinpoint to use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail/SendRawEmail API, choose messageTag. If you want Amazon Pinpoint to use your own email headers, choose emailHeader. If you want Amazon Pinpoint to use link tags, choose linkTags.

cloudWatchDimensionConfiguration_defaultDimensionValue :: Lens' CloudWatchDimensionConfiguration Text Source #

The default value of the dimension that is published to Amazon CloudWatch if you don't provide the value of the dimension when you send an email. This value has to meet the following criteria:

  • It can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
  • It can contain no more than 256 characters.

Content

data Content Source #

An object that represents the content of the email, and optionally a character set specification.

See: newContent smart constructor.

Constructors

Content' 

Fields

  • charset :: Maybe Text

    The character set for the content. Because of the constraints of the SMTP protocol, Amazon Pinpoint uses 7-bit ASCII by default. If the text includes characters outside of the ASCII range, you have to specify a character set. For example, you could specify UTF-8, ISO-8859-1, or Shift_JIS.

  • data' :: Text

    The content of the message itself.

Instances

Instances details
Eq Content Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Content

Methods

(==) :: Content -> Content -> Bool #

(/=) :: Content -> Content -> Bool #

Read Content Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Content

Show Content Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Content

Generic Content Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Content

Associated Types

type Rep Content :: Type -> Type #

Methods

from :: Content -> Rep Content x #

to :: Rep Content x -> Content #

NFData Content Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Content

Methods

rnf :: Content -> () #

Hashable Content Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Content

Methods

hashWithSalt :: Int -> Content -> Int #

hash :: Content -> Int #

ToJSON Content Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Content

type Rep Content Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Content

type Rep Content = D1 ('MetaData "Content" "Amazonka.PinpointEmail.Types.Content" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "Content'" 'PrefixI 'True) (S1 ('MetaSel ('Just "charset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "data'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newContent Source #

Create a value of Content 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:charset:Content', content_charset - The character set for the content. Because of the constraints of the SMTP protocol, Amazon Pinpoint uses 7-bit ASCII by default. If the text includes characters outside of the ASCII range, you have to specify a character set. For example, you could specify UTF-8, ISO-8859-1, or Shift_JIS.

$sel:data':Content', content_data - The content of the message itself.

content_charset :: Lens' Content (Maybe Text) Source #

The character set for the content. Because of the constraints of the SMTP protocol, Amazon Pinpoint uses 7-bit ASCII by default. If the text includes characters outside of the ASCII range, you have to specify a character set. For example, you could specify UTF-8, ISO-8859-1, or Shift_JIS.

content_data :: Lens' Content Text Source #

The content of the message itself.

DailyVolume

data DailyVolume Source #

An object that contains information about the volume of email sent on each day of the analysis period.

See: newDailyVolume smart constructor.

Constructors

DailyVolume' 

Fields

Instances

Instances details
Eq DailyVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DailyVolume

Read DailyVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DailyVolume

Show DailyVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DailyVolume

Generic DailyVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DailyVolume

Associated Types

type Rep DailyVolume :: Type -> Type #

NFData DailyVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DailyVolume

Methods

rnf :: DailyVolume -> () #

Hashable DailyVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DailyVolume

FromJSON DailyVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DailyVolume

type Rep DailyVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DailyVolume

type Rep DailyVolume = D1 ('MetaData "DailyVolume" "Amazonka.PinpointEmail.Types.DailyVolume" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DailyVolume'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainIspPlacements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainIspPlacement])) :*: (S1 ('MetaSel ('Just "startDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "volumeStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VolumeStatistics)))))

newDailyVolume :: DailyVolume Source #

Create a value of DailyVolume 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:domainIspPlacements:DailyVolume', dailyVolume_domainIspPlacements - An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient's email provider.

$sel:startDate:DailyVolume', dailyVolume_startDate - The date that the DailyVolume metrics apply to, in Unix time.

$sel:volumeStatistics:DailyVolume', dailyVolume_volumeStatistics - An object that contains inbox placement metrics for a specific day in the analysis period.

dailyVolume_domainIspPlacements :: Lens' DailyVolume (Maybe [DomainIspPlacement]) Source #

An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient's email provider.

dailyVolume_startDate :: Lens' DailyVolume (Maybe UTCTime) Source #

The date that the DailyVolume metrics apply to, in Unix time.

dailyVolume_volumeStatistics :: Lens' DailyVolume (Maybe VolumeStatistics) Source #

An object that contains inbox placement metrics for a specific day in the analysis period.

DedicatedIp

data DedicatedIp Source #

Contains information about a dedicated IP address that is associated with your Amazon Pinpoint account.

See: newDedicatedIp smart constructor.

Constructors

DedicatedIp' 

Fields

  • poolName :: Maybe Text

    The name of the dedicated IP pool that the IP address is associated with.

  • ip :: Text

    An IP address that is reserved for use by your Amazon Pinpoint account.

  • warmupStatus :: WarmupStatus

    The warm-up status of a dedicated IP address. The status can have one of the following values:

    • IN_PROGRESS – The IP address isn't ready to use because the dedicated IP warm-up process is ongoing.
    • DONE – The dedicated IP warm-up process is complete, and the IP address is ready to use.
  • warmupPercentage :: Int

    Indicates how complete the dedicated IP warm-up process is. When this value equals 1, the address has completed the warm-up process and is ready for use.

Instances

Instances details
Eq DedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DedicatedIp

Read DedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DedicatedIp

Show DedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DedicatedIp

Generic DedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DedicatedIp

Associated Types

type Rep DedicatedIp :: Type -> Type #

NFData DedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DedicatedIp

Methods

rnf :: DedicatedIp -> () #

Hashable DedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DedicatedIp

FromJSON DedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DedicatedIp

type Rep DedicatedIp Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DedicatedIp

type Rep DedicatedIp = D1 ('MetaData "DedicatedIp" "Amazonka.PinpointEmail.Types.DedicatedIp" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DedicatedIp'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "poolName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ip") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "warmupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WarmupStatus) :*: S1 ('MetaSel ('Just "warmupPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDedicatedIp Source #

Create a value of DedicatedIp 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:poolName:DedicatedIp', dedicatedIp_poolName - The name of the dedicated IP pool that the IP address is associated with.

$sel:ip:DedicatedIp', dedicatedIp_ip - An IP address that is reserved for use by your Amazon Pinpoint account.

$sel:warmupStatus:DedicatedIp', dedicatedIp_warmupStatus - The warm-up status of a dedicated IP address. The status can have one of the following values:

  • IN_PROGRESS – The IP address isn't ready to use because the dedicated IP warm-up process is ongoing.
  • DONE – The dedicated IP warm-up process is complete, and the IP address is ready to use.

$sel:warmupPercentage:DedicatedIp', dedicatedIp_warmupPercentage - Indicates how complete the dedicated IP warm-up process is. When this value equals 1, the address has completed the warm-up process and is ready for use.

dedicatedIp_poolName :: Lens' DedicatedIp (Maybe Text) Source #

The name of the dedicated IP pool that the IP address is associated with.

dedicatedIp_ip :: Lens' DedicatedIp Text Source #

An IP address that is reserved for use by your Amazon Pinpoint account.

dedicatedIp_warmupStatus :: Lens' DedicatedIp WarmupStatus Source #

The warm-up status of a dedicated IP address. The status can have one of the following values:

  • IN_PROGRESS – The IP address isn't ready to use because the dedicated IP warm-up process is ongoing.
  • DONE – The dedicated IP warm-up process is complete, and the IP address is ready to use.

dedicatedIp_warmupPercentage :: Lens' DedicatedIp Int Source #

Indicates how complete the dedicated IP warm-up process is. When this value equals 1, the address has completed the warm-up process and is ready for use.

DeliverabilityTestReport

data DeliverabilityTestReport Source #

An object that contains metadata related to a predictive inbox placement test.

See: newDeliverabilityTestReport smart constructor.

Constructors

DeliverabilityTestReport' 

Fields

  • subject :: Maybe Text

    The subject line for an email that you submitted in a predictive inbox placement test.

  • fromEmailAddress :: Maybe Text

    The sender address that you specified for the predictive inbox placement test.

  • createDate :: Maybe POSIX

    The date and time when the predictive inbox placement test was created, in Unix time format.

  • reportId :: Maybe Text

    A unique string that identifies the predictive inbox placement test.

  • reportName :: Maybe Text

    A name that helps you identify a predictive inbox placement test report.

  • deliverabilityTestStatus :: Maybe DeliverabilityTestStatus

    The status of the predictive inbox placement test. If the status is IN_PROGRESS, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status is COMPLETE, then the test is finished, and you can use the GetDeliverabilityTestReport to view the results of the test.

Instances

Instances details
Eq DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestReport

Read DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestReport

Show DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestReport

Generic DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestReport

Associated Types

type Rep DeliverabilityTestReport :: Type -> Type #

NFData DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestReport

Hashable DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestReport

FromJSON DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestReport

type Rep DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliverabilityTestReport

type Rep DeliverabilityTestReport = D1 ('MetaData "DeliverabilityTestReport" "Amazonka.PinpointEmail.Types.DeliverabilityTestReport" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DeliverabilityTestReport'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "subject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "fromEmailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "reportId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reportName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deliverabilityTestStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeliverabilityTestStatus))))))

newDeliverabilityTestReport :: DeliverabilityTestReport Source #

Create a value of DeliverabilityTestReport 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:subject:DeliverabilityTestReport', deliverabilityTestReport_subject - The subject line for an email that you submitted in a predictive inbox placement test.

$sel:fromEmailAddress:DeliverabilityTestReport', deliverabilityTestReport_fromEmailAddress - The sender address that you specified for the predictive inbox placement test.

$sel:createDate:DeliverabilityTestReport', deliverabilityTestReport_createDate - The date and time when the predictive inbox placement test was created, in Unix time format.

$sel:reportId:DeliverabilityTestReport', deliverabilityTestReport_reportId - A unique string that identifies the predictive inbox placement test.

$sel:reportName:DeliverabilityTestReport', deliverabilityTestReport_reportName - A name that helps you identify a predictive inbox placement test report.

$sel:deliverabilityTestStatus:DeliverabilityTestReport', deliverabilityTestReport_deliverabilityTestStatus - The status of the predictive inbox placement test. If the status is IN_PROGRESS, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status is COMPLETE, then the test is finished, and you can use the GetDeliverabilityTestReport to view the results of the test.

deliverabilityTestReport_subject :: Lens' DeliverabilityTestReport (Maybe Text) Source #

The subject line for an email that you submitted in a predictive inbox placement test.

deliverabilityTestReport_fromEmailAddress :: Lens' DeliverabilityTestReport (Maybe Text) Source #

The sender address that you specified for the predictive inbox placement test.

deliverabilityTestReport_createDate :: Lens' DeliverabilityTestReport (Maybe UTCTime) Source #

The date and time when the predictive inbox placement test was created, in Unix time format.

deliverabilityTestReport_reportId :: Lens' DeliverabilityTestReport (Maybe Text) Source #

A unique string that identifies the predictive inbox placement test.

deliverabilityTestReport_reportName :: Lens' DeliverabilityTestReport (Maybe Text) Source #

A name that helps you identify a predictive inbox placement test report.

deliverabilityTestReport_deliverabilityTestStatus :: Lens' DeliverabilityTestReport (Maybe DeliverabilityTestStatus) Source #

The status of the predictive inbox placement test. If the status is IN_PROGRESS, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status is COMPLETE, then the test is finished, and you can use the GetDeliverabilityTestReport to view the results of the test.

DeliveryOptions

data DeliveryOptions Source #

Used to associate a configuration set with a dedicated IP pool.

See: newDeliveryOptions smart constructor.

Constructors

DeliveryOptions' 

Fields

  • sendingPoolName :: Maybe Text

    The name of the dedicated IP pool that you want to associate with the configuration set.

  • tlsPolicy :: Maybe TlsPolicy

    Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

Instances

Instances details
Eq DeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliveryOptions

Read DeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliveryOptions

Show DeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliveryOptions

Generic DeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliveryOptions

Associated Types

type Rep DeliveryOptions :: Type -> Type #

NFData DeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliveryOptions

Methods

rnf :: DeliveryOptions -> () #

Hashable DeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliveryOptions

ToJSON DeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliveryOptions

FromJSON DeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliveryOptions

type Rep DeliveryOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DeliveryOptions

type Rep DeliveryOptions = D1 ('MetaData "DeliveryOptions" "Amazonka.PinpointEmail.Types.DeliveryOptions" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DeliveryOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sendingPoolName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tlsPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TlsPolicy))))

newDeliveryOptions :: DeliveryOptions Source #

Create a value of DeliveryOptions 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:sendingPoolName:DeliveryOptions', deliveryOptions_sendingPoolName - The name of the dedicated IP pool that you want to associate with the configuration set.

$sel:tlsPolicy:DeliveryOptions', deliveryOptions_tlsPolicy - Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

deliveryOptions_sendingPoolName :: Lens' DeliveryOptions (Maybe Text) Source #

The name of the dedicated IP pool that you want to associate with the configuration set.

deliveryOptions_tlsPolicy :: Lens' DeliveryOptions (Maybe TlsPolicy) Source #

Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS). If the value is Require, messages are only delivered if a TLS connection can be established. If the value is Optional, messages can be delivered in plain text if a TLS connection can't be established.

Destination

data Destination Source #

An object that describes the recipients for an email.

See: newDestination smart constructor.

Constructors

Destination' 

Fields

  • bccAddresses :: Maybe [Text]

    An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.

  • ccAddresses :: Maybe [Text]

    An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.

  • toAddresses :: Maybe [Text]

    An array that contains the email addresses of the "To" recipients for the email.

Instances

Instances details
Eq Destination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Destination

Read Destination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Destination

Show Destination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Destination

Generic Destination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Destination

Associated Types

type Rep Destination :: Type -> Type #

NFData Destination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Destination

Methods

rnf :: Destination -> () #

Hashable Destination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Destination

ToJSON Destination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Destination

type Rep Destination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Destination

type Rep Destination = D1 ('MetaData "Destination" "Amazonka.PinpointEmail.Types.Destination" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "Destination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bccAddresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "ccAddresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "toAddresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newDestination :: Destination Source #

Create a value of Destination 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:bccAddresses:Destination', destination_bccAddresses - An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.

$sel:ccAddresses:Destination', destination_ccAddresses - An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.

$sel:toAddresses:Destination', destination_toAddresses - An array that contains the email addresses of the "To" recipients for the email.

destination_bccAddresses :: Lens' Destination (Maybe [Text]) Source #

An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.

destination_ccAddresses :: Lens' Destination (Maybe [Text]) Source #

An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.

destination_toAddresses :: Lens' Destination (Maybe [Text]) Source #

An array that contains the email addresses of the "To" recipients for the email.

DkimAttributes

data DkimAttributes Source #

An object that contains information about the DKIM configuration for an email identity.

See: newDkimAttributes smart constructor.

Constructors

DkimAttributes' 

Fields

  • status :: Maybe DkimStatus

    Describes whether or not Amazon Pinpoint has successfully located the DKIM records in the DNS records for the domain. The status can be one of the following:

    • PENDING – Amazon Pinpoint hasn't yet located the DKIM records in the DNS configuration for the domain, but will continue to attempt to locate them.
    • SUCCESS – Amazon Pinpoint located the DKIM records in the DNS configuration for the domain and determined that they're correct. Amazon Pinpoint can now send DKIM-signed email from the identity.
    • FAILED – Amazon Pinpoint was unable to locate the DKIM records in the DNS settings for the domain, and won't continue to search for them.
    • TEMPORARY_FAILURE – A temporary issue occurred, which prevented Amazon Pinpoint from determining the DKIM status for the domain.
    • NOT_STARTED – Amazon Pinpoint hasn't yet started searching for the DKIM records in the DKIM records for the domain.
  • tokens :: Maybe [Text]

    A set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for your domain. When Amazon Pinpoint detects these records in the DNS configuration for your domain, the DKIM authentication process is complete. Amazon Pinpoint usually detects these records within about 72 hours of adding them to the DNS configuration for your domain.

  • signingEnabled :: Maybe Bool

    If the value is true, then the messages that Amazon Pinpoint sends from the identity are DKIM-signed. If the value is false, then the messages that Amazon Pinpoint sends from the identity aren't DKIM-signed.

Instances

Instances details
Eq DkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimAttributes

Read DkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimAttributes

Show DkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimAttributes

Generic DkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimAttributes

Associated Types

type Rep DkimAttributes :: Type -> Type #

NFData DkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimAttributes

Methods

rnf :: DkimAttributes -> () #

Hashable DkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimAttributes

FromJSON DkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimAttributes

type Rep DkimAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DkimAttributes

type Rep DkimAttributes = D1 ('MetaData "DkimAttributes" "Amazonka.PinpointEmail.Types.DkimAttributes" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DkimAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DkimStatus)) :*: (S1 ('MetaSel ('Just "tokens") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "signingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newDkimAttributes :: DkimAttributes Source #

Create a value of DkimAttributes 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:status:DkimAttributes', dkimAttributes_status - Describes whether or not Amazon Pinpoint has successfully located the DKIM records in the DNS records for the domain. The status can be one of the following:

  • PENDING – Amazon Pinpoint hasn't yet located the DKIM records in the DNS configuration for the domain, but will continue to attempt to locate them.
  • SUCCESS – Amazon Pinpoint located the DKIM records in the DNS configuration for the domain and determined that they're correct. Amazon Pinpoint can now send DKIM-signed email from the identity.
  • FAILED – Amazon Pinpoint was unable to locate the DKIM records in the DNS settings for the domain, and won't continue to search for them.
  • TEMPORARY_FAILURE – A temporary issue occurred, which prevented Amazon Pinpoint from determining the DKIM status for the domain.
  • NOT_STARTED – Amazon Pinpoint hasn't yet started searching for the DKIM records in the DKIM records for the domain.

$sel:tokens:DkimAttributes', dkimAttributes_tokens - A set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for your domain. When Amazon Pinpoint detects these records in the DNS configuration for your domain, the DKIM authentication process is complete. Amazon Pinpoint usually detects these records within about 72 hours of adding them to the DNS configuration for your domain.

$sel:signingEnabled:DkimAttributes', dkimAttributes_signingEnabled - If the value is true, then the messages that Amazon Pinpoint sends from the identity are DKIM-signed. If the value is false, then the messages that Amazon Pinpoint sends from the identity aren't DKIM-signed.

dkimAttributes_status :: Lens' DkimAttributes (Maybe DkimStatus) Source #

Describes whether or not Amazon Pinpoint has successfully located the DKIM records in the DNS records for the domain. The status can be one of the following:

  • PENDING – Amazon Pinpoint hasn't yet located the DKIM records in the DNS configuration for the domain, but will continue to attempt to locate them.
  • SUCCESS – Amazon Pinpoint located the DKIM records in the DNS configuration for the domain and determined that they're correct. Amazon Pinpoint can now send DKIM-signed email from the identity.
  • FAILED – Amazon Pinpoint was unable to locate the DKIM records in the DNS settings for the domain, and won't continue to search for them.
  • TEMPORARY_FAILURE – A temporary issue occurred, which prevented Amazon Pinpoint from determining the DKIM status for the domain.
  • NOT_STARTED – Amazon Pinpoint hasn't yet started searching for the DKIM records in the DKIM records for the domain.

dkimAttributes_tokens :: Lens' DkimAttributes (Maybe [Text]) Source #

A set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for your domain. When Amazon Pinpoint detects these records in the DNS configuration for your domain, the DKIM authentication process is complete. Amazon Pinpoint usually detects these records within about 72 hours of adding them to the DNS configuration for your domain.

dkimAttributes_signingEnabled :: Lens' DkimAttributes (Maybe Bool) Source #

If the value is true, then the messages that Amazon Pinpoint sends from the identity are DKIM-signed. If the value is false, then the messages that Amazon Pinpoint sends from the identity aren't DKIM-signed.

DomainDeliverabilityCampaign

data DomainDeliverabilityCampaign Source #

An object that contains the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for (PutDeliverabilityDashboardOption operation).

See: newDomainDeliverabilityCampaign smart constructor.

Constructors

DomainDeliverabilityCampaign' 

Fields

  • spamCount :: Maybe Integer

    The number of email messages that were delivered to recipients' spam or junk mail folders.

  • subject :: Maybe Text

    The subject line, or title, of the email message.

  • esps :: Maybe [Text]

    The major email providers who handled the email message.

  • fromAddress :: Maybe Text

    The verified email address that the email message was sent from.

  • deleteRate :: Maybe Double

    The percentage of email messages that were deleted by recipients, without being opened first. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

  • campaignId :: Maybe Text

    The unique identifier for the campaign. Amazon Pinpoint automatically generates and assigns this identifier to a campaign. This value is not the same as the campaign identifier that Amazon Pinpoint assigns to campaigns that you create and manage by using the Amazon Pinpoint API or the Amazon Pinpoint console.

  • sendingIps :: Maybe [Text]

    The IP addresses that were used to send the email message.

  • firstSeenDateTime :: Maybe POSIX

    The first time, in Unix time format, when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.

  • inboxCount :: Maybe Integer

    The number of email messages that were delivered to recipients’ inboxes.

  • readDeleteRate :: Maybe Double

    The percentage of email messages that were opened and then deleted by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

  • projectedVolume :: Maybe Integer

    The projected number of recipients that the email message was sent to.

  • imageUrl :: Maybe Text

    The URL of an image that contains a snapshot of the email message that was sent.

  • readRate :: Maybe Double

    The percentage of email messages that were opened by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

  • lastSeenDateTime :: Maybe POSIX

    The last time, in Unix time format, when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.

Instances

Instances details
Eq DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityCampaign

Read DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityCampaign

Show DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityCampaign

Generic DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityCampaign

Associated Types

type Rep DomainDeliverabilityCampaign :: Type -> Type #

NFData DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityCampaign

Hashable DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityCampaign

FromJSON DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityCampaign

type Rep DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityCampaign

type Rep DomainDeliverabilityCampaign = D1 ('MetaData "DomainDeliverabilityCampaign" "Amazonka.PinpointEmail.Types.DomainDeliverabilityCampaign" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DomainDeliverabilityCampaign'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "spamCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "subject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "esps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "fromAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deleteRate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "campaignId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sendingIps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))) :*: ((S1 ('MetaSel ('Just "firstSeenDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "inboxCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "readDeleteRate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) :*: ((S1 ('MetaSel ('Just "projectedVolume") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "imageUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "readRate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "lastSeenDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))))

newDomainDeliverabilityCampaign :: DomainDeliverabilityCampaign Source #

Create a value of DomainDeliverabilityCampaign 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:spamCount:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_spamCount - The number of email messages that were delivered to recipients' spam or junk mail folders.

$sel:subject:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_subject - The subject line, or title, of the email message.

$sel:esps:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_esps - The major email providers who handled the email message.

$sel:fromAddress:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_fromAddress - The verified email address that the email message was sent from.

$sel:deleteRate:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_deleteRate - The percentage of email messages that were deleted by recipients, without being opened first. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

$sel:campaignId:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_campaignId - The unique identifier for the campaign. Amazon Pinpoint automatically generates and assigns this identifier to a campaign. This value is not the same as the campaign identifier that Amazon Pinpoint assigns to campaigns that you create and manage by using the Amazon Pinpoint API or the Amazon Pinpoint console.

$sel:sendingIps:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_sendingIps - The IP addresses that were used to send the email message.

$sel:firstSeenDateTime:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_firstSeenDateTime - The first time, in Unix time format, when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.

$sel:inboxCount:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_inboxCount - The number of email messages that were delivered to recipients’ inboxes.

$sel:readDeleteRate:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_readDeleteRate - The percentage of email messages that were opened and then deleted by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

$sel:projectedVolume:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_projectedVolume - The projected number of recipients that the email message was sent to.

$sel:imageUrl:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_imageUrl - The URL of an image that contains a snapshot of the email message that was sent.

$sel:readRate:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_readRate - The percentage of email messages that were opened by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

$sel:lastSeenDateTime:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_lastSeenDateTime - The last time, in Unix time format, when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.

domainDeliverabilityCampaign_spamCount :: Lens' DomainDeliverabilityCampaign (Maybe Integer) Source #

The number of email messages that were delivered to recipients' spam or junk mail folders.

domainDeliverabilityCampaign_subject :: Lens' DomainDeliverabilityCampaign (Maybe Text) Source #

The subject line, or title, of the email message.

domainDeliverabilityCampaign_esps :: Lens' DomainDeliverabilityCampaign (Maybe [Text]) Source #

The major email providers who handled the email message.

domainDeliverabilityCampaign_fromAddress :: Lens' DomainDeliverabilityCampaign (Maybe Text) Source #

The verified email address that the email message was sent from.

domainDeliverabilityCampaign_deleteRate :: Lens' DomainDeliverabilityCampaign (Maybe Double) Source #

The percentage of email messages that were deleted by recipients, without being opened first. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

domainDeliverabilityCampaign_campaignId :: Lens' DomainDeliverabilityCampaign (Maybe Text) Source #

The unique identifier for the campaign. Amazon Pinpoint automatically generates and assigns this identifier to a campaign. This value is not the same as the campaign identifier that Amazon Pinpoint assigns to campaigns that you create and manage by using the Amazon Pinpoint API or the Amazon Pinpoint console.

domainDeliverabilityCampaign_sendingIps :: Lens' DomainDeliverabilityCampaign (Maybe [Text]) Source #

The IP addresses that were used to send the email message.

domainDeliverabilityCampaign_firstSeenDateTime :: Lens' DomainDeliverabilityCampaign (Maybe UTCTime) Source #

The first time, in Unix time format, when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.

domainDeliverabilityCampaign_inboxCount :: Lens' DomainDeliverabilityCampaign (Maybe Integer) Source #

The number of email messages that were delivered to recipients’ inboxes.

domainDeliverabilityCampaign_readDeleteRate :: Lens' DomainDeliverabilityCampaign (Maybe Double) Source #

The percentage of email messages that were opened and then deleted by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

domainDeliverabilityCampaign_projectedVolume :: Lens' DomainDeliverabilityCampaign (Maybe Integer) Source #

The projected number of recipients that the email message was sent to.

domainDeliverabilityCampaign_imageUrl :: Lens' DomainDeliverabilityCampaign (Maybe Text) Source #

The URL of an image that contains a snapshot of the email message that was sent.

domainDeliverabilityCampaign_readRate :: Lens' DomainDeliverabilityCampaign (Maybe Double) Source #

The percentage of email messages that were opened by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

domainDeliverabilityCampaign_lastSeenDateTime :: Lens' DomainDeliverabilityCampaign (Maybe UTCTime) Source #

The last time, in Unix time format, when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.

DomainDeliverabilityTrackingOption

data DomainDeliverabilityTrackingOption Source #

An object that contains information about the Deliverability dashboard subscription for a verified domain that you use to send email and currently has an active Deliverability dashboard subscription. If a Deliverability dashboard subscription is active for a domain, you gain access to reputation, inbox placement, and other metrics for the domain.

See: newDomainDeliverabilityTrackingOption smart constructor.

Constructors

DomainDeliverabilityTrackingOption' 

Fields

Instances

Instances details
Eq DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityTrackingOption

Read DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityTrackingOption

Show DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityTrackingOption

Generic DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityTrackingOption

Associated Types

type Rep DomainDeliverabilityTrackingOption :: Type -> Type #

NFData DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityTrackingOption

Hashable DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityTrackingOption

ToJSON DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityTrackingOption

FromJSON DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityTrackingOption

type Rep DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainDeliverabilityTrackingOption

type Rep DomainDeliverabilityTrackingOption = D1 ('MetaData "DomainDeliverabilityTrackingOption" "Amazonka.PinpointEmail.Types.DomainDeliverabilityTrackingOption" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DomainDeliverabilityTrackingOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "subscriptionStartDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "inboxPlacementTrackingOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InboxPlacementTrackingOption)))))

newDomainDeliverabilityTrackingOption :: DomainDeliverabilityTrackingOption Source #

Create a value of DomainDeliverabilityTrackingOption 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:domain:DomainDeliverabilityTrackingOption', domainDeliverabilityTrackingOption_domain - A verified domain that’s associated with your AWS account and currently has an active Deliverability dashboard subscription.

$sel:subscriptionStartDate:DomainDeliverabilityTrackingOption', domainDeliverabilityTrackingOption_subscriptionStartDate - The date, in Unix time format, when you enabled the Deliverability dashboard for the domain.

$sel:inboxPlacementTrackingOption:DomainDeliverabilityTrackingOption', domainDeliverabilityTrackingOption_inboxPlacementTrackingOption - An object that contains information about the inbox placement data settings for the domain.

domainDeliverabilityTrackingOption_domain :: Lens' DomainDeliverabilityTrackingOption (Maybe Text) Source #

A verified domain that’s associated with your AWS account and currently has an active Deliverability dashboard subscription.

domainDeliverabilityTrackingOption_subscriptionStartDate :: Lens' DomainDeliverabilityTrackingOption (Maybe UTCTime) Source #

The date, in Unix time format, when you enabled the Deliverability dashboard for the domain.

domainDeliverabilityTrackingOption_inboxPlacementTrackingOption :: Lens' DomainDeliverabilityTrackingOption (Maybe InboxPlacementTrackingOption) Source #

An object that contains information about the inbox placement data settings for the domain.

DomainIspPlacement

data DomainIspPlacement Source #

An object that contains inbox placement data for email sent from one of your email domains to a specific email provider.

See: newDomainIspPlacement smart constructor.

Constructors

DomainIspPlacement' 

Fields

  • spamPercentage :: Maybe Double

    The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.

  • inboxRawCount :: Maybe Integer

    The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.

  • ispName :: Maybe Text

    The name of the email provider that the inbox placement data applies to.

  • inboxPercentage :: Maybe Double

    The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.

  • spamRawCount :: Maybe Integer

    The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.

Instances

Instances details
Eq DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

Read DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

Show DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

Generic DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

Associated Types

type Rep DomainIspPlacement :: Type -> Type #

NFData DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

Methods

rnf :: DomainIspPlacement -> () #

Hashable DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

FromJSON DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

type Rep DomainIspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.DomainIspPlacement

type Rep DomainIspPlacement = D1 ('MetaData "DomainIspPlacement" "Amazonka.PinpointEmail.Types.DomainIspPlacement" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "DomainIspPlacement'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "spamPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "inboxRawCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "ispName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inboxPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "spamRawCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))))

newDomainIspPlacement :: DomainIspPlacement Source #

Create a value of DomainIspPlacement 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:spamPercentage:DomainIspPlacement', domainIspPlacement_spamPercentage - The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.

$sel:inboxRawCount:DomainIspPlacement', domainIspPlacement_inboxRawCount - The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.

$sel:ispName:DomainIspPlacement', domainIspPlacement_ispName - The name of the email provider that the inbox placement data applies to.

$sel:inboxPercentage:DomainIspPlacement', domainIspPlacement_inboxPercentage - The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.

$sel:spamRawCount:DomainIspPlacement', domainIspPlacement_spamRawCount - The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.

domainIspPlacement_spamPercentage :: Lens' DomainIspPlacement (Maybe Double) Source #

The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.

domainIspPlacement_inboxRawCount :: Lens' DomainIspPlacement (Maybe Integer) Source #

The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.

domainIspPlacement_ispName :: Lens' DomainIspPlacement (Maybe Text) Source #

The name of the email provider that the inbox placement data applies to.

domainIspPlacement_inboxPercentage :: Lens' DomainIspPlacement (Maybe Double) Source #

The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.

domainIspPlacement_spamRawCount :: Lens' DomainIspPlacement (Maybe Integer) Source #

The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.

EmailContent

data EmailContent Source #

An object that defines the entire content of the email, including the message headers and the body content. You can create a simple email message, in which you specify the subject and the text and HTML versions of the message body. You can also create raw messages, in which you specify a complete MIME-formatted message. Raw messages can include attachments and custom headers.

See: newEmailContent smart constructor.

Constructors

EmailContent' 

Fields

  • raw :: Maybe RawMessage

    The raw email message. The message has to meet the following criteria:

    • The message has to contain a header and a body, separated by one blank line.
    • All of the required header fields must be present in the message.
    • Each part of a multipart MIME message must be formatted properly.
    • If you include attachments, they must be in a file format that Amazon Pinpoint supports.
    • The entire message must be Base64 encoded.
    • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, you should encode that content to ensure that recipients' email clients render the message properly.
    • The length of any single line of text in the message can't exceed 1,000 characters. This restriction is defined in RFC 5321.
  • simple :: Maybe Message

    The simple email message. The message consists of a subject and a message body.

  • template :: Maybe Template

    The template to use for the email message.

Instances

Instances details
Eq EmailContent Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EmailContent

Read EmailContent Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EmailContent

Show EmailContent Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EmailContent

Generic EmailContent Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EmailContent

Associated Types

type Rep EmailContent :: Type -> Type #

NFData EmailContent Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EmailContent

Methods

rnf :: EmailContent -> () #

Hashable EmailContent Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EmailContent

ToJSON EmailContent Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EmailContent

type Rep EmailContent Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EmailContent

type Rep EmailContent = D1 ('MetaData "EmailContent" "Amazonka.PinpointEmail.Types.EmailContent" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "EmailContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "raw") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RawMessage)) :*: (S1 ('MetaSel ('Just "simple") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Message)) :*: S1 ('MetaSel ('Just "template") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Template)))))

newEmailContent :: EmailContent Source #

Create a value of EmailContent 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:raw:EmailContent', emailContent_raw - The raw email message. The message has to meet the following criteria:

  • The message has to contain a header and a body, separated by one blank line.
  • All of the required header fields must be present in the message.
  • Each part of a multipart MIME message must be formatted properly.
  • If you include attachments, they must be in a file format that Amazon Pinpoint supports.
  • The entire message must be Base64 encoded.
  • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, you should encode that content to ensure that recipients' email clients render the message properly.
  • The length of any single line of text in the message can't exceed 1,000 characters. This restriction is defined in RFC 5321.

$sel:simple:EmailContent', emailContent_simple - The simple email message. The message consists of a subject and a message body.

$sel:template:EmailContent', emailContent_template - The template to use for the email message.

emailContent_raw :: Lens' EmailContent (Maybe RawMessage) Source #

The raw email message. The message has to meet the following criteria:

  • The message has to contain a header and a body, separated by one blank line.
  • All of the required header fields must be present in the message.
  • Each part of a multipart MIME message must be formatted properly.
  • If you include attachments, they must be in a file format that Amazon Pinpoint supports.
  • The entire message must be Base64 encoded.
  • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, you should encode that content to ensure that recipients' email clients render the message properly.
  • The length of any single line of text in the message can't exceed 1,000 characters. This restriction is defined in RFC 5321.

emailContent_simple :: Lens' EmailContent (Maybe Message) Source #

The simple email message. The message consists of a subject and a message body.

emailContent_template :: Lens' EmailContent (Maybe Template) Source #

The template to use for the email message.

EventDestination

data EventDestination Source #

In Amazon Pinpoint, events include message sends, deliveries, opens, clicks, bounces, and complaints. Event destinations are places that you can send information about these events to. For example, you can send event data to Amazon SNS to receive notifications when you receive bounces or complaints, or you can use Amazon Kinesis Data Firehose to stream data to Amazon S3 for long-term storage.

See: newEventDestination smart constructor.

Constructors

EventDestination' 

Fields

  • pinpointDestination :: Maybe PinpointDestination

    An object that defines a Amazon Pinpoint destination for email events. You can use Amazon Pinpoint events to create attributes in Amazon Pinpoint projects. You can use these attributes to create segments for your campaigns.

  • enabled :: Maybe Bool

    If true, the event destination is enabled. When the event destination is enabled, the specified event types are sent to the destinations in this EventDestinationDefinition.

    If false, the event destination is disabled. When the event destination is disabled, events aren't sent to the specified destinations.

  • kinesisFirehoseDestination :: Maybe KinesisFirehoseDestination

    An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.

  • cloudWatchDestination :: Maybe CloudWatchDestination

    An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.

  • snsDestination :: Maybe SnsDestination

    An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notification when certain email events occur.

  • name :: Text

    A name that identifies the event destination.

  • matchingEventTypes :: [EventType]

    The types of events that Amazon Pinpoint sends to the specified event destinations.

Instances

Instances details
Eq EventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestination

Read EventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestination

Show EventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestination

Generic EventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestination

Associated Types

type Rep EventDestination :: Type -> Type #

NFData EventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestination

Methods

rnf :: EventDestination -> () #

Hashable EventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestination

FromJSON EventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestination

type Rep EventDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestination

type Rep EventDestination = D1 ('MetaData "EventDestination" "Amazonka.PinpointEmail.Types.EventDestination" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "EventDestination'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pinpointDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PinpointDestination)) :*: (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "kinesisFirehoseDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KinesisFirehoseDestination)))) :*: ((S1 ('MetaSel ('Just "cloudWatchDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchDestination)) :*: S1 ('MetaSel ('Just "snsDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SnsDestination))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "matchingEventTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EventType])))))

newEventDestination Source #

Create a value of EventDestination 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:pinpointDestination:EventDestination', eventDestination_pinpointDestination - An object that defines a Amazon Pinpoint destination for email events. You can use Amazon Pinpoint events to create attributes in Amazon Pinpoint projects. You can use these attributes to create segments for your campaigns.

$sel:enabled:EventDestination', eventDestination_enabled - If true, the event destination is enabled. When the event destination is enabled, the specified event types are sent to the destinations in this EventDestinationDefinition.

If false, the event destination is disabled. When the event destination is disabled, events aren't sent to the specified destinations.

$sel:kinesisFirehoseDestination:EventDestination', eventDestination_kinesisFirehoseDestination - An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.

$sel:cloudWatchDestination:EventDestination', eventDestination_cloudWatchDestination - An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.

$sel:snsDestination:EventDestination', eventDestination_snsDestination - An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notification when certain email events occur.

$sel:name:EventDestination', eventDestination_name - A name that identifies the event destination.

$sel:matchingEventTypes:EventDestination', eventDestination_matchingEventTypes - The types of events that Amazon Pinpoint sends to the specified event destinations.

eventDestination_pinpointDestination :: Lens' EventDestination (Maybe PinpointDestination) Source #

An object that defines a Amazon Pinpoint destination for email events. You can use Amazon Pinpoint events to create attributes in Amazon Pinpoint projects. You can use these attributes to create segments for your campaigns.

eventDestination_enabled :: Lens' EventDestination (Maybe Bool) Source #

If true, the event destination is enabled. When the event destination is enabled, the specified event types are sent to the destinations in this EventDestinationDefinition.

If false, the event destination is disabled. When the event destination is disabled, events aren't sent to the specified destinations.

eventDestination_kinesisFirehoseDestination :: Lens' EventDestination (Maybe KinesisFirehoseDestination) Source #

An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.

eventDestination_cloudWatchDestination :: Lens' EventDestination (Maybe CloudWatchDestination) Source #

An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.

eventDestination_snsDestination :: Lens' EventDestination (Maybe SnsDestination) Source #

An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notification when certain email events occur.

eventDestination_name :: Lens' EventDestination Text Source #

A name that identifies the event destination.

eventDestination_matchingEventTypes :: Lens' EventDestination [EventType] Source #

The types of events that Amazon Pinpoint sends to the specified event destinations.

EventDestinationDefinition

data EventDestinationDefinition Source #

An object that defines the event destination. Specifically, it defines which services receive events from emails sent using the configuration set that the event destination is associated with. Also defines the types of events that are sent to the event destination.

See: newEventDestinationDefinition smart constructor.

Constructors

EventDestinationDefinition' 

Fields

  • matchingEventTypes :: Maybe [EventType]

    An array that specifies which events Amazon Pinpoint should send to the destinations in this EventDestinationDefinition.

  • pinpointDestination :: Maybe PinpointDestination

    An object that defines a Amazon Pinpoint destination for email events. You can use Amazon Pinpoint events to create attributes in Amazon Pinpoint projects. You can use these attributes to create segments for your campaigns.

  • enabled :: Maybe Bool

    If true, the event destination is enabled. When the event destination is enabled, the specified event types are sent to the destinations in this EventDestinationDefinition.

    If false, the event destination is disabled. When the event destination is disabled, events aren't sent to the specified destinations.

  • kinesisFirehoseDestination :: Maybe KinesisFirehoseDestination

    An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.

  • cloudWatchDestination :: Maybe CloudWatchDestination

    An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.

  • snsDestination :: Maybe SnsDestination

    An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notification when certain email events occur.

Instances

Instances details
Eq EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestinationDefinition

Read EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestinationDefinition

Show EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestinationDefinition

Generic EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestinationDefinition

Associated Types

type Rep EventDestinationDefinition :: Type -> Type #

NFData EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestinationDefinition

Hashable EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestinationDefinition

ToJSON EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestinationDefinition

type Rep EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.EventDestinationDefinition

type Rep EventDestinationDefinition = D1 ('MetaData "EventDestinationDefinition" "Amazonka.PinpointEmail.Types.EventDestinationDefinition" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "EventDestinationDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "matchingEventTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventType])) :*: (S1 ('MetaSel ('Just "pinpointDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PinpointDestination)) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "kinesisFirehoseDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KinesisFirehoseDestination)) :*: (S1 ('MetaSel ('Just "cloudWatchDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchDestination)) :*: S1 ('MetaSel ('Just "snsDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SnsDestination))))))

newEventDestinationDefinition :: EventDestinationDefinition Source #

Create a value of EventDestinationDefinition 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:matchingEventTypes:EventDestinationDefinition', eventDestinationDefinition_matchingEventTypes - An array that specifies which events Amazon Pinpoint should send to the destinations in this EventDestinationDefinition.

$sel:pinpointDestination:EventDestinationDefinition', eventDestinationDefinition_pinpointDestination - An object that defines a Amazon Pinpoint destination for email events. You can use Amazon Pinpoint events to create attributes in Amazon Pinpoint projects. You can use these attributes to create segments for your campaigns.

$sel:enabled:EventDestinationDefinition', eventDestinationDefinition_enabled - If true, the event destination is enabled. When the event destination is enabled, the specified event types are sent to the destinations in this EventDestinationDefinition.

If false, the event destination is disabled. When the event destination is disabled, events aren't sent to the specified destinations.

$sel:kinesisFirehoseDestination:EventDestinationDefinition', eventDestinationDefinition_kinesisFirehoseDestination - An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.

$sel:cloudWatchDestination:EventDestinationDefinition', eventDestinationDefinition_cloudWatchDestination - An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.

$sel:snsDestination:EventDestinationDefinition', eventDestinationDefinition_snsDestination - An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notification when certain email events occur.

eventDestinationDefinition_matchingEventTypes :: Lens' EventDestinationDefinition (Maybe [EventType]) Source #

An array that specifies which events Amazon Pinpoint should send to the destinations in this EventDestinationDefinition.

eventDestinationDefinition_pinpointDestination :: Lens' EventDestinationDefinition (Maybe PinpointDestination) Source #

An object that defines a Amazon Pinpoint destination for email events. You can use Amazon Pinpoint events to create attributes in Amazon Pinpoint projects. You can use these attributes to create segments for your campaigns.

eventDestinationDefinition_enabled :: Lens' EventDestinationDefinition (Maybe Bool) Source #

If true, the event destination is enabled. When the event destination is enabled, the specified event types are sent to the destinations in this EventDestinationDefinition.

If false, the event destination is disabled. When the event destination is disabled, events aren't sent to the specified destinations.

eventDestinationDefinition_kinesisFirehoseDestination :: Lens' EventDestinationDefinition (Maybe KinesisFirehoseDestination) Source #

An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.

eventDestinationDefinition_cloudWatchDestination :: Lens' EventDestinationDefinition (Maybe CloudWatchDestination) Source #

An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.

eventDestinationDefinition_snsDestination :: Lens' EventDestinationDefinition (Maybe SnsDestination) Source #

An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notification when certain email events occur.

IdentityInfo

data IdentityInfo Source #

Information about an email identity.

See: newIdentityInfo smart constructor.

Constructors

IdentityInfo' 

Fields

  • identityType :: Maybe IdentityType

    The email identity type. The identity type can be one of the following:

    • EMAIL_ADDRESS – The identity is an email address.
    • DOMAIN – The identity is a domain.
    • MANAGED_DOMAIN – The identity is a domain that is managed by AWS.
  • identityName :: Maybe Text

    The address or domain of the identity.

  • sendingEnabled :: Maybe Bool

    Indicates whether or not you can send email from the identity.

    In Amazon Pinpoint, an identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon Pinpoint to send email from that identity.

Instances

Instances details
Eq IdentityInfo Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityInfo

Read IdentityInfo Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityInfo

Show IdentityInfo Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityInfo

Generic IdentityInfo Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityInfo

Associated Types

type Rep IdentityInfo :: Type -> Type #

NFData IdentityInfo Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityInfo

Methods

rnf :: IdentityInfo -> () #

Hashable IdentityInfo Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityInfo

FromJSON IdentityInfo Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityInfo

type Rep IdentityInfo Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IdentityInfo

type Rep IdentityInfo = D1 ('MetaData "IdentityInfo" "Amazonka.PinpointEmail.Types.IdentityInfo" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "IdentityInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentityType)) :*: (S1 ('MetaSel ('Just "identityName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sendingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newIdentityInfo :: IdentityInfo Source #

Create a value of IdentityInfo 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:identityType:IdentityInfo', identityInfo_identityType - The email identity type. The identity type can be one of the following:

  • EMAIL_ADDRESS – The identity is an email address.
  • DOMAIN – The identity is a domain.
  • MANAGED_DOMAIN – The identity is a domain that is managed by AWS.

$sel:identityName:IdentityInfo', identityInfo_identityName - The address or domain of the identity.

$sel:sendingEnabled:IdentityInfo', identityInfo_sendingEnabled - Indicates whether or not you can send email from the identity.

In Amazon Pinpoint, an identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon Pinpoint to send email from that identity.

identityInfo_identityType :: Lens' IdentityInfo (Maybe IdentityType) Source #

The email identity type. The identity type can be one of the following:

  • EMAIL_ADDRESS – The identity is an email address.
  • DOMAIN – The identity is a domain.
  • MANAGED_DOMAIN – The identity is a domain that is managed by AWS.

identityInfo_identityName :: Lens' IdentityInfo (Maybe Text) Source #

The address or domain of the identity.

identityInfo_sendingEnabled :: Lens' IdentityInfo (Maybe Bool) Source #

Indicates whether or not you can send email from the identity.

In Amazon Pinpoint, an identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon Pinpoint to send email from that identity.

InboxPlacementTrackingOption

data InboxPlacementTrackingOption Source #

An object that contains information about the inbox placement data settings for a verified domain that’s associated with your AWS account. This data is available only if you enabled the Deliverability dashboard for the domain (PutDeliverabilityDashboardOption operation).

See: newInboxPlacementTrackingOption smart constructor.

Constructors

InboxPlacementTrackingOption' 

Fields

  • trackedIsps :: Maybe [Text]

    An array of strings, one for each major email provider that the inbox placement data applies to.

  • global :: Maybe Bool

    Specifies whether inbox placement data is being tracked for the domain.

Instances

Instances details
Eq InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.InboxPlacementTrackingOption

Read InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.InboxPlacementTrackingOption

Show InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.InboxPlacementTrackingOption

Generic InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.InboxPlacementTrackingOption

Associated Types

type Rep InboxPlacementTrackingOption :: Type -> Type #

NFData InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.InboxPlacementTrackingOption

Hashable InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.InboxPlacementTrackingOption

ToJSON InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.InboxPlacementTrackingOption

FromJSON InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.InboxPlacementTrackingOption

type Rep InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.InboxPlacementTrackingOption

type Rep InboxPlacementTrackingOption = D1 ('MetaData "InboxPlacementTrackingOption" "Amazonka.PinpointEmail.Types.InboxPlacementTrackingOption" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "InboxPlacementTrackingOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trackedIsps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "global") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newInboxPlacementTrackingOption :: InboxPlacementTrackingOption Source #

Create a value of InboxPlacementTrackingOption 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:trackedIsps:InboxPlacementTrackingOption', inboxPlacementTrackingOption_trackedIsps - An array of strings, one for each major email provider that the inbox placement data applies to.

$sel:global:InboxPlacementTrackingOption', inboxPlacementTrackingOption_global - Specifies whether inbox placement data is being tracked for the domain.

inboxPlacementTrackingOption_trackedIsps :: Lens' InboxPlacementTrackingOption (Maybe [Text]) Source #

An array of strings, one for each major email provider that the inbox placement data applies to.

inboxPlacementTrackingOption_global :: Lens' InboxPlacementTrackingOption (Maybe Bool) Source #

Specifies whether inbox placement data is being tracked for the domain.

IspPlacement

data IspPlacement Source #

An object that describes how email sent during the predictive inbox placement test was handled by a certain email provider.

See: newIspPlacement smart constructor.

Constructors

IspPlacement' 

Fields

Instances

Instances details
Eq IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

Read IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

Show IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

Generic IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

Associated Types

type Rep IspPlacement :: Type -> Type #

NFData IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

Methods

rnf :: IspPlacement -> () #

Hashable IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

FromJSON IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

type Rep IspPlacement Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.IspPlacement

type Rep IspPlacement = D1 ('MetaData "IspPlacement" "Amazonka.PinpointEmail.Types.IspPlacement" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "IspPlacement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "placementStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlacementStatistics)) :*: S1 ('MetaSel ('Just "ispName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newIspPlacement :: IspPlacement Source #

Create a value of IspPlacement 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:placementStatistics:IspPlacement', ispPlacement_placementStatistics - An object that contains inbox placement metrics for a specific email provider.

$sel:ispName:IspPlacement', ispPlacement_ispName - The name of the email provider that the inbox placement data applies to.

ispPlacement_placementStatistics :: Lens' IspPlacement (Maybe PlacementStatistics) Source #

An object that contains inbox placement metrics for a specific email provider.

ispPlacement_ispName :: Lens' IspPlacement (Maybe Text) Source #

The name of the email provider that the inbox placement data applies to.

KinesisFirehoseDestination

data KinesisFirehoseDestination Source #

An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.

See: newKinesisFirehoseDestination smart constructor.

Constructors

KinesisFirehoseDestination' 

Fields

  • iamRoleArn :: Text

    The Amazon Resource Name (ARN) of the IAM role that Amazon Pinpoint uses when sending email events to the Amazon Kinesis Data Firehose stream.

  • deliveryStreamArn :: Text

    The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that Amazon Pinpoint sends email events to.

Instances

Instances details
Eq KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.KinesisFirehoseDestination

Read KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.KinesisFirehoseDestination

Show KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.KinesisFirehoseDestination

Generic KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.KinesisFirehoseDestination

Associated Types

type Rep KinesisFirehoseDestination :: Type -> Type #

NFData KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.KinesisFirehoseDestination

Hashable KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.KinesisFirehoseDestination

ToJSON KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.KinesisFirehoseDestination

FromJSON KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.KinesisFirehoseDestination

type Rep KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.KinesisFirehoseDestination

type Rep KinesisFirehoseDestination = D1 ('MetaData "KinesisFirehoseDestination" "Amazonka.PinpointEmail.Types.KinesisFirehoseDestination" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "KinesisFirehoseDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "iamRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deliveryStreamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newKinesisFirehoseDestination Source #

Create a value of KinesisFirehoseDestination 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:iamRoleArn:KinesisFirehoseDestination', kinesisFirehoseDestination_iamRoleArn - The Amazon Resource Name (ARN) of the IAM role that Amazon Pinpoint uses when sending email events to the Amazon Kinesis Data Firehose stream.

$sel:deliveryStreamArn:KinesisFirehoseDestination', kinesisFirehoseDestination_deliveryStreamArn - The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that Amazon Pinpoint sends email events to.

kinesisFirehoseDestination_iamRoleArn :: Lens' KinesisFirehoseDestination Text Source #

The Amazon Resource Name (ARN) of the IAM role that Amazon Pinpoint uses when sending email events to the Amazon Kinesis Data Firehose stream.

kinesisFirehoseDestination_deliveryStreamArn :: Lens' KinesisFirehoseDestination Text Source #

The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that Amazon Pinpoint sends email events to.

MailFromAttributes

data MailFromAttributes Source #

A list of attributes that are associated with a MAIL FROM domain.

See: newMailFromAttributes smart constructor.

Constructors

MailFromAttributes' 

Fields

  • mailFromDomain :: Text

    The name of a domain that an email identity uses as a custom MAIL FROM domain.

  • mailFromDomainStatus :: MailFromDomainStatus

    The status of the MAIL FROM domain. This status can have the following values:

    • PENDING – Amazon Pinpoint hasn't started searching for the MX record yet.
    • SUCCESS – Amazon Pinpoint detected the required MX record for the MAIL FROM domain.
    • FAILED – Amazon Pinpoint can't find the required MX record, or the record no longer exists.
    • TEMPORARY_FAILURE – A temporary issue occurred, which prevented Amazon Pinpoint from determining the status of the MAIL FROM domain.
  • behaviorOnMxFailure :: BehaviorOnMxFailure

    The action that Amazon Pinpoint to takes if it can't read the required MX record for a custom MAIL FROM domain. When you set this value to UseDefaultValue, Amazon Pinpoint uses amazonses.com as the MAIL FROM domain. When you set this value to RejectMessage, Amazon Pinpoint returns a MailFromDomainNotVerified error, and doesn't attempt to deliver the email.

    These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending, Failed, and TemporaryFailure states.

Instances

Instances details
Eq MailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromAttributes

Read MailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromAttributes

Show MailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromAttributes

Generic MailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromAttributes

Associated Types

type Rep MailFromAttributes :: Type -> Type #

NFData MailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromAttributes

Methods

rnf :: MailFromAttributes -> () #

Hashable MailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromAttributes

FromJSON MailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromAttributes

type Rep MailFromAttributes Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MailFromAttributes

type Rep MailFromAttributes = D1 ('MetaData "MailFromAttributes" "Amazonka.PinpointEmail.Types.MailFromAttributes" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "MailFromAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mailFromDomain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "mailFromDomainStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MailFromDomainStatus) :*: S1 ('MetaSel ('Just "behaviorOnMxFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BehaviorOnMxFailure))))

newMailFromAttributes Source #

Create a value of MailFromAttributes 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:mailFromDomain:MailFromAttributes', mailFromAttributes_mailFromDomain - The name of a domain that an email identity uses as a custom MAIL FROM domain.

$sel:mailFromDomainStatus:MailFromAttributes', mailFromAttributes_mailFromDomainStatus - The status of the MAIL FROM domain. This status can have the following values:

  • PENDING – Amazon Pinpoint hasn't started searching for the MX record yet.
  • SUCCESS – Amazon Pinpoint detected the required MX record for the MAIL FROM domain.
  • FAILED – Amazon Pinpoint can't find the required MX record, or the record no longer exists.
  • TEMPORARY_FAILURE – A temporary issue occurred, which prevented Amazon Pinpoint from determining the status of the MAIL FROM domain.

$sel:behaviorOnMxFailure:MailFromAttributes', mailFromAttributes_behaviorOnMxFailure - The action that Amazon Pinpoint to takes if it can't read the required MX record for a custom MAIL FROM domain. When you set this value to UseDefaultValue, Amazon Pinpoint uses amazonses.com as the MAIL FROM domain. When you set this value to RejectMessage, Amazon Pinpoint returns a MailFromDomainNotVerified error, and doesn't attempt to deliver the email.

These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending, Failed, and TemporaryFailure states.

mailFromAttributes_mailFromDomain :: Lens' MailFromAttributes Text Source #

The name of a domain that an email identity uses as a custom MAIL FROM domain.

mailFromAttributes_mailFromDomainStatus :: Lens' MailFromAttributes MailFromDomainStatus Source #

The status of the MAIL FROM domain. This status can have the following values:

  • PENDING – Amazon Pinpoint hasn't started searching for the MX record yet.
  • SUCCESS – Amazon Pinpoint detected the required MX record for the MAIL FROM domain.
  • FAILED – Amazon Pinpoint can't find the required MX record, or the record no longer exists.
  • TEMPORARY_FAILURE – A temporary issue occurred, which prevented Amazon Pinpoint from determining the status of the MAIL FROM domain.

mailFromAttributes_behaviorOnMxFailure :: Lens' MailFromAttributes BehaviorOnMxFailure Source #

The action that Amazon Pinpoint to takes if it can't read the required MX record for a custom MAIL FROM domain. When you set this value to UseDefaultValue, Amazon Pinpoint uses amazonses.com as the MAIL FROM domain. When you set this value to RejectMessage, Amazon Pinpoint returns a MailFromDomainNotVerified error, and doesn't attempt to deliver the email.

These behaviors are taken when the custom MAIL FROM domain configuration is in the Pending, Failed, and TemporaryFailure states.

Message

data Message Source #

Represents the email message that you're sending. The Message object consists of a subject line and a message body.

See: newMessage smart constructor.

Constructors

Message' 

Fields

  • subject :: Content

    The subject line of the email. The subject line can only contain 7-bit ASCII characters. However, you can specify non-ASCII characters in the subject line by using encoded-word syntax, as described in RFC 2047.

  • body :: Body

    The body of the message. You can specify an HTML version of the message, a text-only version of the message, or both.

Instances

Instances details
Eq Message Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Message

Methods

(==) :: Message -> Message -> Bool #

(/=) :: Message -> Message -> Bool #

Read Message Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Message

Show Message Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Message

Generic Message Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Message

Associated Types

type Rep Message :: Type -> Type #

Methods

from :: Message -> Rep Message x #

to :: Rep Message x -> Message #

NFData Message Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Message

Methods

rnf :: Message -> () #

Hashable Message Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Message

Methods

hashWithSalt :: Int -> Message -> Int #

hash :: Message -> Int #

ToJSON Message Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Message

type Rep Message Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Message

type Rep Message = D1 ('MetaData "Message" "Amazonka.PinpointEmail.Types.Message" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "Message'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Content) :*: S1 ('MetaSel ('Just "body") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Body)))

newMessage Source #

Create a value of Message 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:subject:Message', message_subject - The subject line of the email. The subject line can only contain 7-bit ASCII characters. However, you can specify non-ASCII characters in the subject line by using encoded-word syntax, as described in RFC 2047.

$sel:body:Message', message_body - The body of the message. You can specify an HTML version of the message, a text-only version of the message, or both.

message_subject :: Lens' Message Content Source #

The subject line of the email. The subject line can only contain 7-bit ASCII characters. However, you can specify non-ASCII characters in the subject line by using encoded-word syntax, as described in RFC 2047.

message_body :: Lens' Message Body Source #

The body of the message. You can specify an HTML version of the message, a text-only version of the message, or both.

MessageTag

data MessageTag Source #

Contains the name and value of a tag that you apply to an email. You can use message tags when you publish email sending events.

See: newMessageTag smart constructor.

Constructors

MessageTag' 

Fields

  • name :: Text

    The name of the message tag. The message tag name has to meet the following criteria:

    • It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).
    • It can contain no more than 256 characters.
  • value :: Text

    The value of the message tag. The message tag value has to meet the following criteria:

    • It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).
    • It can contain no more than 256 characters.

Instances

Instances details
Eq MessageTag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MessageTag

Read MessageTag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MessageTag

Show MessageTag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MessageTag

Generic MessageTag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MessageTag

Associated Types

type Rep MessageTag :: Type -> Type #

NFData MessageTag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MessageTag

Methods

rnf :: MessageTag -> () #

Hashable MessageTag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MessageTag

ToJSON MessageTag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MessageTag

type Rep MessageTag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.MessageTag

type Rep MessageTag = D1 ('MetaData "MessageTag" "Amazonka.PinpointEmail.Types.MessageTag" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "MessageTag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newMessageTag Source #

Create a value of MessageTag 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:name:MessageTag', messageTag_name - The name of the message tag. The message tag name has to meet the following criteria:

  • It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).
  • It can contain no more than 256 characters.

$sel:value:MessageTag', messageTag_value - The value of the message tag. The message tag value has to meet the following criteria:

  • It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).
  • It can contain no more than 256 characters.

messageTag_name :: Lens' MessageTag Text Source #

The name of the message tag. The message tag name has to meet the following criteria:

  • It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).
  • It can contain no more than 256 characters.

messageTag_value :: Lens' MessageTag Text Source #

The value of the message tag. The message tag value has to meet the following criteria:

  • It can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-).
  • It can contain no more than 256 characters.

OverallVolume

data OverallVolume Source #

An object that contains information about email that was sent from the selected domain.

See: newOverallVolume smart constructor.

Constructors

OverallVolume' 

Fields

Instances

Instances details
Eq OverallVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.OverallVolume

Read OverallVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.OverallVolume

Show OverallVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.OverallVolume

Generic OverallVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.OverallVolume

Associated Types

type Rep OverallVolume :: Type -> Type #

NFData OverallVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.OverallVolume

Methods

rnf :: OverallVolume -> () #

Hashable OverallVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.OverallVolume

FromJSON OverallVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.OverallVolume

type Rep OverallVolume Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.OverallVolume

type Rep OverallVolume = D1 ('MetaData "OverallVolume" "Amazonka.PinpointEmail.Types.OverallVolume" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "OverallVolume'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainIspPlacements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainIspPlacement])) :*: (S1 ('MetaSel ('Just "volumeStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VolumeStatistics)) :*: S1 ('MetaSel ('Just "readRatePercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newOverallVolume :: OverallVolume Source #

Create a value of OverallVolume 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:domainIspPlacements:OverallVolume', overallVolume_domainIspPlacements - An object that contains inbox and junk mail placement metrics for individual email providers.

$sel:volumeStatistics:OverallVolume', overallVolume_volumeStatistics - An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.

$sel:readRatePercent:OverallVolume', overallVolume_readRatePercent - The percentage of emails that were sent from the domain that were read by their recipients.

overallVolume_domainIspPlacements :: Lens' OverallVolume (Maybe [DomainIspPlacement]) Source #

An object that contains inbox and junk mail placement metrics for individual email providers.

overallVolume_volumeStatistics :: Lens' OverallVolume (Maybe VolumeStatistics) Source #

An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.

overallVolume_readRatePercent :: Lens' OverallVolume (Maybe Double) Source #

The percentage of emails that were sent from the domain that were read by their recipients.

PinpointDestination

data PinpointDestination Source #

An object that defines a Amazon Pinpoint destination for email events. You can use Amazon Pinpoint events to create attributes in Amazon Pinpoint projects. You can use these attributes to create segments for your campaigns.

See: newPinpointDestination smart constructor.

Constructors

PinpointDestination' 

Fields

  • applicationArn :: Maybe Text

    The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.

Instances

Instances details
Eq PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

Read PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

Show PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

Generic PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

Associated Types

type Rep PinpointDestination :: Type -> Type #

NFData PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

Methods

rnf :: PinpointDestination -> () #

Hashable PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

ToJSON PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

FromJSON PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

type Rep PinpointDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PinpointDestination

type Rep PinpointDestination = D1 ('MetaData "PinpointDestination" "Amazonka.PinpointEmail.Types.PinpointDestination" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PinpointDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPinpointDestination :: PinpointDestination Source #

Create a value of PinpointDestination 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:applicationArn:PinpointDestination', pinpointDestination_applicationArn - The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.

pinpointDestination_applicationArn :: Lens' PinpointDestination (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.

PlacementStatistics

data PlacementStatistics Source #

An object that contains inbox placement data for an email provider.

See: newPlacementStatistics smart constructor.

Constructors

PlacementStatistics' 

Fields

  • missingPercentage :: Maybe Double

    The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.

  • spamPercentage :: Maybe Double

    The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.

  • spfPercentage :: Maybe Double

    The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.

  • dkimPercentage :: Maybe Double

    The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.

  • inboxPercentage :: Maybe Double

    The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.

Instances

Instances details
Eq PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

Read PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

Show PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

Generic PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

Associated Types

type Rep PlacementStatistics :: Type -> Type #

NFData PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

Methods

rnf :: PlacementStatistics -> () #

Hashable PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

FromJSON PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

type Rep PlacementStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.PlacementStatistics

type Rep PlacementStatistics = D1 ('MetaData "PlacementStatistics" "Amazonka.PinpointEmail.Types.PlacementStatistics" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "PlacementStatistics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "missingPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "spamPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "spfPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "dkimPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "inboxPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))))

newPlacementStatistics :: PlacementStatistics Source #

Create a value of PlacementStatistics 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:missingPercentage:PlacementStatistics', placementStatistics_missingPercentage - The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.

$sel:spamPercentage:PlacementStatistics', placementStatistics_spamPercentage - The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.

$sel:spfPercentage:PlacementStatistics', placementStatistics_spfPercentage - The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.

$sel:dkimPercentage:PlacementStatistics', placementStatistics_dkimPercentage - The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.

$sel:inboxPercentage:PlacementStatistics', placementStatistics_inboxPercentage - The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.

placementStatistics_missingPercentage :: Lens' PlacementStatistics (Maybe Double) Source #

The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.

placementStatistics_spamPercentage :: Lens' PlacementStatistics (Maybe Double) Source #

The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.

placementStatistics_spfPercentage :: Lens' PlacementStatistics (Maybe Double) Source #

The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.

placementStatistics_dkimPercentage :: Lens' PlacementStatistics (Maybe Double) Source #

The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.

placementStatistics_inboxPercentage :: Lens' PlacementStatistics (Maybe Double) Source #

The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.

RawMessage

data RawMessage Source #

The raw email message.

See: newRawMessage smart constructor.

Constructors

RawMessage' 

Fields

  • data' :: Base64

    The raw email message. The message has to meet the following criteria:

    • The message has to contain a header and a body, separated by one blank line.
    • All of the required header fields must be present in the message.
    • Each part of a multipart MIME message must be formatted properly.
    • Attachments must be in a file format that Amazon Pinpoint supports.
    • The entire message must be Base64 encoded.
    • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, you should encode that content to ensure that recipients' email clients render the message properly.
    • The length of any single line of text in the message can't exceed 1,000 characters. This restriction is defined in RFC 5321.

Instances

Instances details
Eq RawMessage Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.RawMessage

Read RawMessage Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.RawMessage

Show RawMessage Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.RawMessage

Generic RawMessage Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.RawMessage

Associated Types

type Rep RawMessage :: Type -> Type #

NFData RawMessage Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.RawMessage

Methods

rnf :: RawMessage -> () #

Hashable RawMessage Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.RawMessage

ToJSON RawMessage Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.RawMessage

type Rep RawMessage Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.RawMessage

type Rep RawMessage = D1 ('MetaData "RawMessage" "Amazonka.PinpointEmail.Types.RawMessage" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "RawMessage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "data'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Base64)))

newRawMessage Source #

Create a value of RawMessage 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:data':RawMessage', rawMessage_data - The raw email message. The message has to meet the following criteria:

  • The message has to contain a header and a body, separated by one blank line.
  • All of the required header fields must be present in the message.
  • Each part of a multipart MIME message must be formatted properly.
  • Attachments must be in a file format that Amazon Pinpoint supports.
  • The entire message must be Base64 encoded.
  • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, you should encode that content to ensure that recipients' email clients render the message properly.
  • The length of any single line of text in the message can't exceed 1,000 characters. This restriction is defined in RFC 5321.--
  • - Note: This Lens automatically encodes and decodes Base64 data.
  • - The underlying isomorphism will encode to Base64 representation during
  • - serialisation, and decode from Base64 representation during deserialisation.
  • - This Lens accepts and returns only raw unencoded data.

rawMessage_data :: Lens' RawMessage ByteString Source #

The raw email message. The message has to meet the following criteria:

  • The message has to contain a header and a body, separated by one blank line.
  • All of the required header fields must be present in the message.
  • Each part of a multipart MIME message must be formatted properly.
  • Attachments must be in a file format that Amazon Pinpoint supports.
  • The entire message must be Base64 encoded.
  • If any of the MIME parts in your message contain content that is outside of the 7-bit ASCII character range, you should encode that content to ensure that recipients' email clients render the message properly.
  • The length of any single line of text in the message can't exceed 1,000 characters. This restriction is defined in RFC 5321.--
  • - Note: This Lens automatically encodes and decodes Base64 data.
  • - The underlying isomorphism will encode to Base64 representation during
  • - serialisation, and decode from Base64 representation during deserialisation.
  • - This Lens accepts and returns only raw unencoded data.

ReputationOptions

data ReputationOptions Source #

Enable or disable collection of reputation metrics for emails that you send using this configuration set in the current AWS Region.

See: newReputationOptions smart constructor.

Constructors

ReputationOptions' 

Fields

  • lastFreshStart :: Maybe POSIX

    The date and time (in Unix time) when the reputation metrics were last given a fresh start. When your account is given a fresh start, your reputation metrics are calculated starting from the date of the fresh start.

  • reputationMetricsEnabled :: Maybe Bool

    If true, tracking of reputation metrics is enabled for the configuration set. If false, tracking of reputation metrics is disabled for the configuration set.

Instances

Instances details
Eq ReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.ReputationOptions

Read ReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.ReputationOptions

Show ReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.ReputationOptions

Generic ReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.ReputationOptions

Associated Types

type Rep ReputationOptions :: Type -> Type #

NFData ReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.ReputationOptions

Methods

rnf :: ReputationOptions -> () #

Hashable ReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.ReputationOptions

ToJSON ReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.ReputationOptions

FromJSON ReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.ReputationOptions

type Rep ReputationOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.ReputationOptions

type Rep ReputationOptions = D1 ('MetaData "ReputationOptions" "Amazonka.PinpointEmail.Types.ReputationOptions" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "ReputationOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lastFreshStart") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "reputationMetricsEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newReputationOptions :: ReputationOptions Source #

Create a value of ReputationOptions 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:lastFreshStart:ReputationOptions', reputationOptions_lastFreshStart - The date and time (in Unix time) when the reputation metrics were last given a fresh start. When your account is given a fresh start, your reputation metrics are calculated starting from the date of the fresh start.

$sel:reputationMetricsEnabled:ReputationOptions', reputationOptions_reputationMetricsEnabled - If true, tracking of reputation metrics is enabled for the configuration set. If false, tracking of reputation metrics is disabled for the configuration set.

reputationOptions_lastFreshStart :: Lens' ReputationOptions (Maybe UTCTime) Source #

The date and time (in Unix time) when the reputation metrics were last given a fresh start. When your account is given a fresh start, your reputation metrics are calculated starting from the date of the fresh start.

reputationOptions_reputationMetricsEnabled :: Lens' ReputationOptions (Maybe Bool) Source #

If true, tracking of reputation metrics is enabled for the configuration set. If false, tracking of reputation metrics is disabled for the configuration set.

SendQuota

data SendQuota Source #

An object that contains information about the per-day and per-second sending limits for your Amazon Pinpoint account in the current AWS Region.

See: newSendQuota smart constructor.

Constructors

SendQuota' 

Fields

  • maxSendRate :: Maybe Double

    The maximum number of emails that you can send per second in the current AWS Region. This value is also called your maximum sending rate or your maximum TPS (transactions per second) rate.

  • sentLast24Hours :: Maybe Double

    The number of emails sent from your Amazon Pinpoint account in the current AWS Region over the past 24 hours.

  • max24HourSend :: Maybe Double

    The maximum number of emails that you can send in the current AWS Region over a 24-hour period. This value is also called your sending quota.

Instances

Instances details
Eq SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

Read SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

Show SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

Generic SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

Associated Types

type Rep SendQuota :: Type -> Type #

NFData SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

Methods

rnf :: SendQuota -> () #

Hashable SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

FromJSON SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

type Rep SendQuota Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendQuota

type Rep SendQuota = D1 ('MetaData "SendQuota" "Amazonka.PinpointEmail.Types.SendQuota" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "SendQuota'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxSendRate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "sentLast24Hours") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "max24HourSend") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newSendQuota :: SendQuota Source #

Create a value of SendQuota 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:maxSendRate:SendQuota', sendQuota_maxSendRate - The maximum number of emails that you can send per second in the current AWS Region. This value is also called your maximum sending rate or your maximum TPS (transactions per second) rate.

$sel:sentLast24Hours:SendQuota', sendQuota_sentLast24Hours - The number of emails sent from your Amazon Pinpoint account in the current AWS Region over the past 24 hours.

$sel:max24HourSend:SendQuota', sendQuota_max24HourSend - The maximum number of emails that you can send in the current AWS Region over a 24-hour period. This value is also called your sending quota.

sendQuota_maxSendRate :: Lens' SendQuota (Maybe Double) Source #

The maximum number of emails that you can send per second in the current AWS Region. This value is also called your maximum sending rate or your maximum TPS (transactions per second) rate.

sendQuota_sentLast24Hours :: Lens' SendQuota (Maybe Double) Source #

The number of emails sent from your Amazon Pinpoint account in the current AWS Region over the past 24 hours.

sendQuota_max24HourSend :: Lens' SendQuota (Maybe Double) Source #

The maximum number of emails that you can send in the current AWS Region over a 24-hour period. This value is also called your sending quota.

SendingOptions

data SendingOptions Source #

Used to enable or disable email sending for messages that use this configuration set in the current AWS Region.

See: newSendingOptions smart constructor.

Constructors

SendingOptions' 

Fields

  • sendingEnabled :: Maybe Bool

    If true, email sending is enabled for the configuration set. If false, email sending is disabled for the configuration set.

Instances

Instances details
Eq SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

Read SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

Show SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

Generic SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

Associated Types

type Rep SendingOptions :: Type -> Type #

NFData SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

Methods

rnf :: SendingOptions -> () #

Hashable SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

ToJSON SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

FromJSON SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

type Rep SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

type Rep SendingOptions = D1 ('MetaData "SendingOptions" "Amazonka.PinpointEmail.Types.SendingOptions" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "SendingOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sendingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newSendingOptions :: SendingOptions Source #

Create a value of SendingOptions 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:sendingEnabled:SendingOptions', sendingOptions_sendingEnabled - If true, email sending is enabled for the configuration set. If false, email sending is disabled for the configuration set.

sendingOptions_sendingEnabled :: Lens' SendingOptions (Maybe Bool) Source #

If true, email sending is enabled for the configuration set. If false, email sending is disabled for the configuration set.

SnsDestination

data SnsDestination Source #

An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notification when certain email events occur.

See: newSnsDestination smart constructor.

Constructors

SnsDestination' 

Fields

  • topicArn :: Text

    The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish email events to. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

Instances

Instances details
Eq SnsDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SnsDestination

Read SnsDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SnsDestination

Show SnsDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SnsDestination

Generic SnsDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SnsDestination

Associated Types

type Rep SnsDestination :: Type -> Type #

NFData SnsDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SnsDestination

Methods

rnf :: SnsDestination -> () #

Hashable SnsDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SnsDestination

ToJSON SnsDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SnsDestination

FromJSON SnsDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SnsDestination

type Rep SnsDestination Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SnsDestination

type Rep SnsDestination = D1 ('MetaData "SnsDestination" "Amazonka.PinpointEmail.Types.SnsDestination" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "SnsDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "topicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSnsDestination Source #

Create a value of SnsDestination 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:topicArn:SnsDestination', snsDestination_topicArn - The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish email events to. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

snsDestination_topicArn :: Lens' SnsDestination Text Source #

The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish email events to. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

Tag

data Tag Source #

An object that defines the tags that are associated with a resource. A tag is a label that you optionally define and associate with a resource in Amazon Pinpoint. Tags can help you categorize and manage resources in different ways, such as by purpose, owner, environment, or other criteria. A resource can have as many as 50 tags.

Each tag consists of a required tag key and an associated tag value, both of which you define. A tag key is a general label that acts as a category for a more specific tag value. A tag value acts as a descriptor within a tag key. A tag key can contain as many as 128 characters. A tag value can contain as many as 256 characters. The characters can be Unicode letters, digits, white space, or one of the following symbols: _ . : / = + -. The following additional restrictions apply to tags:

  • Tag keys and values are case sensitive.
  • For each associated resource, each tag key must be unique and it can have only one value.
  • The aws: prefix is reserved for use by AWS; you can’t use it in any tag keys or values that you define. In addition, you can't edit or remove tag keys or values that use this prefix. Tags that use this prefix don’t count against the limit of 50 tags per resource.
  • You can associate tags with public or shared resources, but the tags are available only for your AWS account, not any other accounts that share the resource. In addition, the tags are available only for resources that are located in the specified AWS Region for your AWS account.

See: newTag smart constructor.

Constructors

Tag' 

Fields

  • key :: Text

    One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

  • value :: Text

    The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don’t want a resource to have a specific tag value, don’t specify a value for this parameter. Amazon Pinpoint will set the value to an empty string.

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Read Tag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.PinpointEmail.Types.Tag" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTag Source #

Create a value of Tag 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:key:Tag', tag_key - One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

$sel:value:Tag', tag_value - The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don’t want a resource to have a specific tag value, don’t specify a value for this parameter. Amazon Pinpoint will set the value to an empty string.

tag_key :: Lens' Tag Text Source #

One part of a key-value pair that defines a tag. The maximum length of a tag key is 128 characters. The minimum length is 1 character.

tag_value :: Lens' Tag Text Source #

The optional part of a key-value pair that defines a tag. The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don’t want a resource to have a specific tag value, don’t specify a value for this parameter. Amazon Pinpoint will set the value to an empty string.

Template

data Template Source #

See: newTemplate smart constructor.

Constructors

Template' 

Fields

  • templateArn :: Maybe Text

    The Amazon Resource Name (ARN) of the template.

  • templateData :: Maybe Text

    An object that defines the values to use for message variables in the template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the value to use for that variable.

Instances

Instances details
Eq Template Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Template

Read Template Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Template

Show Template Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Template

Generic Template Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Template

Associated Types

type Rep Template :: Type -> Type #

Methods

from :: Template -> Rep Template x #

to :: Rep Template x -> Template #

NFData Template Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Template

Methods

rnf :: Template -> () #

Hashable Template Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Template

Methods

hashWithSalt :: Int -> Template -> Int #

hash :: Template -> Int #

ToJSON Template Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Template

type Rep Template Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.Template

type Rep Template = D1 ('MetaData "Template" "Amazonka.PinpointEmail.Types.Template" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "Template'" 'PrefixI 'True) (S1 ('MetaSel ('Just "templateArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTemplate :: Template Source #

Create a value of Template 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:templateArn:Template', template_templateArn - The Amazon Resource Name (ARN) of the template.

$sel:templateData:Template', template_templateData - An object that defines the values to use for message variables in the template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the value to use for that variable.

template_templateArn :: Lens' Template (Maybe Text) Source #

The Amazon Resource Name (ARN) of the template.

template_templateData :: Lens' Template (Maybe Text) Source #

An object that defines the values to use for message variables in the template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the value to use for that variable.

TrackingOptions

data TrackingOptions Source #

An object that defines the tracking options for a configuration set. When you use Amazon Pinpoint to send an email, it contains an invisible image that's used to track when recipients open your email. If your email contains links, those links are changed slightly in order to track when recipients click them.

These images and links include references to a domain operated by AWS. You can optionally configure Amazon Pinpoint to use a domain that you operate for these images and links.

See: newTrackingOptions smart constructor.

Constructors

TrackingOptions' 

Fields

Instances

Instances details
Eq TrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TrackingOptions

Read TrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TrackingOptions

Show TrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TrackingOptions

Generic TrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TrackingOptions

Associated Types

type Rep TrackingOptions :: Type -> Type #

NFData TrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TrackingOptions

Methods

rnf :: TrackingOptions -> () #

Hashable TrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TrackingOptions

ToJSON TrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TrackingOptions

FromJSON TrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TrackingOptions

type Rep TrackingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.TrackingOptions

type Rep TrackingOptions = D1 ('MetaData "TrackingOptions" "Amazonka.PinpointEmail.Types.TrackingOptions" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "TrackingOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customRedirectDomain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTrackingOptions Source #

Create a value of TrackingOptions 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:customRedirectDomain:TrackingOptions', trackingOptions_customRedirectDomain - The domain that you want to use for tracking open and click events.

trackingOptions_customRedirectDomain :: Lens' TrackingOptions Text Source #

The domain that you want to use for tracking open and click events.

VolumeStatistics

data VolumeStatistics Source #

An object that contains information about the amount of email that was delivered to recipients.

See: newVolumeStatistics smart constructor.

Constructors

VolumeStatistics' 

Fields

  • inboxRawCount :: Maybe Integer

    The total number of emails that arrived in recipients' inboxes.

  • projectedSpam :: Maybe Integer

    An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.

  • projectedInbox :: Maybe Integer

    An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.

  • spamRawCount :: Maybe Integer

    The total number of emails that arrived in recipients' spam or junk mail folders.

Instances

Instances details
Eq VolumeStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.VolumeStatistics

Read VolumeStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.VolumeStatistics

Show VolumeStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.VolumeStatistics

Generic VolumeStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.VolumeStatistics

Associated Types

type Rep VolumeStatistics :: Type -> Type #

NFData VolumeStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.VolumeStatistics

Methods

rnf :: VolumeStatistics -> () #

Hashable VolumeStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.VolumeStatistics

FromJSON VolumeStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.VolumeStatistics

type Rep VolumeStatistics Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.VolumeStatistics

type Rep VolumeStatistics = D1 ('MetaData "VolumeStatistics" "Amazonka.PinpointEmail.Types.VolumeStatistics" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "VolumeStatistics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "inboxRawCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "projectedSpam") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "projectedInbox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "spamRawCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newVolumeStatistics :: VolumeStatistics Source #

Create a value of VolumeStatistics 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:inboxRawCount:VolumeStatistics', volumeStatistics_inboxRawCount - The total number of emails that arrived in recipients' inboxes.

$sel:projectedSpam:VolumeStatistics', volumeStatistics_projectedSpam - An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.

$sel:projectedInbox:VolumeStatistics', volumeStatistics_projectedInbox - An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.

$sel:spamRawCount:VolumeStatistics', volumeStatistics_spamRawCount - The total number of emails that arrived in recipients' spam or junk mail folders.

volumeStatistics_inboxRawCount :: Lens' VolumeStatistics (Maybe Integer) Source #

The total number of emails that arrived in recipients' inboxes.

volumeStatistics_projectedSpam :: Lens' VolumeStatistics (Maybe Integer) Source #

An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.

volumeStatistics_projectedInbox :: Lens' VolumeStatistics (Maybe Integer) Source #

An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.

volumeStatistics_spamRawCount :: Lens' VolumeStatistics (Maybe Integer) Source #

The total number of emails that arrived in recipients' spam or junk mail folders.