ExAws.SES.update_contact_list

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

update_contact_list(list_name, opts \\ [])

View Source

Specs

update_contact_list(String.t(), opts :: [update_contact_list_opt()]) ::
  ExAws.Operation.JSON.t()

Update a contact list. Only accepts description and topic updates.

Examples

ExAws.SES.update_contact_list("test_list", description: "New description")