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