# File lib/aws/xml_grammar.rb, line 264
      def format_value &block
        @current[:value_formatter] ||= ValueFormatter.new
        @current[:value_formatter].extend_format_value(&block)
      end