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 / iot / delete-v2-logging-level.rst
Size: Mime:
**To delete the logging level for a thing group**

The following ``delete-v2-logging-level`` example deletes the logging level for the specified thing group. ::

    aws iot delete-v2-logging-level \
        --target-type THING_GROUP \
        --target-name LightBulbs

This command produces no output.