libZSservicesZSamazonka-sesv2ZSamazonka-sesv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SESV2.Types.TrackingOptions

Description

 
Synopsis

Documentation

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
Eq TrackingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.TrackingOptions

Read TrackingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.TrackingOptions

Show 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 #

NFData TrackingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.TrackingOptions

Methods

rnf :: TrackingOptions -> () #

Hashable TrackingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.TrackingOptions

ToJSON TrackingOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.TrackingOptions

FromJSON 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" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" '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.