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 / elastictranscoder / list-jobs-by-status.rst
Size: Mime:
**To retrieve a list of ElasticTranscoder jobs with a status of Complete**

This example retrieves a list of ElasticTranscoder jobs with a status of Complete.

Command::

  aws elastictranscoder list-jobs-by-status --status Complete

Output::

 {
    "Jobs": []
 }