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