:doc:`ChimeSDKVoice <../../chime-sdk-voice>` / Client / update_global_settings

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



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

  

  Updates global settings for the Amazon Chime SDK Voice Connectors in an AWS account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-sdk-voice-2022-08-03/UpdateGlobalSettings>`_  


  **Request Syntax**
  ::

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

    The Voice Connector settings.

    

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

      The S3 bucket that stores the Voice Connector's call detail records.

      

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

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

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

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

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

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

  