class Aws::Json::SimpleBodyHandler

def build_json(context)

def build_json(context)
  context.http_request.body = MultiJson.dump(context.params)
end