amazonka-ses-1.6.1: 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 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 # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

Data DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.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 Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

Show DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

Generic DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

Hashable DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

AWSRequest DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

ToHeaders DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

ToPath DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

ToQuery DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

NFData DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

type Rep DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

type Rep DeleteConfigurationSetTrackingOptions = D1 (MetaData "DeleteConfigurationSetTrackingOptions" "Network.AWS.SES.DeleteConfigurationSetTrackingOptions" "amazonka-ses-1.6.1-LMoDrV6qkh7KTlxxGOHB3A" True) (C1 (MetaCons "DeleteConfigurationSetTrackingOptions'" PrefixI True) (S1 (MetaSel (Just "_dcstoConfigurationSetName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

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 # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

Data DeleteConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

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 # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

Show DeleteConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

Generic DeleteConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

NFData DeleteConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

type Rep DeleteConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

type Rep DeleteConfigurationSetTrackingOptionsResponse = D1 (MetaData "DeleteConfigurationSetTrackingOptionsResponse" "Network.AWS.SES.DeleteConfigurationSetTrackingOptions" "amazonka-ses-1.6.1-LMoDrV6qkh7KTlxxGOHB3A" True) (C1 (MetaCons "DeleteConfigurationSetTrackingOptionsResponse'" PrefixI True) (S1 (MetaSel (Just "_dcstorsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses