/AWS1/IF_TBD_WAITER¶
/AWS1/IF_TBD_WAITER represents the Waiter client for AWSDeadlineCloud, representing each waiter as a method call.
List of waiter methods implemented in /AWS1/IF_TBD_WAITER
| Waiter Method | Service Operation | Waiter Description |
|---|---|---|
| FLEETACTIVE | GETFLEET() |
Wait until a Fleet is activated. Use this after invoking CreateFleet or UpdateFleet. |
| JOBCOMPLETE | GETJOB() |
Wait until a job reaches any terminal status. Waits up to 1 hour by default. |
| JOBCREATECOMPLETE | GETJOB() |
Wait until a job is created. Use this after invoking CreateJob. |
| JOBSUCCEEDED | GETJOB() |
Wait until a job has succeeded. Fails if the job reaches a non-successful terminal status. Waits up to 1 hour by default. |
| LICENSEENDPOINTDELETED | GETLICENSEENDPOINT() |
Wait until a LicenseEndpoint is Deleted. Use this after invoking DeleteLicenseEndpoint. |
| LICENSEENDPOINTVALID | GETLICENSEENDPOINT() |
Wait until a LicenseEndpoint is Ready. Use this after invoking CreateLicenseEndpoint. |
| QUEUEFLEETASSOCIATIONSTOPPED | GETQUEUEFLEETASSOCIATION() |
Wait until a QueueFleetAssociation is stopped. Use this after setting the status to STOP_SCHEDULING_AND_COMPLETE_TASKS or STOP_SCHEDULING_AND_CANCEL_TASKS to wait for a QueueFleetAssociation to reach STOPPED |
| QUEUELIMITASSOCIATIONSTOPPED | GETQUEUELIMITASSOCIATION() |
Wait until a QueueLimitAssociation is stopped. Use this after setting the status to STOP_LIMIT_USAGE_AND_COMPLETE_TASKS or STOP_LIMIT_USAGE_AND_CANCEL_TASKS to wait for a QueueLimitAssociation to reach STOPPED |
| QUEUESCHEDULING | GETQUEUE() |
Polls GetQueue API to wait until QueueScheduling |
| QUEUESCHEDULINGBLOCKED | GETQUEUE() |
Polls GetQueue API to wait until QueueSchedulingBlocked |