ChimeSDKVoice / Client / put_voice_connector_termination_credentials

put_voice_connector_termination_credentials#

ChimeSDKVoice.Client.put_voice_connector_termination_credentials(**kwargs)#

Updates a Voice Connector’s termination credentials.

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 Voice Connector ID.

  • Credentials (list) –

    The termination credentials being updated.

    • (dict) –

      The SIP credentials used to authenticate requests to an Amazon Chime SDK 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