class Aws::Plugins::UserAgent

@api private

def self.feature(feature, &block)

def self.feature(feature, &block)
  Thread.current[:aws_sdk_core_user_agent_feature] ||= []
  Thread.current[:aws_sdk_core_user_agent_feature] << "ft/#{feature}"
  block.call
ensure
  Thread.current[:aws_sdk_core_user_agent_feature].pop
end