AWS iot-wireless documentation change
Summary
Minor documentation corrections including fixing parameter case (wirelessDeviceId to WirelessDeviceId), correcting data type (String to Array for coordinates), removing redundant text about empty response file, and adding line continuation backslash to example command.
Security assessment
These are routine documentation corrections and formatting improvements. No security vulnerabilities, incidents, or security features are mentioned. The changes are purely about documentation accuracy and clarity.
Diff
diff --git a/iot-wireless/latest/developerguide/lorawan-location-devices.md b/iot-wireless/latest/developerguide/lorawan-location-devices.md index 9af731fd7..ecd120a20 100644 --- a//iot-wireless/latest/developerguide/lorawan-location-devices.md +++ b//iot-wireless/latest/developerguide/lorawan-location-devices.md @@ -200 +199,0 @@ The following shows the contents of the ``deviceposition.json`` file, which is t - "verticalAccuracy": 0, @@ -201,0 +201 @@ The following shows the contents of the ``deviceposition.json`` file, which is t + "verticalAccuracy": 0, @@ -208 +208 @@ The following shows the contents of the ``deviceposition.json`` file, which is t -This command returns no response body (`204 No Content`), so the ``update-resource-position-api-response.json`` file will be empty. To verify the updated position, use the `GetResourcePosition` API operation. +This command returns no response body (`204 No Content`). To verify the updated position, use the `GetResourcePosition` API operation. @@ -224 +224 @@ To get the position information for a given wireless device, use the [ GetResour - --resource-id "5b58245e-146c-4c30-9703-0ca942e3ff35" + --resource-id "5b58245e-146c-4c30-9703-0ca942e3ff35" \ @@ -251 +251 @@ This command returns the position information of your wireless device as a GeoJS -The following table shows a definition of the different parameters in the resolved location metadata. The ``wirelessDeviceId`` is the ID of the wireless device, such as ``5b58245e-146c-4c30-9703-0ca942e3ff35`` and the ``measurementType`` is the positioning method used to calculate the location. +The following table shows a definition of the different parameters in the resolved location metadata. The ``WirelessDeviceId`` is the ID of the wireless device, such as ``5b58245e-146c-4c30-9703-0ca942e3ff35`` and the ``measurementType`` is the positioning method used to calculate the location. @@ -255,2 +255,2 @@ LoRaWAN resolved location metadata parameters Parameter | Description | Type -`coordinates` | The resolved coordinates of the LoRaWAN device. Coordinates are ordered as `[longitude, latitude, altitude]`. | String -`wirelessDeviceId` | The identifier of the wireless device that sends the location uplink data | String +`coordinates` | The resolved coordinates of the LoRaWAN device. Coordinates are ordered as `[longitude, latitude, altitude]`. | Array +`WirelessDeviceId` | The identifier of the wireless device that sends the location uplink data | String