/home/techb158/ileadtechnology.com/vendor/aws/aws-sdk-php/src/Api/Parser
Edit: /home/techb158/ileadtechnology.com/vendor/aws/aws-sdk-php/src/Api/Parser/AbstractParser.php (1006B)
api = $api;
}
/**
* @param CommandInterface $command Command that was executed.
* @param ResponseInterface $response Response that was received.
*
* @return ResultInterface
*/
abstract public function __invoke(
CommandInterface $command,
ResponseInterface $response
);
abstract public function parseMemberFromStream(
StreamInterface $stream,
StructureShape $member,
$response
);
}