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.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 # 
Instance details

Defined in Network.AWS.SES.ListCustomVerificationEmailTemplates

Data ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Network.AWS.SES.ListCustomVerificationEmailTemplates

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 # 
Instance details

Defined in Network.AWS.SES.ListCustomVerificationEmailTemplates

Show ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Network.AWS.SES.ListCustomVerificationEmailTemplates

Generic ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Network.AWS.SES.ListCustomVerificationEmailTemplates

Hashable ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Network.AWS.SES.ListCustomVerificationEmailTemplates

AWSPager ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Network.AWS.SES.ListCustomVerificationEmailTemplates

AWSRequest ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Network.AWS.SES.ListCustomVerificationEmailTemplates

ToHeaders ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Network.AWS.SES.ListCustomVerificationEmailTemplates

ToPath ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Network.AWS.SES.ListCustomVerificationEmailTemplates

ToQuery ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Network.AWS.SES.ListCustomVerificationEmailTemplates

NFData ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Network.AWS.SES.ListCustomVerificationEmailTemplates

type Rep ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Network.AWS.SES.ListCustomVerificationEmailTemplates

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

Defined in Network.AWS.SES.ListCustomVerificationEmailTemplates

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 # 
Instance details

Defined in Network.AWS.SES.ListCustomVerificationEmailTemplates

Data ListCustomVerificationEmailTemplatesResponse Source # 
Instance details

Defined in Network.AWS.SES.ListCustomVerificationEmailTemplates

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 # 
Instance details

Defined in Network.AWS.SES.ListCustomVerificationEmailTemplates

Show ListCustomVerificationEmailTemplatesResponse Source # 
Instance details

Defined in Network.AWS.SES.ListCustomVerificationEmailTemplates

Generic ListCustomVerificationEmailTemplatesResponse Source # 
Instance details

Defined in Network.AWS.SES.ListCustomVerificationEmailTemplates

NFData ListCustomVerificationEmailTemplatesResponse Source # 
Instance details

Defined in Network.AWS.SES.ListCustomVerificationEmailTemplates

type Rep ListCustomVerificationEmailTemplatesResponse Source # 
Instance details

Defined in Network.AWS.SES.ListCustomVerificationEmailTemplates

type Rep ListCustomVerificationEmailTemplatesResponse = D1 (MetaData "ListCustomVerificationEmailTemplatesResponse" "Network.AWS.SES.ListCustomVerificationEmailTemplates" "amazonka-ses-1.6.1-LMoDrV6qkh7KTlxxGOHB3A" False) (C1 (MetaCons "ListCustomVerificationEmailTemplatesResponse'" PrefixI True) (S1 (MetaSel (Just "_lcvetrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lcvetrsCustomVerificationEmailTemplates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CustomVerificationEmailTemplate])) :*: S1 (MetaSel (Just "_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.