IoTWireless / Client / get_position_configuration

get_position_configuration#

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 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.get_position_configuration(
    ResourceIdentifier='string',
    ResourceType='WirelessDevice'|'WirelessGateway'
)
Parameters:
  • ResourceIdentifier (string) –

    [REQUIRED]

    Resource identifier used in a position configuration.

  • ResourceType (string) –

    [REQUIRED]

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

Return type:

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

  • IoTWireless.Client.exceptions.ValidationException

  • IoTWireless.Client.exceptions.AccessDeniedException

  • IoTWireless.Client.exceptions.ResourceNotFoundException

  • IoTWireless.Client.exceptions.ThrottlingException

  • IoTWireless.Client.exceptions.InternalServerException