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

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

Data CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

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

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

Show CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

Generic CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

Hashable CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

AWSRequest CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

ToHeaders CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

ToPath CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

ToQuery CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

NFData CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

type Rep CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

type Rep CreateConfigurationSetTrackingOptions = D1 (MetaData "CreateConfigurationSetTrackingOptions" "Network.AWS.SES.CreateConfigurationSetTrackingOptions" "amazonka-ses-1.6.1-LMoDrV6qkh7KTlxxGOHB3A" False) (C1 (MetaCons "CreateConfigurationSetTrackingOptions'" PrefixI True) (S1 (MetaSel (Just "_ccstoConfigurationSetName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_ccstoTrackingOptions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 TrackingOptions)))
type Rs CreateConfigurationSetTrackingOptions Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

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

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

Data CreateConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

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

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

Show CreateConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

Generic CreateConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

NFData CreateConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

type Rep CreateConfigurationSetTrackingOptionsResponse Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

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

Response Lenses