Пример #1
0
 public function cancelUpdate()
 {
     $this->cfnClient->cancelUpdateStack(['StackName' => $this->getName()]);
     return $this;
 }