Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Creates a new custom verification email template.
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
- data CreateCustomVerificationEmailTemplate = CreateCustomVerificationEmailTemplate' {}
- newCreateCustomVerificationEmailTemplate :: Text -> Text -> Text -> Text -> Text -> Text -> CreateCustomVerificationEmailTemplate
- createCustomVerificationEmailTemplate_templateName :: Lens' CreateCustomVerificationEmailTemplate Text
- createCustomVerificationEmailTemplate_fromEmailAddress :: Lens' CreateCustomVerificationEmailTemplate Text
- createCustomVerificationEmailTemplate_templateSubject :: Lens' CreateCustomVerificationEmailTemplate Text
- createCustomVerificationEmailTemplate_templateContent :: Lens' CreateCustomVerificationEmailTemplate Text
- createCustomVerificationEmailTemplate_successRedirectionURL :: Lens' CreateCustomVerificationEmailTemplate Text
- createCustomVerificationEmailTemplate_failureRedirectionURL :: Lens' CreateCustomVerificationEmailTemplate Text
- data CreateCustomVerificationEmailTemplateResponse = CreateCustomVerificationEmailTemplateResponse' {
- newCreateCustomVerificationEmailTemplateResponse :: CreateCustomVerificationEmailTemplateResponse
Creating a Request
data CreateCustomVerificationEmailTemplate Source #
Represents a request to create a custom verification email template.
See: newCreateCustomVerificationEmailTemplate
smart constructor.
CreateCustomVerificationEmailTemplate' | |
|
Instances
newCreateCustomVerificationEmailTemplate Source #
Create a value of CreateCustomVerificationEmailTemplate
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:templateName:CreateCustomVerificationEmailTemplate'
, createCustomVerificationEmailTemplate_templateName
- The name of the custom verification email template.
$sel:fromEmailAddress:CreateCustomVerificationEmailTemplate'
, createCustomVerificationEmailTemplate_fromEmailAddress
- The email address that the custom verification email is sent from.
$sel:templateSubject:CreateCustomVerificationEmailTemplate'
, createCustomVerificationEmailTemplate_templateSubject
- The subject line of the custom verification email.
$sel:templateContent:CreateCustomVerificationEmailTemplate'
, createCustomVerificationEmailTemplate_templateContent
- The content of the custom verification email. The total size of the
email must be less than 10 MB. The message body may contain HTML, with
some limitations. For more information, see
Custom Verification Email Frequently Asked Questions
in the Amazon SES Developer Guide.
$sel:successRedirectionURL:CreateCustomVerificationEmailTemplate'
, createCustomVerificationEmailTemplate_successRedirectionURL
- The URL that the recipient of the verification email is sent to if his
or her address is successfully verified.
$sel:failureRedirectionURL:CreateCustomVerificationEmailTemplate'
, createCustomVerificationEmailTemplate_failureRedirectionURL
- The URL that the recipient of the verification email is sent to if his
or her address is not successfully verified.
Request Lenses
createCustomVerificationEmailTemplate_templateName :: Lens' CreateCustomVerificationEmailTemplate Text Source #
The name of the custom verification email template.
createCustomVerificationEmailTemplate_fromEmailAddress :: Lens' CreateCustomVerificationEmailTemplate Text Source #
The email address that the custom verification email is sent from.
createCustomVerificationEmailTemplate_templateSubject :: Lens' CreateCustomVerificationEmailTemplate Text Source #
The subject line of the custom verification email.
createCustomVerificationEmailTemplate_templateContent :: Lens' CreateCustomVerificationEmailTemplate Text Source #
The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.
createCustomVerificationEmailTemplate_successRedirectionURL :: Lens' CreateCustomVerificationEmailTemplate Text Source #
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
createCustomVerificationEmailTemplate_failureRedirectionURL :: Lens' CreateCustomVerificationEmailTemplate Text Source #
The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
Destructuring the Response
data CreateCustomVerificationEmailTemplateResponse Source #
See: newCreateCustomVerificationEmailTemplateResponse
smart constructor.
Instances
Eq CreateCustomVerificationEmailTemplateResponse Source # | |
Read CreateCustomVerificationEmailTemplateResponse Source # | |
Show CreateCustomVerificationEmailTemplateResponse Source # | |
Generic CreateCustomVerificationEmailTemplateResponse Source # | |
Defined in Amazonka.SES.CreateCustomVerificationEmailTemplate type Rep CreateCustomVerificationEmailTemplateResponse :: Type -> Type # | |
NFData CreateCustomVerificationEmailTemplateResponse Source # | |
type Rep CreateCustomVerificationEmailTemplateResponse Source # | |
Defined in Amazonka.SES.CreateCustomVerificationEmailTemplate type Rep CreateCustomVerificationEmailTemplateResponse = D1 ('MetaData "CreateCustomVerificationEmailTemplateResponse" "Amazonka.SES.CreateCustomVerificationEmailTemplate" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "CreateCustomVerificationEmailTemplateResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newCreateCustomVerificationEmailTemplateResponse :: CreateCustomVerificationEmailTemplateResponse Source #
Create a value of CreateCustomVerificationEmailTemplateResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.