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