class Aws::RestBodyHandler
def parse(context, shape, target = nil)
def parse(context, shape, target = nil) body = context.http_response.body_contents if body.bytesize == 0 nil else parse_body(body, shape, target) end end
def parse(context, shape, target = nil) body = context.http_response.body_contents if body.bytesize == 0 nil else parse_body(body, shape, target) end end