ExAws.SES.set_identity_notification_topic

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

set_identity_notification_topic(identity, type, opts \\ [])

View Source

Specs

set_identity_notification_topic(
  binary(),
  notification_type(),
  set_identity_notification_topic_opt() | []
) :: ExAws.Operation.Query.t()

Sets the Amazon Simple Notification Service (Amazon SNS) topic to which Amazon SES will publish delivery notifications for emails sent with given identity.

Absent :sns_topic options cleans SnsTopic and disables publishing.

Notification type can be on of the :bounce, :complaint, or :delivery. Requests are throttled to one per second.