class Aws::Rest::Response::Parser

def extract_body(response)

def extract_body(response)
  Body.new(
    parser_class(response),
    response.context.operation.output,
  ).apply(response.context.http_response.body, response.data)
end