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

Contents

Description

Creates a configuration set.

Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide .

You can execute this operation no more than once per second.

Synopsis

Creating a Request

createConfigurationSet Source #

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

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

data CreateConfigurationSet Source #

Represents a request to create a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide .

See: createConfigurationSet smart constructor.

Instances

Eq CreateConfigurationSet Source # 
Data CreateConfigurationSet Source # 

Methods

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

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

toConstr :: CreateConfigurationSet -> Constr #

dataTypeOf :: CreateConfigurationSet -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateConfigurationSet Source # 
Show CreateConfigurationSet Source # 
Generic CreateConfigurationSet Source # 
Hashable CreateConfigurationSet Source # 
NFData CreateConfigurationSet Source # 

Methods

rnf :: CreateConfigurationSet -> () #

AWSRequest CreateConfigurationSet Source # 
ToHeaders CreateConfigurationSet Source # 
ToPath CreateConfigurationSet Source # 
ToQuery CreateConfigurationSet Source # 
type Rep CreateConfigurationSet Source # 
type Rep CreateConfigurationSet = D1 * (MetaData "CreateConfigurationSet" "Network.AWS.SES.CreateConfigurationSet" "amazonka-ses-1.6.0-Gb8e1E6FgybCfuSzgoBDRc" True) (C1 * (MetaCons "CreateConfigurationSet'" PrefixI True) (S1 * (MetaSel (Just Symbol "_ccsConfigurationSet") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * ConfigurationSet)))
type Rs CreateConfigurationSet Source # 

Request Lenses

ccsConfigurationSet :: Lens' CreateConfigurationSet ConfigurationSet Source #

A data structure that contains the name of the configuration set.

Destructuring the Response

createConfigurationSetResponse Source #

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

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

data CreateConfigurationSetResponse Source #

An empty element returned on a successful request.

See: createConfigurationSetResponse smart constructor.

Instances

Eq CreateConfigurationSetResponse Source # 
Data CreateConfigurationSetResponse Source # 

Methods

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

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

toConstr :: CreateConfigurationSetResponse -> Constr #

dataTypeOf :: CreateConfigurationSetResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Response Lenses