ExAws.SES.send_email

You're seeing just the function send_email, go back to ExAws.SES module for more information.
Link to this function

send_email(dst, msg, src, opts \\ [])

View Source

Specs

send_email(
  dst :: destination(),
  msg :: message(),
  src :: binary(),
  opts :: [send_email_opt()]
) :: ExAws.Operation.Query.t()

Composes an email message.