class Aws::Plugins::ParamConverter::Handler

def call(context)

def call(context)
  if input = context.operation.input
    context.params = Aws::ParamConverter.convert(input, context.params)
  end
  @handler.call(context)
end