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 / rekognition / list-stream-processors.rst
Size: Mime:
**To list the stream processors in your account**

The following ``list-stream-processors`` command lists the stream processors in your account and the state of each. ::

    aws rekognition list-stream-processors 

Output::

    {
        "StreamProcessors": [
            {
                "Status": "STOPPED", 
                "Name": "my-stream-processor"
            }
        ]
    }

For more information, see `Working with Streaming Videos <https://docs.aws.amazon.com/rekognition/latest/dg/streaming-video.html>`__ in the *Amazon Rekognition Developer Guide*.