libZSservicesZSamazonka-sesZSamazonka-ses
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.SES.Types.TrackingOptions

Description

 
Synopsis

Documentation

data TrackingOptions Source #

A domain that is used to redirect email recipients to an Amazon SES-operated domain. This domain captures open and click events generated by Amazon SES emails.

For more information, see Configuring Custom Domains to Handle Open and Click Tracking in the Amazon SES Developer Guide.

See: newTrackingOptions smart constructor.

Constructors

TrackingOptions' 

Fields

Instances

Instances details
Eq TrackingOptions Source # 
Instance details

Defined in Amazonka.SES.Types.TrackingOptions

Read TrackingOptions Source # 
Instance details

Defined in Amazonka.SES.Types.TrackingOptions

Show TrackingOptions Source # 
Instance details

Defined in Amazonka.SES.Types.TrackingOptions

Generic TrackingOptions Source # 
Instance details

Defined in Amazonka.SES.Types.TrackingOptions

Associated Types

type Rep TrackingOptions :: Type -> Type #

NFData TrackingOptions Source # 
Instance details

Defined in Amazonka.SES.Types.TrackingOptions

Methods

rnf :: TrackingOptions -> () #

Hashable TrackingOptions Source # 
Instance details

Defined in Amazonka.SES.Types.TrackingOptions

ToQuery TrackingOptions Source # 
Instance details

Defined in Amazonka.SES.Types.TrackingOptions

FromXML TrackingOptions Source # 
Instance details

Defined in Amazonka.SES.Types.TrackingOptions

type Rep TrackingOptions Source # 
Instance details

Defined in Amazonka.SES.Types.TrackingOptions

type Rep TrackingOptions = D1 ('MetaData "TrackingOptions" "Amazonka.SES.Types.TrackingOptions" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "TrackingOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "customRedirectDomain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTrackingOptions :: TrackingOptions 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 custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.

trackingOptions_customRedirectDomain :: Lens' TrackingOptions (Maybe Text) Source #

The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.