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'
)
[REQUIRED]
Resource identifier used to update the position configuration.
[REQUIRED]
Resource type of the resource for which you want to update the position configuration.
The positioning solvers used to update the position configuration of the resource.
The Semtech GNSS solver configuration object.
The status indicating whether the solver is enabled.
Whether forward error correction is enabled.
dict
Response Syntax
{}
Response Structure
Exceptions
IoTWireless.Client.exceptions.ValidationException
IoTWireless.Client.exceptions.AccessDeniedException
IoTWireless.Client.exceptions.ResourceNotFoundException
IoTWireless.Client.exceptions.ThrottlingException
IoTWireless.Client.exceptions.InternalServerException