# File lib/aws/core/collection.rb, line 79
      def each_batch options = {}, &block
        _each_batch(options.dup, &block)
      end