class Aws::Plugins::DynamoDBSimpleAttributes::Handler
def translate_input(context)
def translate_input(context) if shape = context.operation.input ValueTranslator.new(shape, :marshal).apply(context.params) else context.params end end
def translate_input(context) if shape = context.operation.input ValueTranslator.new(shape, :marshal).apply(context.params) else context.params end end