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.CreateConfigurationSetTrackingOptions

Contents

Description

Creates 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

createConfigurationSetTrackingOptions Source #

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

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

data CreateConfigurationSetTrackingOptions Source #

Represents a request to create an open and click tracking option object in a configuration set.

See: createConfigurationSetTrackingOptions smart constructor.

Instances

Eq CreateConfigurationSetTrackingOptions Source # 
Data CreateConfigurationSetTrackingOptions Source # 

Methods

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

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

toConstr :: CreateConfigurationSetTrackingOptions -> Constr #

dataTypeOf :: CreateConfigurationSetTrackingOptions -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateConfigurationSetTrackingOptions Source # 
Show CreateConfigurationSetTrackingOptions Source # 
Generic CreateConfigurationSetTrackingOptions Source # 
Hashable CreateConfigurationSetTrackingOptions Source # 
NFData CreateConfigurationSetTrackingOptions Source # 
AWSRequest CreateConfigurationSetTrackingOptions Source # 
ToHeaders CreateConfigurationSetTrackingOptions Source # 
ToPath CreateConfigurationSetTrackingOptions Source # 
ToQuery CreateConfigurationSetTrackingOptions Source # 
type Rep CreateConfigurationSetTrackingOptions Source # 
type Rep CreateConfigurationSetTrackingOptions = D1 * (MetaData "CreateConfigurationSetTrackingOptions" "Network.AWS.SES.CreateConfigurationSetTrackingOptions" "amazonka-ses-1.6.0-Gb8e1E6FgybCfuSzgoBDRc" False) (C1 * (MetaCons "CreateConfigurationSetTrackingOptions'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ccstoConfigurationSetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_ccstoTrackingOptions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * TrackingOptions))))
type Rs CreateConfigurationSetTrackingOptions Source # 

Request Lenses

ccstoConfigurationSetName :: Lens' CreateConfigurationSetTrackingOptions Text Source #

The name of the configuration set that the tracking options should be associated with.

Destructuring the Response

createConfigurationSetTrackingOptionsResponse Source #

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

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

data CreateConfigurationSetTrackingOptionsResponse Source #

An empty element returned on a successful request.

See: createConfigurationSetTrackingOptionsResponse smart constructor.

Instances

Eq CreateConfigurationSetTrackingOptionsResponse Source # 
Data CreateConfigurationSetTrackingOptionsResponse Source # 

Methods

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

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

toConstr :: CreateConfigurationSetTrackingOptionsResponse -> Constr #

dataTypeOf :: CreateConfigurationSetTrackingOptionsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateConfigurationSetTrackingOptionsResponse Source # 
Show CreateConfigurationSetTrackingOptionsResponse Source # 
Generic CreateConfigurationSetTrackingOptionsResponse Source # 
NFData CreateConfigurationSetTrackingOptionsResponse Source # 
type Rep CreateConfigurationSetTrackingOptionsResponse Source # 
type Rep CreateConfigurationSetTrackingOptionsResponse = D1 * (MetaData "CreateConfigurationSetTrackingOptionsResponse" "Network.AWS.SES.CreateConfigurationSetTrackingOptions" "amazonka-ses-1.6.0-Gb8e1E6FgybCfuSzgoBDRc" True) (C1 * (MetaCons "CreateConfigurationSetTrackingOptionsResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_ccstorsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses