ExAws.SQS.change_message_visibility_batch

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

change_message_visibility_batch(queue_url, messages)

View Source

Specs

change_message_visibility_batch(
  queue_url :: binary(),
  opts :: [message_visibility_batch_item(), ...]
) :: ExAws.Operation.Query.t()

Extends the read lock timeout for a batch of 1..10 messages.

AWS API Docs