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-completed.rst
Size: Mime:
**To pause running until a conversion task is completed**

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

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

This command produces no output.