Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / ec2 / wait / conversion-task-deleted.rst
Size: Mime:
**To pause running until a conversion task is deleted**

The following ``wait conversion-task-deleted`` example pauses and continues only after it can confirm that the specified conversion task is deleted. ::

  aws ec2 wait conversion-task-deleted \
      --conversion-task-ids import-i-fh95npoc

This command produces no output.