# File lib/aws/collections.rb, line 48 def each options = {}, &block each_batch(options) do |batch| batch.each(&block) end nil end