Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Returns the custom email verification template for the template name you specify.
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 GetCustomVerificationEmailTemplate = GetCustomVerificationEmailTemplate' {
- templateName :: Text
- newGetCustomVerificationEmailTemplate :: Text -> GetCustomVerificationEmailTemplate
- getCustomVerificationEmailTemplate_templateName :: Lens' GetCustomVerificationEmailTemplate Text
- data GetCustomVerificationEmailTemplateResponse = GetCustomVerificationEmailTemplateResponse' {}
- newGetCustomVerificationEmailTemplateResponse :: Int -> GetCustomVerificationEmailTemplateResponse
- getCustomVerificationEmailTemplateResponse_failureRedirectionURL :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text)
- getCustomVerificationEmailTemplateResponse_fromEmailAddress :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text)
- getCustomVerificationEmailTemplateResponse_successRedirectionURL :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text)
- getCustomVerificationEmailTemplateResponse_templateContent :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text)
- getCustomVerificationEmailTemplateResponse_templateName :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text)
- getCustomVerificationEmailTemplateResponse_templateSubject :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text)
- getCustomVerificationEmailTemplateResponse_httpStatus :: Lens' GetCustomVerificationEmailTemplateResponse Int
Creating a Request
data GetCustomVerificationEmailTemplate Source #
Represents a request to retrieve an existing custom verification email template.
See: newGetCustomVerificationEmailTemplate
smart constructor.
GetCustomVerificationEmailTemplate' | |
|
Instances
newGetCustomVerificationEmailTemplate Source #
Create a value of GetCustomVerificationEmailTemplate
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:
GetCustomVerificationEmailTemplate
, getCustomVerificationEmailTemplate_templateName
- The name of the custom verification email template that you want to
retrieve.
Request Lenses
getCustomVerificationEmailTemplate_templateName :: Lens' GetCustomVerificationEmailTemplate Text Source #
The name of the custom verification email template that you want to retrieve.
Destructuring the Response
data GetCustomVerificationEmailTemplateResponse Source #
The following elements are returned by the service.
See: newGetCustomVerificationEmailTemplateResponse
smart constructor.
GetCustomVerificationEmailTemplateResponse' | |
|
Instances
newGetCustomVerificationEmailTemplateResponse Source #
Create a value of GetCustomVerificationEmailTemplateResponse
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:
GetCustomVerificationEmailTemplateResponse
, getCustomVerificationEmailTemplateResponse_failureRedirectionURL
- The URL that the recipient of the verification email is sent to if his
or her address is not successfully verified.
GetCustomVerificationEmailTemplateResponse
, getCustomVerificationEmailTemplateResponse_fromEmailAddress
- The email address that the custom verification email is sent from.
GetCustomVerificationEmailTemplateResponse
, getCustomVerificationEmailTemplateResponse_successRedirectionURL
- The URL that the recipient of the verification email is sent to if his
or her address is successfully verified.
$sel:templateContent:GetCustomVerificationEmailTemplateResponse'
, getCustomVerificationEmailTemplateResponse_templateContent
- The content of the custom verification email.
GetCustomVerificationEmailTemplate
, getCustomVerificationEmailTemplateResponse_templateName
- The name of the custom verification email template.
GetCustomVerificationEmailTemplateResponse
, getCustomVerificationEmailTemplateResponse_templateSubject
- The subject line of the custom verification email.
$sel:httpStatus:GetCustomVerificationEmailTemplateResponse'
, getCustomVerificationEmailTemplateResponse_httpStatus
- The response's http status code.
Response Lenses
getCustomVerificationEmailTemplateResponse_failureRedirectionURL :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text) Source #
The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
getCustomVerificationEmailTemplateResponse_fromEmailAddress :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text) Source #
The email address that the custom verification email is sent from.
getCustomVerificationEmailTemplateResponse_successRedirectionURL :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text) Source #
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
getCustomVerificationEmailTemplateResponse_templateContent :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text) Source #
The content of the custom verification email.
getCustomVerificationEmailTemplateResponse_templateName :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text) Source #
The name of the custom verification email template.
getCustomVerificationEmailTemplateResponse_templateSubject :: Lens' GetCustomVerificationEmailTemplateResponse (Maybe Text) Source #
The subject line of the custom verification email.
getCustomVerificationEmailTemplateResponse_httpStatus :: Lens' GetCustomVerificationEmailTemplateResponse Int Source #
The response's http status code.