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 / glacier / delete-vault-notifications.rst
Size: Mime:
**To remove the SNS notifications for a vault**

The following ``delete-vault-notifications`` example removes notifications sent by Amazon Simple Notification Service (Amazon SNS) for the specified vault. ::

    aws glacier delete-vault-notifications \
        --account-id 111122223333 \
        --vault-name example_vault

This command produces no output.