AWS Security ChangesHomeSearch

AWS iot-wireless documentation change

Service: iot-wireless · 2025-11-13 · Documentation low

File: iot-wireless/latest/developerguide/iot-lorawan-adr.md

Summary

Updated API reference links to use latest version instead of hardcoded 2020-11-22 version

Security assessment

The changes only update documentation links to point to the latest API reference version. There is no indication of security vulnerability fixes or new security-related content.

Diff

diff --git a/iot-wireless/latest/developerguide/iot-lorawan-adr.md b/iot-wireless/latest/developerguide/iot-lorawan-adr.md
index d574ec9fd..1e4d766f7 100644
--- a//iot-wireless/latest/developerguide/iot-lorawan-adr.md
+++ b//iot-wireless/latest/developerguide/iot-lorawan-adr.md
@@ -28 +28 @@ The AWS IoT Core for LoRaWAN ADR algorithm uses the SINR information in the upli
-By default, AWS IoT Core for LoRaWAN will perform ADR when you set the ADR bit in the frame header of your LoRaWAN device. You can control the minimum and maximum limits for the data rate when creating a service profile for your LoRaWAN devices using the AWS IoT Wireless API operation [`CreateServiceProfile`](https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_CreateServiceProfile.html), or the AWS CLI command, [`create-service-profile`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/create-service-profile.html).
+By default, AWS IoT Core for LoRaWAN will perform ADR when you set the ADR bit in the frame header of your LoRaWAN device. You can control the minimum and maximum limits for the data rate when creating a service profile for your LoRaWAN devices using the AWS IoT Wireless API operation [`CreateServiceProfile`](https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_CreateServiceProfile.html), or the AWS CLI command, [`create-service-profile`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/create-service-profile.html).
@@ -52 +52 @@ Running this command generates an ID and an Amazon Resource Name (ARN) for the s
-You can get the values of the parameters specified using the AWS IoT Wireless API operation [`GetServiceProfile`](https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetServiceProfile.html), or the AWS CLI command, [`get-service-profile`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/get-service-profile.html). 
+You can get the values of the parameters specified using the AWS IoT Wireless API operation [`GetServiceProfile`](https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_GetServiceProfile.html), or the AWS CLI command, [`get-service-profile`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/get-service-profile.html). 
@@ -76 +76 @@ Running this command generates the values for the service profile parameters.
-If you've created multiple profiles, you can use the API operation, [`ListServiceProfiles`](https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_ListServiceProfiles.html), or the AWS CLI command, [`list-service-profiles`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/list-service-profiles.html) to list the service profiles in your AWS account, and then use the `GetServiceProfile` API or the `get-service-profile` CLI command to retrieve the service profile for which you customized the data rate limits. 
+If you've created multiple profiles, you can use the API operation, [`ListServiceProfiles`](https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_ListServiceProfiles.html), or the AWS CLI command, [`list-service-profiles`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/list-service-profiles.html) to list the service profiles in your AWS account, and then use the `GetServiceProfile` API or the `get-service-profile` CLI command to retrieve the service profile for which you customized the data rate limits.