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

Contents

Description

Creates a configuration set event destination.

An event destination is the AWS service to which Amazon SES publishes the email sending events associated with a configuration set. 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

createConfigurationSetEventDestination Source #

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

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

  • ccsedConfigurationSetName - The name of the configuration set that the event destination should be associated with.
  • ccsedEventDestination - An object that describes the AWS service that email sending event information will be published to.

data CreateConfigurationSetEventDestination Source #

Represents a request to create a configuration set event destination. A configuration set event destination, which can be either Amazon CloudWatch or Amazon Kinesis Firehose, describes an AWS service in which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the Amazon SES Developer Guide .

See: createConfigurationSetEventDestination smart constructor.

Instances
Eq CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetEventDestination

Data CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetEventDestination

Methods

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

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

toConstr :: CreateConfigurationSetEventDestination -> Constr #

dataTypeOf :: CreateConfigurationSetEventDestination -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetEventDestination

Show CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetEventDestination

Generic CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetEventDestination

Hashable CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetEventDestination

AWSRequest CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetEventDestination

ToHeaders CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetEventDestination

ToPath CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetEventDestination

ToQuery CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetEventDestination

NFData CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetEventDestination

type Rep CreateConfigurationSetEventDestination Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetEventDestination

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

Defined in Network.AWS.SES.CreateConfigurationSetEventDestination

Request Lenses

ccsedConfigurationSetName :: Lens' CreateConfigurationSetEventDestination Text Source #

The name of the configuration set that the event destination should be associated with.

ccsedEventDestination :: Lens' CreateConfigurationSetEventDestination EventDestination Source #

An object that describes the AWS service that email sending event information will be published to.

Destructuring the Response

createConfigurationSetEventDestinationResponse Source #

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

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

data CreateConfigurationSetEventDestinationResponse Source #

An empty element returned on a successful request.

See: createConfigurationSetEventDestinationResponse smart constructor.

Instances
Eq CreateConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetEventDestination

Data CreateConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetEventDestination

Methods

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

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

toConstr :: CreateConfigurationSetEventDestinationResponse -> Constr #

dataTypeOf :: CreateConfigurationSetEventDestinationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetEventDestination

Show CreateConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetEventDestination

Generic CreateConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetEventDestination

NFData CreateConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetEventDestination

type Rep CreateConfigurationSetEventDestinationResponse Source # 
Instance details

Defined in Network.AWS.SES.CreateConfigurationSetEventDestination

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

Response Lenses