put_voice_connector_emergency_calling_configuration

ChimeSDKVoice.Client.put_voice_connector_emergency_calling_configuration(**kwargs)

See also: AWS API Documentation

Request Syntax

response = client.put_voice_connector_emergency_calling_configuration(
    VoiceConnectorId='string',
    EmergencyCallingConfiguration={
        'DNIS': [
            {
                'EmergencyPhoneNumber': 'string',
                'TestPhoneNumber': 'string',
                'CallingCountry': 'string'
            },
        ]
    }
)
Parameters
  • VoiceConnectorId (string) -- [REQUIRED]
  • EmergencyCallingConfiguration (dict) --

    [REQUIRED]

    • DNIS (list) --
      • (dict) --
        • EmergencyPhoneNumber (string) -- [REQUIRED]
        • TestPhoneNumber (string) --
        • CallingCountry (string) -- [REQUIRED]
Return type

dict

Returns

Response Syntax

{
    'EmergencyCallingConfiguration': {
        'DNIS': [
            {
                'EmergencyPhoneNumber': 'string',
                'TestPhoneNumber': 'string',
                'CallingCountry': 'string'
            },
        ]
    }
}

Response Structure

  • (dict) --
    • EmergencyCallingConfiguration (dict) --
      • DNIS (list) --
        • (dict) --
          • EmergencyPhoneNumber (string) --
          • TestPhoneNumber (string) --
          • CallingCountry (string) --

Exceptions

  • ChimeSDKVoice.Client.exceptions.UnauthorizedClientException
  • ChimeSDKVoice.Client.exceptions.NotFoundException
  • ChimeSDKVoice.Client.exceptions.ForbiddenException
  • ChimeSDKVoice.Client.exceptions.BadRequestException
  • ChimeSDKVoice.Client.exceptions.ThrottledClientException
  • ChimeSDKVoice.Client.exceptions.ServiceUnavailableException
  • ChimeSDKVoice.Client.exceptions.ServiceFailureException