# File lib/aws/core/xml_grammar.rb, line 214
        def index(name, &block)
          (@customizations[:index_names] ||= []) << name
          @current[:indexed] = [name, block]
        end