:doc:`IoTWireless <../../iotwireless>` / Client / list_network_analyzer_configurations

************************************
list_network_analyzer_configurations
************************************



.. py:method:: IoTWireless.Client.list_network_analyzer_configurations(**kwargs)

  

  Lists the network analyzer configurations.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotwireless-2020-11-22/ListNetworkAnalyzerConfigurations>`_  


  **Request Syntax**
  ::

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

    The maximum number of results to return in this operation.

    

  
  :type NextToken: string
  :param NextToken: 

    To retrieve the next set of results, the ``nextToken`` value from a previous response; otherwise **null** to receive the first set of results.

    

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

    
    ::

      {
          'NextToken': 'string',
          'NetworkAnalyzerConfigurationList': [
              {
                  'Arn': 'string',
                  'Name': 'string'
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

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

        The token to use to get the next set of results, or **null** if there are no additional results.

        
      

      - **NetworkAnalyzerConfigurationList** *(list) --* 

        The list of network analyzer configurations.

        
        

        - *(dict) --* 

          Network analyzer configurations.

          
          

          - **Arn** *(string) --* 

            The Amazon Resource Name of the new resource.

            
          

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

            Name of the network analyzer configuration.

            
      
    
  
  **Exceptions**
  
  *   :py:class:`IoTWireless.Client.exceptions.ValidationException`

  
  *   :py:class:`IoTWireless.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`IoTWireless.Client.exceptions.InternalServerException`

  
  *   :py:class:`IoTWireless.Client.exceptions.ThrottlingException`

  