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 / ivs / delete-recording-configuration.rst
Size: Mime:
**To delete the RecordingConfiguration resource specified by its ARN**

The following ``delete-recording-configuration`` example deletes the RecordingConfiguration resource with the specified ARN. ::

    aws ivs delete-recording-configuration \
        --arn "arn:aws:ivs:us-west-2:123456789012:recording-configuration/ABcdef34ghIJ"

This command produces no output.