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

Description

Creates 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 CreateConfigurationSetTrackingOptions Source #

Represents a request to create an open and click tracking option object in a configuration set.

See: newCreateConfigurationSetTrackingOptions smart constructor.

Constructors

CreateConfigurationSetTrackingOptions' 

Fields

Instances

Instances details
Eq CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSetTrackingOptions

Read CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSetTrackingOptions

Show CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSetTrackingOptions

Generic CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSetTrackingOptions

NFData CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSetTrackingOptions

Hashable CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSetTrackingOptions

AWSRequest CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSetTrackingOptions

ToHeaders CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSetTrackingOptions

ToPath CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSetTrackingOptions

ToQuery CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSetTrackingOptions

type Rep CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSetTrackingOptions

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

Defined in Amazonka.SES.CreateConfigurationSetTrackingOptions

Request Lenses

createConfigurationSetTrackingOptions_configurationSetName :: Lens' CreateConfigurationSetTrackingOptions Text Source #

The name of the configuration set that the tracking options should be associated with.

Destructuring the Response

data CreateConfigurationSetTrackingOptionsResponse Source #

An empty element returned on a successful request.

See: newCreateConfigurationSetTrackingOptionsResponse smart constructor.

Constructors

CreateConfigurationSetTrackingOptionsResponse' 

Fields

Instances

Instances details
Eq CreateConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSetTrackingOptions

Read CreateConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSetTrackingOptions

Show CreateConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSetTrackingOptions

Generic CreateConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSetTrackingOptions

NFData CreateConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSetTrackingOptions

type Rep CreateConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.SES.CreateConfigurationSetTrackingOptions

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

newCreateConfigurationSetTrackingOptionsResponse Source #

Create a value of CreateConfigurationSetTrackingOptionsResponse 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:CreateConfigurationSetTrackingOptionsResponse', createConfigurationSetTrackingOptionsResponse_httpStatus - The response's http status code.

Response Lenses