/AWS1/IF_OWX_WAITER¶
/AWS1/IF_OWX_WAITER represents the Waiter client for AWS OpsWorks, representing each waiter as a method call.
List of waiter methods implemented in /AWS1/IF_OWX_WAITER
| Waiter Method | Service Operation | Waiter Description |
|---|---|---|
| APPEXISTS | DESCRIBEAPPS() |
Polls DescribeApps API to wait until AppExists |
| DEPLOYMENTSUCCESSFUL | DESCRIBEDEPLOYMENTS() |
Wait until a deployment has completed successfully. |
| INSTANCEONLINE | DESCRIBEINSTANCES() |
Wait until OpsWorks instance is online. |
| INSTANCEREGISTERED | DESCRIBEINSTANCES() |
Wait until OpsWorks instance is registered. |
| INSTANCESTOPPED | DESCRIBEINSTANCES() |
Wait until OpsWorks instance is stopped. |
| INSTANCETERMINATED | DESCRIBEINSTANCES() |
Wait until OpsWorks instance is terminated. |