class Aws::Plugins::DynamoDBSimpleAttributes::Handler

def translate_output(response)

def translate_output(response)
  if shape = response.context.operation.output
    ValueTranslator.new(shape, :unmarshal).apply(response.data)
  else
    response.data
  end
end