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 #

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 #

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 # 
Data CreateConfigurationSet # 

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 # 
Show CreateConfigurationSet # 
Generic CreateConfigurationSet # 
Hashable CreateConfigurationSet # 
NFData CreateConfigurationSet # 

Methods

rnf :: CreateConfigurationSet -> () #

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

Request Lenses

ccsConfigurationSet :: Lens' CreateConfigurationSet ConfigurationSet #

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

Destructuring the Response

createConfigurationSetResponse #

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 #

An empty element returned on a successful request.

See: createConfigurationSetResponse smart constructor.

Instances

Eq CreateConfigurationSetResponse # 
Data CreateConfigurationSetResponse # 

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 # 
Show CreateConfigurationSetResponse # 
Generic CreateConfigurationSetResponse # 
NFData CreateConfigurationSetResponse # 
type Rep CreateConfigurationSetResponse # 
type Rep CreateConfigurationSetResponse = D1 * (MetaData "CreateConfigurationSetResponse" "Network.AWS.SES.CreateConfigurationSet" "amazonka-ses-1.6.0-5nUPGbFUhEuKgCCmp7O4es" True) (C1 * (MetaCons "CreateConfigurationSetResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_ccsrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses