libZSservicesZSamazonka-sesZSamazonka-ses
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SES.ListCustomVerificationEmailTemplates

Description

Lists the existing custom verification email templates for your account in the current AWS Region.

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

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: newListCustomVerificationEmailTemplates smart constructor.

Constructors

ListCustomVerificationEmailTemplates' 

Fields

  • nextToken :: Maybe Text

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

  • maxResults :: Maybe Natural

    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.

Instances

Instances details
Eq ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SES.ListCustomVerificationEmailTemplates

Read ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SES.ListCustomVerificationEmailTemplates

Show ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SES.ListCustomVerificationEmailTemplates

Generic ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SES.ListCustomVerificationEmailTemplates

NFData ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SES.ListCustomVerificationEmailTemplates

Hashable ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SES.ListCustomVerificationEmailTemplates

AWSPager ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SES.ListCustomVerificationEmailTemplates

AWSRequest ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SES.ListCustomVerificationEmailTemplates

ToHeaders ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SES.ListCustomVerificationEmailTemplates

ToPath ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SES.ListCustomVerificationEmailTemplates

ToQuery ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SES.ListCustomVerificationEmailTemplates

type Rep ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SES.ListCustomVerificationEmailTemplates

type Rep ListCustomVerificationEmailTemplates = D1 ('MetaData "ListCustomVerificationEmailTemplates" "Amazonka.SES.ListCustomVerificationEmailTemplates" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "ListCustomVerificationEmailTemplates'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SES.ListCustomVerificationEmailTemplates

newListCustomVerificationEmailTemplates :: ListCustomVerificationEmailTemplates Source #

Create a value of ListCustomVerificationEmailTemplates with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListCustomVerificationEmailTemplates', listCustomVerificationEmailTemplates_nextToken - An array the contains the name and creation time stamp for each template in your Amazon SES account.

$sel:maxResults:ListCustomVerificationEmailTemplates', listCustomVerificationEmailTemplates_maxResults - 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.

Request Lenses

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

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

listCustomVerificationEmailTemplates_maxResults :: 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

data ListCustomVerificationEmailTemplatesResponse Source #

A paginated list of custom verification email templates.

See: newListCustomVerificationEmailTemplatesResponse smart constructor.

Constructors

ListCustomVerificationEmailTemplatesResponse' 

Fields

Instances

Instances details
Eq ListCustomVerificationEmailTemplatesResponse Source # 
Instance details

Defined in Amazonka.SES.ListCustomVerificationEmailTemplates

Read ListCustomVerificationEmailTemplatesResponse Source # 
Instance details

Defined in Amazonka.SES.ListCustomVerificationEmailTemplates

Show ListCustomVerificationEmailTemplatesResponse Source # 
Instance details

Defined in Amazonka.SES.ListCustomVerificationEmailTemplates

Generic ListCustomVerificationEmailTemplatesResponse Source # 
Instance details

Defined in Amazonka.SES.ListCustomVerificationEmailTemplates

NFData ListCustomVerificationEmailTemplatesResponse Source # 
Instance details

Defined in Amazonka.SES.ListCustomVerificationEmailTemplates

type Rep ListCustomVerificationEmailTemplatesResponse Source # 
Instance details

Defined in Amazonka.SES.ListCustomVerificationEmailTemplates

type Rep ListCustomVerificationEmailTemplatesResponse = D1 ('MetaData "ListCustomVerificationEmailTemplatesResponse" "Amazonka.SES.ListCustomVerificationEmailTemplates" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "ListCustomVerificationEmailTemplatesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "customVerificationEmailTemplates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CustomVerificationEmailTemplate])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListCustomVerificationEmailTemplatesResponse Source #

Create a value of ListCustomVerificationEmailTemplatesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListCustomVerificationEmailTemplates', listCustomVerificationEmailTemplatesResponse_nextToken - 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.

$sel:customVerificationEmailTemplates:ListCustomVerificationEmailTemplatesResponse', listCustomVerificationEmailTemplatesResponse_customVerificationEmailTemplates - A list of the custom verification email templates that exist in your account.

$sel:httpStatus:ListCustomVerificationEmailTemplatesResponse', listCustomVerificationEmailTemplatesResponse_httpStatus - The response's http status code.

Response Lenses

listCustomVerificationEmailTemplatesResponse_nextToken :: 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.