class Aws::Json::Handler

def parse_response(response)

def parse_response(response)
  response.data = parse_body(response.context)
end