amazonka-sesv2-2.0: Amazon Simple Email Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SESV2.Types

Contents

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2019-09-27 of the Amazon Simple Email Service SDK configuration.

Errors

_AccountSuspendedException :: AsError a => Fold a ServiceError Source #

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

_AlreadyExistsException :: AsError a => Fold a ServiceError Source #

The resource specified in your request already exists.

_BadRequestException :: AsError a => Fold a ServiceError Source #

The input you provided is invalid.

_ConcurrentModificationException :: AsError a => Fold a ServiceError Source #

The resource is being modified by another operation or thread.

_ConflictException :: AsError a => Fold a ServiceError Source #

If there is already an ongoing account details update under review.

_InternalServiceErrorException :: AsError a => Fold a ServiceError Source #

The request couldn't be processed because an error occurred with the Amazon SES API v2.

_InvalidNextTokenException :: AsError a => Fold a ServiceError Source #

The specified request includes an invalid or expired token.

_LimitExceededException :: AsError a => Fold a ServiceError Source #

There are too many instances of the specified resource type.

_MailFromDomainNotVerifiedException :: AsError a => Fold a ServiceError Source #

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

_MessageRejected :: AsError a => Fold a ServiceError Source #

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

_NotFoundException :: AsError a => Fold a ServiceError Source #

The resource you attempted to access doesn't exist.

_SendingPausedException :: AsError a => Fold a ServiceError Source #

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

_TooManyRequestsException :: AsError a => Fold a ServiceError Source #

Too many requests have been made to the operation.

BehaviorOnMxFailure

newtype BehaviorOnMxFailure Source #

The action to take if the required MX record can't be found when you send an email. When you set this value to UseDefaultValue, the mail is sent using amazonses.com as the MAIL FROM domain. When you set this value to RejectMessage, the Amazon SES API v2 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
FromJSON BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.SESV2.Types.BehaviorOnMxFailure

FromJSONKey BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.SESV2.Types.BehaviorOnMxFailure

ToJSON BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.SESV2.Types.BehaviorOnMxFailure

ToJSONKey BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.SESV2.Types.BehaviorOnMxFailure

ToByteString BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.SESV2.Types.BehaviorOnMxFailure

ToHeader BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.SESV2.Types.BehaviorOnMxFailure

ToLog BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.SESV2.Types.BehaviorOnMxFailure

ToQuery BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.SESV2.Types.BehaviorOnMxFailure

FromText BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.SESV2.Types.BehaviorOnMxFailure

ToText BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.SESV2.Types.BehaviorOnMxFailure

FromXML BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.SESV2.Types.BehaviorOnMxFailure

ToXML BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.SESV2.Types.BehaviorOnMxFailure

Generic BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.SESV2.Types.BehaviorOnMxFailure

Associated Types

type Rep BehaviorOnMxFailure :: Type -> Type #

Read BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.SESV2.Types.BehaviorOnMxFailure

Show BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.SESV2.Types.BehaviorOnMxFailure

NFData BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.SESV2.Types.BehaviorOnMxFailure

Methods

rnf :: BehaviorOnMxFailure -> () #

Eq BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.SESV2.Types.BehaviorOnMxFailure

Ord BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.SESV2.Types.BehaviorOnMxFailure

Hashable BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.SESV2.Types.BehaviorOnMxFailure

type Rep BehaviorOnMxFailure Source # 
Instance details

Defined in Amazonka.SESV2.Types.BehaviorOnMxFailure

