ChimeSDKVoice / Client / update_global_settings
update_global_settings#
- 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 - Request Syntax- response = client.update_global_settings( VoiceConnector={ 'CdrBucket': 'string' } ) - Parameters:
- VoiceConnector (dict) – - The Voice Connector settings. - CdrBucket (string) – - The S3 bucket that stores the Voice Connector’s call detail records. 
 
- Returns:
- None 
 - Exceptions- ChimeSDKVoice.Client.exceptions.UnauthorizedClientException
- ChimeSDKVoice.Client.exceptions.ForbiddenException
- ChimeSDKVoice.Client.exceptions.BadRequestException
- ChimeSDKVoice.Client.exceptions.ThrottledClientException
- ChimeSDKVoice.Client.exceptions.ServiceUnavailableException
- ChimeSDKVoice.Client.exceptions.ServiceFailureException