AWS iot-wireless documentation change
Summary
Updated API documentation links to use latest version path instead of hardcoded '2020-11-22' version in multiple locations
Security assessment
The changes only update API reference links to point to the latest documentation version rather than a specific dated version. There is no mention of security vulnerabilities, patches, or new security features. This appears to be routine documentation maintenance to keep links current.
Diff
diff --git a/iot-wireless/latest/developerguide/lorawan-fuota-add-devices.md b/iot-wireless/latest/developerguide/lorawan-fuota-add-devices.md index 60f70c7c7..bbbbaad1e 100644 --- a//iot-wireless/latest/developerguide/lorawan-fuota-add-devices.md +++ b//iot-wireless/latest/developerguide/lorawan-fuota-add-devices.md @@ -26 +26 @@ After you've added your devices or multicast groups, you can start a firmware up -If you use the AWS CLI to start a FUOTA session, you can configure the downlink frequency and the `PingSlotPeriod` for Class B devices. First, you must run the [`StartMulticastGroupSession`](https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_StartMulticastGroupSession.html) API command with the desired values for these parameters. Then, when you run the `StartFuotaTask` API, it will use the appropriate values once the multicast session has started. For more information, see (Optional) Configure downlink frequency of multicast group before starting FUOTA session. +If you use the AWS CLI to start a FUOTA session, you can configure the downlink frequency and the `PingSlotPeriod` for Class B devices. First, you must run the [`StartMulticastGroupSession`](https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_StartMulticastGroupSession.html) API command with the desired values for these parameters. Then, when you run the `StartFuotaTask` API, it will use the appropriate values once the multicast session has started. For more information, see (Optional) Configure downlink frequency of multicast group before starting FUOTA session. @@ -91 +91 @@ By default, when you start a FUOTA session, it will automatically start a multic -To configure the downlink frequency and `PingSlotPeriod` parameter, you can start a multicast session by specifying the values that you want to use for these parameters. To start a multicast session, you can use the [`StartMulticastGroupSession`](https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_StartMulticastGroupSession.html) API operation or the [`start-multicast-group-session`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/start-multicast-group-session.html) CLI command. For information about using this API, see [Schedule a downlink message by using the API](./lorawan-multicast-schedule-downlink.html#lorawan-multicast-downlink-api). +To configure the downlink frequency and `PingSlotPeriod` parameter, you can start a multicast session by specifying the values that you want to use for these parameters. To start a multicast session, you can use the [`StartMulticastGroupSession`](https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_StartMulticastGroupSession.html) API operation or the [`start-multicast-group-session`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/start-multicast-group-session.html) CLI command. For information about using this API, see [Schedule a downlink message by using the API](./lorawan-multicast-schedule-downlink.html#lorawan-multicast-downlink-api). @@ -108 +108 @@ You can associate either wireless devices or multicast groups with your FUOTA ta - * To associate individual devices to your FUOTA task, use the [`AssociateWirelessDeviceWithFuotaTask`](https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_AssociateWirelessDeviceWithFuotaTask.html) API operation or the [`associate-wireless-device-with-fuota-task`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/associate-wireless-device-with-fuota-task.html) CLI command, and provide the `WirelessDeviceID` as input. + * To associate individual devices to your FUOTA task, use the [`AssociateWirelessDeviceWithFuotaTask`](https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_AssociateWirelessDeviceWithFuotaTask.html) API operation or the [`associate-wireless-device-with-fuota-task`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/associate-wireless-device-with-fuota-task.html) CLI command, and provide the `WirelessDeviceID` as input. @@ -114 +114 @@ You can associate either wireless devices or multicast groups with your FUOTA ta - * To associate multicast groups to your FUOTA task, use the [`AssociateMulticastGroupWithFuotaTask`](https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_AssociateMulticastGroupWithFuotaTask.html) API operation or the [`associate-multicast-group-with-fuota-task`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/associate-multicast-group-with-fuota-task.html) CLI command, and provide the `MulticastGroupID` as input. + * To associate multicast groups to your FUOTA task, use the [`AssociateMulticastGroupWithFuotaTask`](https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_AssociateMulticastGroupWithFuotaTask.html) API operation or the [`associate-multicast-group-with-fuota-task`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/associate-multicast-group-with-fuota-task.html) CLI command, and provide the `MulticastGroupID` as input. @@ -125 +125 @@ After you've associated your wireless devices or multicast group to your FUOTA t - * [`DisassociateWirelessDeviceFromFuotaTask`](https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_DisassociateWirelessDeviceFromFuotaTask.html) or [`disassociate-wireless-device-from-fuota-task`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/disassociate-wireless-device-from-fuota-task.html) + * [`DisassociateWirelessDeviceFromFuotaTask`](https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_DisassociateWirelessDeviceFromFuotaTask.html) or [`disassociate-wireless-device-from-fuota-task`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/disassociate-wireless-device-from-fuota-task.html) @@ -127 +127 @@ After you've associated your wireless devices or multicast group to your FUOTA t - * [`DisassociateMulticastGroupFromFuotaTask`](https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_DisassociateMulticastGroupFromFuotaTask.html) or [`disassociate-multicast-group-from-fuota-task`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/disassociate-multicast-group-from-fuota-task.html) + * [`DisassociateMulticastGroupFromFuotaTask`](https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_DisassociateMulticastGroupFromFuotaTask.html) or [`disassociate-multicast-group-from-fuota-task`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/disassociate-multicast-group-from-fuota-task.html) @@ -129 +129 @@ After you've associated your wireless devices or multicast group to your FUOTA t - * [`ListWirelessDevices`](https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_ListWirelessDevices.html) or [`list-wireless-devices`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/delete-multicast-group.html) + * [`ListWirelessDevices`](https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_ListWirelessDevices.html) or [`list-wireless-devices`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/delete-multicast-group.html) @@ -131 +131 @@ After you've associated your wireless devices or multicast group to your FUOTA t - * [`ListMulticastGroups`](https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_ListMulticastGroups.html) or [`list-multicast-groups-by-fuota-task`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/list-multicast-groups.html) + * [`ListMulticastGroups`](https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_ListMulticastGroups.html) or [`list-multicast-groups-by-fuota-task`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/list-multicast-groups.html) @@ -146 +146 @@ The API: -After your devices or multicast groups have been successfully added to the FUOTA task, you can start a FUOTA session to update the device firmware. The start time must be 30 minutes or later from the current time. To schedule a FUOTA session by using the API or CLI, use the [`StartFuotaTask`](https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_StartFuotaTask.html) API operation or the [`start-fuota-task`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/start-fuota-task.html) CLI command. +After your devices or multicast groups have been successfully added to the FUOTA task, you can start a FUOTA session to update the device firmware. The start time must be 30 minutes or later from the current time. To schedule a FUOTA session by using the API or CLI, use the [`StartFuotaTask`](https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_StartFuotaTask.html) API operation or the [`start-fuota-task`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/start-fuota-task.html) CLI command. @@ -151 +151 @@ After your devices or multicast groups have been successfully added to the FUOTA -After you've started a FUOTA session, You can no longer add devices or multicast groups to the task. You can get information about the status of your FUOTA session by using the [`GetFuotaTask`](https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GettFuotaTask.html) API operation or the [`get-fuota-task`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/get-fuota-task.html) CLI command. +After you've started a FUOTA session, You can no longer add devices or multicast groups to the task. You can get information about the status of your FUOTA session by using the [`GetFuotaTask`](https://docs.aws.amazon.com/iot-wireless/latest/apireference/API_GettFuotaTask.html) API operation or the [`get-fuota-task`](https://docs.aws.amazon.com/cli/latest/reference/iotwireless/get-fuota-task.html) CLI command.