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

**************************
put_position_configuration
**************************



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

  

  Put position configuration for a given resource.

   

  .. warning::

     

    This action is no longer supported. Calls to update the position configuration should use the `UpdateResourcePosition <https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_UpdateResourcePosition.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/PutPositionConfiguration>`_  


  **Request Syntax**
  ::

    response = client.put_position_configuration(
        ResourceIdentifier='string',
        ResourceType='WirelessDevice'|'WirelessGateway',
        Solvers={
            'SemtechGnss': {
                'Status': 'Enabled'|'Disabled',
                'Fec': 'ROSE'|'NONE'
            }
        },
        Destination='string'
    )
    
  :type ResourceIdentifier: string
  :param ResourceIdentifier: **[REQUIRED]** 

    Resource identifier used to update the position configuration.

    

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

    Resource type of the resource for which you want to update the position configuration.

    

  
  :type Solvers: dict
  :param Solvers: 

    The positioning solvers used to update the position configuration of the resource.

    

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

      The Semtech GNSS solver configuration object.

      

    
      - **Status** *(string) --* **[REQUIRED]** 

        The status indicating whether the solver is enabled.

        

      
      - **Fec** *(string) --* **[REQUIRED]** 

        Whether forward error correction is enabled.

        

      
    
  
  :type Destination: string
  :param Destination: 

    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.

    

  
  
  :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.ThrottlingException`

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

  