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

*************************************
update_network_analyzer_configuration
*************************************



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

  

  Update network analyzer configuration.

  

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


  **Request Syntax**
  ::

    response = client.update_network_analyzer_configuration(
        ConfigurationName='string',
        TraceContent={
            'WirelessDeviceFrameInfo': 'ENABLED'|'DISABLED',
            'LogLevel': 'INFO'|'ERROR'|'DISABLED',
            'MulticastFrameInfo': 'ENABLED'|'DISABLED'
        },
        WirelessDevicesToAdd=[
            'string',
        ],
        WirelessDevicesToRemove=[
            'string',
        ],
        WirelessGatewaysToAdd=[
            'string',
        ],
        WirelessGatewaysToRemove=[
            'string',
        ],
        Description='string',
        MulticastGroupsToAdd=[
            'string',
        ],
        MulticastGroupsToRemove=[
            'string',
        ]
    )
    
  :type ConfigurationName: string
  :param ConfigurationName: **[REQUIRED]** 

    Name of the network analyzer configuration.

    

  
  :type TraceContent: dict
  :param TraceContent: 

    Trace content for your wireless devices, gateways, and multicast groups.

    

  
    - **WirelessDeviceFrameInfo** *(string) --* 

      ``FrameInfo`` of your wireless device resources for the trace content. Use FrameInfo to debug the communication between your LoRaWAN end devices and the network server.

      

    
    - **LogLevel** *(string) --* 

      The log level for a log message. The log levels can be disabled, or set to ``ERROR`` to display less verbose logs containing only error information, or to ``INFO`` for more detailed logs.

      

    
    - **MulticastFrameInfo** *(string) --* 

      ``FrameInfo`` of your multicast group resources for the trace content. Use FrameInfo to debug the multicast communication between your multicast groups and the network server.

      

    
  
  :type WirelessDevicesToAdd: list
  :param WirelessDevicesToAdd: 

    Wireless device resources to add to the network analyzer configuration. Provide the ``WirelessDeviceId`` of the resource to add in the input array.

    

  
    - *(string) --* 

      The ID of the wireless device.

      

    

  :type WirelessDevicesToRemove: list
  :param WirelessDevicesToRemove: 

    Wireless device resources to remove from the network analyzer configuration. Provide the ``WirelessDeviceId`` of the resources to remove in the input array.

    

  
    - *(string) --* 

      The ID of the wireless device.

      

    

  :type WirelessGatewaysToAdd: list
  :param WirelessGatewaysToAdd: 

    Wireless gateway resources to add to the network analyzer configuration. Provide the ``WirelessGatewayId`` of the resource to add in the input array.

    

  
    - *(string) --* 

    

  :type WirelessGatewaysToRemove: list
  :param WirelessGatewaysToRemove: 

    Wireless gateway resources to remove from the network analyzer configuration. Provide the ``WirelessGatewayId`` of the resources to remove in the input array.

    

  
    - *(string) --* 

    

  :type Description: string
  :param Description: 

    The description of the new resource.

    

  
  :type MulticastGroupsToAdd: list
  :param MulticastGroupsToAdd: 

    Multicast group resources to add to the network analyzer configuration. Provide the ``MulticastGroupId`` of the resource to add in the input array.

    

  
    - *(string) --* 

      The ID of the multicast group.

      

    

  :type MulticastGroupsToRemove: list
  :param MulticastGroupsToRemove: 

    Multicast group resources to remove from the network analyzer configuration. Provide the ``MulticastGroupId`` of the resources to remove in the input array.

    

  
    - *(string) --* 

      The ID of the multicast group.

      

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`IoTWireless.Client.exceptions.ValidationException`

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

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

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

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

  