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

Description

Modifies an association between a configuration set and a custom domain for open and click event tracking.

By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using custom domains, see the Amazon SES Developer Guide.

Synopsis

Creating a Request

data UpdateConfigurationSetTrackingOptions Source #

Represents a request to update the tracking options for a configuration set.

See: newUpdateConfigurationSetTrackingOptions smart constructor.

Constructors

UpdateConfigurationSetTrackingOptions' 

Fields

Instances

Instances details
Eq UpdateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetTrackingOptions

Read UpdateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetTrackingOptions

Show UpdateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetTrackingOptions

Generic UpdateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetTrackingOptions

NFData UpdateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetTrackingOptions

Hashable UpdateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetTrackingOptions

AWSRequest UpdateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetTrackingOptions

ToHeaders UpdateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetTrackingOptions

ToPath UpdateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetTrackingOptions

ToQuery UpdateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetTrackingOptions

type Rep UpdateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetTrackingOptions

type Rep UpdateConfigurationSetTrackingOptions = D1 ('MetaData "UpdateConfigurationSetTrackingOptions" "Amazonka.SES.UpdateConfigurationSetTrackingOptions" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "UpdateConfigurationSetTrackingOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "trackingOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrackingOptions)))
type AWSResponse UpdateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetTrackingOptions

newUpdateConfigurationSetTrackingOptions Source #

Create a value of UpdateConfigurationSetTrackingOptions 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:configurationSetName:UpdateConfigurationSetTrackingOptions', updateConfigurationSetTrackingOptions_configurationSetName - The name of the configuration set for which you want to update the custom tracking domain.

$sel:trackingOptions:UpdateConfigurationSetTrackingOptions', updateConfigurationSetTrackingOptions_trackingOptions - Undocumented member.

Request Lenses

updateConfigurationSetTrackingOptions_configurationSetName :: Lens' UpdateConfigurationSetTrackingOptions Text Source #

The name of the configuration set for which you want to update the custom tracking domain.

Destructuring the Response

data UpdateConfigurationSetTrackingOptionsResponse Source #

An empty element returned on a successful request.

See: newUpdateConfigurationSetTrackingOptionsResponse smart constructor.

Constructors

UpdateConfigurationSetTrackingOptionsResponse' 

Fields

Instances

Instances details
Eq UpdateConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetTrackingOptions

Read UpdateConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetTrackingOptions

Show UpdateConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetTrackingOptions

Generic UpdateConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetTrackingOptions

NFData UpdateConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetTrackingOptions

type Rep UpdateConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetTrackingOptions

type Rep UpdateConfigurationSetTrackingOptionsResponse = D1 ('MetaData "UpdateConfigurationSetTrackingOptionsResponse" "Amazonka.SES.UpdateConfigurationSetTrackingOptions" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "UpdateConfigurationSetTrackingOptionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateConfigurationSetTrackingOptionsResponse Source #

Create a value of UpdateConfigurationSetTrackingOptionsResponse with all optional fields omitted.

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

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

$sel:httpStatus:UpdateConfigurationSetTrackingOptionsResponse', updateConfigurationSetTrackingOptionsResponse_httpStatus - The response's http status code.

Response Lenses