put_voice_connector_logging_configuration

ChimeSDKVoice.Client.put_voice_connector_logging_configuration(**kwargs)

See also: AWS API Documentation

Request Syntax

response = client.put_voice_connector_logging_configuration(
    VoiceConnectorId='string',
    LoggingConfiguration={
        'EnableSIPLogs': True|False,
        'EnableMediaMetricLogs': True|False
    }
)
Parameters
  • VoiceConnectorId (string) -- [REQUIRED]
  • LoggingConfiguration (dict) --

    [REQUIRED]

    • EnableSIPLogs (boolean) --
    • EnableMediaMetricLogs (boolean) --
Return type

dict

Returns

Response Syntax

{
    'LoggingConfiguration': {
        'EnableSIPLogs': True|False,
        'EnableMediaMetricLogs': True|False
    }
}

Response Structure

  • (dict) --
    • LoggingConfiguration (dict) --
      • EnableSIPLogs (boolean) --
      • EnableMediaMetricLogs (boolean) --

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