libZSservicesZSamazonka-sesv2ZSamazonka-sesv2
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.SESV2.ListCustomVerificationEmailTemplates

Description

Lists the existing custom verification email templates for your account in the current Amazon Web Services 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.

Synopsis

Creating a Request

data ListCustomVerificationEmailTemplates Source #

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

See: newListCustomVerificationEmailTemplates smart constructor.

Constructors

ListCustomVerificationEmailTemplates' 

Fields

  • nextToken :: Maybe Text

    A token returned from a previous call to ListCustomVerificationEmailTemplates to indicate the position in the list of custom verification email templates.

  • pageSize :: Maybe Int

    The number of results to show in a single call to ListCustomVerificationEmailTemplates. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.

    The value you specify has to be at least 1, and can be no more than 50.

Instances

Instances details
Eq ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SESV2.ListCustomVerificationEmailTemplates

Read ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SESV2.ListCustomVerificationEmailTemplates

Show ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SESV2.ListCustomVerificationEmailTemplates

Generic ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SESV2.ListCustomVerificationEmailTemplates

NFData ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SESV2.ListCustomVerificationEmailTemplates

Hashable ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SESV2.ListCustomVerificationEmailTemplates

AWSRequest ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SESV2.ListCustomVerificationEmailTemplates

ToHeaders ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SESV2.ListCustomVerificationEmailTemplates

ToPath ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SESV2.ListCustomVerificationEmailTemplates

ToQuery ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SESV2.ListCustomVerificationEmailTemplates

type Rep ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SESV2.ListCustomVerificationEmailTemplates

type Rep ListCustomVerificationEmailTemplates = D1 ('MetaData "ListCustomVerificationEmailTemplates" "Amazonka.SESV2.ListCustomVerificationEmailTemplates" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "ListCustomVerificationEmailTemplates'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pageSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))
type AWSResponse ListCustomVerificationEmailTemplates Source # 
Instance details

Defined in Amazonka.SESV2.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 - A token returned from a previous call to ListCustomVerificationEmailTemplates to indicate the position in the list of custom verification email templates.

$sel:pageSize:ListCustomVerificationEmailTemplates', listCustomVerificationEmailTemplates_pageSize - The number of results to show in a single call to ListCustomVerificationEmailTemplates. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.

The value you specify has to be at least 1, and can be no more than 50.

Request Lenses

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

A token returned from a previous call to ListCustomVerificationEmailTemplates to indicate the position in the list of custom verification email templates.

listCustomVerificationEmailTemplates_pageSize :: Lens' ListCustomVerificationEmailTemplates (Maybe Int) Source #

The number of results to show in a single call to ListCustomVerificationEmailTemplates. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.

The value you specify has to be at least 1, and can be no more than 50.

Destructuring the Response

data ListCustomVerificationEmailTemplatesResponse Source #

The following elements are returned by the service.

See: newListCustomVerificationEmailTemplatesResponse smart constructor.

Constructors

ListCustomVerificationEmailTemplatesResponse' 

Fields

Instances

Instances details
Eq ListCustomVerificationEmailTemplatesResponse Source # 
Instance details

Defined in Amazonka.SESV2.ListCustomVerificationEmailTemplates

Read ListCustomVerificationEmailTemplatesResponse Source # 
Instance details

Defined in Amazonka.SESV2.ListCustomVerificationEmailTemplates

Show ListCustomVerificationEmailTemplatesResponse Source # 
Instance details

Defined in Amazonka.SESV2.ListCustomVerificationEmailTemplates

Generic ListCustomVerificationEmailTemplatesResponse Source # 
Instance details

Defined in Amazonka.SESV2.ListCustomVerificationEmailTemplates

NFData ListCustomVerificationEmailTemplatesResponse Source # 
Instance details

Defined in Amazonka.SESV2.ListCustomVerificationEmailTemplates

type Rep ListCustomVerificationEmailTemplatesResponse Source # 
Instance details

Defined in Amazonka.SESV2.ListCustomVerificationEmailTemplates

type Rep ListCustomVerificationEmailTemplatesResponse = D1 ('MetaData "ListCustomVerificationEmailTemplatesResponse" "Amazonka.SESV2.ListCustomVerificationEmailTemplates" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" '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 [CustomVerificationEmailTemplateMetadata])) :*: 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 ListCustomVerificationEmailTemplates 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 ListCustomVerificationEmailTemplates to retrieve the next 50 custom verification email templates.