# File lib/aws/core.rb, line 538
    def start_memoizing
      Thread.current[:aws_memoization] ||= {}
      nil
    end