AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-16 · Documentation low

File: cli/latest/reference/iotwireless/start-wireless-device-import-task.md

Summary

Added new --positioning parameter to control Device Location feature for Sidewalk devices

Security assessment

The change introduces documentation for a new parameter that enables or disables the Device Location feature, which relates to managing device tracking and location data. This can impact security and privacy by controlling the integration of location services, but does not address a specific security vulnerability.

Diff

diff --git a/cli/latest/reference/iotwireless/start-wireless-device-import-task.md b/cli/latest/reference/iotwireless/start-wireless-device-import-task.md
index 658ac7b58..9c55d176b 100644
--- a//cli/latest/reference/iotwireless/start-wireless-device-import-task.md
+++ b//cli/latest/reference/iotwireless/start-wireless-device-import-task.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.35 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.37 Command Reference](../../index.html) »
@@ -69,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/iotwir
+    [--positioning <value>]
@@ -172,0 +174,11 @@ JSON Syntax:
+`--positioning` (string)
+
+> The integration status of the Device Location feature for Sidewalk devices.
+> 
+> Possible values:
+> 
+>   * `Enabled`
+>   * `Disabled`
+> 
+
+
@@ -195,0 +208,15 @@ JSON Syntax:
+> 
+> Positioning -> (structure)
+>
+>> The Positioning object of the Sidewalk device.
+>> 
+>> DestinationName -> (string)
+>>
+>>> The location destination name of the Sidewalk device.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * max: `128`
+>>>   * pattern: `[a-zA-Z0-9-_]+`
+>>> 
+
@@ -200 +227 @@ Shorthand Syntax:
-    DeviceCreationFile=string,Role=string
+    DeviceCreationFile=string,Role=string,Positioning={DestinationName=string}
@@ -208 +235,4 @@ JSON Syntax:
-      "Role": "string"
+      "Role": "string",
+      "Positioning": {
+        "DestinationName": "string"
+      }
@@ -341 +371 @@ Arn -> (string)
-  * [AWS CLI 2.31.35 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.37 Command Reference](../../index.html) »