# File lib/aws/collections.rb, line 109
      def each_response options, limit, batch_size, &block
        response = client.send(request_method, options)
        yield(response)
      end