class Aws::Plugins::DynamoDBSimpleAttributes::ValueTranslator
def map(shape, values)
def map(shape, values) return values unless values.is_a?(Hash) values.each.with_object({}) do |(key, value), hash| hash[key] = translate(shape.value, value) end end
def map(shape, values) return values unless values.is_a?(Hash) values.each.with_object({}) do |(key, value), hash| hash[key] = translate(shape.value, value) end end