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 / export-task-cancelled.rst
Size: Mime:
**To pause running until an export task is cancelled**

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

  aws ec2 wait export-task-cancelled \
      --export-task-ids export-i-fgelt0i7

This command produces no output.