Smaws_Client_SES.CreateCustomVerificationEmailTemplateCreates 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `CustomVerificationEmailInvalidContentException of
Types.custom_verification_email_invalid_content_exception
| `CustomVerificationEmailTemplateAlreadyExistsException of
Types.custom_verification_email_template_already_exists_exception
| `FromEmailAddressNotVerifiedException of
Types.from_email_address_not_verified_exception
| `LimitExceededException of Types.limit_exceeded_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.create_custom_verification_email_template_request ->
(Smaws_Lib.Smithy_api.Types.unit_,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CustomVerificationEmailInvalidContentException of
Types.custom_verification_email_invalid_content_exception
| `CustomVerificationEmailTemplateAlreadyExistsException of
Types.custom_verification_email_template_already_exists_exception
| `FromEmailAddressNotVerifiedException of
Types.from_email_address_not_verified_exception
| `LimitExceededException of Types.limit_exceeded_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.create_custom_verification_email_template_request ->
(Smaws_Lib.Smithy_api.Types.unit_ Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CustomVerificationEmailInvalidContentException of
Types.custom_verification_email_invalid_content_exception
| `CustomVerificationEmailTemplateAlreadyExistsException of
Types.custom_verification_email_template_already_exists_exception
| `FromEmailAddressNotVerifiedException of
Types.from_email_address_not_verified_exception
| `LimitExceededException of Types.limit_exceeded_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result