:doc:`ChimeSDKVoice <../../chime-sdk-voice>` / Client / list_voice_profile_domains

**************************
list_voice_profile_domains
**************************



.. py:method:: ChimeSDKVoice.Client.list_voice_profile_domains(**kwargs)

  

  Lists the specified voice profile domains in the administrator's AWS account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-sdk-voice-2022-08-03/ListVoiceProfileDomains>`_  


  **Request Syntax**
  ::

    response = client.list_voice_profile_domains(
        NextToken='string',
        MaxResults=123
    )
    
  :type NextToken: string
  :param NextToken: 

    The token used to return the next page of results.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of results to return in a single call.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'VoiceProfileDomains': [
              {
                  'VoiceProfileDomainId': 'string',
                  'VoiceProfileDomainArn': 'string',
                  'Name': 'string',
                  'Description': 'string',
                  'CreatedTimestamp': datetime(2015, 1, 1),
                  'UpdatedTimestamp': datetime(2015, 1, 1)
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **VoiceProfileDomains** *(list) --* 

        The list of voice profile domains.

        
        

        - *(dict) --* 

          A high-level overview of a voice profile domain.

          
          

          - **VoiceProfileDomainId** *(string) --* 

            The ID of the voice profile domain summary.

            
          

          - **VoiceProfileDomainArn** *(string) --* 

            The ARN of a voice profile in a voice profile domain summary.

            
          

          - **Name** *(string) --* 

            The name of the voice profile domain summary.

            
          

          - **Description** *(string) --* 

            Describes the voice profile domain summary.

            
          

          - **CreatedTimestamp** *(datetime) --* 

            The time at which the voice profile domain summary was created.

            
          

          - **UpdatedTimestamp** *(datetime) --* 

            The time at which the voice profile domain summary was last updated.

            
      
    
      

      - **NextToken** *(string) --* 

        The token used to return the next page of results.

        
  
  **Exceptions**
  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.NotFoundException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.UnauthorizedClientException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.ForbiddenException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.BadRequestException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.ThrottledClientException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`ChimeSDKVoice.Client.exceptions.ServiceFailureException`

  