type Rep BehaviorOnMxFailure = D1 ('MetaData "BehaviorOnMxFailure" "Amazonka.SESV2.Types.BehaviorOnMxFailure" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "BehaviorOnMxFailure'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBehaviorOnMxFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BulkEmailStatus

newtype BulkEmailStatus Source #

Constructors

BulkEmailStatus' 

Instances

Instances details
FromJSON BulkEmailStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailStatus

FromJSONKey BulkEmailStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailStatus

ToJSON BulkEmailStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailStatus

ToJSONKey BulkEmailStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailStatus

ToByteString BulkEmailStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailStatus

ToHeader BulkEmailStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailStatus

ToLog BulkEmailStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailStatus

ToQuery BulkEmailStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailStatus

FromText BulkEmailStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailStatus

ToText BulkEmailStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailStatus

FromXML BulkEmailStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailStatus

ToXML BulkEmailStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailStatus

Methods

toXML :: BulkEmailStatus -> XML #

Generic BulkEmailStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailStatus

Associated Types

type Rep BulkEmailStatus :: Type -> Type #

Read BulkEmailStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailStatus

Show BulkEmailStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailStatus

NFData BulkEmailStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailStatus

Methods

rnf :: BulkEmailStatus -> () #

Eq BulkEmailStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailStatus

Ord BulkEmailStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailStatus

Hashable BulkEmailStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailStatus

type Rep BulkEmailStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailStatus

type Rep BulkEmailStatus = D1 ('MetaData "BulkEmailStatus" "Amazonka.SESV2.Types.BulkEmailStatus" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "BulkEmailStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBulkEmailStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ContactLanguage

newtype ContactLanguage Source #

Constructors

ContactLanguage' 

Bundled Patterns

pattern ContactLanguage_EN :: ContactLanguage 
pattern ContactLanguage_JA :: ContactLanguage 

Instances

Instances details
FromJSON ContactLanguage Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactLanguage

FromJSONKey ContactLanguage Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactLanguage

ToJSON ContactLanguage Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactLanguage

ToJSONKey ContactLanguage Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactLanguage

ToByteString ContactLanguage Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactLanguage

ToHeader ContactLanguage Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactLanguage

ToLog ContactLanguage Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactLanguage

ToQuery ContactLanguage Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactLanguage

FromText ContactLanguage Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactLanguage

ToText ContactLanguage Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactLanguage

FromXML ContactLanguage Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactLanguage

ToXML ContactLanguage Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactLanguage

Methods

toXML :: ContactLanguage -> XML #

Generic ContactLanguage Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactLanguage

Associated Types

type Rep ContactLanguage :: Type -> Type #

Read ContactLanguage Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactLanguage

Show ContactLanguage Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactLanguage

NFData ContactLanguage Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactLanguage

Methods

rnf :: ContactLanguage -> () #

Eq ContactLanguage Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactLanguage

Ord ContactLanguage Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactLanguage

Hashable ContactLanguage Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactLanguage

type Rep ContactLanguage Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactLanguage

type Rep ContactLanguage = D1 ('MetaData "ContactLanguage" "Amazonka.SESV2.Types.ContactLanguage" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "ContactLanguage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromContactLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ContactListImportAction

newtype ContactListImportAction Source #

Instances

Instances details
FromJSON ContactListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListImportAction

FromJSONKey ContactListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListImportAction

ToJSON ContactListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListImportAction

ToJSONKey ContactListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListImportAction

ToByteString ContactListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListImportAction

ToHeader ContactListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListImportAction

ToLog ContactListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListImportAction

ToQuery ContactListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListImportAction

FromText ContactListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListImportAction

ToText ContactListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListImportAction

FromXML ContactListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListImportAction

ToXML ContactListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListImportAction

Generic ContactListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListImportAction

Associated Types

type Rep ContactListImportAction :: Type -> Type #

Read ContactListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListImportAction

Show ContactListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListImportAction

NFData ContactListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListImportAction

Methods

rnf :: ContactListImportAction -> () #

Eq ContactListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListImportAction

Ord ContactListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListImportAction

Hashable ContactListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListImportAction

type Rep ContactListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListImportAction

type Rep ContactListImportAction = D1 ('MetaData "ContactListImportAction" "Amazonka.SESV2.Types.ContactListImportAction" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "ContactListImportAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromContactListImportAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataFormat

newtype DataFormat Source #

The data format of the import job's data source.

Constructors

DataFormat' 

Fields

Bundled Patterns

pattern DataFormat_CSV :: DataFormat 
pattern DataFormat_JSON :: DataFormat 

Instances

Instances details
FromJSON DataFormat Source # 
Instance details

Defined in Amazonka.SESV2.Types.DataFormat

FromJSONKey DataFormat Source # 
Instance details

Defined in Amazonka.SESV2.Types.DataFormat

ToJSON DataFormat Source # 
Instance details

Defined in Amazonka.SESV2.Types.DataFormat

ToJSONKey DataFormat Source # 
Instance details

Defined in Amazonka.SESV2.Types.DataFormat

ToByteString DataFormat Source # 
Instance details

Defined in Amazonka.SESV2.Types.DataFormat

ToHeader DataFormat Source # 
Instance details

Defined in Amazonka.SESV2.Types.DataFormat

ToLog DataFormat Source # 
Instance details

Defined in Amazonka.SESV2.Types.DataFormat

ToQuery DataFormat Source # 
Instance details

Defined in Amazonka.SESV2.Types.DataFormat

FromText DataFormat Source # 
Instance details

Defined in Amazonka.SESV2.Types.DataFormat

ToText DataFormat Source # 
Instance details

Defined in Amazonka.SESV2.Types.DataFormat

Methods

toText :: DataFormat -> Text #

FromXML DataFormat Source # 
Instance details

Defined in Amazonka.SESV2.Types.DataFormat

ToXML DataFormat Source # 
Instance details

Defined in Amazonka.SESV2.Types.DataFormat

Methods

toXML :: DataFormat -> XML #

Generic DataFormat Source # 
Instance details

Defined in Amazonka.SESV2.Types.DataFormat

Associated Types

type Rep DataFormat :: Type -> Type #

Read DataFormat Source # 
Instance details

Defined in Amazonka.SESV2.Types.DataFormat

Show DataFormat Source # 
Instance details

Defined in Amazonka.SESV2.Types.DataFormat

NFData DataFormat Source # 
Instance details

Defined in Amazonka.SESV2.Types.DataFormat

Methods

rnf :: DataFormat -> () #

Eq DataFormat Source # 
Instance details

Defined in Amazonka.SESV2.Types.DataFormat

Ord DataFormat Source # 
Instance details

Defined in Amazonka.SESV2.Types.DataFormat

Hashable DataFormat Source # 
Instance details

Defined in Amazonka.SESV2.Types.DataFormat

type Rep DataFormat Source # 
Instance details

Defined in Amazonka.SESV2.Types.DataFormat

type Rep DataFormat = D1 ('MetaData "DataFormat" "Amazonka.SESV2.Types.DataFormat" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "DataFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataFormat") '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
FromJSON DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityDashboardAccountStatus

FromJSONKey DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityDashboardAccountStatus

ToJSON DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityDashboardAccountStatus

ToJSONKey DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityDashboardAccountStatus

ToByteString DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityDashboardAccountStatus

ToHeader DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityDashboardAccountStatus

ToLog DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityDashboardAccountStatus

ToQuery DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityDashboardAccountStatus

FromText DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityDashboardAccountStatus

ToText DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityDashboardAccountStatus

FromXML DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityDashboardAccountStatus

ToXML DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityDashboardAccountStatus

Generic DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityDashboardAccountStatus

Read DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityDashboardAccountStatus

Show DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityDashboardAccountStatus

NFData DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityDashboardAccountStatus

Eq DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityDashboardAccountStatus

Ord DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityDashboardAccountStatus

Hashable DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityDashboardAccountStatus

type Rep DeliverabilityDashboardAccountStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityDashboardAccountStatus

type Rep DeliverabilityDashboardAccountStatus = D1 ('MetaData "DeliverabilityDashboardAccountStatus" "Amazonka.SESV2.Types.DeliverabilityDashboardAccountStatus" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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
FromJSON DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestStatus

FromJSONKey DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestStatus

ToJSON DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestStatus

ToJSONKey DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestStatus

ToByteString DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestStatus

ToHeader DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestStatus

ToLog DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestStatus

ToQuery DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestStatus

FromText DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestStatus

ToText DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestStatus

FromXML DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestStatus

ToXML DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestStatus

Generic DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestStatus

Associated Types

type Rep DeliverabilityTestStatus :: Type -> Type #

Read DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestStatus

Show DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestStatus

NFData DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestStatus

Eq DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestStatus

Ord DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestStatus

Hashable DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestStatus

type Rep DeliverabilityTestStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestStatus

type Rep DeliverabilityTestStatus = D1 ('MetaData "DeliverabilityTestStatus" "Amazonka.SESV2.Types.DeliverabilityTestStatus" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "DeliverabilityTestStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeliverabilityTestStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DimensionValueSource

newtype DimensionValueSource Source #

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

Instances

Instances details
FromJSON DimensionValueSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.DimensionValueSource

FromJSONKey DimensionValueSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.DimensionValueSource

ToJSON DimensionValueSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.DimensionValueSource

ToJSONKey DimensionValueSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.DimensionValueSource

ToByteString DimensionValueSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.DimensionValueSource

ToHeader DimensionValueSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.DimensionValueSource

ToLog DimensionValueSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.DimensionValueSource

ToQuery DimensionValueSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.DimensionValueSource

FromText DimensionValueSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.DimensionValueSource

ToText DimensionValueSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.DimensionValueSource

FromXML DimensionValueSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.DimensionValueSource

ToXML DimensionValueSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.DimensionValueSource

Generic DimensionValueSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.DimensionValueSource

Associated Types

type Rep DimensionValueSource :: Type -> Type #

Read DimensionValueSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.DimensionValueSource

Show DimensionValueSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.DimensionValueSource

NFData DimensionValueSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.DimensionValueSource

Methods

rnf :: DimensionValueSource -> () #

Eq DimensionValueSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.DimensionValueSource

Ord DimensionValueSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.DimensionValueSource

Hashable DimensionValueSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.DimensionValueSource

type Rep DimensionValueSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.DimensionValueSource

type Rep DimensionValueSource = D1 ('MetaData "DimensionValueSource" "Amazonka.SESV2.Types.DimensionValueSource" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "DimensionValueSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDimensionValueSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DkimSigningAttributesOrigin

newtype DkimSigningAttributesOrigin Source #

Instances

Instances details
FromJSON DkimSigningAttributesOrigin Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributesOrigin

FromJSONKey DkimSigningAttributesOrigin Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributesOrigin

ToJSON DkimSigningAttributesOrigin Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributesOrigin

ToJSONKey DkimSigningAttributesOrigin Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributesOrigin

ToByteString DkimSigningAttributesOrigin Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributesOrigin

ToHeader DkimSigningAttributesOrigin Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributesOrigin

ToLog DkimSigningAttributesOrigin Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributesOrigin

ToQuery DkimSigningAttributesOrigin Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributesOrigin

FromText DkimSigningAttributesOrigin Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributesOrigin

ToText DkimSigningAttributesOrigin Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributesOrigin

FromXML DkimSigningAttributesOrigin Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributesOrigin

ToXML DkimSigningAttributesOrigin Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributesOrigin

Generic DkimSigningAttributesOrigin Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributesOrigin

Associated Types

type Rep DkimSigningAttributesOrigin :: Type -> Type #

Read DkimSigningAttributesOrigin Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributesOrigin

Show DkimSigningAttributesOrigin Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributesOrigin

NFData DkimSigningAttributesOrigin Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributesOrigin

Eq DkimSigningAttributesOrigin Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributesOrigin

Ord DkimSigningAttributesOrigin Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributesOrigin

Hashable DkimSigningAttributesOrigin Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributesOrigin

type Rep DkimSigningAttributesOrigin Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributesOrigin

type Rep DkimSigningAttributesOrigin = D1 ('MetaData "DkimSigningAttributesOrigin" "Amazonka.SESV2.Types.DkimSigningAttributesOrigin" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "DkimSigningAttributesOrigin'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDkimSigningAttributesOrigin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DkimSigningKeyLength

newtype DkimSigningKeyLength Source #

Instances

Instances details
FromJSON DkimSigningKeyLength Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningKeyLength

FromJSONKey DkimSigningKeyLength Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningKeyLength

ToJSON DkimSigningKeyLength Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningKeyLength

ToJSONKey DkimSigningKeyLength Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningKeyLength

ToByteString DkimSigningKeyLength Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningKeyLength

ToHeader DkimSigningKeyLength Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningKeyLength

ToLog DkimSigningKeyLength Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningKeyLength

ToQuery DkimSigningKeyLength Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningKeyLength

FromText DkimSigningKeyLength Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningKeyLength

ToText DkimSigningKeyLength Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningKeyLength

FromXML DkimSigningKeyLength Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningKeyLength

ToXML DkimSigningKeyLength Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningKeyLength

Generic DkimSigningKeyLength Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningKeyLength

Associated Types

type Rep DkimSigningKeyLength :: Type -> Type #

Read DkimSigningKeyLength Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningKeyLength

Show DkimSigningKeyLength Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningKeyLength

NFData DkimSigningKeyLength Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningKeyLength

Methods

rnf :: DkimSigningKeyLength -> () #

Eq DkimSigningKeyLength Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningKeyLength

Ord DkimSigningKeyLength Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningKeyLength

Hashable DkimSigningKeyLength Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningKeyLength

type Rep DkimSigningKeyLength Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningKeyLength

type Rep DkimSigningKeyLength = D1 ('MetaData "DkimSigningKeyLength" "Amazonka.SESV2.Types.DkimSigningKeyLength" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "DkimSigningKeyLength'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDkimSigningKeyLength") '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 verification process was initiated, but Amazon SES hasn't yet detected the DKIM records in the DNS configuration for the domain.
  • SUCCESS – The verification process completed successfully.
  • FAILED – The verification process failed. This typically occurs when Amazon SES fails to find the DKIM records in the DNS configuration of the domain.
  • TEMPORARY_FAILURE – A temporary issue is preventing Amazon SES 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
FromJSON DkimStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimStatus

FromJSONKey DkimStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimStatus

ToJSON DkimStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimStatus

ToJSONKey DkimStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimStatus

ToByteString DkimStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimStatus

ToHeader DkimStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimStatus

ToLog DkimStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimStatus

ToQuery DkimStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimStatus

FromText DkimStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimStatus

ToText DkimStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimStatus

Methods

toText :: DkimStatus -> Text #

FromXML DkimStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimStatus

ToXML DkimStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimStatus

Methods

toXML :: DkimStatus -> XML #

Generic DkimStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimStatus

Associated Types

type Rep DkimStatus :: Type -> Type #

Read DkimStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimStatus

Show DkimStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimStatus

NFData DkimStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimStatus

Methods

rnf :: DkimStatus -> () #

Eq DkimStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimStatus

Ord DkimStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimStatus

Hashable DkimStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimStatus

type Rep DkimStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimStatus

type Rep DkimStatus = D1 ('MetaData "DkimStatus" "Amazonka.SESV2.Types.DkimStatus" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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
FromJSON EventType Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventType

FromJSONKey EventType Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventType

ToJSON EventType Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventType

ToJSONKey EventType Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventType

ToByteString EventType Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventType

Methods

toBS :: EventType -> ByteString #

ToHeader EventType Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventType

ToLog EventType Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventType

ToQuery EventType Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventType

FromText EventType Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventType

ToText EventType Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventType

Methods

toText :: EventType -> Text #

FromXML EventType Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventType

ToXML EventType Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventType

Methods

toXML :: EventType -> XML #

Generic EventType Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventType

Associated Types

type Rep EventType :: Type -> Type #

Read EventType Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventType

Show EventType Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventType

NFData EventType Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventType

Methods

rnf :: EventType -> () #

Eq EventType Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventType

Ord EventType Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventType

Hashable EventType Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventType

type Rep EventType Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventType

type Rep EventType = D1 ('MetaData "EventType" "Amazonka.SESV2.Types.EventType" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "EventType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEventType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FeatureStatus

newtype FeatureStatus Source #

Constructors

FeatureStatus' 

Instances

Instances details
FromJSON FeatureStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.FeatureStatus

FromJSONKey FeatureStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.FeatureStatus

ToJSON FeatureStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.FeatureStatus

ToJSONKey FeatureStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.FeatureStatus

ToByteString FeatureStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.FeatureStatus

ToHeader FeatureStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.FeatureStatus

ToLog FeatureStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.FeatureStatus

ToQuery FeatureStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.FeatureStatus

FromText FeatureStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.FeatureStatus

ToText FeatureStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.FeatureStatus

Methods

toText :: FeatureStatus -> Text #

FromXML FeatureStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.FeatureStatus

ToXML FeatureStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.FeatureStatus

Methods

toXML :: FeatureStatus -> XML #

Generic FeatureStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.FeatureStatus

Associated Types

type Rep FeatureStatus :: Type -> Type #

Read FeatureStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.FeatureStatus

Show FeatureStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.FeatureStatus

NFData FeatureStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.FeatureStatus

Methods

rnf :: FeatureStatus -> () #

Eq FeatureStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.FeatureStatus

Ord FeatureStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.FeatureStatus

Hashable FeatureStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.FeatureStatus

type Rep FeatureStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.FeatureStatus

type Rep FeatureStatus = D1 ('MetaData "FeatureStatus" "Amazonka.SESV2.Types.FeatureStatus" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "FeatureStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFeatureStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

IdentityType

newtype IdentityType Source #

Constructors

IdentityType' 

Instances

Instances details
FromJSON IdentityType Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityType

FromJSONKey IdentityType Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityType

ToJSON IdentityType Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityType

ToJSONKey IdentityType Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityType

ToByteString IdentityType Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityType

ToHeader IdentityType Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityType

ToLog IdentityType Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityType

ToQuery IdentityType Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityType

FromText IdentityType Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityType

ToText IdentityType Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityType

Methods

toText :: IdentityType -> Text #

FromXML IdentityType Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityType

ToXML IdentityType Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityType

Methods

toXML :: IdentityType -> XML #

Generic IdentityType Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityType

Associated Types

type Rep IdentityType :: Type -> Type #

Read IdentityType Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityType

Show IdentityType Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityType

NFData IdentityType Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityType

Methods

rnf :: IdentityType -> () #

Eq IdentityType Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityType

Ord IdentityType Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityType

Hashable IdentityType Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityType

type Rep IdentityType Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityType

type Rep IdentityType = D1 ('MetaData "IdentityType" "Amazonka.SESV2.Types.IdentityType" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "IdentityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIdentityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImportDestinationType

newtype ImportDestinationType Source #

The destination of the import job, which can be used to list import jobs that have a certain ImportDestinationType.

Instances

Instances details
FromJSON ImportDestinationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestinationType

FromJSONKey ImportDestinationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestinationType

ToJSON ImportDestinationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestinationType

ToJSONKey ImportDestinationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestinationType

ToByteString ImportDestinationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestinationType

ToHeader ImportDestinationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestinationType

ToLog ImportDestinationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestinationType

ToQuery ImportDestinationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestinationType

FromText ImportDestinationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestinationType

ToText ImportDestinationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestinationType

FromXML ImportDestinationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestinationType

ToXML ImportDestinationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestinationType

Generic ImportDestinationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestinationType

Associated Types

type Rep ImportDestinationType :: Type -> Type #

Read ImportDestinationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestinationType

Show ImportDestinationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestinationType

NFData ImportDestinationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestinationType

Methods

rnf :: ImportDestinationType -> () #

Eq ImportDestinationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestinationType

Ord ImportDestinationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestinationType

Hashable ImportDestinationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestinationType

type Rep ImportDestinationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestinationType

type Rep ImportDestinationType = D1 ('MetaData "ImportDestinationType" "Amazonka.SESV2.Types.ImportDestinationType" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "ImportDestinationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImportDestinationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

JobStatus

newtype JobStatus Source #

The status of the import job.

Constructors

JobStatus' 

Fields

Bundled Patterns

pattern JobStatus_COMPLETED :: JobStatus 
pattern JobStatus_CREATED :: JobStatus 
pattern JobStatus_FAILED :: JobStatus 
pattern JobStatus_PROCESSING :: JobStatus 

Instances

Instances details
FromJSON JobStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.JobStatus

FromJSONKey JobStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.JobStatus

ToJSON JobStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.JobStatus

ToJSONKey JobStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.JobStatus

ToByteString JobStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.JobStatus

Methods

toBS :: JobStatus -> ByteString #

ToHeader JobStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.JobStatus

ToLog JobStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.JobStatus

ToQuery JobStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.JobStatus

FromText JobStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.JobStatus

ToText JobStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.JobStatus

Methods

toText :: JobStatus -> Text #

FromXML JobStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.JobStatus

ToXML JobStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.JobStatus

Methods

toXML :: JobStatus -> XML #

Generic JobStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.JobStatus

Associated Types

type Rep JobStatus :: Type -> Type #

Read JobStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.JobStatus

Show JobStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.JobStatus

NFData JobStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.JobStatus

Methods

rnf :: JobStatus -> () #

Eq JobStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.JobStatus

Ord JobStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.JobStatus

Hashable JobStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.JobStatus

type Rep JobStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.JobStatus

type Rep JobStatus = D1 ('MetaData "JobStatus" "Amazonka.SESV2.Types.JobStatus" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "JobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ListRecommendationsFilterKey

newtype ListRecommendationsFilterKey Source #

The ListRecommendations filter type. This can be one of the following:

  • TYPE – The recommendation type, with values like DKIM, SPF or DMARC.
  • IMPACT – The recommendation impact, with values like HIGH or LOW.
  • STATUS – The recommendation status, with values like OPEN or FIXED.
  • RESOURCE_ARN – The resource affected by the recommendation, with values like arn:aws:ses:us-east-1:123456789012:identity/example.com.

Instances

Instances details
FromJSON ListRecommendationsFilterKey Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListRecommendationsFilterKey

FromJSONKey ListRecommendationsFilterKey Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListRecommendationsFilterKey

ToJSON ListRecommendationsFilterKey Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListRecommendationsFilterKey

ToJSONKey ListRecommendationsFilterKey Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListRecommendationsFilterKey

ToByteString ListRecommendationsFilterKey Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListRecommendationsFilterKey

ToHeader ListRecommendationsFilterKey Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListRecommendationsFilterKey

ToLog ListRecommendationsFilterKey Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListRecommendationsFilterKey

ToQuery ListRecommendationsFilterKey Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListRecommendationsFilterKey

FromText ListRecommendationsFilterKey Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListRecommendationsFilterKey

ToText ListRecommendationsFilterKey Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListRecommendationsFilterKey

FromXML ListRecommendationsFilterKey Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListRecommendationsFilterKey

ToXML ListRecommendationsFilterKey Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListRecommendationsFilterKey

Generic ListRecommendationsFilterKey Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListRecommendationsFilterKey

Associated Types

type Rep ListRecommendationsFilterKey :: Type -> Type #

Read ListRecommendationsFilterKey Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListRecommendationsFilterKey

Show ListRecommendationsFilterKey Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListRecommendationsFilterKey

NFData ListRecommendationsFilterKey Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListRecommendationsFilterKey

Eq ListRecommendationsFilterKey Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListRecommendationsFilterKey

Ord ListRecommendationsFilterKey Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListRecommendationsFilterKey

Hashable ListRecommendationsFilterKey Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListRecommendationsFilterKey

type Rep ListRecommendationsFilterKey Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListRecommendationsFilterKey

type Rep ListRecommendationsFilterKey = D1 ('MetaData "ListRecommendationsFilterKey" "Amazonka.SESV2.Types.ListRecommendationsFilterKey" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "ListRecommendationsFilterKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromListRecommendationsFilterKey") '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 SES hasn't started searching for the MX record yet.
  • SUCCESS – Amazon SES detected the required MX record for the MAIL FROM domain.
  • FAILED – Amazon SES can't find the required MX record, or the record no longer exists.
  • TEMPORARY_FAILURE – A temporary issue occurred, which prevented Amazon SES from determining the status of the MAIL FROM domain.

Instances

Instances details
FromJSON MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromDomainStatus

FromJSONKey MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromDomainStatus

ToJSON MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromDomainStatus

ToJSONKey MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromDomainStatus

ToByteString MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromDomainStatus

ToHeader MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromDomainStatus

ToLog MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromDomainStatus

ToQuery MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromDomainStatus

FromText MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromDomainStatus

ToText MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromDomainStatus

FromXML MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromDomainStatus

ToXML MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromDomainStatus

Generic MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromDomainStatus

Associated Types

type Rep MailFromDomainStatus :: Type -> Type #

Read MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromDomainStatus

Show MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromDomainStatus

NFData MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromDomainStatus

Methods

rnf :: MailFromDomainStatus -> () #

Eq MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromDomainStatus

Ord MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromDomainStatus

Hashable MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromDomainStatus

type Rep MailFromDomainStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromDomainStatus

type Rep MailFromDomainStatus = D1 ('MetaData "MailFromDomainStatus" "Amazonka.SESV2.Types.MailFromDomainStatus" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "MailFromDomainStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMailFromDomainStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MailType

newtype MailType Source #

Constructors

MailType' 

Fields

Bundled Patterns

pattern MailType_MARKETING :: MailType 
pattern MailType_TRANSACTIONAL :: MailType 

Instances

Instances details
FromJSON MailType Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailType

FromJSONKey MailType Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailType

ToJSON MailType Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailType

ToJSONKey MailType Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailType

ToByteString MailType Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailType

Methods

toBS :: MailType -> ByteString #

ToHeader MailType Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailType

Methods

toHeader :: HeaderName -> MailType -> [Header] #

ToLog MailType Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailType

ToQuery MailType Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailType

FromText MailType Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailType

ToText MailType Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailType

Methods

toText :: MailType -> Text #

FromXML MailType Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailType

ToXML MailType Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailType

Methods

toXML :: MailType -> XML #

Generic MailType Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailType

Associated Types

type Rep MailType :: Type -> Type #

Methods

from :: MailType -> Rep MailType x #

to :: Rep MailType x -> MailType #

Read MailType Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailType

Show MailType Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailType

NFData MailType Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailType

Methods

rnf :: MailType -> () #

Eq MailType Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailType

Ord MailType Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailType

Hashable MailType Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailType

Methods

hashWithSalt :: Int -> MailType -> Int #

hash :: MailType -> Int #

type Rep MailType Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailType

type Rep MailType = D1 ('MetaData "MailType" "Amazonka.SESV2.Types.MailType" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "MailType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMailType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Metric

newtype Metric Source #

Constructors

Metric' 

Fields

Instances

Instances details
FromJSON Metric Source # 
Instance details

Defined in Amazonka.SESV2.Types.Metric

FromJSONKey Metric Source # 
Instance details

Defined in Amazonka.SESV2.Types.Metric

ToJSON Metric Source # 
Instance details

Defined in Amazonka.SESV2.Types.Metric

ToJSONKey Metric Source # 
Instance details

Defined in Amazonka.SESV2.Types.Metric

ToByteString Metric Source # 
Instance details

Defined in Amazonka.SESV2.Types.Metric

Methods

toBS :: Metric -> ByteString #

ToHeader Metric Source # 
Instance details

Defined in Amazonka.SESV2.Types.Metric

Methods

toHeader :: HeaderName -> Metric -> [Header] #

ToLog Metric Source # 
Instance details

Defined in Amazonka.SESV2.Types.Metric

ToQuery Metric Source # 
Instance details

Defined in Amazonka.SESV2.Types.Metric

FromText Metric Source # 
Instance details

Defined in Amazonka.SESV2.Types.Metric

ToText Metric Source # 
Instance details

Defined in Amazonka.SESV2.Types.Metric

Methods

toText :: Metric -> Text #

FromXML Metric Source # 
Instance details

Defined in Amazonka.SESV2.Types.Metric

ToXML Metric Source # 
Instance details

Defined in Amazonka.SESV2.Types.Metric

Methods

toXML :: Metric -> XML #

Generic Metric Source # 
Instance details

Defined in Amazonka.SESV2.Types.Metric

Associated Types

type Rep Metric :: Type -> Type #

Methods

from :: Metric -> Rep Metric x #

to :: Rep Metric x -> Metric #

Read Metric Source # 
Instance details

Defined in Amazonka.SESV2.Types.Metric

Show Metric Source # 
Instance details

Defined in Amazonka.SESV2.Types.Metric

NFData Metric Source # 
Instance details

Defined in Amazonka.SESV2.Types.Metric

Methods

rnf :: Metric -> () #

Eq Metric Source # 
Instance details

Defined in Amazonka.SESV2.Types.Metric

Methods

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

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

Ord Metric Source # 
Instance details

Defined in Amazonka.SESV2.Types.Metric

Hashable Metric Source # 
Instance details

Defined in Amazonka.SESV2.Types.Metric

Methods

hashWithSalt :: Int -> Metric -> Int #

hash :: Metric -> Int #

type Rep Metric Source # 
Instance details

Defined in Amazonka.SESV2.Types.Metric

type Rep Metric = D1 ('MetaData "Metric" "Amazonka.SESV2.Types.Metric" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "Metric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMetric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MetricDimensionName

newtype MetricDimensionName Source #

The BatchGetMetricDataQuery dimension name. This can be one of the following:

  • EMAIL_IDENTITY – The email identity used when sending messages.
  • CONFIGURATION_SET – The configuration set used when sending messages (if one was used).
  • ISP – The recipient ISP (e.g. Gmail, Yahoo, etc.).

Instances

Instances details
FromJSON MetricDimensionName Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDimensionName

FromJSONKey MetricDimensionName Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDimensionName

ToJSON MetricDimensionName Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDimensionName

ToJSONKey MetricDimensionName Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDimensionName

ToByteString MetricDimensionName Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDimensionName

ToHeader MetricDimensionName Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDimensionName

ToLog MetricDimensionName Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDimensionName

ToQuery MetricDimensionName Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDimensionName

FromText MetricDimensionName Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDimensionName

ToText MetricDimensionName Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDimensionName

FromXML MetricDimensionName Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDimensionName

ToXML MetricDimensionName Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDimensionName

Generic MetricDimensionName Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDimensionName

Associated Types

type Rep MetricDimensionName :: Type -> Type #

Read MetricDimensionName Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDimensionName

Show MetricDimensionName Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDimensionName

NFData MetricDimensionName Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDimensionName

Methods

rnf :: MetricDimensionName -> () #

Eq MetricDimensionName Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDimensionName

Ord MetricDimensionName Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDimensionName

Hashable MetricDimensionName Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDimensionName

type Rep MetricDimensionName Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDimensionName

type Rep MetricDimensionName = D1 ('MetaData "MetricDimensionName" "Amazonka.SESV2.Types.MetricDimensionName" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "MetricDimensionName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMetricDimensionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MetricNamespace

newtype MetricNamespace Source #

Constructors

MetricNamespace' 

Bundled Patterns

pattern MetricNamespace_VDM :: MetricNamespace 

Instances

Instances details
FromJSON MetricNamespace Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricNamespace

FromJSONKey MetricNamespace Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricNamespace

ToJSON MetricNamespace Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricNamespace

ToJSONKey MetricNamespace Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricNamespace

ToByteString MetricNamespace Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricNamespace

ToHeader MetricNamespace Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricNamespace

ToLog MetricNamespace Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricNamespace

ToQuery MetricNamespace Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricNamespace

FromText MetricNamespace Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricNamespace

ToText MetricNamespace Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricNamespace

FromXML MetricNamespace Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricNamespace

ToXML MetricNamespace Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricNamespace

Methods

toXML :: MetricNamespace -> XML #

Generic MetricNamespace Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricNamespace

Associated Types

type Rep MetricNamespace :: Type -> Type #

Read MetricNamespace Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricNamespace

Show MetricNamespace Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricNamespace

NFData MetricNamespace Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricNamespace

Methods

rnf :: MetricNamespace -> () #

Eq MetricNamespace Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricNamespace

Ord MetricNamespace Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricNamespace

Hashable MetricNamespace Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricNamespace

type Rep MetricNamespace Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricNamespace

type Rep MetricNamespace = D1 ('MetaData "MetricNamespace" "Amazonka.SESV2.Types.MetricNamespace" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "MetricNamespace'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMetricNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

QueryErrorCode

newtype QueryErrorCode Source #

Constructors

QueryErrorCode' 

Instances

Instances details
FromJSON QueryErrorCode Source # 
Instance details

Defined in Amazonka.SESV2.Types.QueryErrorCode

FromJSONKey QueryErrorCode Source # 
Instance details

Defined in Amazonka.SESV2.Types.QueryErrorCode

ToJSON QueryErrorCode Source # 
Instance details

Defined in Amazonka.SESV2.Types.QueryErrorCode

ToJSONKey QueryErrorCode Source # 
Instance details

Defined in Amazonka.SESV2.Types.QueryErrorCode

ToByteString QueryErrorCode Source # 
Instance details

Defined in Amazonka.SESV2.Types.QueryErrorCode

ToHeader QueryErrorCode Source # 
Instance details

Defined in Amazonka.SESV2.Types.QueryErrorCode

ToLog QueryErrorCode Source # 
Instance details

Defined in Amazonka.SESV2.Types.QueryErrorCode

ToQuery QueryErrorCode Source # 
Instance details

Defined in Amazonka.SESV2.Types.QueryErrorCode

FromText QueryErrorCode Source # 
Instance details

Defined in Amazonka.SESV2.Types.QueryErrorCode

ToText QueryErrorCode Source # 
Instance details

Defined in Amazonka.SESV2.Types.QueryErrorCode

FromXML QueryErrorCode Source # 
Instance details

Defined in Amazonka.SESV2.Types.QueryErrorCode

ToXML QueryErrorCode Source # 
Instance details

Defined in Amazonka.SESV2.Types.QueryErrorCode

Methods

toXML :: QueryErrorCode -> XML #

Generic QueryErrorCode Source # 
Instance details

Defined in Amazonka.SESV2.Types.QueryErrorCode

Associated Types

type Rep QueryErrorCode :: Type -> Type #

Read QueryErrorCode Source # 
Instance details

Defined in Amazonka.SESV2.Types.QueryErrorCode

Show QueryErrorCode Source # 
Instance details

Defined in Amazonka.SESV2.Types.QueryErrorCode

NFData QueryErrorCode Source # 
Instance details

Defined in Amazonka.SESV2.Types.QueryErrorCode

Methods

rnf :: QueryErrorCode -> () #

Eq QueryErrorCode Source # 
Instance details

Defined in Amazonka.SESV2.Types.QueryErrorCode

Ord QueryErrorCode Source # 
Instance details

Defined in Amazonka.SESV2.Types.QueryErrorCode

Hashable QueryErrorCode Source # 
Instance details

Defined in Amazonka.SESV2.Types.QueryErrorCode

type Rep QueryErrorCode Source # 
Instance details

Defined in Amazonka.SESV2.Types.QueryErrorCode

type Rep QueryErrorCode = D1 ('MetaData "QueryErrorCode" "Amazonka.SESV2.Types.QueryErrorCode" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "QueryErrorCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromQueryErrorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RecommendationImpact

newtype RecommendationImpact Source #

Instances

Instances details
FromJSON RecommendationImpact Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationImpact

FromJSONKey RecommendationImpact Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationImpact

ToJSON RecommendationImpact Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationImpact

ToJSONKey RecommendationImpact Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationImpact

ToByteString RecommendationImpact Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationImpact

ToHeader RecommendationImpact Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationImpact

ToLog RecommendationImpact Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationImpact

ToQuery RecommendationImpact Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationImpact

FromText RecommendationImpact Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationImpact

ToText RecommendationImpact Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationImpact

FromXML RecommendationImpact Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationImpact

ToXML RecommendationImpact Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationImpact

Generic RecommendationImpact Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationImpact

Associated Types

type Rep RecommendationImpact :: Type -> Type #

Read RecommendationImpact Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationImpact

Show RecommendationImpact Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationImpact

NFData RecommendationImpact Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationImpact

Methods

rnf :: RecommendationImpact -> () #

Eq RecommendationImpact Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationImpact

Ord RecommendationImpact Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationImpact

Hashable RecommendationImpact Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationImpact

type Rep RecommendationImpact Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationImpact

type Rep RecommendationImpact = D1 ('MetaData "RecommendationImpact" "Amazonka.SESV2.Types.RecommendationImpact" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "RecommendationImpact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRecommendationImpact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RecommendationStatus

newtype RecommendationStatus Source #

Instances

Instances details
FromJSON RecommendationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationStatus

FromJSONKey RecommendationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationStatus

ToJSON RecommendationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationStatus

ToJSONKey RecommendationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationStatus

ToByteString RecommendationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationStatus

ToHeader RecommendationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationStatus

ToLog RecommendationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationStatus

ToQuery RecommendationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationStatus

FromText RecommendationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationStatus

ToText RecommendationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationStatus

FromXML RecommendationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationStatus

ToXML RecommendationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationStatus

Generic RecommendationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationStatus

Associated Types

type Rep RecommendationStatus :: Type -> Type #

Read RecommendationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationStatus

Show RecommendationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationStatus

NFData RecommendationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationStatus

Methods

rnf :: RecommendationStatus -> () #

Eq RecommendationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationStatus

Ord RecommendationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationStatus

Hashable RecommendationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationStatus

type Rep RecommendationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationStatus

type Rep RecommendationStatus = D1 ('MetaData "RecommendationStatus" "Amazonka.SESV2.Types.RecommendationStatus" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "RecommendationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRecommendationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RecommendationType

newtype RecommendationType Source #

Instances

Instances details
FromJSON RecommendationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationType

FromJSONKey RecommendationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationType

ToJSON RecommendationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationType

ToJSONKey RecommendationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationType

ToByteString RecommendationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationType

ToHeader RecommendationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationType

ToLog RecommendationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationType

ToQuery RecommendationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationType

FromText RecommendationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationType

ToText RecommendationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationType

FromXML RecommendationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationType

ToXML RecommendationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationType

Generic RecommendationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationType

Associated Types

type Rep RecommendationType :: Type -> Type #

Read RecommendationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationType

Show RecommendationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationType

NFData RecommendationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationType

Methods

rnf :: RecommendationType -> () #

Eq RecommendationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationType

Ord RecommendationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationType

Hashable RecommendationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationType

type Rep RecommendationType Source # 
Instance details

Defined in Amazonka.SESV2.Types.RecommendationType

type Rep RecommendationType = D1 ('MetaData "RecommendationType" "Amazonka.SESV2.Types.RecommendationType" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "RecommendationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRecommendationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReviewStatus

newtype ReviewStatus Source #

Constructors

ReviewStatus' 

Instances

Instances details
FromJSON ReviewStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewStatus

FromJSONKey ReviewStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewStatus

ToJSON ReviewStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewStatus

ToJSONKey ReviewStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewStatus

ToByteString ReviewStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewStatus

ToHeader ReviewStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewStatus

ToLog ReviewStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewStatus

ToQuery ReviewStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewStatus

FromText ReviewStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewStatus

ToText ReviewStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewStatus

Methods

toText :: ReviewStatus -> Text #

FromXML ReviewStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewStatus

ToXML ReviewStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewStatus

Methods

toXML :: ReviewStatus -> XML #

Generic ReviewStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewStatus

Associated Types

type Rep ReviewStatus :: Type -> Type #

Read ReviewStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewStatus

Show ReviewStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewStatus

NFData ReviewStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewStatus

Methods

rnf :: ReviewStatus -> () #

Eq ReviewStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewStatus

Ord ReviewStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewStatus

Hashable ReviewStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewStatus

type Rep ReviewStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewStatus

type Rep ReviewStatus = D1 ('MetaData "ReviewStatus" "Amazonka.SESV2.Types.ReviewStatus" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "ReviewStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReviewStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ScalingMode

newtype ScalingMode Source #

Constructors

ScalingMode' 

Bundled Patterns

pattern ScalingMode_MANAGED :: ScalingMode 
pattern ScalingMode_STANDARD :: ScalingMode 

Instances

Instances details
FromJSON ScalingMode Source # 
Instance details

Defined in Amazonka.SESV2.Types.ScalingMode

FromJSONKey ScalingMode Source # 
Instance details

Defined in Amazonka.SESV2.Types.ScalingMode

ToJSON ScalingMode Source # 
Instance details

Defined in Amazonka.SESV2.Types.ScalingMode

ToJSONKey ScalingMode Source # 
Instance details

Defined in Amazonka.SESV2.Types.ScalingMode

ToByteString ScalingMode Source # 
Instance details

Defined in Amazonka.SESV2.Types.ScalingMode

ToHeader ScalingMode Source # 
Instance details

Defined in Amazonka.SESV2.Types.ScalingMode

ToLog ScalingMode Source # 
Instance details

Defined in Amazonka.SESV2.Types.ScalingMode

ToQuery ScalingMode Source # 
Instance details

Defined in Amazonka.SESV2.Types.ScalingMode

FromText ScalingMode Source # 
Instance details

Defined in Amazonka.SESV2.Types.ScalingMode

ToText ScalingMode Source # 
Instance details

Defined in Amazonka.SESV2.Types.ScalingMode

Methods

toText :: ScalingMode -> Text #

FromXML ScalingMode Source # 
Instance details

Defined in Amazonka.SESV2.Types.ScalingMode

ToXML ScalingMode Source # 
Instance details

Defined in Amazonka.SESV2.Types.ScalingMode

Methods

toXML :: ScalingMode -> XML #

Generic ScalingMode Source # 
Instance details

Defined in Amazonka.SESV2.Types.ScalingMode

Associated Types

type Rep ScalingMode :: Type -> Type #

Read ScalingMode Source # 
Instance details

Defined in Amazonka.SESV2.Types.ScalingMode

Show ScalingMode Source # 
Instance details

Defined in Amazonka.SESV2.Types.ScalingMode

NFData ScalingMode Source # 
Instance details

Defined in Amazonka.SESV2.Types.ScalingMode

Methods

rnf :: ScalingMode -> () #

Eq ScalingMode Source # 
Instance details

Defined in Amazonka.SESV2.Types.ScalingMode

Ord ScalingMode Source # 
Instance details

Defined in Amazonka.SESV2.Types.ScalingMode

Hashable ScalingMode Source # 
Instance details

Defined in Amazonka.SESV2.Types.ScalingMode

type Rep ScalingMode Source # 
Instance details

Defined in Amazonka.SESV2.Types.ScalingMode

type Rep ScalingMode = D1 ('MetaData "ScalingMode" "Amazonka.SESV2.Types.ScalingMode" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "ScalingMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScalingMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SubscriptionStatus

newtype SubscriptionStatus Source #

Instances

Instances details
FromJSON SubscriptionStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.SubscriptionStatus

FromJSONKey SubscriptionStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.SubscriptionStatus

ToJSON SubscriptionStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.SubscriptionStatus

ToJSONKey SubscriptionStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.SubscriptionStatus

ToByteString SubscriptionStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.SubscriptionStatus

ToHeader SubscriptionStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.SubscriptionStatus

ToLog SubscriptionStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.SubscriptionStatus

ToQuery SubscriptionStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.SubscriptionStatus

FromText SubscriptionStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.SubscriptionStatus

ToText SubscriptionStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.SubscriptionStatus

FromXML SubscriptionStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.SubscriptionStatus

ToXML SubscriptionStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.SubscriptionStatus

Generic SubscriptionStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.SubscriptionStatus

Associated Types

type Rep SubscriptionStatus :: Type -> Type #

Read SubscriptionStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.SubscriptionStatus

Show SubscriptionStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.SubscriptionStatus

NFData SubscriptionStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.SubscriptionStatus

Methods

rnf :: SubscriptionStatus -> () #

Eq SubscriptionStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.SubscriptionStatus

Ord SubscriptionStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.SubscriptionStatus

Hashable SubscriptionStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.SubscriptionStatus

type Rep SubscriptionStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.SubscriptionStatus

type Rep SubscriptionStatus = D1 ('MetaData "SubscriptionStatus" "Amazonka.SESV2.Types.SubscriptionStatus" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "SubscriptionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSubscriptionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SuppressionListImportAction

newtype SuppressionListImportAction Source #

The type of action to perform on the address. The following are possible values:

  • PUT: add the addresses to the suppression list.
  • DELETE: remove the address from the suppression list.

Instances

Instances details
FromJSON SuppressionListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListImportAction

FromJSONKey SuppressionListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListImportAction

ToJSON SuppressionListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListImportAction

ToJSONKey SuppressionListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListImportAction

ToByteString SuppressionListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListImportAction

ToHeader SuppressionListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListImportAction

ToLog SuppressionListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListImportAction

ToQuery SuppressionListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListImportAction

FromText SuppressionListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListImportAction

ToText SuppressionListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListImportAction

FromXML SuppressionListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListImportAction

ToXML SuppressionListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListImportAction

Generic SuppressionListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListImportAction

Associated Types

type Rep SuppressionListImportAction :: Type -> Type #

Read SuppressionListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListImportAction

Show SuppressionListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListImportAction

NFData SuppressionListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListImportAction

Eq SuppressionListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListImportAction

Ord SuppressionListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListImportAction

Hashable SuppressionListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListImportAction

type Rep SuppressionListImportAction Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListImportAction

type Rep SuppressionListImportAction = D1 ('MetaData "SuppressionListImportAction" "Amazonka.SESV2.Types.SuppressionListImportAction" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "SuppressionListImportAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSuppressionListImportAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SuppressionListReason

newtype SuppressionListReason Source #

The reason that the address was added to the suppression list for your account. The value can be one of the following:

  • COMPLAINT – Amazon SES added an email address to the suppression list for your account because a message sent to that address results in a complaint.
  • BOUNCE – Amazon SES added an email address to the suppression list for your account because a message sent to that address results in a hard bounce.

Instances

Instances details
FromJSON SuppressionListReason Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListReason

FromJSONKey SuppressionListReason Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListReason

ToJSON SuppressionListReason Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListReason

ToJSONKey SuppressionListReason Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListReason

ToByteString SuppressionListReason Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListReason

ToHeader SuppressionListReason Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListReason

ToLog SuppressionListReason Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListReason

ToQuery SuppressionListReason Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListReason

FromText SuppressionListReason Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListReason

ToText SuppressionListReason Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListReason

FromXML SuppressionListReason Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListReason

ToXML SuppressionListReason Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListReason

Generic SuppressionListReason Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListReason

Associated Types

type Rep SuppressionListReason :: Type -> Type #

Read SuppressionListReason Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListReason

Show SuppressionListReason Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListReason

NFData SuppressionListReason Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListReason

Methods

rnf :: SuppressionListReason -> () #

Eq SuppressionListReason Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListReason

Ord SuppressionListReason Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListReason

Hashable SuppressionListReason Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListReason

type Rep SuppressionListReason Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListReason

type Rep SuppressionListReason = D1 ('MetaData "SuppressionListReason" "Amazonka.SESV2.Types.SuppressionListReason" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "SuppressionListReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSuppressionListReason") '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
FromJSON TlsPolicy Source # 
Instance details

Defined in Amazonka.SESV2.Types.TlsPolicy

FromJSONKey TlsPolicy Source # 
Instance details

Defined in Amazonka.SESV2.Types.TlsPolicy

ToJSON TlsPolicy Source # 
Instance details

Defined in Amazonka.SESV2.Types.TlsPolicy

ToJSONKey TlsPolicy Source # 
Instance details

Defined in Amazonka.SESV2.Types.TlsPolicy

ToByteString TlsPolicy Source # 
Instance details

Defined in Amazonka.SESV2.Types.TlsPolicy

Methods

toBS :: TlsPolicy -> ByteString #

ToHeader TlsPolicy Source # 
Instance details

Defined in Amazonka.SESV2.Types.TlsPolicy

ToLog TlsPolicy Source # 
Instance details

Defined in Amazonka.SESV2.Types.TlsPolicy

ToQuery TlsPolicy Source # 
Instance details

Defined in Amazonka.SESV2.Types.TlsPolicy

FromText TlsPolicy Source # 
Instance details

Defined in Amazonka.SESV2.Types.TlsPolicy

ToText TlsPolicy Source # 
Instance details

Defined in Amazonka.SESV2.Types.TlsPolicy

Methods

toText :: TlsPolicy -> Text #

FromXML TlsPolicy Source # 
Instance details

Defined in Amazonka.SESV2.Types.TlsPolicy

ToXML TlsPolicy Source # 
Instance details

Defined in Amazonka.SESV2.Types.TlsPolicy

Methods

toXML :: TlsPolicy -> XML #

Generic TlsPolicy Source # 
Instance details

Defined in Amazonka.SESV2.Types.TlsPolicy

Associated Types

type Rep TlsPolicy :: Type -> Type #

Read TlsPolicy Source # 
Instance details

Defined in Amazonka.SESV2.Types.TlsPolicy

Show TlsPolicy Source # 
Instance details

Defined in Amazonka.SESV2.Types.TlsPolicy

NFData TlsPolicy Source # 
Instance details

Defined in Amazonka.SESV2.Types.TlsPolicy

Methods

rnf :: TlsPolicy -> () #

Eq TlsPolicy Source # 
Instance details

Defined in Amazonka.SESV2.Types.TlsPolicy

Ord TlsPolicy Source # 
Instance details

Defined in Amazonka.SESV2.Types.TlsPolicy

Hashable TlsPolicy Source # 
Instance details

Defined in Amazonka.SESV2.Types.TlsPolicy

type Rep TlsPolicy Source # 
Instance details

Defined in Amazonka.SESV2.Types.TlsPolicy

type Rep TlsPolicy = D1 ('MetaData "TlsPolicy" "Amazonka.SESV2.Types.TlsPolicy" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "TlsPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTlsPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VerificationStatus

newtype VerificationStatus Source #

Instances

Instances details
FromJSON VerificationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.VerificationStatus

FromJSONKey VerificationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.VerificationStatus

ToJSON VerificationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.VerificationStatus

ToJSONKey VerificationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.VerificationStatus

ToByteString VerificationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.VerificationStatus

ToHeader VerificationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.VerificationStatus

ToLog VerificationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.VerificationStatus

ToQuery VerificationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.VerificationStatus

FromText VerificationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.VerificationStatus

ToText VerificationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.VerificationStatus

FromXML VerificationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.VerificationStatus

ToXML VerificationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.VerificationStatus

Generic VerificationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.VerificationStatus

Associated Types

type Rep VerificationStatus :: Type -> Type #

Read VerificationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.VerificationStatus

Show VerificationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.VerificationStatus

NFData VerificationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.VerificationStatus

Methods

rnf :: VerificationStatus -> () #

Eq VerificationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.VerificationStatus

Ord VerificationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.VerificationStatus

Hashable VerificationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.VerificationStatus

type Rep VerificationStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.VerificationStatus

type Rep VerificationStatus = D1 ('MetaData "VerificationStatus" "Amazonka.SESV2.Types.VerificationStatus" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "VerificationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVerificationStatus") '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
FromJSON WarmupStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.WarmupStatus

FromJSONKey WarmupStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.WarmupStatus

ToJSON WarmupStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.WarmupStatus

ToJSONKey WarmupStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.WarmupStatus

ToByteString WarmupStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.WarmupStatus

ToHeader WarmupStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.WarmupStatus

ToLog WarmupStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.WarmupStatus

ToQuery WarmupStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.WarmupStatus

FromText WarmupStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.WarmupStatus

ToText WarmupStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.WarmupStatus

Methods

toText :: WarmupStatus -> Text #

FromXML WarmupStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.WarmupStatus

ToXML WarmupStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.WarmupStatus

Methods

toXML :: WarmupStatus -> XML #

Generic WarmupStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.WarmupStatus

Associated Types

type Rep WarmupStatus :: Type -> Type #

Read WarmupStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.WarmupStatus

Show WarmupStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.WarmupStatus

NFData WarmupStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.WarmupStatus

Methods

rnf :: WarmupStatus -> () #

Eq WarmupStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.WarmupStatus

Ord WarmupStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.WarmupStatus

Hashable WarmupStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.WarmupStatus

type Rep WarmupStatus Source # 
Instance details

Defined in Amazonka.SESV2.Types.WarmupStatus

type Rep WarmupStatus = D1 ('MetaData "WarmupStatus" "Amazonka.SESV2.Types.WarmupStatus" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'True) (C1 ('MetaCons "WarmupStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWarmupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AccountDetails

data AccountDetails Source #

An object that contains information about your account details.

See: newAccountDetails smart constructor.

Constructors

AccountDetails' 

Fields

Instances

Instances details
FromJSON AccountDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.AccountDetails

Generic AccountDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.AccountDetails

Associated Types

type Rep AccountDetails :: Type -> Type #

Show AccountDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.AccountDetails

NFData AccountDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.AccountDetails

Methods

rnf :: AccountDetails -> () #

Eq AccountDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.AccountDetails

Hashable AccountDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.AccountDetails

type Rep AccountDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.AccountDetails

type Rep AccountDetails = D1 ('MetaData "AccountDetails" "Amazonka.SESV2.Types.AccountDetails" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "AccountDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "additionalContactEmailAddresses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive (NonEmpty (Sensitive Text))))) :*: (S1 ('MetaSel ('Just "contactLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContactLanguage)) :*: S1 ('MetaSel ('Just "mailType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MailType)))) :*: (S1 ('MetaSel ('Just "reviewDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReviewDetails)) :*: (S1 ('MetaSel ('Just "useCaseDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "websiteURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))))

newAccountDetails :: AccountDetails Source #

Create a value of AccountDetails 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:additionalContactEmailAddresses:AccountDetails', accountDetails_additionalContactEmailAddresses - Additional email addresses where updates are sent about your account review process.

$sel:contactLanguage:AccountDetails', accountDetails_contactLanguage - The language you would prefer for the case. The contact language can be one of ENGLISH or JAPANESE.

$sel:mailType:AccountDetails', accountDetails_mailType - The type of email your account is sending. The mail type can be one of the following:

  • MARKETING – Most of your sending traffic is to keep your customers informed of your latest offering.
  • TRANSACTIONAL – Most of your sending traffic is to communicate during a transaction with a customer.

$sel:reviewDetails:AccountDetails', accountDetails_reviewDetails - Information about the review of the latest details you submitted.

$sel:useCaseDescription:AccountDetails', accountDetails_useCaseDescription - A description of the types of email that you plan to send.

$sel:websiteURL:AccountDetails', accountDetails_websiteURL - The URL of your website. This information helps us better understand the type of content that you plan to send.

accountDetails_additionalContactEmailAddresses :: Lens' AccountDetails (Maybe (NonEmpty Text)) Source #

Additional email addresses where updates are sent about your account review process.

accountDetails_contactLanguage :: Lens' AccountDetails (Maybe ContactLanguage) Source #

The language you would prefer for the case. The contact language can be one of ENGLISH or JAPANESE.

accountDetails_mailType :: Lens' AccountDetails (Maybe MailType) Source #

The type of email your account is sending. The mail type can be one of the following:

  • MARKETING – Most of your sending traffic is to keep your customers informed of your latest offering.
  • TRANSACTIONAL – Most of your sending traffic is to communicate during a transaction with a customer.

accountDetails_reviewDetails :: Lens' AccountDetails (Maybe ReviewDetails) Source #

Information about the review of the latest details you submitted.

accountDetails_useCaseDescription :: Lens' AccountDetails (Maybe Text) Source #

A description of the types of email that you plan to send.

accountDetails_websiteURL :: Lens' AccountDetails (Maybe Text) Source #

The URL of your website. This information helps us better understand the type of content that you plan to send.

BatchGetMetricDataQuery

data BatchGetMetricDataQuery Source #

Represents a single metric data query to include in a batch.

See: newBatchGetMetricDataQuery smart constructor.

Constructors

BatchGetMetricDataQuery' 

Fields

  • dimensions :: Maybe (HashMap MetricDimensionName Text)

    An object that contains mapping between MetricDimensionName and MetricDimensionValue to filter metrics by.

  • id :: Text

    The query identifier.

  • namespace :: MetricNamespace

    The query namespace - e.g. VDM

  • metric :: Metric

    The queried metric. This can be one of the following:

    • SEND – Emails sent eligible for tracking in the VDM dashboard. This excludes emails sent to the mailbox simulator and emails addressed to more than one recipient.
    • COMPLAINT – Complaints received for your account. This excludes complaints from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient
    • PERMANENT_BOUNCE – Permanent bounces - i.e. feedback received for emails sent to non-existent mailboxes. Excludes bounces from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient.
    • TRANSIENT_BOUNCE – Transient bounces - i.e. feedback received for delivery failures excluding issues with non-existent mailboxes. Excludes bounces from the mailbox simulator, and those for emails addressed to more than one recipient.
    • OPEN – Unique open events for emails including open trackers. Excludes opens for emails addressed to more than one recipient.
    • CLICK – Unique click events for emails including wrapped links. Excludes clicks for emails addressed to more than one recipient.
    • DELIVERY – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator and for emails addressed to more than one recipient.
    • DELIVERY_OPEN – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without open trackers.
    • DELIVERY_CLICK – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without click trackers.
    • DELIVERY_COMPLAINT – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails addressed to recipients hosted by ISPs with which Amazon SES does not have a feedback loop agreement.
  • startDate :: POSIX

    Represents the start date for the query interval.

  • endDate :: POSIX

    Represents the end date for the query interval.

Instances

Instances details
ToJSON BatchGetMetricDataQuery Source # 
Instance details

Defined in Amazonka.SESV2.Types.BatchGetMetricDataQuery

Generic BatchGetMetricDataQuery Source # 
Instance details

Defined in Amazonka.SESV2.Types.BatchGetMetricDataQuery

Associated Types

type Rep BatchGetMetricDataQuery :: Type -> Type #

Read BatchGetMetricDataQuery Source # 
Instance details

Defined in Amazonka.SESV2.Types.BatchGetMetricDataQuery

Show BatchGetMetricDataQuery Source # 
Instance details

Defined in Amazonka.SESV2.Types.BatchGetMetricDataQuery

NFData BatchGetMetricDataQuery Source # 
Instance details

Defined in Amazonka.SESV2.Types.BatchGetMetricDataQuery

Methods

rnf :: BatchGetMetricDataQuery -> () #

Eq BatchGetMetricDataQuery Source # 
Instance details

Defined in Amazonka.SESV2.Types.BatchGetMetricDataQuery

Hashable BatchGetMetricDataQuery Source # 
Instance details

Defined in Amazonka.SESV2.Types.BatchGetMetricDataQuery

type Rep BatchGetMetricDataQuery Source # 
Instance details

Defined in Amazonka.SESV2.Types.BatchGetMetricDataQuery

newBatchGetMetricDataQuery Source #

Create a value of BatchGetMetricDataQuery 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:dimensions:BatchGetMetricDataQuery', batchGetMetricDataQuery_dimensions - An object that contains mapping between MetricDimensionName and MetricDimensionValue to filter metrics by.

$sel:id:BatchGetMetricDataQuery', batchGetMetricDataQuery_id - The query identifier.

$sel:namespace:BatchGetMetricDataQuery', batchGetMetricDataQuery_namespace - The query namespace - e.g. VDM

$sel:metric:BatchGetMetricDataQuery', batchGetMetricDataQuery_metric - The queried metric. This can be one of the following:

  • SEND – Emails sent eligible for tracking in the VDM dashboard. This excludes emails sent to the mailbox simulator and emails addressed to more than one recipient.
  • COMPLAINT – Complaints received for your account. This excludes complaints from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient
  • PERMANENT_BOUNCE – Permanent bounces - i.e. feedback received for emails sent to non-existent mailboxes. Excludes bounces from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient.
  • TRANSIENT_BOUNCE – Transient bounces - i.e. feedback received for delivery failures excluding issues with non-existent mailboxes. Excludes bounces from the mailbox simulator, and those for emails addressed to more than one recipient.
  • OPEN – Unique open events for emails including open trackers. Excludes opens for emails addressed to more than one recipient.
  • CLICK – Unique click events for emails including wrapped links. Excludes clicks for emails addressed to more than one recipient.
  • DELIVERY – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator and for emails addressed to more than one recipient.
  • DELIVERY_OPEN – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without open trackers.
  • DELIVERY_CLICK – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without click trackers.
  • DELIVERY_COMPLAINT – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails addressed to recipients hosted by ISPs with which Amazon SES does not have a feedback loop agreement.

$sel:startDate:BatchGetMetricDataQuery', batchGetMetricDataQuery_startDate - Represents the start date for the query interval.

$sel:endDate:BatchGetMetricDataQuery', batchGetMetricDataQuery_endDate - Represents the end date for the query interval.

batchGetMetricDataQuery_dimensions :: Lens' BatchGetMetricDataQuery (Maybe (HashMap MetricDimensionName Text)) Source #

An object that contains mapping between MetricDimensionName and MetricDimensionValue to filter metrics by.

batchGetMetricDataQuery_metric :: Lens' BatchGetMetricDataQuery Metric Source #

The queried metric. This can be one of the following:

  • SEND – Emails sent eligible for tracking in the VDM dashboard. This excludes emails sent to the mailbox simulator and emails addressed to more than one recipient.
  • COMPLAINT – Complaints received for your account. This excludes complaints from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient
  • PERMANENT_BOUNCE – Permanent bounces - i.e. feedback received for emails sent to non-existent mailboxes. Excludes bounces from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient.
  • TRANSIENT_BOUNCE – Transient bounces - i.e. feedback received for delivery failures excluding issues with non-existent mailboxes. Excludes bounces from the mailbox simulator, and those for emails addressed to more than one recipient.
  • OPEN – Unique open events for emails including open trackers. Excludes opens for emails addressed to more than one recipient.
  • CLICK – Unique click events for emails including wrapped links. Excludes clicks for emails addressed to more than one recipient.
  • DELIVERY – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator and for emails addressed to more than one recipient.
  • DELIVERY_OPEN – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without open trackers.
  • DELIVERY_CLICK – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without click trackers.
  • DELIVERY_COMPLAINT – Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails addressed to recipients hosted by ISPs with which Amazon SES does not have a feedback loop agreement.

batchGetMetricDataQuery_startDate :: Lens' BatchGetMetricDataQuery UTCTime Source #

Represents the start date for the query interval.

batchGetMetricDataQuery_endDate :: Lens' BatchGetMetricDataQuery UTCTime Source #

Represents the end date for the query interval.

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

Instances

Instances details
FromJSON BlacklistEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BlacklistEntry

Generic BlacklistEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BlacklistEntry

Associated Types

type Rep BlacklistEntry :: Type -> Type #

Read BlacklistEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BlacklistEntry

Show BlacklistEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BlacklistEntry

NFData BlacklistEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BlacklistEntry

Methods

rnf :: BlacklistEntry -> () #

Eq BlacklistEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BlacklistEntry

Hashable BlacklistEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BlacklistEntry

type Rep BlacklistEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BlacklistEntry

type Rep BlacklistEntry = D1 ('MetaData "BlacklistEntry" "Amazonka.SESV2.Types.BlacklistEntry" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "BlacklistEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "listingTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "rblName") '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:description:BlacklistEntry', blacklistEntry_description - Additional information about the blacklisting event, as provided by the blacklist maintainer.

$sel:listingTime:BlacklistEntry', blacklistEntry_listingTime - The time when the blacklisting event occurred.

$sel:rblName:BlacklistEntry', blacklistEntry_rblName - 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.

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

The time when the blacklisting event occurred.

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

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

Body

data Body Source #

Represents the body of the email message.

See: newBody smart constructor.

Constructors

Body' 

Fields

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

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

Instances

Instances details
ToJSON Body Source # 
Instance details

Defined in Amazonka.SESV2.Types.Body

Generic Body Source # 
Instance details

Defined in Amazonka.SESV2.Types.Body

Associated Types

type Rep Body :: Type -> Type #

Methods

from :: Body -> Rep Body x #

to :: Rep Body x -> Body #

Read Body Source # 
Instance details

Defined in Amazonka.SESV2.Types.Body

Show Body Source # 
Instance details

Defined in Amazonka.SESV2.Types.Body

Methods

showsPrec :: Int -> Body -> ShowS #

show :: Body -> String #

showList :: [Body] -> ShowS #

NFData Body Source # 
Instance details

Defined in Amazonka.SESV2.Types.Body

Methods

rnf :: Body -> () #

Eq Body Source # 
Instance details

Defined in Amazonka.SESV2.Types.Body

Methods

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

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

Hashable Body Source # 
Instance details

Defined in Amazonka.SESV2.Types.Body

Methods

hashWithSalt :: Int -> Body -> Int #

hash :: Body -> Int #

type Rep Body Source # 
Instance details

Defined in Amazonka.SESV2.Types.Body

type Rep Body = D1 ('MetaData "Body" "Amazonka.SESV2.Types.Body" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "Body'" 'PrefixI 'True) (S1 ('MetaSel ('Just "html") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Content)) :*: S1 ('MetaSel ('Just "text") '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: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.

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

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.

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.

BulkEmailContent

data BulkEmailContent Source #

An object that contains the body of the message. You can specify a template message.

See: newBulkEmailContent smart constructor.

Constructors

BulkEmailContent' 

Fields

Instances

Instances details
ToJSON BulkEmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailContent

Generic BulkEmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailContent

Associated Types

type Rep BulkEmailContent :: Type -> Type #

Read BulkEmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailContent

Show BulkEmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailContent

NFData BulkEmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailContent

Methods

rnf :: BulkEmailContent -> () #

Eq BulkEmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailContent

Hashable BulkEmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailContent

type Rep BulkEmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailContent

type Rep BulkEmailContent = D1 ('MetaData "BulkEmailContent" "Amazonka.SESV2.Types.BulkEmailContent" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "BulkEmailContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "template") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Template))))

newBulkEmailContent :: BulkEmailContent Source #

Create a value of BulkEmailContent 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:template:BulkEmailContent', bulkEmailContent_template - The template to use for the bulk email message.

bulkEmailContent_template :: Lens' BulkEmailContent (Maybe Template) Source #

The template to use for the bulk email message.

BulkEmailEntry

data BulkEmailEntry Source #

See: newBulkEmailEntry smart constructor.

Constructors

BulkEmailEntry' 

Fields

  • replacementEmailContent :: Maybe ReplacementEmailContent

    The ReplacementEmailContent associated with a BulkEmailEntry.

  • replacementTags :: Maybe [MessageTag]

    A list of tags, in the form of name/value pairs, to apply to an email that you send using the SendBulkTemplatedEmail operation. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

  • destination :: Destination

    Represents the destination of the message, consisting of To:, CC:, and BCC: fields.

    Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a destination email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492.

Instances

Instances details
ToJSON BulkEmailEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailEntry

Generic BulkEmailEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailEntry

Associated Types

type Rep BulkEmailEntry :: Type -> Type #

Read BulkEmailEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailEntry

Show BulkEmailEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailEntry

NFData BulkEmailEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailEntry

Methods

rnf :: BulkEmailEntry -> () #

Eq BulkEmailEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailEntry

Hashable BulkEmailEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailEntry

type Rep BulkEmailEntry Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailEntry

type Rep BulkEmailEntry = D1 ('MetaData "BulkEmailEntry" "Amazonka.SESV2.Types.BulkEmailEntry" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "BulkEmailEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replacementEmailContent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplacementEmailContent)) :*: (S1 ('MetaSel ('Just "replacementTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MessageTag])) :*: S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Destination))))

newBulkEmailEntry Source #

Create a value of BulkEmailEntry 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:replacementEmailContent:BulkEmailEntry', bulkEmailEntry_replacementEmailContent - The ReplacementEmailContent associated with a BulkEmailEntry.

$sel:replacementTags:BulkEmailEntry', bulkEmailEntry_replacementTags - A list of tags, in the form of name/value pairs, to apply to an email that you send using the SendBulkTemplatedEmail operation. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

$sel:destination:BulkEmailEntry', bulkEmailEntry_destination - Represents the destination of the message, consisting of To:, CC:, and BCC: fields.

Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a destination email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492.

bulkEmailEntry_replacementEmailContent :: Lens' BulkEmailEntry (Maybe ReplacementEmailContent) Source #

The ReplacementEmailContent associated with a BulkEmailEntry.

bulkEmailEntry_replacementTags :: Lens' BulkEmailEntry (Maybe [MessageTag]) Source #

A list of tags, in the form of name/value pairs, to apply to an email that you send using the SendBulkTemplatedEmail operation. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

bulkEmailEntry_destination :: Lens' BulkEmailEntry Destination Source #

Represents the destination of the message, consisting of To:, CC:, and BCC: fields.

Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a destination email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492.

BulkEmailEntryResult

data BulkEmailEntryResult Source #

The result of the SendBulkEmail operation of each specified BulkEmailEntry.

See: newBulkEmailEntryResult smart constructor.

Constructors

BulkEmailEntryResult' 

Fields

  • error :: Maybe Text

    A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.

  • messageId :: Maybe Text

    The unique message identifier returned from the SendBulkTemplatedEmail operation.

  • status :: Maybe BulkEmailStatus

    The status of a message sent using the SendBulkTemplatedEmail operation.

    Possible values for this parameter include:

    • SUCCESS: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
    • MESSAGE_REJECTED: The message was rejected because it contained a virus.
    • MAIL_FROM_DOMAIN_NOT_VERIFIED: The sender's email address or domain was not verified.
    • CONFIGURATION_SET_DOES_NOT_EXIST: The configuration set you specified does not exist.
    • TEMPLATE_DOES_NOT_EXIST: The template you specified does not exist.
    • ACCOUNT_SUSPENDED: Your account has been shut down because of issues related to your email sending practices.
    • ACCOUNT_THROTTLED: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
    • ACCOUNT_DAILY_QUOTA_EXCEEDED: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
    • INVALID_SENDING_POOL_NAME: The configuration set you specified refers to an IP pool that does not exist.
    • ACCOUNT_SENDING_PAUSED: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
    • CONFIGURATION_SET_SENDING_PAUSED: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
    • INVALID_PARAMETER_VALUE: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
    • TRANSIENT_FAILURE: Amazon SES was unable to process your request because of a temporary issue.
    • FAILED: Amazon SES was unable to process your request. See the error message for additional information.

Instances

Instances details
FromJSON BulkEmailEntryResult Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailEntryResult

Generic BulkEmailEntryResult Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailEntryResult

Associated Types

type Rep BulkEmailEntryResult :: Type -> Type #

Read BulkEmailEntryResult Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailEntryResult

Show BulkEmailEntryResult Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailEntryResult

NFData BulkEmailEntryResult Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailEntryResult

Methods

rnf :: BulkEmailEntryResult -> () #

Eq BulkEmailEntryResult Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailEntryResult

Hashable BulkEmailEntryResult Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailEntryResult

type Rep BulkEmailEntryResult Source # 
Instance details

Defined in Amazonka.SESV2.Types.BulkEmailEntryResult

type Rep BulkEmailEntryResult = D1 ('MetaData "BulkEmailEntryResult" "Amazonka.SESV2.Types.BulkEmailEntryResult" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "BulkEmailEntryResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BulkEmailStatus)))))

newBulkEmailEntryResult :: BulkEmailEntryResult Source #

Create a value of BulkEmailEntryResult 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:error:BulkEmailEntryResult', bulkEmailEntryResult_error - A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.

$sel:messageId:BulkEmailEntryResult', bulkEmailEntryResult_messageId - The unique message identifier returned from the SendBulkTemplatedEmail operation.

$sel:status:BulkEmailEntryResult', bulkEmailEntryResult_status - The status of a message sent using the SendBulkTemplatedEmail operation.

Possible values for this parameter include:

  • SUCCESS: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
  • MESSAGE_REJECTED: The message was rejected because it contained a virus.
  • MAIL_FROM_DOMAIN_NOT_VERIFIED: The sender's email address or domain was not verified.
  • CONFIGURATION_SET_DOES_NOT_EXIST: The configuration set you specified does not exist.
  • TEMPLATE_DOES_NOT_EXIST: The template you specified does not exist.
  • ACCOUNT_SUSPENDED: Your account has been shut down because of issues related to your email sending practices.
  • ACCOUNT_THROTTLED: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
  • ACCOUNT_DAILY_QUOTA_EXCEEDED: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
  • INVALID_SENDING_POOL_NAME: The configuration set you specified refers to an IP pool that does not exist.
  • ACCOUNT_SENDING_PAUSED: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
  • CONFIGURATION_SET_SENDING_PAUSED: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
  • INVALID_PARAMETER_VALUE: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
  • TRANSIENT_FAILURE: Amazon SES was unable to process your request because of a temporary issue.
  • FAILED: Amazon SES was unable to process your request. See the error message for additional information.

bulkEmailEntryResult_error :: Lens' BulkEmailEntryResult (Maybe Text) Source #

A description of an error that prevented a message being sent using the SendBulkTemplatedEmail operation.

bulkEmailEntryResult_messageId :: Lens' BulkEmailEntryResult (Maybe Text) Source #

The unique message identifier returned from the SendBulkTemplatedEmail operation.

bulkEmailEntryResult_status :: Lens' BulkEmailEntryResult (Maybe BulkEmailStatus) Source #

The status of a message sent using the SendBulkTemplatedEmail operation.

Possible values for this parameter include:

  • SUCCESS: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
  • MESSAGE_REJECTED: The message was rejected because it contained a virus.
  • MAIL_FROM_DOMAIN_NOT_VERIFIED: The sender's email address or domain was not verified.
  • CONFIGURATION_SET_DOES_NOT_EXIST: The configuration set you specified does not exist.
  • TEMPLATE_DOES_NOT_EXIST: The template you specified does not exist.
  • ACCOUNT_SUSPENDED: Your account has been shut down because of issues related to your email sending practices.
  • ACCOUNT_THROTTLED: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
  • ACCOUNT_DAILY_QUOTA_EXCEEDED: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
  • INVALID_SENDING_POOL_NAME: The configuration set you specified refers to an IP pool that does not exist.
  • ACCOUNT_SENDING_PAUSED: Email sending for the Amazon SES account was disabled using the UpdateAccountSendingEnabled operation.
  • CONFIGURATION_SET_SENDING_PAUSED: Email sending for this configuration set was disabled using the UpdateConfigurationSetSendingEnabled operation.
  • INVALID_PARAMETER_VALUE: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
  • TRANSIENT_FAILURE: Amazon SES was unable to process your request because of a temporary issue.
  • FAILED: Amazon SES was unable to process your request. See the error message for additional information.

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
FromJSON CloudWatchDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.CloudWatchDestination

ToJSON CloudWatchDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.CloudWatchDestination

Generic CloudWatchDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.CloudWatchDestination

Associated Types

type Rep CloudWatchDestination :: Type -> Type #

Read CloudWatchDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.CloudWatchDestination

Show CloudWatchDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.CloudWatchDestination

NFData CloudWatchDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.CloudWatchDestination

Methods

rnf :: CloudWatchDestination -> () #

Eq CloudWatchDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.CloudWatchDestination

Hashable CloudWatchDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.CloudWatchDestination

type Rep CloudWatchDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.CloudWatchDestination

type Rep CloudWatchDestination = D1 ('MetaData "CloudWatchDestination" "Amazonka.SESV2.Types.CloudWatchDestination" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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 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 the Amazon SES API v2 finds the value of a dimension to publish to Amazon CloudWatch. To use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail or SendRawEmail API, choose messageTag. To use your own email headers, choose emailHeader. 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:

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

Instances

Instances details
FromJSON CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.SESV2.Types.CloudWatchDimensionConfiguration

ToJSON CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.SESV2.Types.CloudWatchDimensionConfiguration

Generic CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.SESV2.Types.CloudWatchDimensionConfiguration

Associated Types

type Rep CloudWatchDimensionConfiguration :: Type -> Type #

Read CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.SESV2.Types.CloudWatchDimensionConfiguration

Show CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.SESV2.Types.CloudWatchDimensionConfiguration

NFData CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.SESV2.Types.CloudWatchDimensionConfiguration

Eq CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.SESV2.Types.CloudWatchDimensionConfiguration

Hashable CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.SESV2.Types.CloudWatchDimensionConfiguration

type Rep CloudWatchDimensionConfiguration Source # 
Instance details

Defined in Amazonka.SESV2.Types.CloudWatchDimensionConfiguration

type Rep CloudWatchDimensionConfiguration = D1 ('MetaData "CloudWatchDimensionConfiguration" "Amazonka.SESV2.Types.CloudWatchDimensionConfiguration" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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 the Amazon SES API v2 finds the value of a dimension to publish to Amazon CloudWatch. To use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail or SendRawEmail API, choose messageTag. To use your own email headers, choose emailHeader. 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:

  • Can only contain ASCII letters (a–z, A–Z), numbers (0–9), underscores (_), or dashes (-), at signs (@), and periods (.).
  • 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 the Amazon SES API v2 finds the value of a dimension to publish to Amazon CloudWatch. To use the message tags that you specify using an X-SES-MESSAGE-TAGS header or a parameter to the SendEmail or SendRawEmail API, choose messageTag. To use your own email headers, choose emailHeader. 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:

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

Contact

data Contact Source #

A contact is the end-user who is receiving the email.

See: newContact smart constructor.

Constructors

Contact' 

Fields

Instances

Instances details
FromJSON Contact Source # 
Instance details

Defined in Amazonka.SESV2.Types.Contact

Generic Contact Source # 
Instance details

Defined in Amazonka.SESV2.Types.Contact

Associated Types

type Rep Contact :: Type -> Type #

Methods

from :: Contact -> Rep Contact x #

to :: Rep Contact x -> Contact #

Read Contact Source # 
Instance details

Defined in Amazonka.SESV2.Types.Contact

Show Contact Source # 
Instance details

Defined in Amazonka.SESV2.Types.Contact

NFData Contact Source # 
Instance details

Defined in Amazonka.SESV2.Types.Contact

Methods

rnf :: Contact -> () #

Eq Contact Source # 
Instance details

Defined in Amazonka.SESV2.Types.Contact

Methods

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

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

Hashable Contact Source # 
Instance details

Defined in Amazonka.SESV2.Types.Contact

Methods

hashWithSalt :: Int -> Contact -> Int #

hash :: Contact -> Int #

type Rep Contact Source # 
Instance details

Defined in Amazonka.SESV2.Types.Contact

type Rep Contact = D1 ('MetaData "Contact" "Amazonka.SESV2.Types.Contact" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "Contact'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "emailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "topicDefaultPreferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TopicPreference])) :*: (S1 ('MetaSel ('Just "topicPreferences") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TopicPreference])) :*: S1 ('MetaSel ('Just "unsubscribeAll") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

newContact :: Contact Source #

Create a value of Contact with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:emailAddress:Contact', contact_emailAddress - The contact's email address.

$sel:lastUpdatedTimestamp:Contact', contact_lastUpdatedTimestamp - A timestamp noting the last time the contact's information was updated.

$sel:topicDefaultPreferences:Contact', contact_topicDefaultPreferences - The default topic preferences applied to the contact.

$sel:topicPreferences:Contact', contact_topicPreferences - The contact's preference for being opted-in to or opted-out of a topic.

$sel:unsubscribeAll:Contact', contact_unsubscribeAll - A boolean value status noting if the contact is unsubscribed from all contact list topics.

contact_emailAddress :: Lens' Contact (Maybe Text) Source #

The contact's email address.

contact_lastUpdatedTimestamp :: Lens' Contact (Maybe UTCTime) Source #

A timestamp noting the last time the contact's information was updated.

contact_topicDefaultPreferences :: Lens' Contact (Maybe [TopicPreference]) Source #

The default topic preferences applied to the contact.

contact_topicPreferences :: Lens' Contact (Maybe [TopicPreference]) Source #

The contact's preference for being opted-in to or opted-out of a topic.

contact_unsubscribeAll :: Lens' Contact (Maybe Bool) Source #

A boolean value status noting if the contact is unsubscribed from all contact list topics.

ContactList

data ContactList Source #

A list that contains contacts that have subscribed to a particular topic or topics.

See: newContactList smart constructor.

Constructors

ContactList' 

Fields

Instances

Instances details
FromJSON ContactList Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactList

Generic ContactList Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactList

Associated Types

type Rep ContactList :: Type -> Type #

Read ContactList Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactList

Show ContactList Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactList

NFData ContactList Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactList

Methods

rnf :: ContactList -> () #

Eq ContactList Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactList

Hashable ContactList Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactList

type Rep ContactList Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactList

type Rep ContactList = D1 ('MetaData "ContactList" "Amazonka.SESV2.Types.ContactList" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "ContactList'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contactListName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))

newContactList :: ContactList Source #

Create a value of ContactList 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:contactListName:ContactList', contactList_contactListName - The name of the contact list.

$sel:lastUpdatedTimestamp:ContactList', contactList_lastUpdatedTimestamp - A timestamp noting the last time the contact list was updated.

contactList_contactListName :: Lens' ContactList (Maybe Text) Source #

The name of the contact list.

contactList_lastUpdatedTimestamp :: Lens' ContactList (Maybe UTCTime) Source #

A timestamp noting the last time the contact list was updated.

ContactListDestination

data ContactListDestination Source #

An object that contains details about the action of a contact list.

See: newContactListDestination smart constructor.

Constructors

ContactListDestination' 

Fields

  • contactListName :: Text

    The name of the contact list.

  • contactListImportAction :: ContactListImportAction
    The type of action to perform on the addresses. The following are the

    possible values:

    • PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.
    • DELETE: remove the addresses from the contact list.

Instances

Instances details
FromJSON ContactListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListDestination

ToJSON ContactListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListDestination

Generic ContactListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListDestination

Associated Types

type Rep ContactListDestination :: Type -> Type #

Read ContactListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListDestination

Show ContactListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListDestination

NFData ContactListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListDestination

Methods

rnf :: ContactListDestination -> () #

Eq ContactListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListDestination

Hashable ContactListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListDestination

type Rep ContactListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactListDestination

type Rep ContactListDestination = D1 ('MetaData "ContactListDestination" "Amazonka.SESV2.Types.ContactListDestination" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "ContactListDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contactListName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "contactListImportAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ContactListImportAction)))

newContactListDestination Source #

Create a value of ContactListDestination 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:contactListName:ContactListDestination', contactListDestination_contactListName - The name of the contact list.

$sel:contactListImportAction:ContactListDestination', contactListDestination_contactListImportAction - >The type of action to perform on the addresses. The following are the possible values:

  • PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.
  • DELETE: remove the addresses from the contact list.

contactListDestination_contactListImportAction :: Lens' ContactListDestination ContactListImportAction Source #

The type of action to perform on the addresses. The following are the

possible values:

  • PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.
  • DELETE: remove the addresses from the contact list.

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 SES 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
ToJSON Content Source # 
Instance details

Defined in Amazonka.SESV2.Types.Content

Generic Content Source # 
Instance details

Defined in Amazonka.SESV2.Types.Content

Associated Types

type Rep Content :: Type -> Type #

Methods

from :: Content -> Rep Content x #

to :: Rep Content x -> Content #

Read Content Source # 
Instance details

Defined in Amazonka.SESV2.Types.Content

Show Content Source # 
Instance details

Defined in Amazonka.SESV2.Types.Content

NFData Content Source # 
Instance details

Defined in Amazonka.SESV2.Types.Content

Methods

rnf :: Content -> () #

Eq Content Source # 
Instance details

Defined in Amazonka.SESV2.Types.Content

Methods

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

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

Hashable Content Source # 
Instance details

Defined in Amazonka.SESV2.Types.Content

Methods

hashWithSalt :: Int -> Content -> Int #

hash :: Content -> Int #

type Rep Content Source # 
Instance details

Defined in Amazonka.SESV2.Types.Content

type Rep Content = D1 ('MetaData "Content" "Amazonka.SESV2.Types.Content" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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 SES 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 SES 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.

CustomVerificationEmailTemplateMetadata

data CustomVerificationEmailTemplateMetadata Source #

Contains information about a custom verification email template.

See: newCustomVerificationEmailTemplateMetadata smart constructor.

Constructors

CustomVerificationEmailTemplateMetadata' 

Fields

Instances

Instances details
FromJSON CustomVerificationEmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.CustomVerificationEmailTemplateMetadata

Generic CustomVerificationEmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.CustomVerificationEmailTemplateMetadata

Read CustomVerificationEmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.CustomVerificationEmailTemplateMetadata

Show CustomVerificationEmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.CustomVerificationEmailTemplateMetadata

NFData CustomVerificationEmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.CustomVerificationEmailTemplateMetadata

Eq CustomVerificationEmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.CustomVerificationEmailTemplateMetadata

Hashable CustomVerificationEmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.CustomVerificationEmailTemplateMetadata

type Rep CustomVerificationEmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.CustomVerificationEmailTemplateMetadata

type Rep CustomVerificationEmailTemplateMetadata = D1 ('MetaData "CustomVerificationEmailTemplateMetadata" "Amazonka.SESV2.Types.CustomVerificationEmailTemplateMetadata" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "CustomVerificationEmailTemplateMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureRedirectionURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fromEmailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "successRedirectionURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "templateSubject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newCustomVerificationEmailTemplateMetadata :: CustomVerificationEmailTemplateMetadata Source #

Create a value of CustomVerificationEmailTemplateMetadata 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:failureRedirectionURL:CustomVerificationEmailTemplateMetadata', customVerificationEmailTemplateMetadata_failureRedirectionURL - The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

$sel:fromEmailAddress:CustomVerificationEmailTemplateMetadata', customVerificationEmailTemplateMetadata_fromEmailAddress - The email address that the custom verification email is sent from.

$sel:successRedirectionURL:CustomVerificationEmailTemplateMetadata', customVerificationEmailTemplateMetadata_successRedirectionURL - The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

$sel:templateName:CustomVerificationEmailTemplateMetadata', customVerificationEmailTemplateMetadata_templateName - The name of the custom verification email template.

$sel:templateSubject:CustomVerificationEmailTemplateMetadata', customVerificationEmailTemplateMetadata_templateSubject - The subject line of the custom verification email.

customVerificationEmailTemplateMetadata_failureRedirectionURL :: Lens' CustomVerificationEmailTemplateMetadata (Maybe Text) Source #

The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

customVerificationEmailTemplateMetadata_successRedirectionURL :: Lens' CustomVerificationEmailTemplateMetadata (Maybe Text) Source #

The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

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
FromJSON DailyVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.DailyVolume

Generic DailyVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.DailyVolume

Associated Types

type Rep DailyVolume :: Type -> Type #

Read DailyVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.DailyVolume

Show DailyVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.DailyVolume

NFData DailyVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.DailyVolume

Methods

rnf :: DailyVolume -> () #

Eq DailyVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.DailyVolume

Hashable DailyVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.DailyVolume

type Rep DailyVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.DailyVolume

type Rep DailyVolume = D1 ('MetaData "DailyVolume" "Amazonka.SESV2.Types.DailyVolume" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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.

DashboardAttributes

data DashboardAttributes Source #

An object containing additional settings for your VDM configuration as applicable to the Dashboard.

See: newDashboardAttributes smart constructor.

Constructors

DashboardAttributes' 

Fields

  • engagementMetrics :: Maybe FeatureStatus

    Specifies the status of your VDM engagement metrics collection. Can be one of the following:

    • ENABLED – Amazon SES enables engagement metrics for your account.
    • DISABLED – Amazon SES disables engagement metrics for your account.

Instances

Instances details
FromJSON DashboardAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardAttributes

ToJSON DashboardAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardAttributes

Generic DashboardAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardAttributes

Associated Types

type Rep DashboardAttributes :: Type -> Type #

Read DashboardAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardAttributes

Show DashboardAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardAttributes

NFData DashboardAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardAttributes

Methods

rnf :: DashboardAttributes -> () #

Eq DashboardAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardAttributes

Hashable DashboardAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardAttributes

type Rep DashboardAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardAttributes

type Rep DashboardAttributes = D1 ('MetaData "DashboardAttributes" "Amazonka.SESV2.Types.DashboardAttributes" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "DashboardAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "engagementMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureStatus))))

newDashboardAttributes :: DashboardAttributes Source #

Create a value of DashboardAttributes 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:engagementMetrics:DashboardAttributes', dashboardAttributes_engagementMetrics - Specifies the status of your VDM engagement metrics collection. Can be one of the following:

  • ENABLED – Amazon SES enables engagement metrics for your account.
  • DISABLED – Amazon SES disables engagement metrics for your account.

dashboardAttributes_engagementMetrics :: Lens' DashboardAttributes (Maybe FeatureStatus) Source #

Specifies the status of your VDM engagement metrics collection. Can be one of the following:

  • ENABLED – Amazon SES enables engagement metrics for your account.
  • DISABLED – Amazon SES disables engagement metrics for your account.

DashboardOptions

data DashboardOptions Source #

An object containing additional settings for your VDM configuration as applicable to the Dashboard.

See: newDashboardOptions smart constructor.

Constructors

DashboardOptions' 

Fields

  • engagementMetrics :: Maybe FeatureStatus

    Specifies the status of your VDM engagement metrics collection. Can be one of the following:

    • ENABLED – Amazon SES enables engagement metrics for the configuration set.
    • DISABLED – Amazon SES disables engagement metrics for the configuration set.

Instances

Instances details
FromJSON DashboardOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardOptions

ToJSON DashboardOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardOptions

Generic DashboardOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardOptions

Associated Types

type Rep DashboardOptions :: Type -> Type #

Read DashboardOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardOptions

Show DashboardOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardOptions

NFData DashboardOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardOptions

Methods

rnf :: DashboardOptions -> () #

Eq DashboardOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardOptions

Hashable DashboardOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardOptions

type Rep DashboardOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DashboardOptions

type Rep DashboardOptions = D1 ('MetaData "DashboardOptions" "Amazonka.SESV2.Types.DashboardOptions" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "DashboardOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "engagementMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureStatus))))

newDashboardOptions :: DashboardOptions Source #

Create a value of DashboardOptions 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:engagementMetrics:DashboardOptions', dashboardOptions_engagementMetrics - Specifies the status of your VDM engagement metrics collection. Can be one of the following:

  • ENABLED – Amazon SES enables engagement metrics for the configuration set.
  • DISABLED – Amazon SES disables engagement metrics for the configuration set.

dashboardOptions_engagementMetrics :: Lens' DashboardOptions (Maybe FeatureStatus) Source #

Specifies the status of your VDM engagement metrics collection. Can be one of the following:

  • ENABLED – Amazon SES enables engagement metrics for the configuration set.
  • DISABLED – Amazon SES disables engagement metrics for the configuration set.

DedicatedIp

data DedicatedIp Source #

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

To learn more about requesting dedicated IP addresses, see Requesting and Relinquishing Dedicated IP Addresses in the Amazon SES Developer Guide.

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 IPv4 address.

  • 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
FromJSON DedicatedIp Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIp

Generic DedicatedIp Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIp

Associated Types

type Rep DedicatedIp :: Type -> Type #

Read DedicatedIp Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIp

Show DedicatedIp Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIp

NFData DedicatedIp Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIp

Methods

rnf :: DedicatedIp -> () #

Eq DedicatedIp Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIp

Hashable DedicatedIp Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIp

type Rep DedicatedIp Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIp

type Rep DedicatedIp = D1 ('MetaData "DedicatedIp" "Amazonka.SESV2.Types.DedicatedIp" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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 IPv4 address.

$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_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.

DedicatedIpPool

data DedicatedIpPool Source #

Contains information about a dedicated IP pool.

See: newDedicatedIpPool smart constructor.

Constructors

DedicatedIpPool' 

Fields

  • poolName :: Text

    The name of the dedicated IP pool.

  • scalingMode :: ScalingMode

    The type of the dedicated IP pool.

    • STANDARD – A dedicated IP pool where the customer can control which IPs are part of the pool.
    • MANAGED – A dedicated IP pool where the reputation and number of IPs is automatically managed by Amazon SES.

Instances

Instances details
FromJSON DedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIpPool

Generic DedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIpPool

Associated Types

type Rep DedicatedIpPool :: Type -> Type #

Read DedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIpPool

Show DedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIpPool

NFData DedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIpPool

Methods

rnf :: DedicatedIpPool -> () #

Eq DedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIpPool

Hashable DedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIpPool

type Rep DedicatedIpPool Source # 
Instance details

Defined in Amazonka.SESV2.Types.DedicatedIpPool

type Rep DedicatedIpPool = D1 ('MetaData "DedicatedIpPool" "Amazonka.SESV2.Types.DedicatedIpPool" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "DedicatedIpPool'" 'PrefixI 'True) (S1 ('MetaSel ('Just "poolName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "scalingMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScalingMode)))

newDedicatedIpPool Source #

Create a value of DedicatedIpPool 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:DedicatedIpPool', dedicatedIpPool_poolName - The name of the dedicated IP pool.

$sel:scalingMode:DedicatedIpPool', dedicatedIpPool_scalingMode - The type of the dedicated IP pool.

  • STANDARD – A dedicated IP pool where the customer can control which IPs are part of the pool.
  • MANAGED – A dedicated IP pool where the reputation and number of IPs is automatically managed by Amazon SES.

dedicatedIpPool_poolName :: Lens' DedicatedIpPool Text Source #

The name of the dedicated IP pool.

dedicatedIpPool_scalingMode :: Lens' DedicatedIpPool ScalingMode Source #

The type of the dedicated IP pool.

  • STANDARD – A dedicated IP pool where the customer can control which IPs are part of the pool.
  • MANAGED – A dedicated IP pool where the reputation and number of IPs is automatically managed by Amazon SES.

DeliverabilityTestReport

data DeliverabilityTestReport Source #

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

See: newDeliverabilityTestReport smart constructor.

Constructors

DeliverabilityTestReport' 

Fields

  • createDate :: Maybe POSIX

    The date and time when the predictive inbox placement test was created.

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

  • fromEmailAddress :: Maybe Text

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

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

  • subject :: Maybe Text

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

Instances

Instances details
FromJSON DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestReport

Generic DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestReport

Associated Types

type Rep DeliverabilityTestReport :: Type -> Type #

Read DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestReport

Show DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestReport

NFData DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestReport

Eq DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestReport

Hashable DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestReport

type Rep DeliverabilityTestReport Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliverabilityTestReport

type Rep DeliverabilityTestReport = D1 ('MetaData "DeliverabilityTestReport" "Amazonka.SESV2.Types.DeliverabilityTestReport" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "DeliverabilityTestReport'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "deliverabilityTestStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeliverabilityTestStatus)) :*: S1 ('MetaSel ('Just "fromEmailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "reportId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reportName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:createDate:DeliverabilityTestReport', deliverabilityTestReport_createDate - The date and time when the predictive inbox placement test was created.

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

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

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

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

The date and time when the predictive inbox placement test was created.

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.

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

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

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_subject :: Lens' DeliverabilityTestReport (Maybe Text) Source #

The subject line for an email that you submitted in a predictive inbox placement 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 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
FromJSON DeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliveryOptions

ToJSON DeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliveryOptions

Generic DeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliveryOptions

Associated Types

type Rep DeliveryOptions :: Type -> Type #

Read DeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliveryOptions

Show DeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliveryOptions

NFData DeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliveryOptions

Methods

rnf :: DeliveryOptions -> () #

Eq DeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliveryOptions

Hashable DeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliveryOptions

type Rep DeliveryOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.DeliveryOptions

type Rep DeliveryOptions = D1 ('MetaData "DeliveryOptions" "Amazonka.SESV2.Types.DeliveryOptions" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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 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 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.

Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a destination email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492.

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
ToJSON Destination Source # 
Instance details

Defined in Amazonka.SESV2.Types.Destination

Generic Destination Source # 
Instance details

Defined in Amazonka.SESV2.Types.Destination

Associated Types

type Rep Destination :: Type -> Type #

Read Destination Source # 
Instance details

Defined in Amazonka.SESV2.Types.Destination

Show Destination Source # 
Instance details

Defined in Amazonka.SESV2.Types.Destination

NFData Destination Source # 
Instance details

Defined in Amazonka.SESV2.Types.Destination

Methods

rnf :: Destination -> () #

Eq Destination Source # 
Instance details

Defined in Amazonka.SESV2.Types.Destination

Hashable Destination Source # 
Instance details

Defined in Amazonka.SESV2.Types.Destination

type Rep Destination Source # 
Instance details

Defined in Amazonka.SESV2.Types.Destination

type Rep Destination = D1 ('MetaData "Destination" "Amazonka.SESV2.Types.Destination" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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 authentication status for an email identity.

Amazon SES determines the authentication status by searching for specific records in the DNS configuration for the domain. If you used Easy DKIM to set up DKIM authentication, Amazon SES tries to find three unique CNAME records in the DNS configuration for your domain. If you provided a public key to perform DKIM authentication, Amazon SES tries to find a TXT record that uses the selector that you specified. The value of the TXT record must be a public key that's paired with the private key that you specified in the process of creating the identity

See: newDkimAttributes smart constructor.

Constructors

DkimAttributes' 

Fields

  • currentSigningKeyLength :: Maybe DkimSigningKeyLength
    Easy DKIM
    The key length of the DKIM key pair in use.
  • lastKeyGenerationTimestamp :: Maybe POSIX
    Easy DKIM
    The last time a key pair was generated for this identity.
  • nextSigningKeyLength :: Maybe DkimSigningKeyLength
    Easy DKIM
    The key length of the future DKIM key pair to be generated. This can be changed at most once per day.
  • signingAttributesOrigin :: Maybe DkimSigningAttributesOrigin

    A string that indicates how DKIM was configured for the identity. These are the possible values:

    • AWS_SES – Indicates that DKIM was configured for the identity by using Easy DKIM.
    • EXTERNAL – Indicates that DKIM was configured for the identity by using Bring Your Own DKIM (BYODKIM).
  • signingEnabled :: Maybe Bool

    If the value is true, then the messages that you send from the identity are signed using DKIM. If the value is false, then the messages that you send from the identity aren't DKIM-signed.

  • status :: Maybe DkimStatus

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

    • PENDING – The verification process was initiated, but Amazon SES hasn't yet detected the DKIM records in the DNS configuration for the domain.
    • SUCCESS – The verification process completed successfully.
    • FAILED – The verification process failed. This typically occurs when Amazon SES fails to find the DKIM records in the DNS configuration of the domain.
    • TEMPORARY_FAILURE – A temporary issue is preventing Amazon SES from determining the DKIM authentication status of the domain.
    • NOT_STARTED – The DKIM verification process hasn't been initiated for the domain.
  • tokens :: Maybe [Text]

    If you used Easy DKIM to configure DKIM authentication for the domain, then this object contains 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 SES detects these records in the DNS configuration for your domain, the DKIM authentication process is complete.

    If you configured DKIM authentication for the domain by providing your own public-private key pair, then this object contains the selector for the public key.

    Regardless of the DKIM authentication method you use, Amazon SES searches for the appropriate records in the DNS configuration of the domain for up to 72 hours.

Instances

Instances details
FromJSON DkimAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimAttributes

Generic DkimAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimAttributes

Associated Types

type Rep DkimAttributes :: Type -> Type #

Read DkimAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimAttributes

Show DkimAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimAttributes

NFData DkimAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimAttributes

Methods

rnf :: DkimAttributes -> () #

Eq DkimAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimAttributes

Hashable DkimAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimAttributes

type Rep DkimAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimAttributes

type Rep DkimAttributes = D1 ('MetaData "DkimAttributes" "Amazonka.SESV2.Types.DkimAttributes" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "DkimAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "currentSigningKeyLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DkimSigningKeyLength)) :*: (S1 ('MetaSel ('Just "lastKeyGenerationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "nextSigningKeyLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DkimSigningKeyLength)))) :*: ((S1 ('MetaSel ('Just "signingAttributesOrigin") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DkimSigningAttributesOrigin)) :*: S1 ('MetaSel ('Just "signingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DkimStatus)) :*: S1 ('MetaSel ('Just "tokens") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))))

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:currentSigningKeyLength:DkimAttributes', dkimAttributes_currentSigningKeyLength - [Easy DKIM] The key length of the DKIM key pair in use.

$sel:lastKeyGenerationTimestamp:DkimAttributes', dkimAttributes_lastKeyGenerationTimestamp - [Easy DKIM] The last time a key pair was generated for this identity.

$sel:nextSigningKeyLength:DkimAttributes', dkimAttributes_nextSigningKeyLength - [Easy DKIM] The key length of the future DKIM key pair to be generated. This can be changed at most once per day.

$sel:signingAttributesOrigin:DkimAttributes', dkimAttributes_signingAttributesOrigin - A string that indicates how DKIM was configured for the identity. These are the possible values:

  • AWS_SES – Indicates that DKIM was configured for the identity by using Easy DKIM.
  • EXTERNAL – Indicates that DKIM was configured for the identity by using Bring Your Own DKIM (BYODKIM).

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

$sel:status:DkimAttributes', dkimAttributes_status - Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the domain. The status can be one of the following:

  • PENDING – The verification process was initiated, but Amazon SES hasn't yet detected the DKIM records in the DNS configuration for the domain.
  • SUCCESS – The verification process completed successfully.
  • FAILED – The verification process failed. This typically occurs when Amazon SES fails to find the DKIM records in the DNS configuration of the domain.
  • TEMPORARY_FAILURE – A temporary issue is preventing Amazon SES from determining the DKIM authentication status of the domain.
  • NOT_STARTED – The DKIM verification process hasn't been initiated for the domain.

$sel:tokens:DkimAttributes', dkimAttributes_tokens - If you used Easy DKIM to configure DKIM authentication for the domain, then this object contains 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 SES detects these records in the DNS configuration for your domain, the DKIM authentication process is complete.

If you configured DKIM authentication for the domain by providing your own public-private key pair, then this object contains the selector for the public key.

Regardless of the DKIM authentication method you use, Amazon SES searches for the appropriate records in the DNS configuration of the domain for up to 72 hours.

dkimAttributes_currentSigningKeyLength :: Lens' DkimAttributes (Maybe DkimSigningKeyLength) Source #

Easy DKIM
The key length of the DKIM key pair in use.

dkimAttributes_lastKeyGenerationTimestamp :: Lens' DkimAttributes (Maybe UTCTime) Source #

Easy DKIM
The last time a key pair was generated for this identity.

dkimAttributes_nextSigningKeyLength :: Lens' DkimAttributes (Maybe DkimSigningKeyLength) Source #

Easy DKIM
The key length of the future DKIM key pair to be generated. This can be changed at most once per day.

dkimAttributes_signingAttributesOrigin :: Lens' DkimAttributes (Maybe DkimSigningAttributesOrigin) Source #

A string that indicates how DKIM was configured for the identity. These are the possible values:

  • AWS_SES – Indicates that DKIM was configured for the identity by using Easy DKIM.
  • EXTERNAL – Indicates that DKIM was configured for the identity by using Bring Your Own DKIM (BYODKIM).

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

If the value is true, then the messages that you send from the identity are signed using DKIM. If the value is false, then the messages that you send from the identity aren't DKIM-signed.

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

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

  • PENDING – The verification process was initiated, but Amazon SES hasn't yet detected the DKIM records in the DNS configuration for the domain.
  • SUCCESS – The verification process completed successfully.
  • FAILED – The verification process failed. This typically occurs when Amazon SES fails to find the DKIM records in the DNS configuration of the domain.
  • TEMPORARY_FAILURE – A temporary issue is preventing Amazon SES from determining the DKIM authentication status of the domain.
  • NOT_STARTED – The DKIM verification process hasn't been initiated for the domain.

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

If you used Easy DKIM to configure DKIM authentication for the domain, then this object contains 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 SES detects these records in the DNS configuration for your domain, the DKIM authentication process is complete.

If you configured DKIM authentication for the domain by providing your own public-private key pair, then this object contains the selector for the public key.

Regardless of the DKIM authentication method you use, Amazon SES searches for the appropriate records in the DNS configuration of the domain for up to 72 hours.

DkimSigningAttributes

data DkimSigningAttributes Source #

An object that contains configuration for Bring Your Own DKIM (BYODKIM), or, for Easy DKIM

See: newDkimSigningAttributes smart constructor.

Constructors

DkimSigningAttributes' 

Fields

Instances

Instances details
ToJSON DkimSigningAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributes

Generic DkimSigningAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributes

Associated Types

type Rep DkimSigningAttributes :: Type -> Type #

Show DkimSigningAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributes

NFData DkimSigningAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributes

Methods

rnf :: DkimSigningAttributes -> () #

Eq DkimSigningAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributes

Hashable DkimSigningAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributes

type Rep DkimSigningAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.DkimSigningAttributes

type Rep DkimSigningAttributes = D1 ('MetaData "DkimSigningAttributes" "Amazonka.SESV2.Types.DkimSigningAttributes" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "DkimSigningAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainSigningPrivateKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "domainSigningSelector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextSigningKeyLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DkimSigningKeyLength)))))

newDkimSigningAttributes :: DkimSigningAttributes Source #

Create a value of DkimSigningAttributes 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:domainSigningPrivateKey:DkimSigningAttributes', dkimSigningAttributes_domainSigningPrivateKey - [Bring Your Own DKIM] A private key that's used to generate a DKIM signature.

The private key must use 1024 or 2048-bit RSA encryption, and must be encoded using base64 encoding.

$sel:domainSigningSelector:DkimSigningAttributes', dkimSigningAttributes_domainSigningSelector - [Bring Your Own DKIM] A string that's used to identify a public key in the DNS configuration for a domain.

$sel:nextSigningKeyLength:DkimSigningAttributes', dkimSigningAttributes_nextSigningKeyLength - [Easy DKIM] The key length of the future DKIM key pair to be generated. This can be changed at most once per day.

dkimSigningAttributes_domainSigningPrivateKey :: Lens' DkimSigningAttributes (Maybe Text) Source #

Bring Your Own DKIM
A private key that's used to generate a DKIM signature.

The private key must use 1024 or 2048-bit RSA encryption, and must be encoded using base64 encoding.

dkimSigningAttributes_domainSigningSelector :: Lens' DkimSigningAttributes (Maybe Text) Source #

Bring Your Own DKIM
A string that's used to identify a public key in the DNS configuration for a domain.

dkimSigningAttributes_nextSigningKeyLength :: Lens' DkimSigningAttributes (Maybe DkimSigningKeyLength) Source #

Easy DKIM
The key length of the future DKIM key pair to be generated. This can be changed at most once per day.

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

  • campaignId :: Maybe Text

    The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.

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

  • esps :: Maybe [Text]

    The major email providers who handled the email message.

  • firstSeenDateTime :: Maybe POSIX

    The first time 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.

  • fromAddress :: Maybe Text

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

  • imageUrl :: Maybe Text

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

  • inboxCount :: Maybe Integer

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

  • lastSeenDateTime :: Maybe POSIX

    The last time 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.

  • projectedVolume :: Maybe Integer

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

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

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

  • sendingIps :: Maybe [Text]

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

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

Instances

Instances details
FromJSON DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainDeliverabilityCampaign

Generic DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainDeliverabilityCampaign

Associated Types

type Rep DomainDeliverabilityCampaign :: Type -> Type #

Read DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainDeliverabilityCampaign

Show DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainDeliverabilityCampaign

NFData DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainDeliverabilityCampaign

Eq DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainDeliverabilityCampaign

Hashable DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainDeliverabilityCampaign

type Rep DomainDeliverabilityCampaign Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainDeliverabilityCampaign

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

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:campaignId:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_campaignId - The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.

$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:esps:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_esps - The major email providers who handled the email message.

$sel:firstSeenDateTime:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_firstSeenDateTime - The first time 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:fromAddress:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_fromAddress - The verified email address that the email message was sent from.

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

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

$sel:lastSeenDateTime:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_lastSeenDateTime - The last time 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:projectedVolume:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_projectedVolume - The projected number of recipients that the email message was sent to.

$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: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:sendingIps:DomainDeliverabilityCampaign', domainDeliverabilityCampaign_sendingIps - The IP addresses that were used to send the email message.

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

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

The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.

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_esps :: Lens' DomainDeliverabilityCampaign (Maybe [Text]) Source #

The major email providers who handled the email message.

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

The first time 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_fromAddress :: Lens' DomainDeliverabilityCampaign (Maybe Text) Source #

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

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

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

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

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

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

The last time 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_projectedVolume :: Lens' DomainDeliverabilityCampaign (Maybe Integer) Source #

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

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_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_sendingIps :: Lens' DomainDeliverabilityCampaign (Maybe [Text]) Source #

The IP addresses that were used to send the 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.

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
FromJSON DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainDeliverabilityTrackingOption

ToJSON DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainDeliverabilityTrackingOption

Generic DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainDeliverabilityTrackingOption

Associated Types

type Rep DomainDeliverabilityTrackingOption :: Type -> Type #

Read DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainDeliverabilityTrackingOption

Show DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainDeliverabilityTrackingOption

NFData DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainDeliverabilityTrackingOption

Eq DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainDeliverabilityTrackingOption

Hashable DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainDeliverabilityTrackingOption

type Rep DomainDeliverabilityTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainDeliverabilityTrackingOption

type Rep DomainDeliverabilityTrackingOption = D1 ('MetaData "DomainDeliverabilityTrackingOption" "Amazonka.SESV2.Types.DomainDeliverabilityTrackingOption" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "DomainDeliverabilityTrackingOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inboxPlacementTrackingOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InboxPlacementTrackingOption)) :*: S1 ('MetaSel ('Just "subscriptionStartDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

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 Amazon Web Services account and currently has an active Deliverability dashboard subscription.

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

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

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

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

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

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

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

The date when you enabled the Deliverability dashboard 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

  • inboxPercentage :: Maybe Double

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

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

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

  • 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
FromJSON DomainIspPlacement Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainIspPlacement

Generic DomainIspPlacement Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainIspPlacement

Associated Types

type Rep DomainIspPlacement :: Type -> Type #

Read DomainIspPlacement Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainIspPlacement

Show DomainIspPlacement Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainIspPlacement

NFData DomainIspPlacement Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainIspPlacement

Methods

rnf :: DomainIspPlacement -> () #

Eq DomainIspPlacement Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainIspPlacement

Hashable DomainIspPlacement Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainIspPlacement

type Rep DomainIspPlacement Source # 
Instance details

Defined in Amazonka.SESV2.Types.DomainIspPlacement

type Rep DomainIspPlacement = D1 ('MetaData "DomainIspPlacement" "Amazonka.SESV2.Types.DomainIspPlacement" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "DomainIspPlacement'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "inboxPercentage") '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 "spamPercentage") '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: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: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: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: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_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_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_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_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 the Amazon SES API v2 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
ToJSON EmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailContent

Generic EmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailContent

Associated Types

type Rep EmailContent :: Type -> Type #

Read EmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailContent

Show EmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailContent

NFData EmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailContent

Methods

rnf :: EmailContent -> () #

Eq EmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailContent

Hashable EmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailContent

type Rep EmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailContent

type Rep EmailContent = D1 ('MetaData "EmailContent" "Amazonka.SESV2.Types.EmailContent" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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 the Amazon SES API v2 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 the Amazon SES API v2 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.

EmailTemplateContent

data EmailTemplateContent Source #

The content of the email, composed of a subject line, an HTML part, and a text-only part.

See: newEmailTemplateContent smart constructor.

Constructors

EmailTemplateContent' 

Fields

Instances

Instances details
FromJSON EmailTemplateContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailTemplateContent

ToJSON EmailTemplateContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailTemplateContent

Generic EmailTemplateContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailTemplateContent

Associated Types

type Rep EmailTemplateContent :: Type -> Type #

Read EmailTemplateContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailTemplateContent

Show EmailTemplateContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailTemplateContent

NFData EmailTemplateContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailTemplateContent

Methods

rnf :: EmailTemplateContent -> () #

Eq EmailTemplateContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailTemplateContent

Hashable EmailTemplateContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailTemplateContent

type Rep EmailTemplateContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailTemplateContent

type Rep EmailTemplateContent = D1 ('MetaData "EmailTemplateContent" "Amazonka.SESV2.Types.EmailTemplateContent" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "EmailTemplateContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "html") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "subject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newEmailTemplateContent :: EmailTemplateContent Source #

Create a value of EmailTemplateContent 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:html:EmailTemplateContent', emailTemplateContent_html - The HTML body of the email.

$sel:subject:EmailTemplateContent', emailTemplateContent_subject - The subject line of the email.

$sel:text:EmailTemplateContent', emailTemplateContent_text - The email body that will be visible to recipients whose email clients do not display HTML.

emailTemplateContent_text :: Lens' EmailTemplateContent (Maybe Text) Source #

The email body that will be visible to recipients whose email clients do not display HTML.

EmailTemplateMetadata

data EmailTemplateMetadata Source #

Contains information about an email template.

See: newEmailTemplateMetadata smart constructor.

Constructors

EmailTemplateMetadata' 

Fields

Instances

Instances details
FromJSON EmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailTemplateMetadata

Generic EmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailTemplateMetadata

Associated Types

type Rep EmailTemplateMetadata :: Type -> Type #

Read EmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailTemplateMetadata

Show EmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailTemplateMetadata

NFData EmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailTemplateMetadata

Methods

rnf :: EmailTemplateMetadata -> () #

Eq EmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailTemplateMetadata

Hashable EmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailTemplateMetadata

type Rep EmailTemplateMetadata Source # 
Instance details

Defined in Amazonka.SESV2.Types.EmailTemplateMetadata

type Rep EmailTemplateMetadata = D1 ('MetaData "EmailTemplateMetadata" "Amazonka.SESV2.Types.EmailTemplateMetadata" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "EmailTemplateMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "templateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEmailTemplateMetadata :: EmailTemplateMetadata Source #

Create a value of EmailTemplateMetadata 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:createdTimestamp:EmailTemplateMetadata', emailTemplateMetadata_createdTimestamp - The time and date the template was created.

$sel:templateName:EmailTemplateMetadata', emailTemplateMetadata_templateName - The name of the template.

EventDestination

data EventDestination Source #

In the Amazon SES API v2, events include message sends, deliveries, opens, clicks, bounces, complaints and delivery delays. /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

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

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

  • pinpointDestination :: Maybe PinpointDestination

    An object that defines an Amazon Pinpoint project destination for email events. You can send email event data to a Amazon Pinpoint project to view metrics using the Transactional Messaging dashboards that are built in to Amazon Pinpoint. For more information, see Transactional Messaging Charts in the Amazon Pinpoint User Guide.

  • 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 SES sends to the specified event destinations.

Instances

Instances details
FromJSON EventDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventDestination

Generic EventDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventDestination

Associated Types

type Rep EventDestination :: Type -> Type #

Read EventDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventDestination

Show EventDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventDestination

NFData EventDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventDestination

Methods

rnf :: EventDestination -> () #

Eq EventDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventDestination

Hashable EventDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventDestination

type Rep EventDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventDestination

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: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: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:pinpointDestination:EventDestination', eventDestination_pinpointDestination - An object that defines an Amazon Pinpoint project destination for email events. You can send email event data to a Amazon Pinpoint project to view metrics using the Transactional Messaging dashboards that are built in to Amazon Pinpoint. For more information, see Transactional Messaging Charts in the Amazon Pinpoint User Guide.

$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 SES sends to the specified event destinations.

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_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_pinpointDestination :: Lens' EventDestination (Maybe PinpointDestination) Source #

An object that defines an Amazon Pinpoint project destination for email events. You can send email event data to a Amazon Pinpoint project to view metrics using the Transactional Messaging dashboards that are built in to Amazon Pinpoint. For more information, see Transactional Messaging Charts in the Amazon Pinpoint User Guide.

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 SES 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

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

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

  • matchingEventTypes :: Maybe [EventType]

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

  • pinpointDestination :: Maybe PinpointDestination

    An object that defines an Amazon Pinpoint project destination for email events. You can send email event data to a Amazon Pinpoint project to view metrics using the Transactional Messaging dashboards that are built in to Amazon Pinpoint. For more information, see Transactional Messaging Charts in the Amazon Pinpoint User Guide.

  • 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
ToJSON EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventDestinationDefinition

Generic EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventDestinationDefinition

Associated Types

type Rep EventDestinationDefinition :: Type -> Type #

Read EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventDestinationDefinition

Show EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventDestinationDefinition

NFData EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventDestinationDefinition

Eq EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventDestinationDefinition

Hashable EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventDestinationDefinition

type Rep EventDestinationDefinition Source # 
Instance details

Defined in Amazonka.SESV2.Types.EventDestinationDefinition

type Rep EventDestinationDefinition = D1 ('MetaData "EventDestinationDefinition" "Amazonka.SESV2.Types.EventDestinationDefinition" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "EventDestinationDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cloudWatchDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchDestination)) :*: (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "kinesisFirehoseDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KinesisFirehoseDestination)))) :*: (S1 ('MetaSel ('Just "matchingEventTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventType])) :*: (S1 ('MetaSel ('Just "pinpointDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PinpointDestination)) :*: 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: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: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:matchingEventTypes:EventDestinationDefinition', eventDestinationDefinition_matchingEventTypes - An array that specifies which events the Amazon SES API v2 should send to the destinations in this EventDestinationDefinition.

$sel:pinpointDestination:EventDestinationDefinition', eventDestinationDefinition_pinpointDestination - An object that defines an Amazon Pinpoint project destination for email events. You can send email event data to a Amazon Pinpoint project to view metrics using the Transactional Messaging dashboards that are built in to Amazon Pinpoint. For more information, see Transactional Messaging Charts in the Amazon Pinpoint User Guide.

$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_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_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_matchingEventTypes :: Lens' EventDestinationDefinition (Maybe [EventType]) Source #

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

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

An object that defines an Amazon Pinpoint project destination for email events. You can send email event data to a Amazon Pinpoint project to view metrics using the Transactional Messaging dashboards that are built in to Amazon Pinpoint. For more information, see Transactional Messaging Charts in the Amazon Pinpoint User Guide.

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.

FailureInfo

data FailureInfo Source #

An object that contains the failure details about an import job.

See: newFailureInfo smart constructor.

Constructors

FailureInfo' 

Fields

Instances

Instances details
FromJSON FailureInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.FailureInfo

Generic FailureInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.FailureInfo

Associated Types

type Rep FailureInfo :: Type -> Type #

Read FailureInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.FailureInfo

Show FailureInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.FailureInfo

NFData FailureInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.FailureInfo

Methods

rnf :: FailureInfo -> () #

Eq FailureInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.FailureInfo

Hashable FailureInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.FailureInfo

type Rep FailureInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.FailureInfo

type Rep FailureInfo = D1 ('MetaData "FailureInfo" "Amazonka.SESV2.Types.FailureInfo" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "FailureInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "failedRecordsS3Url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newFailureInfo :: FailureInfo Source #

Create a value of FailureInfo 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:errorMessage:FailureInfo', failureInfo_errorMessage - A message about why the import job failed.

$sel:failedRecordsS3Url:FailureInfo', failureInfo_failedRecordsS3Url - An Amazon S3 presigned URL that contains all the failed records and related information.

failureInfo_errorMessage :: Lens' FailureInfo (Maybe Text) Source #

A message about why the import job failed.

failureInfo_failedRecordsS3Url :: Lens' FailureInfo (Maybe Text) Source #

An Amazon S3 presigned URL that contains all the failed records and related information.

GuardianAttributes

data GuardianAttributes Source #

An object containing additional settings for your VDM configuration as applicable to the Guardian.

See: newGuardianAttributes smart constructor.

Constructors

GuardianAttributes' 

Fields

  • optimizedSharedDelivery :: Maybe FeatureStatus

    Specifies the status of your VDM optimized shared delivery. Can be one of the following:

    • ENABLED – Amazon SES enables optimized shared delivery for your account.
    • DISABLED – Amazon SES disables optimized shared delivery for your account.

Instances

Instances details
FromJSON GuardianAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianAttributes

ToJSON GuardianAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianAttributes

Generic GuardianAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianAttributes

Associated Types

type Rep GuardianAttributes :: Type -> Type #

Read GuardianAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianAttributes

Show GuardianAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianAttributes

NFData GuardianAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianAttributes

Methods

rnf :: GuardianAttributes -> () #

Eq GuardianAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianAttributes

Hashable GuardianAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianAttributes

type Rep GuardianAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianAttributes

type Rep GuardianAttributes = D1 ('MetaData "GuardianAttributes" "Amazonka.SESV2.Types.GuardianAttributes" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "GuardianAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "optimizedSharedDelivery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureStatus))))

newGuardianAttributes :: GuardianAttributes Source #

Create a value of GuardianAttributes 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:optimizedSharedDelivery:GuardianAttributes', guardianAttributes_optimizedSharedDelivery - Specifies the status of your VDM optimized shared delivery. Can be one of the following:

  • ENABLED – Amazon SES enables optimized shared delivery for your account.
  • DISABLED – Amazon SES disables optimized shared delivery for your account.

guardianAttributes_optimizedSharedDelivery :: Lens' GuardianAttributes (Maybe FeatureStatus) Source #

Specifies the status of your VDM optimized shared delivery. Can be one of the following:

  • ENABLED – Amazon SES enables optimized shared delivery for your account.
  • DISABLED – Amazon SES disables optimized shared delivery for your account.

GuardianOptions

data GuardianOptions Source #

An object containing additional settings for your VDM configuration as applicable to the Guardian.

See: newGuardianOptions smart constructor.

Constructors

GuardianOptions' 

Fields

  • optimizedSharedDelivery :: Maybe FeatureStatus

    Specifies the status of your VDM optimized shared delivery. Can be one of the following:

    • ENABLED – Amazon SES enables optimized shared delivery for the configuration set.
    • DISABLED – Amazon SES disables optimized shared delivery for the configuration set.

Instances

Instances details
FromJSON GuardianOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianOptions

ToJSON GuardianOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianOptions

Generic GuardianOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianOptions

Associated Types

type Rep GuardianOptions :: Type -> Type #

Read GuardianOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianOptions

Show GuardianOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianOptions

NFData GuardianOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianOptions

Methods

rnf :: GuardianOptions -> () #

Eq GuardianOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianOptions

Hashable GuardianOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianOptions

type Rep GuardianOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.GuardianOptions

type Rep GuardianOptions = D1 ('MetaData "GuardianOptions" "Amazonka.SESV2.Types.GuardianOptions" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "GuardianOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "optimizedSharedDelivery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureStatus))))

newGuardianOptions :: GuardianOptions Source #

Create a value of GuardianOptions 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:optimizedSharedDelivery:GuardianOptions', guardianOptions_optimizedSharedDelivery - Specifies the status of your VDM optimized shared delivery. Can be one of the following:

  • ENABLED – Amazon SES enables optimized shared delivery for the configuration set.
  • DISABLED – Amazon SES disables optimized shared delivery for the configuration set.

guardianOptions_optimizedSharedDelivery :: Lens' GuardianOptions (Maybe FeatureStatus) Source #

Specifies the status of your VDM optimized shared delivery. Can be one of the following:

  • ENABLED – Amazon SES enables optimized shared delivery for the configuration set.
  • DISABLED – Amazon SES disables optimized shared delivery for the configuration set.

IdentityInfo

data IdentityInfo Source #

Information about an email identity.

See: newIdentityInfo smart constructor.

Constructors

IdentityInfo' 

Fields

  • identityName :: Maybe Text

    The address or domain of the identity.

  • identityType :: Maybe IdentityType

    The email identity type. Note: the MANAGED_DOMAIN type is not supported for email identity types.

  • sendingEnabled :: Maybe Bool

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

    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 SES to send email from that identity.

  • verificationStatus :: Maybe VerificationStatus

    The verification status of the identity. The status can be one of the following:

    • PENDING – The verification process was initiated, but Amazon SES hasn't yet been able to verify the identity.
    • SUCCESS – The verification process completed successfully.
    • FAILED – The verification process failed.
    • TEMPORARY_FAILURE – A temporary issue is preventing Amazon SES from determining the verification status of the identity.
    • NOT_STARTED – The verification process hasn't been initiated for the identity.

Instances

Instances details
FromJSON IdentityInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityInfo

Generic IdentityInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityInfo

Associated Types

type Rep IdentityInfo :: Type -> Type #

Read IdentityInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityInfo

Show IdentityInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityInfo

NFData IdentityInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityInfo

Methods

rnf :: IdentityInfo -> () #

Eq IdentityInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityInfo

Hashable IdentityInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityInfo

type Rep IdentityInfo Source # 
Instance details

Defined in Amazonka.SESV2.Types.IdentityInfo

type Rep IdentityInfo = D1 ('MetaData "IdentityInfo" "Amazonka.SESV2.Types.IdentityInfo" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "IdentityInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "identityName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "identityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentityType))) :*: (S1 ('MetaSel ('Just "sendingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "verificationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VerificationStatus)))))

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:identityName:IdentityInfo', identityInfo_identityName - The address or domain of the identity.

$sel:identityType:IdentityInfo', identityInfo_identityType - The email identity type. Note: the MANAGED_DOMAIN type is not supported for email identity types.

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

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 SES to send email from that identity.

$sel:verificationStatus:IdentityInfo', identityInfo_verificationStatus - The verification status of the identity. The status can be one of the following:

  • PENDING – The verification process was initiated, but Amazon SES hasn't yet been able to verify the identity.
  • SUCCESS – The verification process completed successfully.
  • FAILED – The verification process failed.
  • TEMPORARY_FAILURE – A temporary issue is preventing Amazon SES from determining the verification status of the identity.
  • NOT_STARTED – The verification process hasn't been initiated for the identity.

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

The address or domain of the identity.

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

The email identity type. Note: the MANAGED_DOMAIN type is not supported for email identity types.

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

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

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 SES to send email from that identity.

identityInfo_verificationStatus :: Lens' IdentityInfo (Maybe VerificationStatus) Source #

The verification status of the identity. The status can be one of the following:

  • PENDING – The verification process was initiated, but Amazon SES hasn't yet been able to verify the identity.
  • SUCCESS – The verification process completed successfully.
  • FAILED – The verification process failed.
  • TEMPORARY_FAILURE – A temporary issue is preventing Amazon SES from determining the verification status of the identity.
  • NOT_STARTED – The verification process hasn't been initiated for the identity.

ImportDataSource

data ImportDataSource Source #

An object that contains details about the data source of the import job.

See: newImportDataSource smart constructor.

Constructors

ImportDataSource' 

Fields

Instances

Instances details
FromJSON ImportDataSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDataSource

ToJSON ImportDataSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDataSource

Generic ImportDataSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDataSource

Associated Types

type Rep ImportDataSource :: Type -> Type #

Read ImportDataSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDataSource

Show ImportDataSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDataSource

NFData ImportDataSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDataSource

Methods

rnf :: ImportDataSource -> () #

Eq ImportDataSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDataSource

Hashable ImportDataSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDataSource

type Rep ImportDataSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDataSource

type Rep ImportDataSource = D1 ('MetaData "ImportDataSource" "Amazonka.SESV2.Types.ImportDataSource" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "ImportDataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dataFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DataFormat)))

newImportDataSource Source #

Create a value of ImportDataSource 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:s3Url:ImportDataSource', importDataSource_s3Url - An Amazon S3 URL in the format s3://<bucket_name>/<object>.

$sel:dataFormat:ImportDataSource', importDataSource_dataFormat - The data format of the import job's data source.

importDataSource_s3Url :: Lens' ImportDataSource Text Source #

An Amazon S3 URL in the format s3://<bucket_name>/<object>.

importDataSource_dataFormat :: Lens' ImportDataSource DataFormat Source #

The data format of the import job's data source.

ImportDestination

data ImportDestination Source #

An object that contains details about the resource destination the import job is going to target.

See: newImportDestination smart constructor.

Constructors

ImportDestination' 

Fields

Instances

Instances details
FromJSON ImportDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestination

ToJSON ImportDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestination

Generic ImportDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestination

Associated Types

type Rep ImportDestination :: Type -> Type #

Read ImportDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestination

Show ImportDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestination

NFData ImportDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestination

Methods

rnf :: ImportDestination -> () #

Eq ImportDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestination

Hashable ImportDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestination

type Rep ImportDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestination

type Rep ImportDestination = D1 ('MetaData "ImportDestination" "Amazonka.SESV2.Types.ImportDestination" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "ImportDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contactListDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContactListDestination)) :*: S1 ('MetaSel ('Just "suppressionListDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SuppressionListDestination))))

newImportDestination :: ImportDestination Source #

Create a value of ImportDestination 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:contactListDestination:ImportDestination', importDestination_contactListDestination - An object that contains the action of the import job towards a contact list.

$sel:suppressionListDestination:ImportDestination', importDestination_suppressionListDestination - An object that contains the action of the import job towards suppression list.

importDestination_contactListDestination :: Lens' ImportDestination (Maybe ContactListDestination) Source #

An object that contains the action of the import job towards a contact list.

importDestination_suppressionListDestination :: Lens' ImportDestination (Maybe SuppressionListDestination) Source #

An object that contains the action of the import job towards suppression list.

ImportJobSummary

data ImportJobSummary Source #

A summary of the import job.

See: newImportJobSummary smart constructor.

Constructors

ImportJobSummary' 

Fields

Instances

Instances details
FromJSON ImportJobSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportJobSummary

Generic ImportJobSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportJobSummary

Associated Types

type Rep ImportJobSummary :: Type -> Type #

Read ImportJobSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportJobSummary

Show ImportJobSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportJobSummary

NFData ImportJobSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportJobSummary

Methods

rnf :: ImportJobSummary -> () #

Eq ImportJobSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportJobSummary

Hashable ImportJobSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportJobSummary

type Rep ImportJobSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportJobSummary

type Rep ImportJobSummary = D1 ('MetaData "ImportJobSummary" "Amazonka.SESV2.Types.ImportJobSummary" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "ImportJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "failedRecordsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "importDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImportDestination)))) :*: (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobStatus)) :*: S1 ('MetaSel ('Just "processedRecordsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

newImportJobSummary :: ImportJobSummary Source #

Create a value of ImportJobSummary 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:createdTimestamp:ImportJobSummary', importJobSummary_createdTimestamp - The date and time when the import job was created.

$sel:failedRecordsCount:ImportJobSummary', importJobSummary_failedRecordsCount - The number of records that failed processing because of invalid input or other reasons.

$sel:importDestination:ImportJobSummary', importJobSummary_importDestination - Undocumented member.

$sel:jobId:ImportJobSummary', importJobSummary_jobId - Undocumented member.

$sel:jobStatus:ImportJobSummary', importJobSummary_jobStatus - Undocumented member.

$sel:processedRecordsCount:ImportJobSummary', importJobSummary_processedRecordsCount - The current number of records processed.

importJobSummary_createdTimestamp :: Lens' ImportJobSummary (Maybe UTCTime) Source #

The date and time when the import job was created.

importJobSummary_failedRecordsCount :: Lens' ImportJobSummary (Maybe Int) Source #

The number of records that failed processing because of invalid input or other reasons.

importJobSummary_processedRecordsCount :: Lens' ImportJobSummary (Maybe Int) Source #

The current number of records processed.

InboxPlacementTrackingOption

data InboxPlacementTrackingOption Source #

An object that contains information about the inbox placement data settings for a verified domain that’s associated with your Amazon Web Services account. This data is available only if you enabled the Deliverability dashboard for the domain.

See: newInboxPlacementTrackingOption smart constructor.

Constructors

InboxPlacementTrackingOption' 

Fields

  • global :: Maybe Bool

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

  • trackedIsps :: Maybe [Text]

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

Instances

Instances details
FromJSON InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.InboxPlacementTrackingOption

ToJSON InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.InboxPlacementTrackingOption

Generic InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.InboxPlacementTrackingOption

Associated Types

type Rep InboxPlacementTrackingOption :: Type -> Type #

Read InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.InboxPlacementTrackingOption

Show InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.InboxPlacementTrackingOption

NFData InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.InboxPlacementTrackingOption

Eq InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.InboxPlacementTrackingOption

Hashable InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.InboxPlacementTrackingOption

type Rep InboxPlacementTrackingOption Source # 
Instance details

Defined in Amazonka.SESV2.Types.InboxPlacementTrackingOption

type Rep InboxPlacementTrackingOption = D1 ('MetaData "InboxPlacementTrackingOption" "Amazonka.SESV2.Types.InboxPlacementTrackingOption" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "InboxPlacementTrackingOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "global") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "trackedIsps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

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:global:InboxPlacementTrackingOption', inboxPlacementTrackingOption_global - Specifies whether inbox placement data is being tracked for the domain.

$sel:trackedIsps:InboxPlacementTrackingOption', inboxPlacementTrackingOption_trackedIsps - 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.

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

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

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
FromJSON IspPlacement Source # 
Instance details

Defined in Amazonka.SESV2.Types.IspPlacement

Generic IspPlacement Source # 
Instance details

Defined in Amazonka.SESV2.Types.IspPlacement

Associated Types

type Rep IspPlacement :: Type -> Type #

Read IspPlacement Source # 
Instance details

Defined in Amazonka.SESV2.Types.IspPlacement

Show IspPlacement Source # 
Instance details

Defined in Amazonka.SESV2.Types.IspPlacement

NFData IspPlacement Source # 
Instance details

Defined in Amazonka.SESV2.Types.IspPlacement

Methods

rnf :: IspPlacement -> () #

Eq IspPlacement Source # 
Instance details

Defined in Amazonka.SESV2.Types.IspPlacement

Hashable IspPlacement Source # 
Instance details

Defined in Amazonka.SESV2.Types.IspPlacement

type Rep IspPlacement Source # 
Instance details

Defined in Amazonka.SESV2.Types.IspPlacement

type Rep IspPlacement = D1 ('MetaData "IspPlacement" "Amazonka.SESV2.Types.IspPlacement" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "IspPlacement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ispName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "placementStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlacementStatistics))))

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:ispName:IspPlacement', ispPlacement_ispName - The name of the email provider that the inbox placement data applies to.

$sel:placementStatistics:IspPlacement', ispPlacement_placementStatistics - 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.

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

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

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 the Amazon SES API v2 uses to send email events to the Amazon Kinesis Data Firehose stream.

  • deliveryStreamArn :: Text

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

Instances

Instances details
FromJSON KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.KinesisFirehoseDestination

ToJSON KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.KinesisFirehoseDestination

Generic KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.KinesisFirehoseDestination

Associated Types

type Rep KinesisFirehoseDestination :: Type -> Type #

Read KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.KinesisFirehoseDestination

Show KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.KinesisFirehoseDestination

NFData KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.KinesisFirehoseDestination

Eq KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.KinesisFirehoseDestination

Hashable KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.KinesisFirehoseDestination

type Rep KinesisFirehoseDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.KinesisFirehoseDestination

type Rep KinesisFirehoseDestination = D1 ('MetaData "KinesisFirehoseDestination" "Amazonka.SESV2.Types.KinesisFirehoseDestination" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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 the Amazon SES API v2 uses to send 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 the Amazon SES API v2 sends email events to.

kinesisFirehoseDestination_iamRoleArn :: Lens' KinesisFirehoseDestination Text Source #

The Amazon Resource Name (ARN) of the IAM role that the Amazon SES API v2 uses to send 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 the Amazon SES API v2 sends email events to.

ListContactsFilter

data ListContactsFilter Source #

A filter that can be applied to a list of contacts.

See: newListContactsFilter smart constructor.

Constructors

ListContactsFilter' 

Fields

Instances

Instances details
ToJSON ListContactsFilter Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListContactsFilter

Generic ListContactsFilter Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListContactsFilter

Associated Types

type Rep ListContactsFilter :: Type -> Type #

Read ListContactsFilter Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListContactsFilter

Show ListContactsFilter Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListContactsFilter

NFData ListContactsFilter Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListContactsFilter

Methods

rnf :: ListContactsFilter -> () #

Eq ListContactsFilter Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListContactsFilter

Hashable ListContactsFilter Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListContactsFilter

type Rep ListContactsFilter Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListContactsFilter

type Rep ListContactsFilter = D1 ('MetaData "ListContactsFilter" "Amazonka.SESV2.Types.ListContactsFilter" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "ListContactsFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filteredStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SubscriptionStatus)) :*: S1 ('MetaSel ('Just "topicFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TopicFilter))))

newListContactsFilter :: ListContactsFilter Source #

Create a value of ListContactsFilter 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:filteredStatus:ListContactsFilter', listContactsFilter_filteredStatus - The status by which you are filtering: OPT_IN or OPT_OUT.

$sel:topicFilter:ListContactsFilter', listContactsFilter_topicFilter - Used for filtering by a specific topic preference.

listContactsFilter_filteredStatus :: Lens' ListContactsFilter (Maybe SubscriptionStatus) Source #

The status by which you are filtering: OPT_IN or OPT_OUT.

listContactsFilter_topicFilter :: Lens' ListContactsFilter (Maybe TopicFilter) Source #

Used for filtering by a specific topic preference.

ListManagementOptions

data ListManagementOptions Source #

An object used to specify a list or topic to which an email belongs, which will be used when a contact chooses to unsubscribe.

See: newListManagementOptions smart constructor.

Constructors

ListManagementOptions' 

Fields

Instances

Instances details
ToJSON ListManagementOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListManagementOptions

Generic ListManagementOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListManagementOptions

Associated Types

type Rep ListManagementOptions :: Type -> Type #

Read ListManagementOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListManagementOptions

Show ListManagementOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListManagementOptions

NFData ListManagementOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListManagementOptions

Methods

rnf :: ListManagementOptions -> () #

Eq ListManagementOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListManagementOptions

Hashable ListManagementOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListManagementOptions

type Rep ListManagementOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListManagementOptions

type Rep ListManagementOptions = D1 ('MetaData "ListManagementOptions" "Amazonka.SESV2.Types.ListManagementOptions" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "ListManagementOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "topicName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "contactListName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListManagementOptions Source #

Create a value of ListManagementOptions 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:topicName:ListManagementOptions', listManagementOptions_topicName - The name of the topic.

$sel:contactListName:ListManagementOptions', listManagementOptions_contactListName - The name of the contact list.

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 SES hasn't started searching for the MX record yet.
    • SUCCESS – Amazon SES detected the required MX record for the MAIL FROM domain.
    • FAILED – Amazon SES can't find the required MX record, or the record no longer exists.
    • TEMPORARY_FAILURE – A temporary issue occurred, which prevented Amazon SES from determining the status of the MAIL FROM domain.
  • behaviorOnMxFailure :: BehaviorOnMxFailure

    The action to take if the required MX record can't be found when you send an email. When you set this value to USE_DEFAULT_VALUE, the mail is sent using amazonses.com as the MAIL FROM domain. When you set this value to REJECT_MESSAGE, the Amazon SES API v2 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
FromJSON MailFromAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromAttributes

Generic MailFromAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromAttributes

Associated Types

type Rep MailFromAttributes :: Type -> Type #

Read MailFromAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromAttributes

Show MailFromAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromAttributes

NFData MailFromAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromAttributes

Methods

rnf :: MailFromAttributes -> () #

Eq MailFromAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromAttributes

Hashable MailFromAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromAttributes

type Rep MailFromAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.MailFromAttributes

type Rep MailFromAttributes = D1 ('MetaData "MailFromAttributes" "Amazonka.SESV2.Types.MailFromAttributes" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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 SES hasn't started searching for the MX record yet.
  • SUCCESS – Amazon SES detected the required MX record for the MAIL FROM domain.
  • FAILED – Amazon SES can't find the required MX record, or the record no longer exists.
  • TEMPORARY_FAILURE – A temporary issue occurred, which prevented Amazon SES from determining the status of the MAIL FROM domain.

$sel:behaviorOnMxFailure:MailFromAttributes', mailFromAttributes_behaviorOnMxFailure - The action to take if the required MX record can't be found when you send an email. When you set this value to USE_DEFAULT_VALUE, the mail is sent using amazonses.com as the MAIL FROM domain. When you set this value to REJECT_MESSAGE, the Amazon SES API v2 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 SES hasn't started searching for the MX record yet.
  • SUCCESS – Amazon SES detected the required MX record for the MAIL FROM domain.
  • FAILED – Amazon SES can't find the required MX record, or the record no longer exists.
  • TEMPORARY_FAILURE – A temporary issue occurred, which prevented Amazon SES from determining the status of the MAIL FROM domain.

mailFromAttributes_behaviorOnMxFailure :: Lens' MailFromAttributes BehaviorOnMxFailure Source #

The action to take if the required MX record can't be found when you send an email. When you set this value to USE_DEFAULT_VALUE, the mail is sent using amazonses.com as the MAIL FROM domain. When you set this value to REJECT_MESSAGE, the Amazon SES API v2 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
ToJSON Message Source # 
Instance details

Defined in Amazonka.SESV2.Types.Message

Generic Message Source # 
Instance details

Defined in Amazonka.SESV2.Types.Message

Associated Types

type Rep Message :: Type -> Type #

Methods

from :: Message -> Rep Message x #

to :: Rep Message x -> Message #

Read Message Source # 
Instance details

Defined in Amazonka.SESV2.Types.Message

Show Message Source # 
Instance details

Defined in Amazonka.SESV2.Types.Message

NFData Message Source # 
Instance details

Defined in Amazonka.SESV2.Types.Message

Methods

rnf :: Message -> () #

Eq Message Source # 
Instance details

Defined in Amazonka.SESV2.Types.Message

Methods

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

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

Hashable Message Source # 
Instance details

Defined in Amazonka.SESV2.Types.Message

Methods

hashWithSalt :: Int -> Message -> Int #

hash :: Message -> Int #

type Rep Message Source # 
Instance details

Defined in Amazonka.SESV2.Types.Message

type Rep Message = D1 ('MetaData "Message" "Amazonka.SESV2.Types.Message" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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
ToJSON MessageTag Source # 
Instance details

Defined in Amazonka.SESV2.Types.MessageTag

Generic MessageTag Source # 
Instance details

Defined in Amazonka.SESV2.Types.MessageTag

Associated Types

type Rep MessageTag :: Type -> Type #

Read MessageTag Source # 
Instance details

Defined in Amazonka.SESV2.Types.MessageTag

Show MessageTag Source # 
Instance details

Defined in Amazonka.SESV2.Types.MessageTag

NFData MessageTag Source # 
Instance details

Defined in Amazonka.SESV2.Types.MessageTag

Methods

rnf :: MessageTag -> () #

Eq MessageTag Source # 
Instance details

Defined in Amazonka.SESV2.Types.MessageTag

Hashable MessageTag Source # 
Instance details

Defined in Amazonka.SESV2.Types.MessageTag

type Rep MessageTag Source # 
Instance details

Defined in Amazonka.SESV2.Types.MessageTag

type Rep MessageTag = D1 ('MetaData "MessageTag" "Amazonka.SESV2.Types.MessageTag" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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.

MetricDataError

data MetricDataError Source #

An error corresponding to the unsuccessful processing of a single metric data query.

See: newMetricDataError smart constructor.

Constructors

MetricDataError' 

Fields

  • code :: Maybe QueryErrorCode

    The query error code. Can be one of:

    • INTERNAL_FAILURE – Amazon SES has failed to process one of the queries.
    • ACCESS_DENIED – You have insufficient access to retrieve metrics based on the given query.
  • id :: Maybe Text

    The query identifier.

  • message :: Maybe Text

    The error message associated with the current query error.

Instances

Instances details
FromJSON MetricDataError Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDataError

Generic MetricDataError Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDataError

Associated Types

type Rep MetricDataError :: Type -> Type #

Read MetricDataError Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDataError

Show MetricDataError Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDataError

NFData MetricDataError Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDataError

Methods

rnf :: MetricDataError -> () #

Eq MetricDataError Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDataError

Hashable MetricDataError Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDataError

type Rep MetricDataError Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDataError

type Rep MetricDataError = D1 ('MetaData "MetricDataError" "Amazonka.SESV2.Types.MetricDataError" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "MetricDataError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe QueryErrorCode)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMetricDataError :: MetricDataError Source #

Create a value of MetricDataError 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:code:MetricDataError', metricDataError_code - The query error code. Can be one of:

  • INTERNAL_FAILURE – Amazon SES has failed to process one of the queries.
  • ACCESS_DENIED – You have insufficient access to retrieve metrics based on the given query.

$sel:id:MetricDataError', metricDataError_id - The query identifier.

$sel:message:MetricDataError', metricDataError_message - The error message associated with the current query error.

metricDataError_code :: Lens' MetricDataError (Maybe QueryErrorCode) Source #

The query error code. Can be one of:

  • INTERNAL_FAILURE – Amazon SES has failed to process one of the queries.
  • ACCESS_DENIED – You have insufficient access to retrieve metrics based on the given query.

metricDataError_message :: Lens' MetricDataError (Maybe Text) Source #

The error message associated with the current query error.

MetricDataResult

data MetricDataResult Source #

The result of a single metric data query.

See: newMetricDataResult smart constructor.

Constructors

MetricDataResult' 

Fields

Instances

Instances details
FromJSON MetricDataResult Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDataResult

Generic MetricDataResult Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDataResult

Associated Types

type Rep MetricDataResult :: Type -> Type #

Read MetricDataResult Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDataResult

Show MetricDataResult Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDataResult

NFData MetricDataResult Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDataResult

Methods

rnf :: MetricDataResult -> () #

Eq MetricDataResult Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDataResult

Hashable MetricDataResult Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDataResult

type Rep MetricDataResult Source # 
Instance details

Defined in Amazonka.SESV2.Types.MetricDataResult

type Rep MetricDataResult = D1 ('MetaData "MetricDataResult" "Amazonka.SESV2.Types.MetricDataResult" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "MetricDataResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "timestamps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [POSIX])) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Integer])))))

newMetricDataResult :: MetricDataResult Source #

Create a value of MetricDataResult 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:id:MetricDataResult', metricDataResult_id - The query identifier.

$sel:timestamps:MetricDataResult', metricDataResult_timestamps - A list of timestamps for the metric data results.

$sel:values:MetricDataResult', metricDataResult_values - A list of values (cumulative / sum) for the metric data results.

metricDataResult_timestamps :: Lens' MetricDataResult (Maybe [UTCTime]) Source #

A list of timestamps for the metric data results.

metricDataResult_values :: Lens' MetricDataResult (Maybe [Integer]) Source #

A list of values (cumulative / sum) for the metric data results.

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
FromJSON OverallVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.OverallVolume

Generic OverallVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.OverallVolume

Associated Types

type Rep OverallVolume :: Type -> Type #

Read OverallVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.OverallVolume

Show OverallVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.OverallVolume

NFData OverallVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.OverallVolume

Methods

rnf :: OverallVolume -> () #

Eq OverallVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.OverallVolume

Hashable OverallVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.OverallVolume

type Rep OverallVolume Source # 
Instance details

Defined in Amazonka.SESV2.Types.OverallVolume

type Rep OverallVolume = D1 ('MetaData "OverallVolume" "Amazonka.SESV2.Types.OverallVolume" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "OverallVolume'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainIspPlacements") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainIspPlacement])) :*: (S1 ('MetaSel ('Just "readRatePercent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "volumeStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VolumeStatistics)))))

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:readRatePercent:OverallVolume', overallVolume_readRatePercent - The percentage of emails that were sent from the domain that were read by their recipients.

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

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

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

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

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

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.

PinpointDestination

data PinpointDestination Source #

An object that defines an Amazon Pinpoint project destination for email events. You can send email event data to a Amazon Pinpoint project to view metrics using the Transactional Messaging dashboards that are built in to Amazon Pinpoint. For more information, see Transactional Messaging Charts in the Amazon Pinpoint User Guide.

See: newPinpointDestination smart constructor.

Constructors

PinpointDestination' 

Fields

Instances

Instances details
FromJSON PinpointDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.PinpointDestination

ToJSON PinpointDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.PinpointDestination

Generic PinpointDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.PinpointDestination

Associated Types

type Rep PinpointDestination :: Type -> Type #

Read PinpointDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.PinpointDestination

Show PinpointDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.PinpointDestination

NFData PinpointDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.PinpointDestination

Methods

rnf :: PinpointDestination -> () #

Eq PinpointDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.PinpointDestination

Hashable PinpointDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.PinpointDestination

type Rep PinpointDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.PinpointDestination

type Rep PinpointDestination = D1 ('MetaData "PinpointDestination" "Amazonka.SESV2.Types.PinpointDestination" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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 to send email events to.

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

The Amazon Resource Name (ARN) of the Amazon Pinpoint project 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

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

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

Instances

Instances details
FromJSON PlacementStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.PlacementStatistics

Generic PlacementStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.PlacementStatistics

Associated Types

type Rep PlacementStatistics :: Type -> Type #

Read PlacementStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.PlacementStatistics

Show PlacementStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.PlacementStatistics

NFData PlacementStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.PlacementStatistics

Methods

rnf :: PlacementStatistics -> () #

Eq PlacementStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.PlacementStatistics

Hashable PlacementStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.PlacementStatistics

type Rep PlacementStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.PlacementStatistics

type Rep PlacementStatistics = D1 ('MetaData "PlacementStatistics" "Amazonka.SESV2.Types.PlacementStatistics" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "PlacementStatistics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dkimPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "inboxPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (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))))))

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

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

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.

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.

RawMessage

data RawMessage Source #

Represents the raw content of an 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 the Amazon SES 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
ToJSON RawMessage Source # 
Instance details

Defined in Amazonka.SESV2.Types.RawMessage

Generic RawMessage Source # 
Instance details

Defined in Amazonka.SESV2.Types.RawMessage

Associated Types

type Rep RawMessage :: Type -> Type #

Read RawMessage Source # 
Instance details

Defined in Amazonka.SESV2.Types.RawMessage

Show RawMessage Source # 
Instance details

Defined in Amazonka.SESV2.Types.RawMessage

NFData RawMessage Source # 
Instance details

Defined in Amazonka.SESV2.Types.RawMessage

Methods

rnf :: RawMessage -> () #

Eq RawMessage Source # 
Instance details

Defined in Amazonka.SESV2.Types.RawMessage

Hashable RawMessage Source # 
Instance details

Defined in Amazonka.SESV2.Types.RawMessage

type Rep RawMessage Source # 
Instance details

Defined in Amazonka.SESV2.Types.RawMessage

type Rep RawMessage = D1 ('MetaData "RawMessage" "Amazonka.SESV2.Types.RawMessage" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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 the Amazon SES 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 the Amazon SES 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.

Recommendation

data Recommendation Source #

A recommendation generated for your account.

See: newRecommendation smart constructor.

Constructors

Recommendation' 

Fields

Instances

Instances details
FromJSON Recommendation Source # 
Instance details

Defined in Amazonka.SESV2.Types.Recommendation

Generic Recommendation Source # 
Instance details

Defined in Amazonka.SESV2.Types.Recommendation

Associated Types

type Rep Recommendation :: Type -> Type #

Read Recommendation Source # 
Instance details

Defined in Amazonka.SESV2.Types.Recommendation

Show Recommendation Source # 
Instance details

Defined in Amazonka.SESV2.Types.Recommendation

NFData Recommendation Source # 
Instance details

Defined in Amazonka.SESV2.Types.Recommendation

Methods

rnf :: Recommendation -> () #

Eq Recommendation Source # 
Instance details

Defined in Amazonka.SESV2.Types.Recommendation

Hashable Recommendation Source # 
Instance details

Defined in Amazonka.SESV2.Types.Recommendation

type Rep Recommendation Source # 
Instance details

Defined in Amazonka.SESV2.Types.Recommendation

newRecommendation :: Recommendation Source #

Create a value of Recommendation 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:createdTimestamp:Recommendation', recommendation_createdTimestamp - The first time this issue was encountered and the recommendation was generated.

$sel:description:Recommendation', recommendation_description - The recommendation description / disambiguator - e.g. DKIM1 and DKIM2 are different recommendations about your DKIM setup.

$sel:impact:Recommendation', recommendation_impact - The recommendation impact, with values like HIGH or LOW.

$sel:lastUpdatedTimestamp:Recommendation', recommendation_lastUpdatedTimestamp - The last time the recommendation was updated.

$sel:resourceArn:Recommendation', recommendation_resourceArn - The resource affected by the recommendation, with values like arn:aws:ses:us-east-1:123456789012:identity/example.com.

$sel:status:Recommendation', recommendation_status - The recommendation status, with values like OPEN or FIXED.

$sel:type':Recommendation', recommendation_type - The recommendation type, with values like DKIM, SPF or DMARC.

recommendation_createdTimestamp :: Lens' Recommendation (Maybe UTCTime) Source #

The first time this issue was encountered and the recommendation was generated.

recommendation_description :: Lens' Recommendation (Maybe Text) Source #

The recommendation description / disambiguator - e.g. DKIM1 and DKIM2 are different recommendations about your DKIM setup.

recommendation_impact :: Lens' Recommendation (Maybe RecommendationImpact) Source #

The recommendation impact, with values like HIGH or LOW.

recommendation_lastUpdatedTimestamp :: Lens' Recommendation (Maybe UTCTime) Source #

The last time the recommendation was updated.

recommendation_resourceArn :: Lens' Recommendation (Maybe Text) Source #

The resource affected by the recommendation, with values like arn:aws:ses:us-east-1:123456789012:identity/example.com.

recommendation_status :: Lens' Recommendation (Maybe RecommendationStatus) Source #

The recommendation status, with values like OPEN or FIXED.

recommendation_type :: Lens' Recommendation (Maybe RecommendationType) Source #

The recommendation type, with values like DKIM, SPF or DMARC.

ReplacementEmailContent

data ReplacementEmailContent Source #

The ReplaceEmailContent object to be used for a specific BulkEmailEntry. The ReplacementTemplate can be specified within this object.

See: newReplacementEmailContent smart constructor.

Constructors

ReplacementEmailContent' 

Fields

Instances

Instances details
ToJSON ReplacementEmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReplacementEmailContent

Generic ReplacementEmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReplacementEmailContent

Associated Types

type Rep ReplacementEmailContent :: Type -> Type #

Read ReplacementEmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReplacementEmailContent

Show ReplacementEmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReplacementEmailContent

NFData ReplacementEmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReplacementEmailContent

Methods

rnf :: ReplacementEmailContent -> () #

Eq ReplacementEmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReplacementEmailContent

Hashable ReplacementEmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReplacementEmailContent

type Rep ReplacementEmailContent Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReplacementEmailContent

type Rep ReplacementEmailContent = D1 ('MetaData "ReplacementEmailContent" "Amazonka.SESV2.Types.ReplacementEmailContent" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "ReplacementEmailContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replacementTemplate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplacementTemplate))))

newReplacementEmailContent :: ReplacementEmailContent Source #

Create a value of ReplacementEmailContent 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:replacementTemplate:ReplacementEmailContent', replacementEmailContent_replacementTemplate - The ReplacementTemplate associated with ReplacementEmailContent.

replacementEmailContent_replacementTemplate :: Lens' ReplacementEmailContent (Maybe ReplacementTemplate) Source #

The ReplacementTemplate associated with ReplacementEmailContent.

ReplacementTemplate

data ReplacementTemplate Source #

An object which contains ReplacementTemplateData to be used for a specific BulkEmailEntry.

See: newReplacementTemplate smart constructor.

Constructors

ReplacementTemplate' 

Fields

  • replacementTemplateData :: Maybe Text

    A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

Instances

Instances details
ToJSON ReplacementTemplate Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReplacementTemplate

Generic ReplacementTemplate Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReplacementTemplate

Associated Types

type Rep ReplacementTemplate :: Type -> Type #

Read ReplacementTemplate Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReplacementTemplate

Show ReplacementTemplate Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReplacementTemplate

NFData ReplacementTemplate Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReplacementTemplate

Methods

rnf :: ReplacementTemplate -> () #

Eq ReplacementTemplate Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReplacementTemplate

Hashable ReplacementTemplate Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReplacementTemplate

type Rep ReplacementTemplate Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReplacementTemplate

type Rep ReplacementTemplate = D1 ('MetaData "ReplacementTemplate" "Amazonka.SESV2.Types.ReplacementTemplate" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "ReplacementTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replacementTemplateData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newReplacementTemplate :: ReplacementTemplate Source #

Create a value of ReplacementTemplate 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:replacementTemplateData:ReplacementTemplate', replacementTemplate_replacementTemplateData - A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

replacementTemplate_replacementTemplateData :: Lens' ReplacementTemplate (Maybe Text) Source #

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

ReputationOptions

data ReputationOptions Source #

Enable or disable collection of reputation metrics for emails that you send using this configuration set in the current Amazon Web Services 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
FromJSON ReputationOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReputationOptions

ToJSON ReputationOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReputationOptions

Generic ReputationOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReputationOptions

Associated Types

type Rep ReputationOptions :: Type -> Type #

Read ReputationOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReputationOptions

Show ReputationOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReputationOptions

NFData ReputationOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReputationOptions

Methods

rnf :: ReputationOptions -> () #

Eq ReputationOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReputationOptions

Hashable ReputationOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReputationOptions

type Rep ReputationOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReputationOptions

type Rep ReputationOptions = D1 ('MetaData "ReputationOptions" "Amazonka.SESV2.Types.ReputationOptions" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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.

ReviewDetails

data ReviewDetails Source #

An object that contains information about your account details review.

See: newReviewDetails smart constructor.

Constructors

ReviewDetails' 

Fields

  • caseId :: Maybe Text

    The associated support center case ID (if any).

  • status :: Maybe ReviewStatus

    The status of the latest review of your account. The status can be one of the following:

    • PENDING – We have received your appeal and are in the process of reviewing it.
    • GRANTED – Your appeal has been reviewed and your production access has been granted.
    • DENIED – Your appeal has been reviewed and your production access has been denied.
    • FAILED – An internal error occurred and we didn't receive your appeal. You can submit your appeal again.

Instances

Instances details
FromJSON ReviewDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewDetails

Generic ReviewDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewDetails

Associated Types

type Rep ReviewDetails :: Type -> Type #

Read ReviewDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewDetails

Show ReviewDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewDetails

NFData ReviewDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewDetails

Methods

rnf :: ReviewDetails -> () #

Eq ReviewDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewDetails

Hashable ReviewDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewDetails

type Rep ReviewDetails Source # 
Instance details

Defined in Amazonka.SESV2.Types.ReviewDetails

type Rep ReviewDetails = D1 ('MetaData "ReviewDetails" "Amazonka.SESV2.Types.ReviewDetails" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "ReviewDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "caseId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReviewStatus))))

newReviewDetails :: ReviewDetails Source #

Create a value of ReviewDetails 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:caseId:ReviewDetails', reviewDetails_caseId - The associated support center case ID (if any).

$sel:status:ReviewDetails', reviewDetails_status - The status of the latest review of your account. The status can be one of the following:

  • PENDING – We have received your appeal and are in the process of reviewing it.
  • GRANTED – Your appeal has been reviewed and your production access has been granted.
  • DENIED – Your appeal has been reviewed and your production access has been denied.
  • FAILED – An internal error occurred and we didn't receive your appeal. You can submit your appeal again.

reviewDetails_caseId :: Lens' ReviewDetails (Maybe Text) Source #

The associated support center case ID (if any).

reviewDetails_status :: Lens' ReviewDetails (Maybe ReviewStatus) Source #

The status of the latest review of your account. The status can be one of the following:

  • PENDING – We have received your appeal and are in the process of reviewing it.
  • GRANTED – Your appeal has been reviewed and your production access has been granted.
  • DENIED – Your appeal has been reviewed and your production access has been denied.
  • FAILED – An internal error occurred and we didn't receive your appeal. You can submit your appeal again.

SendQuota

data SendQuota Source #

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

See: newSendQuota smart constructor.

Constructors

SendQuota' 

Fields

  • max24HourSend :: Maybe Double

    The maximum number of emails that you can send in the current Amazon Web Services Region over a 24-hour period. A value of -1 signifies an unlimited quota. (This value is also referred to as your /sending quota/.)

  • maxSendRate :: Maybe Double

    The maximum number of emails that you can send per second in the current Amazon Web Services 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 SES account in the current Amazon Web Services Region over the past 24 hours.

Instances

Instances details
FromJSON SendQuota Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendQuota

Generic SendQuota Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendQuota

Associated Types

type Rep SendQuota :: Type -> Type #

Read SendQuota Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendQuota

Show SendQuota Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendQuota

NFData SendQuota Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendQuota

Methods

rnf :: SendQuota -> () #

Eq SendQuota Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendQuota

Hashable SendQuota Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendQuota

type Rep SendQuota Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendQuota

type Rep SendQuota = D1 ('MetaData "SendQuota" "Amazonka.SESV2.Types.SendQuota" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "SendQuota'" 'PrefixI 'True) (S1 ('MetaSel ('Just "max24HourSend") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "maxSendRate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "sentLast24Hours") '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:max24HourSend:SendQuota', sendQuota_max24HourSend - The maximum number of emails that you can send in the current Amazon Web Services Region over a 24-hour period. A value of -1 signifies an unlimited quota. (This value is also referred to as your /sending quota/.)

$sel:maxSendRate:SendQuota', sendQuota_maxSendRate - The maximum number of emails that you can send per second in the current Amazon Web Services 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 SES account in the current Amazon Web Services 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 Amazon Web Services Region over a 24-hour period. A value of -1 signifies an unlimited quota. (This value is also referred to as your /sending quota/.)

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

The maximum number of emails that you can send per second in the current Amazon Web Services 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 SES account in the current Amazon Web Services Region over the past 24 hours.

SendingOptions

data SendingOptions Source #

Used to enable or disable email sending for messages that use this configuration set in the current Amazon Web Services 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
FromJSON SendingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendingOptions

ToJSON SendingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendingOptions

Generic SendingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendingOptions

Associated Types

type Rep SendingOptions :: Type -> Type #

Read SendingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendingOptions

Show SendingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendingOptions

NFData SendingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendingOptions

Methods

rnf :: SendingOptions -> () #

Eq SendingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendingOptions

Hashable SendingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendingOptions

type Rep SendingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SendingOptions

type Rep SendingOptions = D1 ('MetaData "SendingOptions" "Amazonka.SESV2.Types.SendingOptions" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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

Instances

Instances details
FromJSON SnsDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SnsDestination

ToJSON SnsDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SnsDestination

Generic SnsDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SnsDestination

Associated Types

type Rep SnsDestination :: Type -> Type #

Read SnsDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SnsDestination

Show SnsDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SnsDestination

NFData SnsDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SnsDestination

Methods

rnf :: SnsDestination -> () #

Eq SnsDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SnsDestination

Hashable SnsDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SnsDestination

type Rep SnsDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SnsDestination

type Rep SnsDestination = D1 ('MetaData "SnsDestination" "Amazonka.SESV2.Types.SnsDestination" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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 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 to publish email events to. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

SuppressedDestination

data SuppressedDestination Source #

An object that contains information about an email address that is on the suppression list for your account.

See: newSuppressedDestination smart constructor.

Constructors

SuppressedDestination' 

Fields

Instances

Instances details
FromJSON SuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestination

Generic SuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestination

Associated Types

type Rep SuppressedDestination :: Type -> Type #

Read SuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestination

Show SuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestination

NFData SuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestination

Methods

rnf :: SuppressedDestination -> () #

Eq SuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestination

Hashable SuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestination

type Rep SuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestination

type Rep SuppressedDestination = D1 ('MetaData "SuppressedDestination" "Amazonka.SESV2.Types.SuppressedDestination" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "SuppressedDestination'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SuppressedDestinationAttributes)) :*: S1 ('MetaSel ('Just "emailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SuppressionListReason) :*: S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newSuppressedDestination Source #

Create a value of SuppressedDestination 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:attributes:SuppressedDestination', suppressedDestination_attributes - An optional value that can contain additional information about the reasons that the address was added to the suppression list for your account.

$sel:emailAddress:SuppressedDestination', suppressedDestination_emailAddress - The email address that is on the suppression list for your account.

$sel:reason:SuppressedDestination', suppressedDestination_reason - The reason that the address was added to the suppression list for your account.

$sel:lastUpdateTime:SuppressedDestination', suppressedDestination_lastUpdateTime - The date and time when the suppressed destination was last updated, shown in Unix time format.

suppressedDestination_attributes :: Lens' SuppressedDestination (Maybe SuppressedDestinationAttributes) Source #

An optional value that can contain additional information about the reasons that the address was added to the suppression list for your account.

suppressedDestination_emailAddress :: Lens' SuppressedDestination Text Source #

The email address that is on the suppression list for your account.

suppressedDestination_reason :: Lens' SuppressedDestination SuppressionListReason Source #

The reason that the address was added to the suppression list for your account.

suppressedDestination_lastUpdateTime :: Lens' SuppressedDestination UTCTime Source #

The date and time when the suppressed destination was last updated, shown in Unix time format.

SuppressedDestinationAttributes

data SuppressedDestinationAttributes Source #

An object that contains additional attributes that are related an email address that is on the suppression list for your account.

See: newSuppressedDestinationAttributes smart constructor.

Constructors

SuppressedDestinationAttributes' 

Fields

  • feedbackId :: Maybe Text

    A unique identifier that's generated when an email address is added to the suppression list for your account.

  • messageId :: Maybe Text

    The unique identifier of the email message that caused the email address to be added to the suppression list for your account.

Instances

Instances details
FromJSON SuppressedDestinationAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationAttributes

Generic SuppressedDestinationAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationAttributes

Associated Types

type Rep SuppressedDestinationAttributes :: Type -> Type #

Read SuppressedDestinationAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationAttributes

Show SuppressedDestinationAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationAttributes

NFData SuppressedDestinationAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationAttributes

Eq SuppressedDestinationAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationAttributes

Hashable SuppressedDestinationAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationAttributes

type Rep SuppressedDestinationAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationAttributes

type Rep SuppressedDestinationAttributes = D1 ('MetaData "SuppressedDestinationAttributes" "Amazonka.SESV2.Types.SuppressedDestinationAttributes" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "SuppressedDestinationAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "feedbackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSuppressedDestinationAttributes :: SuppressedDestinationAttributes Source #

Create a value of SuppressedDestinationAttributes 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:feedbackId:SuppressedDestinationAttributes', suppressedDestinationAttributes_feedbackId - A unique identifier that's generated when an email address is added to the suppression list for your account.

$sel:messageId:SuppressedDestinationAttributes', suppressedDestinationAttributes_messageId - The unique identifier of the email message that caused the email address to be added to the suppression list for your account.

suppressedDestinationAttributes_feedbackId :: Lens' SuppressedDestinationAttributes (Maybe Text) Source #

A unique identifier that's generated when an email address is added to the suppression list for your account.

suppressedDestinationAttributes_messageId :: Lens' SuppressedDestinationAttributes (Maybe Text) Source #

The unique identifier of the email message that caused the email address to be added to the suppression list for your account.

SuppressedDestinationSummary

data SuppressedDestinationSummary Source #

A summary that describes the suppressed email address.

See: newSuppressedDestinationSummary smart constructor.

Constructors

SuppressedDestinationSummary' 

Fields

  • emailAddress :: Text

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

  • reason :: SuppressionListReason

    The reason that the address was added to the suppression list for your account.

  • lastUpdateTime :: POSIX

    The date and time when the suppressed destination was last updated, shown in Unix time format.

Instances

Instances details
FromJSON SuppressedDestinationSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationSummary

Generic SuppressedDestinationSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationSummary

Associated Types

type Rep SuppressedDestinationSummary :: Type -> Type #

Read SuppressedDestinationSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationSummary

Show SuppressedDestinationSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationSummary

NFData SuppressedDestinationSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationSummary

Eq SuppressedDestinationSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationSummary

Hashable SuppressedDestinationSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationSummary

type Rep SuppressedDestinationSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationSummary

type Rep SuppressedDestinationSummary = D1 ('MetaData "SuppressedDestinationSummary" "Amazonka.SESV2.Types.SuppressedDestinationSummary" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "SuppressedDestinationSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "emailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SuppressionListReason) :*: S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newSuppressedDestinationSummary Source #

Create a value of SuppressedDestinationSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:emailAddress:SuppressedDestinationSummary', suppressedDestinationSummary_emailAddress - The email address that's on the suppression list for your account.

$sel:reason:SuppressedDestinationSummary', suppressedDestinationSummary_reason - The reason that the address was added to the suppression list for your account.

$sel:lastUpdateTime:SuppressedDestinationSummary', suppressedDestinationSummary_lastUpdateTime - The date and time when the suppressed destination was last updated, shown in Unix time format.

suppressedDestinationSummary_emailAddress :: Lens' SuppressedDestinationSummary Text Source #

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

suppressedDestinationSummary_reason :: Lens' SuppressedDestinationSummary SuppressionListReason Source #

The reason that the address was added to the suppression list for your account.

suppressedDestinationSummary_lastUpdateTime :: Lens' SuppressedDestinationSummary UTCTime Source #

The date and time when the suppressed destination was last updated, shown in Unix time format.

SuppressionAttributes

data SuppressionAttributes Source #

An object that contains information about the email address suppression preferences for your account in the current Amazon Web Services Region.

See: newSuppressionAttributes smart constructor.

Constructors

SuppressionAttributes' 

Fields

  • suppressedReasons :: Maybe [SuppressionListReason]

    A list that contains the reasons that email addresses will be automatically added to the suppression list for your account. This list can contain any or all of the following:

    • COMPLAINT – Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a complaint.
    • BOUNCE – Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a hard bounce.

Instances

Instances details
FromJSON SuppressionAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionAttributes

Generic SuppressionAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionAttributes

Associated Types

type Rep SuppressionAttributes :: Type -> Type #

Read SuppressionAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionAttributes

Show SuppressionAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionAttributes

NFData SuppressionAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionAttributes

Methods

rnf :: SuppressionAttributes -> () #

Eq SuppressionAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionAttributes

Hashable SuppressionAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionAttributes

type Rep SuppressionAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionAttributes

type Rep SuppressionAttributes = D1 ('MetaData "SuppressionAttributes" "Amazonka.SESV2.Types.SuppressionAttributes" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "SuppressionAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "suppressedReasons") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SuppressionListReason]))))

newSuppressionAttributes :: SuppressionAttributes Source #

Create a value of SuppressionAttributes 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:suppressedReasons:SuppressionAttributes', suppressionAttributes_suppressedReasons - A list that contains the reasons that email addresses will be automatically added to the suppression list for your account. This list can contain any or all of the following:

  • COMPLAINT – Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a complaint.
  • BOUNCE – Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a hard bounce.

suppressionAttributes_suppressedReasons :: Lens' SuppressionAttributes (Maybe [SuppressionListReason]) Source #

A list that contains the reasons that email addresses will be automatically added to the suppression list for your account. This list can contain any or all of the following:

  • COMPLAINT – Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a complaint.
  • BOUNCE – Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a hard bounce.

SuppressionListDestination

data SuppressionListDestination Source #

An object that contains details about the action of suppression list.

See: newSuppressionListDestination smart constructor.

Constructors

SuppressionListDestination' 

Fields

  • suppressionListImportAction :: SuppressionListImportAction

    The type of action to perform on the address. The following are possible values:

    • PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
    • DELETE: remove the addresses from the suppression list.

Instances

Instances details
FromJSON SuppressionListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListDestination

ToJSON SuppressionListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListDestination

Generic SuppressionListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListDestination

Associated Types

type Rep SuppressionListDestination :: Type -> Type #

Read SuppressionListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListDestination

Show SuppressionListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListDestination

NFData SuppressionListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListDestination

Eq SuppressionListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListDestination

Hashable SuppressionListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListDestination

type Rep SuppressionListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListDestination

type Rep SuppressionListDestination = D1 ('MetaData "SuppressionListDestination" "Amazonka.SESV2.Types.SuppressionListDestination" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "SuppressionListDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "suppressionListImportAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SuppressionListImportAction)))

newSuppressionListDestination Source #

Create a value of SuppressionListDestination 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:suppressionListImportAction:SuppressionListDestination', suppressionListDestination_suppressionListImportAction - The type of action to perform on the address. The following are possible values:

  • PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
  • DELETE: remove the addresses from the suppression list.

suppressionListDestination_suppressionListImportAction :: Lens' SuppressionListDestination SuppressionListImportAction Source #

The type of action to perform on the address. The following are possible values:

  • PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
  • DELETE: remove the addresses from the suppression list.

SuppressionOptions

data SuppressionOptions Source #

An object that contains information about the suppression list preferences for your account.

See: newSuppressionOptions smart constructor.

Constructors

SuppressionOptions' 

Fields

  • suppressedReasons :: Maybe [SuppressionListReason]

    A list that contains the reasons that email addresses are automatically added to the suppression list for your account. This list can contain any or all of the following:

    • COMPLAINT – Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a complaint.
    • BOUNCE – Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a hard bounce.

Instances

Instances details
FromJSON SuppressionOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionOptions

ToJSON SuppressionOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionOptions

Generic SuppressionOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionOptions

Associated Types

type Rep SuppressionOptions :: Type -> Type #

Read SuppressionOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionOptions

Show SuppressionOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionOptions

NFData SuppressionOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionOptions

Methods

rnf :: SuppressionOptions -> () #

Eq SuppressionOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionOptions

Hashable SuppressionOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionOptions

type Rep SuppressionOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionOptions

type Rep SuppressionOptions = D1 ('MetaData "SuppressionOptions" "Amazonka.SESV2.Types.SuppressionOptions" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "SuppressionOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "suppressedReasons") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SuppressionListReason]))))

newSuppressionOptions :: SuppressionOptions Source #

Create a value of SuppressionOptions 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:suppressedReasons:SuppressionOptions', suppressionOptions_suppressedReasons - A list that contains the reasons that email addresses are automatically added to the suppression list for your account. This list can contain any or all of the following:

  • COMPLAINT – Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a complaint.
  • BOUNCE – Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a hard bounce.

suppressionOptions_suppressedReasons :: Lens' SuppressionOptions (Maybe [SuppressionListReason]) Source #

A list that contains the reasons that email addresses are automatically added to the suppression list for your account. This list can contain any or all of the following:

  • COMPLAINT – Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a complaint.
  • BOUNCE – Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a hard bounce.

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. 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 Amazon Web Services; 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 Amazon Web Services account, not any other accounts that share the resource. In addition, the tags are available only for resources that are located in the specified Amazon Web Services Region for your Amazon Web Services 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. If you don't specify a value, Amazon SES sets the value to an empty string.

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.SESV2.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.SESV2.Types.Tag

Generic Tag Source # 
Instance details

Defined in Amazonka.SESV2.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Read Tag Source # 
Instance details

Defined in Amazonka.SESV2.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.SESV2.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

NFData Tag Source # 
Instance details

Defined in Amazonka.SESV2.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.SESV2.Types.Tag

Methods

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

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

Hashable Tag Source # 
Instance details

Defined in Amazonka.SESV2.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.SESV2.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.SESV2.Types.Tag" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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. If you don't specify a value, Amazon SES sets 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. If you don't specify a value, Amazon SES sets the value to an empty string.

Template

data Template Source #

An object that defines the email template to use for an email message, and the values to use for any message variables in that template. An email template is a type of message template that contains content that you want to define, save, and reuse in email messages that you send.

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.

  • templateName :: Maybe Text

    The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

Instances

Instances details
ToJSON Template Source # 
Instance details

Defined in Amazonka.SESV2.Types.Template

Generic Template Source # 
Instance details

Defined in Amazonka.SESV2.Types.Template

Associated Types

type Rep Template :: Type -> Type #

Methods

from :: Template -> Rep Template x #

to :: Rep Template x -> Template #

Read Template Source # 
Instance details

Defined in Amazonka.SESV2.Types.Template

Show Template Source # 
Instance details

Defined in Amazonka.SESV2.Types.Template

NFData Template Source # 
Instance details

Defined in Amazonka.SESV2.Types.Template

Methods

rnf :: Template -> () #

Eq Template Source # 
Instance details

Defined in Amazonka.SESV2.Types.Template

Hashable Template Source # 
Instance details

Defined in Amazonka.SESV2.Types.Template

Methods

hashWithSalt :: Int -> Template -> Int #

hash :: Template -> Int #

type Rep Template Source # 
Instance details

Defined in Amazonka.SESV2.Types.Template

type Rep Template = D1 ('MetaData "Template" "Amazonka.SESV2.Types.Template" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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)) :*: S1 ('MetaSel ('Just "templateName") '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.

$sel:templateName:Template', template_templateName - The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

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.

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

The name of the template. You will refer to this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

Topic

data Topic Source #

An interest group, theme, or label within a list. Lists can have multiple topics.

See: newTopic smart constructor.

Constructors

Topic' 

Fields

Instances

Instances details
FromJSON Topic Source # 
Instance details

Defined in Amazonka.SESV2.Types.Topic

ToJSON Topic Source # 
Instance details

Defined in Amazonka.SESV2.Types.Topic

Generic Topic Source # 
Instance details

Defined in Amazonka.SESV2.Types.Topic

Associated Types

type Rep Topic :: Type -> Type #

Methods

from :: Topic -> Rep Topic x #

to :: Rep Topic x -> Topic #

Read Topic Source # 
Instance details

Defined in Amazonka.SESV2.Types.Topic

Show Topic Source # 
Instance details

Defined in Amazonka.SESV2.Types.Topic

Methods

showsPrec :: Int -> Topic -> ShowS #

show :: Topic -> String #

showList :: [Topic] -> ShowS #

NFData Topic Source # 
Instance details

Defined in Amazonka.SESV2.Types.Topic

Methods

rnf :: Topic -> () #

Eq Topic Source # 
Instance details

Defined in Amazonka.SESV2.Types.Topic

Methods

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

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

Hashable Topic Source # 
Instance details

Defined in Amazonka.SESV2.Types.Topic

Methods

hashWithSalt :: Int -> Topic -> Int #

hash :: Topic -> Int #

type Rep Topic Source # 
Instance details

Defined in Amazonka.SESV2.Types.Topic

type Rep Topic = D1 ('MetaData "Topic" "Amazonka.SESV2.Types.Topic" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "Topic'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "topicName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "defaultSubscriptionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SubscriptionStatus))))

newTopic Source #

Create a value of Topic 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:description:Topic', topic_description - A description of what the topic is about, which the contact will see.

$sel:topicName:Topic', topic_topicName - The name of the topic.

$sel:displayName:Topic', topic_displayName - The name of the topic the contact will see.

$sel:defaultSubscriptionStatus:Topic', topic_defaultSubscriptionStatus - The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.

topic_description :: Lens' Topic (Maybe Text) Source #

A description of what the topic is about, which the contact will see.

topic_topicName :: Lens' Topic Text Source #

The name of the topic.

topic_displayName :: Lens' Topic Text Source #

The name of the topic the contact will see.

topic_defaultSubscriptionStatus :: Lens' Topic SubscriptionStatus Source #

The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.

TopicFilter

data TopicFilter Source #

Used for filtering by a specific topic preference.

See: newTopicFilter smart constructor.

Constructors

TopicFilter' 

Fields

Instances

Instances details
ToJSON TopicFilter Source # 
Instance details

Defined in Amazonka.SESV2.Types.TopicFilter

Generic TopicFilter Source # 
Instance details

Defined in Amazonka.SESV2.Types.TopicFilter

Associated Types

type Rep TopicFilter :: Type -> Type #

Read TopicFilter Source # 
Instance details

Defined in Amazonka.SESV2.Types.TopicFilter

Show TopicFilter Source # 
Instance details

Defined in Amazonka.SESV2.Types.TopicFilter

NFData TopicFilter Source # 
Instance details

Defined in Amazonka.SESV2.Types.TopicFilter

Methods

rnf :: TopicFilter -> () #

Eq TopicFilter Source # 
Instance details

Defined in Amazonka.SESV2.Types.TopicFilter

Hashable TopicFilter Source # 
Instance details

Defined in Amazonka.SESV2.Types.TopicFilter

type Rep TopicFilter Source # 
Instance details

Defined in Amazonka.SESV2.Types.TopicFilter

type Rep TopicFilter = D1 ('MetaData "TopicFilter" "Amazonka.SESV2.Types.TopicFilter" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "TopicFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "topicName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "useDefaultIfPreferenceUnavailable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newTopicFilter :: TopicFilter Source #

Create a value of TopicFilter 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:topicName:TopicFilter', topicFilter_topicName - The name of a topic on which you wish to apply the filter.

$sel:useDefaultIfPreferenceUnavailable:TopicFilter', topicFilter_useDefaultIfPreferenceUnavailable - Notes that the default subscription status should be applied to a contact because the contact has not noted their preference for subscribing to a topic.

topicFilter_topicName :: Lens' TopicFilter (Maybe Text) Source #

The name of a topic on which you wish to apply the filter.

topicFilter_useDefaultIfPreferenceUnavailable :: Lens' TopicFilter (Maybe Bool) Source #

Notes that the default subscription status should be applied to a contact because the contact has not noted their preference for subscribing to a topic.

TopicPreference

data TopicPreference Source #

The contact's preference for being opted-in to or opted-out of a topic.

See: newTopicPreference smart constructor.

Constructors

TopicPreference' 

Fields

Instances

Instances details
FromJSON TopicPreference Source # 
Instance details

Defined in Amazonka.SESV2.Types.TopicPreference

ToJSON TopicPreference Source # 
Instance details

Defined in Amazonka.SESV2.Types.TopicPreference

Generic TopicPreference Source # 
Instance details

Defined in Amazonka.SESV2.Types.TopicPreference

Associated Types

type Rep TopicPreference :: Type -> Type #

Read TopicPreference Source # 
Instance details

Defined in Amazonka.SESV2.Types.TopicPreference

Show TopicPreference Source # 
Instance details

Defined in Amazonka.SESV2.Types.TopicPreference

NFData TopicPreference Source # 
Instance details

Defined in Amazonka.SESV2.Types.TopicPreference

Methods

rnf :: TopicPreference -> () #

Eq TopicPreference Source # 
Instance details

Defined in Amazonka.SESV2.Types.TopicPreference

Hashable TopicPreference Source # 
Instance details

Defined in Amazonka.SESV2.Types.TopicPreference

type Rep TopicPreference Source # 
Instance details

Defined in Amazonka.SESV2.Types.TopicPreference

type Rep TopicPreference = D1 ('MetaData "TopicPreference" "Amazonka.SESV2.Types.TopicPreference" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "TopicPreference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "topicName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "subscriptionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SubscriptionStatus)))

newTopicPreference Source #

Create a value of TopicPreference 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:topicName:TopicPreference', topicPreference_topicName - The name of the topic.

$sel:subscriptionStatus:TopicPreference', topicPreference_subscriptionStatus - The contact's subscription status to a topic which is either OPT_IN or OPT_OUT.

topicPreference_subscriptionStatus :: Lens' TopicPreference SubscriptionStatus Source #

The contact's subscription status to a topic which is either OPT_IN or OPT_OUT.

TrackingOptions

data TrackingOptions Source #

An object that defines the tracking options for a configuration set. When you use the Amazon SES API v2 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 Amazon Web Services. You can optionally configure the Amazon SES to use a domain that you operate for these images and links.

See: newTrackingOptions smart constructor.

Constructors

TrackingOptions' 

Fields

Instances

Instances details
FromJSON TrackingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.TrackingOptions

ToJSON TrackingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.TrackingOptions

Generic TrackingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.TrackingOptions

Associated Types

type Rep TrackingOptions :: Type -> Type #

Read TrackingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.TrackingOptions

Show TrackingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.TrackingOptions

NFData TrackingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.TrackingOptions

Methods

rnf :: TrackingOptions -> () #

Eq TrackingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.TrackingOptions

Hashable TrackingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.TrackingOptions

type Rep TrackingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.TrackingOptions

type Rep TrackingOptions = D1 ('MetaData "TrackingOptions" "Amazonka.SESV2.Types.TrackingOptions" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" '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 to use for tracking open and click events.

trackingOptions_customRedirectDomain :: Lens' TrackingOptions Text Source #

The domain to use for tracking open and click events.

VdmAttributes

data VdmAttributes Source #

The VDM attributes that apply to your Amazon SES account.

See: newVdmAttributes smart constructor.

Constructors

VdmAttributes' 

Fields

Instances

Instances details
FromJSON VdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmAttributes

ToJSON VdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmAttributes

Generic VdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmAttributes

Associated Types

type Rep VdmAttributes :: Type -> Type #

Read VdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmAttributes

Show VdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmAttributes

NFData VdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmAttributes

Methods

rnf :: VdmAttributes -> () #

Eq VdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmAttributes

Hashable VdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmAttributes

type Rep VdmAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmAttributes

type Rep VdmAttributes = D1 ('MetaData "VdmAttributes" "Amazonka.SESV2.Types.VdmAttributes" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "VdmAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dashboardAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashboardAttributes)) :*: (S1 ('MetaSel ('Just "guardianAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GuardianAttributes)) :*: S1 ('MetaSel ('Just "vdmEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FeatureStatus))))

newVdmAttributes Source #

Create a value of VdmAttributes 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:dashboardAttributes:VdmAttributes', vdmAttributes_dashboardAttributes - Specifies additional settings for your VDM configuration as applicable to the Dashboard.

$sel:guardianAttributes:VdmAttributes', vdmAttributes_guardianAttributes - Specifies additional settings for your VDM configuration as applicable to the Guardian.

$sel:vdmEnabled:VdmAttributes', vdmAttributes_vdmEnabled - Specifies the status of your VDM configuration. Can be one of the following:

  • ENABLED – Amazon SES enables VDM for your account.
  • DISABLED – Amazon SES disables VDM for your account.

vdmAttributes_dashboardAttributes :: Lens' VdmAttributes (Maybe DashboardAttributes) Source #

Specifies additional settings for your VDM configuration as applicable to the Dashboard.

vdmAttributes_guardianAttributes :: Lens' VdmAttributes (Maybe GuardianAttributes) Source #

Specifies additional settings for your VDM configuration as applicable to the Guardian.

vdmAttributes_vdmEnabled :: Lens' VdmAttributes FeatureStatus Source #

Specifies the status of your VDM configuration. Can be one of the following:

  • ENABLED – Amazon SES enables VDM for your account.
  • DISABLED – Amazon SES disables VDM for your account.

VdmOptions

data VdmOptions Source #

An object that defines the VDM settings that apply to emails that you send using the configuration set.

See: newVdmOptions smart constructor.

Constructors

VdmOptions' 

Fields

Instances

Instances details
FromJSON VdmOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmOptions

ToJSON VdmOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmOptions

Generic VdmOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmOptions

Associated Types

type Rep VdmOptions :: Type -> Type #

Read VdmOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmOptions

Show VdmOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmOptions

NFData VdmOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmOptions

Methods

rnf :: VdmOptions -> () #

Eq VdmOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmOptions

Hashable VdmOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmOptions

type Rep VdmOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.VdmOptions

type Rep VdmOptions = D1 ('MetaData "VdmOptions" "Amazonka.SESV2.Types.VdmOptions" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "VdmOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dashboardOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashboardOptions)) :*: S1 ('MetaSel ('Just "guardianOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GuardianOptions))))

newVdmOptions :: VdmOptions Source #

Create a value of VdmOptions 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:dashboardOptions:VdmOptions', vdmOptions_dashboardOptions - Specifies additional settings for your VDM configuration as applicable to the Dashboard.

$sel:guardianOptions:VdmOptions', vdmOptions_guardianOptions - Specifies additional settings for your VDM configuration as applicable to the Guardian.

vdmOptions_dashboardOptions :: Lens' VdmOptions (Maybe DashboardOptions) Source #

Specifies additional settings for your VDM configuration as applicable to the Dashboard.

vdmOptions_guardianOptions :: Lens' VdmOptions (Maybe GuardianOptions) Source #

Specifies additional settings for your VDM configuration as applicable to the Guardian.

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.

  • projectedInbox :: Maybe Integer

    An estimate of the percentage of emails sent from the current domain that will arrive 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.

  • spamRawCount :: Maybe Integer

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

Instances

Instances details
FromJSON VolumeStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.VolumeStatistics

Generic VolumeStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.VolumeStatistics

Associated Types

type Rep VolumeStatistics :: Type -> Type #

Read VolumeStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.VolumeStatistics

Show VolumeStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.VolumeStatistics

NFData VolumeStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.VolumeStatistics

Methods

rnf :: VolumeStatistics -> () #

Eq VolumeStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.VolumeStatistics

Hashable VolumeStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.VolumeStatistics

type Rep VolumeStatistics Source # 
Instance details

Defined in Amazonka.SESV2.Types.VolumeStatistics

type Rep VolumeStatistics = D1 ('MetaData "VolumeStatistics" "Amazonka.SESV2.Types.VolumeStatistics" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "VolumeStatistics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "inboxRawCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "projectedInbox") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "projectedSpam") '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:projectedInbox:VolumeStatistics', volumeStatistics_projectedInbox - An estimate of the percentage of emails sent from the current domain that will arrive 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: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_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_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_spamRawCount :: Lens' VolumeStatistics (Maybe Integer) Source #

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