:doc:`Chime <../../chime>` / Client / update_global_settings

**********************
update_global_settings
**********************



.. py:method:: Chime.Client.update_global_settings(**kwargs)

  

  Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateGlobalSettings>`_  


  **Request Syntax**
  ::

    response = client.update_global_settings(
        BusinessCalling={
            'CdrBucket': 'string'
        },
        VoiceConnector={
            'CdrBucket': 'string'
        }
    )
    
  :type BusinessCalling: dict
  :param BusinessCalling: 

    The Amazon Chime Business Calling settings.

    

  
    - **CdrBucket** *(string) --* 

      The Amazon S3 bucket designated for call detail record storage.

      

    
  
  :type VoiceConnector: dict
  :param VoiceConnector: 

    The Amazon Chime Voice Connector settings.

    

  
    - **CdrBucket** *(string) --* 

      The Amazon S3 bucket designated for call detail record storage.

      

    
  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Chime.Client.exceptions.UnauthorizedClientException`

  
  *   :py:class:`Chime.Client.exceptions.ForbiddenException`

  
  *   :py:class:`Chime.Client.exceptions.BadRequestException`

  
  *   :py:class:`Chime.Client.exceptions.ThrottledClientException`

  
  *   :py:class:`Chime.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`Chime.Client.exceptions.ServiceFailureException`

  