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 / networkmanager / delete-bucket-analytics-configuration.rst
Size: Mime:
**To delete an analytics configuration for a bucket**

The following ``delete-bucket-analytics-configuration`` example removes the analytics configuration for the specified bucket and ID. ::

    aws s3api delete-bucket-analytics-configuration \
        --bucket my-bucket \
        --id 1

This command produces no output.