# File lib/aws/policy.rb, line 881 def translated_actions return nil unless actions actions.map do |action| translate_action(action) end end