# File lib/aws/policy.rb, line 635
      def base_translate(example, base_operator, *modifiers)
        "#{type_notation(example)}#{base_operator}#{modifiers.join}"
      end