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

Copyright(c) 2013-2018 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 #

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 #

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

See: deleteConfigurationSetTrackingOptions smart constructor.

Instances

Eq DeleteConfigurationSetTrackingOptions # 
Data DeleteConfigurationSetTrackingOptions # 

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 # 
Show DeleteConfigurationSetTrackingOptions # 
Generic DeleteConfigurationSetTrackingOptions # 
Hashable DeleteConfigurationSetTrackingOptions # 
NFData DeleteConfigurationSetTrackingOptions # 
AWSRequest DeleteConfigurationSetTrackingOptions # 
ToHeaders DeleteConfigurationSetTrackingOptions # 
ToPath DeleteConfigurationSetTrackingOptions # 
ToQuery DeleteConfigurationSetTrackingOptions # 
type Rep DeleteConfigurationSetTrackingOptions # 
type Rep DeleteConfigurationSetTrackingOptions = D1 * (MetaData "DeleteConfigurationSetTrackingOptions" "Network.AWS.SES.DeleteConfigurationSetTrackingOptions" "amazonka-ses-1.6.0-5nUPGbFUhEuKgCCmp7O4es" True) (C1 * (MetaCons "DeleteConfigurationSetTrackingOptions'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dcstoConfigurationSetName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DeleteConfigurationSetTrackingOptions # 

Request Lenses

dcstoConfigurationSetName :: Lens' DeleteConfigurationSetTrackingOptions Text #

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

Destructuring the Response

deleteConfigurationSetTrackingOptionsResponse #

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 #

An empty element returned on a successful request.

See: deleteConfigurationSetTrackingOptionsResponse smart constructor.

Instances

Eq DeleteConfigurationSetTrackingOptionsResponse # 
Data DeleteConfigurationSetTrackingOptionsResponse # 

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 # 
Show DeleteConfigurationSetTrackingOptionsResponse # 
Generic DeleteConfigurationSetTrackingOptionsResponse # 
NFData DeleteConfigurationSetTrackingOptionsResponse # 
type Rep DeleteConfigurationSetTrackingOptionsResponse # 
type Rep DeleteConfigurationSetTrackingOptionsResponse = D1 * (MetaData "DeleteConfigurationSetTrackingOptionsResponse" "Network.AWS.SES.DeleteConfigurationSetTrackingOptions" "amazonka-ses-1.6.0-5nUPGbFUhEuKgCCmp7O4es" True) (C1 * (MetaCons "DeleteConfigurationSetTrackingOptionsResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dcstorsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses