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 #

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

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

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

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

Show DeleteConfigurationSetTrackingOptions # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

Generic DeleteConfigurationSetTrackingOptions # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

Hashable DeleteConfigurationSetTrackingOptions # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

AWSRequest DeleteConfigurationSetTrackingOptions # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

ToHeaders DeleteConfigurationSetTrackingOptions # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

ToPath DeleteConfigurationSetTrackingOptions # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

ToQuery DeleteConfigurationSetTrackingOptions # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

NFData DeleteConfigurationSetTrackingOptions # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

type Rep DeleteConfigurationSetTrackingOptions # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

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

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

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

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

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

Show DeleteConfigurationSetTrackingOptionsResponse # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

Generic DeleteConfigurationSetTrackingOptionsResponse # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

NFData DeleteConfigurationSetTrackingOptionsResponse # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

type Rep DeleteConfigurationSetTrackingOptionsResponse # 
Instance details

Defined in Network.AWS.SES.DeleteConfigurationSetTrackingOptions

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

Response Lenses