:doc:`LicenseManager <../../license-manager>` / Client / update_license_asset_group

**************************
update_license_asset_group
**************************



.. py:method:: LicenseManager.Client.update_license_asset_group(**kwargs)

  

  Updates a license asset group.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/UpdateLicenseAssetGroup>`_  


  **Request Syntax**
  ::

    response = client.update_license_asset_group(
        Name='string',
        Description='string',
        LicenseAssetGroupConfigurations=[
            {
                'UsageDimension': 'string'
            },
        ],
        AssociatedLicenseAssetRulesetARNs=[
            'string',
        ],
        Properties=[
            {
                'Key': 'string',
                'Value': 'string'
            },
        ],
        LicenseAssetGroupArn='string',
        Status='ACTIVE'|'DISABLED'|'DELETED',
        ClientToken='string'
    )
    
  :type Name: string
  :param Name: 

    License asset group name.

    

  
  :type Description: string
  :param Description: 

    License asset group description.

    

  
  :type LicenseAssetGroupConfigurations: list
  :param LicenseAssetGroupConfigurations: 

    License asset group configurations.

    

  
    - *(dict) --* 

      License asset group configuration.

      

    
      - **UsageDimension** *(string) --* 

        License Asset Group Configuration Usage dimension.

        

      
    

  :type AssociatedLicenseAssetRulesetARNs: list
  :param AssociatedLicenseAssetRulesetARNs: **[REQUIRED]** 

    ARNs of associated license asset rulesets.

    

  
    - *(string) --* 

    

  :type Properties: list
  :param Properties: 

    License asset group properties.

    

  
    - *(dict) --* 

      License asset group property.

      

    
      - **Key** *(string) --* **[REQUIRED]** 

        Property key.

        

      
      - **Value** *(string) --* **[REQUIRED]** 

        Property value.

        

      
    

  :type LicenseAssetGroupArn: string
  :param LicenseAssetGroupArn: **[REQUIRED]** 

    Amazon Resource Name (ARN) of the license asset group.

    

  
  :type Status: string
  :param Status: 

    License asset group status. The possible values are ``ACTIVE`` | ``DISABLED``.

    

  
  :type ClientToken: string
  :param ClientToken: **[REQUIRED]** 

    Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'LicenseAssetGroupArn': 'string',
          'Status': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **LicenseAssetGroupArn** *(string) --* 

        Amazon Resource Name (ARN) of the license asset group.

        
      

      - **Status** *(string) --* 

        License asset group status.

        
  
  **Exceptions**
  
  *   :py:class:`LicenseManager.Client.exceptions.ValidationException`

  
  *   :py:class:`LicenseManager.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`LicenseManager.Client.exceptions.AuthorizationException`

  
  *   :py:class:`LicenseManager.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`LicenseManager.Client.exceptions.RateLimitExceededException`

  
  *   :py:class:`LicenseManager.Client.exceptions.ServerInternalException`

  