# File lib/aws/resource.rb, line 294 def translate_input_value value @input_translator ? @input_translator.call(value) : value end