Chime / Client / put_voice_connector_termination_credentials
put_voice_connector_termination_credentials#
- Chime.Client.put_voice_connector_termination_credentials(**kwargs)#
Adds termination SIP credentials for the specified Amazon Chime Voice Connector.
See also: AWS API Documentation
Request Syntax
response = client.put_voice_connector_termination_credentials( VoiceConnectorId='string', Credentials=[ { 'Username': 'string', 'Password': 'string' }, ] )
- Parameters:
VoiceConnectorId (string) –
[REQUIRED]
The Amazon Chime Voice Connector ID.
Credentials (list) –
The termination SIP credentials.
(dict) –
The SIP credentials used to authenticate requests to your Amazon Chime Voice Connector.
Username (string) –
The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII format.
Password (string) –
The RFC2617 compliant password associated with the SIP credentials, in US-ASCII format.
- Returns:
None
Exceptions
Chime.Client.exceptions.UnauthorizedClientException
Chime.Client.exceptions.NotFoundException
Chime.Client.exceptions.ForbiddenException
Chime.Client.exceptions.BadRequestException
Chime.Client.exceptions.ThrottledClientException
Chime.Client.exceptions.ServiceUnavailableException
Chime.Client.exceptions.ServiceFailureException