It would be very helpful to support waiting on ECS operations:
http://docs.aws.amazon.com/sdkforruby/api/Aws/ECS/Client.html#waiter_names-instance_method
For example, one must call deregister_container_instance in some cases, but there is no waiter to wait for that operation to complete.
It would be very helpful to support waiting on ECS operations:
http://docs.aws.amazon.com/sdkforruby/api/Aws/ECS/Client.html#waiter_names-instance_method
For example, one must call deregister_container_instance in some cases, but there is no waiter to wait for that operation to complete.