aws glacier wait
Wait until a particular condition is satisfied. Each subcommand polls an API until the listed requirement is met
Subcommands
Name | Description |
---|---|
vault-exists | Wait until 200 response is received when polling with ``describe-vault``. It will poll every 3 seconds until a successful state has been reached. This will exit with a return code of 255 after 15 failed checks |
vault-not-exists | Wait until ResourceNotFoundException is thrown when polling with ``describe-vault``. It will poll every 3 seconds until a successful state has been reached. This will exit with a return code of 255 after 15 failed checks |