aws docdb wait
Wait until a particular condition is satisfied. Each subcommand polls an API until the listed requirement is met
Subcommands
| Name | Description | 
|---|---|
| db-instance-available | Wait until JMESPath query DBInstances[].DBInstanceStatus returns available for all elements when polling with ``describe-db-instances``. It will poll every 30 seconds until a successful state has been reached. This will exit with a return code of 255 after 60 failed checks | 
| db-instance-deleted | Wait until JMESPath query DBInstances[].DBInstanceStatus returns deleted for all elements when polling with ``describe-db-instances``. It will poll every 30 seconds until a successful state has been reached. This will exit with a return code of 255 after 60 failed checks |