Module Smaws_Client_SES.UpdateCustomVerificationEmailTemplate

Updates an existing 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 | `CustomVerificationEmailTemplateDoesNotExistException of Types.custom_verification_email_template_does_not_exist_exception | `FromEmailAddressNotVerifiedException of Types.from_email_address_not_verified_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.update_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 | `CustomVerificationEmailTemplateDoesNotExistException of Types.custom_verification_email_template_does_not_exist_exception | `FromEmailAddressNotVerifiedException of Types.from_email_address_not_verified_exception ]) Stdlib.result