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

***********************
update_wireless_gateway
***********************



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

  

  Updates properties of a wireless gateway.

  

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


  **Request Syntax**
  ::

    response = client.update_wireless_gateway(
        Id='string',
        Name='string',
        Description='string',
        JoinEuiFilters=[
            [
                'string',
            ],
        ],
        NetIdFilters=[
            'string',
        ],
        MaxEirp=...
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** 

    The ID of the resource to update.

    

  
  :type Name: string
  :param Name: 

    The new name of the resource.

     

    .. note::

      

      The following special characters aren't accepted: ``<>^#~$``

      

    

  
  :type Description: string
  :param Description: 

    A new description of the resource.

    

  
  :type JoinEuiFilters: list
  :param JoinEuiFilters: 

    A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.

    

  
    - *(list) --* 

      A pair of join EUI describing a range [BegEui, EndEui], both ends are inclusive.

      

    
      - *(string) --* 

      
  

  :type NetIdFilters: list
  :param NetIdFilters: 

    A list of NetId values that are used by LoRa gateways to filter the uplink frames.

    

  
    - *(string) --* 

      LoRaWAN network ID.

      

    

  :type MaxEirp: float
  :param MaxEirp: 

    The MaxEIRP value.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

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

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

  