in build/ClientAnnotator.php [27:37]
public function updateApiMethodAnnotations()
{
$updater = new ClassAnnotationUpdater(
$this->reflection,
$this->getMethodAnnotations(),
$this->getDefaultDocComment(),
'/^\* @method (\\\\Aws\\\\Result|\\\\GuzzleHttp\\\\Promise\\\\Promise) /'
);
return $updater->update();
}