Ejemplo n.º 1
0
 /**
  * Wait until a table is deleted.
  *
  * @param string $tableName The table name to wait for.
  *
  * @return void
  */
 public function waitUntilTableNotExists($tableName)
 {
     $this->client->waitUntilTableNotExists(['TableName' => $tableName]);
 }