# File lib/aws/core/client.rb, line 202
      def new_response(*args, &block)
        resp = Response.new(*args, &block)
        resp.config = config
        resp.api_version = self.class::API_VERSION
        resp
      end