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 #

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 #

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

See: createConfigurationSetTrackingOptions smart constructor.

Instances
Eq CreateConfigurationSetTrackingOptions # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

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

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

Show CreateConfigurationSetTrackingOptions # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

Generic CreateConfigurationSetTrackingOptions # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

Hashable CreateConfigurationSetTrackingOptions # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

AWSRequest CreateConfigurationSetTrackingOptions # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

ToHeaders CreateConfigurationSetTrackingOptions # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

ToPath CreateConfigurationSetTrackingOptions # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

ToQuery CreateConfigurationSetTrackingOptions # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

NFData CreateConfigurationSetTrackingOptions # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

type Rep CreateConfigurationSetTrackingOptions # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

type Rep CreateConfigurationSetTrackingOptions = D1 (MetaData "CreateConfigurationSetTrackingOptions" "Network.AWS.SES.CreateConfigurationSetTrackingOptions" "amazonka-ses-1.6.1-GyciVs3kElCGWDMAMMcZl5" 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 # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

Request Lenses

ccstoConfigurationSetName :: Lens' CreateConfigurationSetTrackingOptions Text #

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

Destructuring the Response

createConfigurationSetTrackingOptionsResponse #

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 #

An empty element returned on a successful request.

See: createConfigurationSetTrackingOptionsResponse smart constructor.

Instances
Eq CreateConfigurationSetTrackingOptionsResponse # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

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

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

Show CreateConfigurationSetTrackingOptionsResponse # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

Generic CreateConfigurationSetTrackingOptionsResponse # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

NFData CreateConfigurationSetTrackingOptionsResponse # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

type Rep CreateConfigurationSetTrackingOptionsResponse # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetTrackingOptions

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

Response Lenses