amazonka-ses-1.5.0: Amazon Simple Email Service SDK.

Copyright(c) 2013-2017 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.SES.DeleteConfigurationSetTrackingOptions

Contents

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 configuration sets, see Configuring Custom Domains to Handle Open and Click Tracking in the Amazon SES Developer Guide .

Synopsis

Creating a Request

deleteConfigurationSetTrackingOptions Source #

Creates a value of DeleteConfigurationSetTrackingOptions with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DeleteConfigurationSetTrackingOptions Source #

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

See: deleteConfigurationSetTrackingOptions smart constructor.

Instances

Eq DeleteConfigurationSetTrackingOptions Source # 
Data DeleteConfigurationSetTrackingOptions Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteConfigurationSetTrackingOptions -> c DeleteConfigurationSetTrackingOptions #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteConfigurationSetTrackingOptions #

toConstr :: DeleteConfigurationSetTrackingOptions -> Constr #

dataTypeOf :: DeleteConfigurationSetTrackingOptions -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeleteConfigurationSetTrackingOptions) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteConfigurationSetTrackingOptions) #

gmapT :: (forall b. Data b => b -> b) -> DeleteConfigurationSetTrackingOptions -> DeleteConfigurationSetTrackingOptions #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteConfigurationSetTrackingOptions -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteConfigurationSetTrackingOptions -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteConfigurationSetTrackingOptions -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteConfigurationSetTrackingOptions -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteConfigurationSetTrackingOptions -> m DeleteConfigurationSetTrackingOptions #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteConfigurationSetTrackingOptions -> m DeleteConfigurationSetTrackingOptions #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteConfigurationSetTrackingOptions -> m DeleteConfigurationSetTrackingOptions #

Read DeleteConfigurationSetTrackingOptions Source # 
Show DeleteConfigurationSetTrackingOptions Source # 
Generic DeleteConfigurationSetTrackingOptions Source # 
Hashable DeleteConfigurationSetTrackingOptions Source # 
NFData DeleteConfigurationSetTrackingOptions Source # 
AWSRequest DeleteConfigurationSetTrackingOptions Source # 
ToQuery DeleteConfigurationSetTrackingOptions Source # 
ToPath DeleteConfigurationSetTrackingOptions Source # 
ToHeaders DeleteConfigurationSetTrackingOptions Source # 
type Rep DeleteConfigurationSetTrackingOptions Source # 
type Rep DeleteConfigurationSetTrackingOptions = D1 (MetaData "DeleteConfigurationSetTrackingOptions" "Network.AWS.SES.DeleteConfigurationSetTrackingOptions" "amazonka-ses-1.5.0-IX6fk8AIUZF8NF0Dlao5KP" True) (C1 (MetaCons "DeleteConfigurationSetTrackingOptions'" PrefixI True) (S1 (MetaSel (Just Symbol "_dcstoConfigurationSetName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteConfigurationSetTrackingOptions Source # 

Request Lenses

dcstoConfigurationSetName :: Lens' DeleteConfigurationSetTrackingOptions Text Source #

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

Destructuring the Response

deleteConfigurationSetTrackingOptionsResponse Source #

Creates a value of DeleteConfigurationSetTrackingOptionsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DeleteConfigurationSetTrackingOptionsResponse Source #

An empty element returned on a successful request.

See: deleteConfigurationSetTrackingOptionsResponse smart constructor.

Instances

Eq DeleteConfigurationSetTrackingOptionsResponse Source # 
Data DeleteConfigurationSetTrackingOptionsResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeleteConfigurationSetTrackingOptionsResponse -> c DeleteConfigurationSetTrackingOptionsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeleteConfigurationSetTrackingOptionsResponse #

toConstr :: DeleteConfigurationSetTrackingOptionsResponse -> Constr #

dataTypeOf :: DeleteConfigurationSetTrackingOptionsResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeleteConfigurationSetTrackingOptionsResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeleteConfigurationSetTrackingOptionsResponse) #

gmapT :: (forall b. Data b => b -> b) -> DeleteConfigurationSetTrackingOptionsResponse -> DeleteConfigurationSetTrackingOptionsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeleteConfigurationSetTrackingOptionsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeleteConfigurationSetTrackingOptionsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeleteConfigurationSetTrackingOptionsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeleteConfigurationSetTrackingOptionsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeleteConfigurationSetTrackingOptionsResponse -> m DeleteConfigurationSetTrackingOptionsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteConfigurationSetTrackingOptionsResponse -> m DeleteConfigurationSetTrackingOptionsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeleteConfigurationSetTrackingOptionsResponse -> m DeleteConfigurationSetTrackingOptionsResponse #

Read DeleteConfigurationSetTrackingOptionsResponse Source # 
Show DeleteConfigurationSetTrackingOptionsResponse Source # 
Generic DeleteConfigurationSetTrackingOptionsResponse Source # 
NFData DeleteConfigurationSetTrackingOptionsResponse Source # 
type Rep DeleteConfigurationSetTrackingOptionsResponse Source # 
type Rep DeleteConfigurationSetTrackingOptionsResponse = D1 (MetaData "DeleteConfigurationSetTrackingOptionsResponse" "Network.AWS.SES.DeleteConfigurationSetTrackingOptions" "amazonka-ses-1.5.0-IX6fk8AIUZF8NF0Dlao5KP" True) (C1 (MetaCons "DeleteConfigurationSetTrackingOptionsResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_dcstorsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses