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

***********************
update_service_settings
***********************



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

  

  Updates License Manager settings for the current Region.

  

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


  **Request Syntax**
  ::

    response = client.update_service_settings(
        S3BucketArn='string',
        SnsTopicArn='string',
        OrganizationConfiguration={
            'EnableIntegration': True|False
        },
        EnableCrossAccountsDiscovery=True|False,
        EnabledDiscoverySourceRegions=[
            'string',
        ]
    )
    
  :type S3BucketArn: string
  :param S3BucketArn: 

    Amazon Resource Name (ARN) of the Amazon S3 bucket where the License Manager information is stored.

    

  
  :type SnsTopicArn: string
  :param SnsTopicArn: 

    Amazon Resource Name (ARN) of the Amazon SNS topic used for License Manager alerts.

    

  
  :type OrganizationConfiguration: dict
  :param OrganizationConfiguration: 

    Enables integration with Organizations for cross-account discovery.

    

  
    - **EnableIntegration** *(boolean) --* **[REQUIRED]** 

      Enables Organizations integration.

      

    
  
  :type EnableCrossAccountsDiscovery: boolean
  :param EnableCrossAccountsDiscovery: 

    Activates cross-account discovery.

    

  
  :type EnabledDiscoverySourceRegions: list
  :param EnabledDiscoverySourceRegions: 

    Cross region discovery enabled source regions.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`LicenseManager.Client.exceptions.InvalidParameterValueException`

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

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

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

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

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

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

  