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 / license-manager / update-license-configuration.rst
Size: Mime:
**To update a license configuration**

The following ``update-license-configuration`` example updates the specified license configuration to remove the hard limit. ::

    aws license-manager update-license-configuration \
        --no-license-count-hard-limit \
        --license-configuration-arn arn:aws:license-manager:us-west-2:880185128111:license-configuration:lic-6eb6586f508a786a2ba4f56c1EXAMPLE 

This command produces no output.

The following ``update-license-configuration`` example updates the specified license configuration to change its status to ``DISABLED``. ::

    aws license-manager update-license-configuration \
        --license-configuration-status DISABLED
        --license-configuration-arn arn:aws:license-manager:us-west-2:880185128111:license-configuration:lic-6eb6586f508a786a2ba4f56c1EXAMPLE

This command produces no output.