AWS CLI v1 entered maintenance mode on August 5, 2026 and will reach end-of-support on July 15, 2027. During maintenance mode, releases are limited to critical bug fixes and security issues. AWS CLI v1 will not receive API updates for new or existing services, or be updated to support new regions. For more information, see the maintenance mode announcement.
We recommend that you migrate to AWS CLI version 2. See the installation instructions and migration guide.
Wait until a particular condition is satisfied. Each subcommand polls an API until the listed requirement is met.
To use the following examples, you must have the AWS CLI installed and configured. See the Getting started guide in the AWS CLI User Guide for more information.
Unless otherwise stated, all examples have unix-like quotation rules. These examples will need to be adapted to your terminal’s quoting rules. See Using quotation marks with strings in the AWS CLI User Guide .
To wait for an annotation store to be ready
The following wait example waits for an annotation store’s status to be ACTIVE.
aws omics wait annotation-store-created \
--name my_ann_store
For more information, see Omics Analytics in the Amazon Omics Developer Guide.