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

Contents

Description

Adds an email address to the list of identities for your Amazon SES account and attempts to verify it. As a result of executing this operation, a customized verification email is sent to the specified address.

To use this operation, you must first create a custom verification email template. For more information about creating and using custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide .

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

Synopsis

Creating a Request

sendCustomVerificationEmail Source #

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

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

data SendCustomVerificationEmail Source #

Represents a request to send a custom verification email to a specified recipient.

See: sendCustomVerificationEmail smart constructor.

Instances
Eq SendCustomVerificationEmail Source # 
Instance details

Defined in Network.AWS.SES.SendCustomVerificationEmail

Data SendCustomVerificationEmail Source # 
Instance details

Defined in Network.AWS.SES.SendCustomVerificationEmail

Methods

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

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

toConstr :: SendCustomVerificationEmail -> Constr #

dataTypeOf :: SendCustomVerificationEmail -> DataType #

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

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

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

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

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

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

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

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

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

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

Read SendCustomVerificationEmail Source # 
Instance details

Defined in Network.AWS.SES.SendCustomVerificationEmail

Show SendCustomVerificationEmail Source # 
Instance details

Defined in Network.AWS.SES.SendCustomVerificationEmail

Generic SendCustomVerificationEmail Source # 
Instance details

Defined in Network.AWS.SES.SendCustomVerificationEmail

Associated Types

type Rep SendCustomVerificationEmail :: Type -> Type #

Hashable SendCustomVerificationEmail Source # 
Instance details

Defined in Network.AWS.SES.SendCustomVerificationEmail

AWSRequest SendCustomVerificationEmail Source # 
Instance details

Defined in Network.AWS.SES.SendCustomVerificationEmail

Associated Types

type Rs SendCustomVerificationEmail :: Type #

ToHeaders SendCustomVerificationEmail Source # 
Instance details

Defined in Network.AWS.SES.SendCustomVerificationEmail

ToPath SendCustomVerificationEmail Source # 
Instance details

Defined in Network.AWS.SES.SendCustomVerificationEmail

ToQuery SendCustomVerificationEmail Source # 
Instance details

Defined in Network.AWS.SES.SendCustomVerificationEmail

NFData SendCustomVerificationEmail Source # 
Instance details

Defined in Network.AWS.SES.SendCustomVerificationEmail

type Rep SendCustomVerificationEmail Source # 
Instance details

Defined in Network.AWS.SES.SendCustomVerificationEmail

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

Defined in Network.AWS.SES.SendCustomVerificationEmail

Request Lenses

scveConfigurationSetName :: Lens' SendCustomVerificationEmail (Maybe Text) Source #

Name of a configuration set to use when sending the verification email.

scveTemplateName :: Lens' SendCustomVerificationEmail Text Source #

The name of the custom verification email template to use when sending the verification email.

Destructuring the Response

sendCustomVerificationEmailResponse Source #

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

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

data SendCustomVerificationEmailResponse Source #

The response received when attempting to send the custom verification email.

See: sendCustomVerificationEmailResponse smart constructor.

Instances
Eq SendCustomVerificationEmailResponse Source # 
Instance details

Defined in Network.AWS.SES.SendCustomVerificationEmail

Data SendCustomVerificationEmailResponse Source # 
Instance details

Defined in Network.AWS.SES.SendCustomVerificationEmail

Methods

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

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

toConstr :: SendCustomVerificationEmailResponse -> Constr #

dataTypeOf :: SendCustomVerificationEmailResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read SendCustomVerificationEmailResponse Source # 
Instance details

Defined in Network.AWS.SES.SendCustomVerificationEmail

Show SendCustomVerificationEmailResponse Source # 
Instance details

Defined in Network.AWS.SES.SendCustomVerificationEmail

Generic SendCustomVerificationEmailResponse Source # 
Instance details

Defined in Network.AWS.SES.SendCustomVerificationEmail

NFData SendCustomVerificationEmailResponse Source # 
Instance details

Defined in Network.AWS.SES.SendCustomVerificationEmail

type Rep SendCustomVerificationEmailResponse Source # 
Instance details

Defined in Network.AWS.SES.SendCustomVerificationEmail

type Rep SendCustomVerificationEmailResponse = D1 (MetaData "SendCustomVerificationEmailResponse" "Network.AWS.SES.SendCustomVerificationEmail" "amazonka-ses-1.6.1-LMoDrV6qkh7KTlxxGOHB3A" False) (C1 (MetaCons "SendCustomVerificationEmailResponse'" PrefixI True) (S1 (MetaSel (Just "_scversMessageId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_scversResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

scversMessageId :: Lens' SendCustomVerificationEmailResponse (Maybe Text) Source #

The unique message identifier returned from the SendCustomVerificationEmail operation.