class Aws::Json::SimpleBodyHandler

def call(context)

def call(context)
  build_json(context)
  @handler.call(context).on_success do |response|
    response.error = nil
    response.data = parse_json(context)
  end
end