class Aws::DynamoDB::Plugins::SimpleAttributes::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