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

Contents

Description

Lists the existing custom verification email templates for your account.

For more information about 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.

This operation returns paginated results.

Synopsis

Creating a Request

listCustomVerificationEmailTemplates :: ListCustomVerificationEmailTemplates Source #

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

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

  • lcvetNextToken - An array the contains the name and creation time stamp for each template in your Amazon SES account.
  • lcvetMaxResults - The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

data ListCustomVerificationEmailTemplates Source #

Represents a request to list the existing custom verification email templates for your account.

For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide .

See: listCustomVerificationEmailTemplates smart constructor.

Instances

Eq ListCustomVerificationEmailTemplates Source # 
Data ListCustomVerificationEmailTemplates Source # 

Methods

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

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

toConstr :: ListCustomVerificationEmailTemplates -> Constr #

dataTypeOf :: ListCustomVerificationEmailTemplates -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListCustomVerificationEmailTemplates Source # 
Show ListCustomVerificationEmailTemplates Source # 
Generic ListCustomVerificationEmailTemplates Source # 
Hashable ListCustomVerificationEmailTemplates Source # 
NFData ListCustomVerificationEmailTemplates Source # 
AWSPager ListCustomVerificationEmailTemplates Source # 
AWSRequest ListCustomVerificationEmailTemplates Source # 
ToHeaders ListCustomVerificationEmailTemplates Source # 
ToPath ListCustomVerificationEmailTemplates Source # 
ToQuery ListCustomVerificationEmailTemplates Source # 
type Rep ListCustomVerificationEmailTemplates Source # 
type Rep ListCustomVerificationEmailTemplates = D1 * (MetaData "ListCustomVerificationEmailTemplates" "Network.AWS.SES.ListCustomVerificationEmailTemplates" "amazonka-ses-1.6.0-Gb8e1E6FgybCfuSzgoBDRc" False) (C1 * (MetaCons "ListCustomVerificationEmailTemplates'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lcvetNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lcvetMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat)))))
type Rs ListCustomVerificationEmailTemplates Source # 

Request Lenses

lcvetNextToken :: Lens' ListCustomVerificationEmailTemplates (Maybe Text) Source #

An array the contains the name and creation time stamp for each template in your Amazon SES account.

lcvetMaxResults :: Lens' ListCustomVerificationEmailTemplates (Maybe Natural) Source #

The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation will return up to 50 results.

Destructuring the Response

listCustomVerificationEmailTemplatesResponse Source #

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

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

  • lcvetrsNextToken - A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.
  • lcvetrsCustomVerificationEmailTemplates - A list of the custom verification email templates that exist in your account.
  • lcvetrsResponseStatus - -- | The response status code.

data ListCustomVerificationEmailTemplatesResponse Source #

A paginated list of custom verification email templates.

See: listCustomVerificationEmailTemplatesResponse smart constructor.

Instances

Eq ListCustomVerificationEmailTemplatesResponse Source # 
Data ListCustomVerificationEmailTemplatesResponse Source # 

Methods

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

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

toConstr :: ListCustomVerificationEmailTemplatesResponse -> Constr #

dataTypeOf :: ListCustomVerificationEmailTemplatesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListCustomVerificationEmailTemplatesResponse Source # 
Show ListCustomVerificationEmailTemplatesResponse Source # 
Generic ListCustomVerificationEmailTemplatesResponse Source # 
NFData ListCustomVerificationEmailTemplatesResponse Source # 
type Rep ListCustomVerificationEmailTemplatesResponse Source # 
type Rep ListCustomVerificationEmailTemplatesResponse = D1 * (MetaData "ListCustomVerificationEmailTemplatesResponse" "Network.AWS.SES.ListCustomVerificationEmailTemplates" "amazonka-ses-1.6.0-Gb8e1E6FgybCfuSzgoBDRc" False) (C1 * (MetaCons "ListCustomVerificationEmailTemplatesResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lcvetrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lcvetrsCustomVerificationEmailTemplates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [CustomVerificationEmailTemplate]))) (S1 * (MetaSel (Just Symbol "_lcvetrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

lcvetrsNextToken :: Lens' ListCustomVerificationEmailTemplatesResponse (Maybe Text) Source #

A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.

lcvetrsCustomVerificationEmailTemplates :: Lens' ListCustomVerificationEmailTemplatesResponse [CustomVerificationEmailTemplate] Source #

A list of the custom verification email templates that exist in your account.