IoTWireless / Client / put_position_configuration
put_position_configuration#
- 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 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 - Request Syntax - response = client.put_position_configuration( ResourceIdentifier='string', ResourceType='WirelessDevice'|'WirelessGateway', Solvers={ 'SemtechGnss': { 'Status': 'Enabled'|'Disabled', 'Fec': 'ROSE'|'NONE' } }, Destination='string' ) - Parameters:
- ResourceIdentifier (string) – - [REQUIRED] - Resource identifier used to update the position configuration. 
- ResourceType (string) – - [REQUIRED] - Resource type of the resource for which you want to update the position configuration. 
- Solvers (dict) – - 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. 
 
 
- 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. 
 
- Return type:
- dict 
- Returns:
- Response Syntax - {}- Response Structure - (dict) – 
 
 - Exceptions - IoTWireless.Client.exceptions.ValidationException
- IoTWireless.Client.exceptions.AccessDeniedException
- IoTWireless.Client.exceptions.ResourceNotFoundException
- IoTWireless.Client.exceptions.ThrottlingException
- IoTWireless.Client.exceptions.InternalServerException