Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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
- data DeleteConfigurationSetTrackingOptions = DeleteConfigurationSetTrackingOptions' {}
- newDeleteConfigurationSetTrackingOptions :: Text -> DeleteConfigurationSetTrackingOptions
- deleteConfigurationSetTrackingOptions_configurationSetName :: Lens' DeleteConfigurationSetTrackingOptions Text
- data DeleteConfigurationSetTrackingOptionsResponse = DeleteConfigurationSetTrackingOptionsResponse' {
- httpStatus :: Int
- newDeleteConfigurationSetTrackingOptionsResponse :: Int -> DeleteConfigurationSetTrackingOptionsResponse
- deleteConfigurationSetTrackingOptionsResponse_httpStatus :: Lens' DeleteConfigurationSetTrackingOptionsResponse Int
Creating a Request
data DeleteConfigurationSetTrackingOptions Source #
Represents a request to delete open and click tracking options in a configuration set.
See: newDeleteConfigurationSetTrackingOptions
smart constructor.
DeleteConfigurationSetTrackingOptions' | |
|
Instances
newDeleteConfigurationSetTrackingOptions Source #
:: Text |
|
-> DeleteConfigurationSetTrackingOptions |
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.
DeleteConfigurationSetTrackingOptionsResponse' | |
|
Instances
Eq DeleteConfigurationSetTrackingOptionsResponse Source # | |
Read DeleteConfigurationSetTrackingOptionsResponse Source # | |
Show DeleteConfigurationSetTrackingOptionsResponse Source # | |
Generic DeleteConfigurationSetTrackingOptionsResponse Source # | |
Defined in Amazonka.SES.DeleteConfigurationSetTrackingOptions type Rep DeleteConfigurationSetTrackingOptionsResponse :: Type -> Type # | |
NFData DeleteConfigurationSetTrackingOptionsResponse Source # | |
type Rep DeleteConfigurationSetTrackingOptionsResponse Source # | |
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 #
:: Int |
|
-> DeleteConfigurationSetTrackingOptionsResponse |
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
deleteConfigurationSetTrackingOptionsResponse_httpStatus :: Lens' DeleteConfigurationSetTrackingOptionsResponse Int Source #
The response's http status code.