class Aws::Stubbing::Protocols::Rest

def apply_headers(operation, resp, data)

def apply_headers(operation, resp, data)
  Aws::Rest::Request::Headers.new(operation.output).apply(resp, data)
end