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

*****************************************
get_wireless_gateway_firmware_information
*****************************************



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

  

  Gets the firmware version and other information about a wireless gateway.

  

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


  **Request Syntax**
  ::

    response = client.get_wireless_gateway_firmware_information(
        Id='string'
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** 

    The ID of the resource to get.

    

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

    
    ::

      {
          'LoRaWAN': {
              'CurrentVersion': {
                  'PackageVersion': 'string',
                  'Model': 'string',
                  'Station': 'string'
              }
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **LoRaWAN** *(dict) --* 

        Information about the wireless gateway's firmware.

        
        

        - **CurrentVersion** *(dict) --* 

          The version of the gateways that should receive the update.

          
          

          - **PackageVersion** *(string) --* 

            The version of the wireless gateway firmware.

            
          

          - **Model** *(string) --* 

            The model number of the wireless gateway.

            
          

          - **Station** *(string) --* 

            The basic station version of the wireless gateway.

            
      
    
  
  **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`

  