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

Description

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

Deleting this kind of association will result in emails sent using the specified configuration set to capture open and click events using the standard, Amazon SES-operated domains.

Synopsis

Creating a Request

data DeleteConfigurationSetTrackingOptions Source #

Represents a request to delete open and click tracking options in a configuration set.

See: newDeleteConfigurationSetTrackingOptions smart constructor.

Constructors

DeleteConfigurationSetTrackingOptions' 

Fields

Instances

Instances details
Eq DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.DeleteConfigurationSetTrackingOptions

Read DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.DeleteConfigurationSetTrackingOptions

Show DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.DeleteConfigurationSetTrackingOptions

Generic DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.DeleteConfigurationSetTrackingOptions

NFData DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.DeleteConfigurationSetTrackingOptions

Hashable DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.DeleteConfigurationSetTrackingOptions

AWSRequest DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.DeleteConfigurationSetTrackingOptions

ToHeaders DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.DeleteConfigurationSetTrackingOptions

ToPath DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.DeleteConfigurationSetTrackingOptions

ToQuery DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.DeleteConfigurationSetTrackingOptions

type Rep DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Amazonka.SES.DeleteConfigurationSetTrackingOptions

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

Defined in Amazonka.SES.DeleteConfigurationSetTrackingOptions

newDeleteConfigurationSetTrackingOptions Source #

Create a value of DeleteConfigurationSetTrackingOptions 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:DeleteConfigurationSetTrackingOptions', deleteConfigurationSetTrackingOptions_configurationSetName - The name of the configuration set from which you want to delete the tracking options.

Request Lenses

deleteConfigurationSetTrackingOptions_configurationSetName :: Lens' DeleteConfigurationSetTrackingOptions Text Source #

The name of the configuration set from which you want to delete the tracking options.

Destructuring the Response

data DeleteConfigurationSetTrackingOptionsResponse Source #

An empty element returned on a successful request.

See: newDeleteConfigurationSetTrackingOptionsResponse smart constructor.

Constructors

DeleteConfigurationSetTrackingOptionsResponse' 

Fields

Instances

Instances details
Eq DeleteConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.SES.DeleteConfigurationSetTrackingOptions

Read DeleteConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.SES.DeleteConfigurationSetTrackingOptions

Show DeleteConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.SES.DeleteConfigurationSetTrackingOptions

Generic DeleteConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.SES.DeleteConfigurationSetTrackingOptions

NFData DeleteConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.SES.DeleteConfigurationSetTrackingOptions

type Rep DeleteConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Amazonka.SES.DeleteConfigurationSetTrackingOptions

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

newDeleteConfigurationSetTrackingOptionsResponse Source #

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

Response Lenses