ChimeSDKVoice / Client / update_phone_number_settings

update_phone_number_settings#

ChimeSDKVoice.Client.update_phone_number_settings(**kwargs)#

Updates the phone number settings for the administrator’s AWS account, such as the default outbound calling name. You can update the default outbound calling name once every seven days. Outbound calling names can take up to 72 hours to update.

See also: AWS API Documentation

Request Syntax

response = client.update_phone_number_settings(
    CallingName='string'
)
Parameters:

CallingName (string) –

[REQUIRED]

The default outbound calling name for the account.

Returns:

None

Exceptions