paws.customer.engagement (version 0.1.0)

ses_update_template: Updates an email template

Description

Updates an email template. Email templates enable you to send personalized email to one or more destinations in a single API operation. For more information, see the Amazon SES Developer Guide.

Usage

ses_update_template(Template)

Arguments

Template

[required]

Request syntax

svc$update_template(
  Template = list(
    TemplateName = "string",
    SubjectPart = "string",
    TextPart = "string",
    HtmlPart = "string"
  )
)

Details

You can execute this operation no more than once per second.