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

**************************
get_position_configuration
**************************



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

  

  Get position configuration for a given resource.

   

  .. warning::

     

    This action is no longer supported. Calls to retrieve the position configuration should use the `GetResourcePosition <https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_GetResourcePosition.html>`__ API operation instead.

    

  

  .. danger::

        This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.


  

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


  **Request Syntax**
  ::

    response = client.get_position_configuration(
        ResourceIdentifier='string',
        ResourceType='WirelessDevice'|'WirelessGateway'
    )
    
  :type ResourceIdentifier: string
  :param ResourceIdentifier: **[REQUIRED]** 

    Resource identifier used in a position configuration.

    

  
  :type ResourceType: string
  :param ResourceType: **[REQUIRED]** 

    Resource type of the resource for which position configuration is retrieved.

    

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

    
    ::

      {
          'Solvers': {
              'SemtechGnss': {
                  'Provider': 'Semtech',
                  'Type': 'GNSS',
                  'Status': 'Enabled'|'Disabled',
                  'Fec': 'ROSE'|'NONE'
              }
          },
          'Destination': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Solvers** *(dict) --* 

        The wrapper for the solver configuration details object.

        
        

        - **SemtechGnss** *(dict) --* 

          The Semtech GNSS solver object details.

          
          

          - **Provider** *(string) --* 

            The vendor of the solver object.

            
          

          - **Type** *(string) --* 

            The type of positioning solver used.

            
          

          - **Status** *(string) --* 

            The status indicating whether the solver is enabled.

            
          

          - **Fec** *(string) --* 

            Whether forward error correction is enabled.

            
      
    
      

      - **Destination** *(string) --* 

        The position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.

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

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

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

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

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

  