AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-10-25 · Documentation low

File: cli/latest/reference/devicefarm/create-remote-access-session.md

Summary

Added --app-arn parameter and auxiliaryApps field with ARN constraints for app installation in remote access sessions

Security assessment

The changes introduce new parameters for specifying app ARNs with validation constraints, but there's no explicit mention of security vulnerabilities or security feature enhancements. The constraints appear to be standard input validation rather than security controls.

Diff

diff --git a/cli/latest/reference/devicefarm/create-remote-access-session.md b/cli/latest/reference/devicefarm/create-remote-access-session.md
index 9c867852d..7d37f5960 100644
--- a//cli/latest/reference/devicefarm/create-remote-access-session.md
+++ b//cli/latest/reference/devicefarm/create-remote-access-session.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.19 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.21 Command Reference](../../index.html) »
@@ -68,0 +69 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/device
+    [--app-arn <value>]
@@ -126,0 +128,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/device
+`--app-arn` (string)
+
+> The Amazon Resource Name (ARN) of the app to create the remote access session.
+> 
+> Constraints:
+> 
+>   * min: `32`
+>   * max: `1011`
+>   * pattern: `^arn:aws:devicefarm:.+`
+> 
+
+
@@ -200,0 +214,21 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/device
+> 
+> auxiliaryApps -> (list)
+>
+>> A list of upload ARNs for app packages to be installed onto your device. (Maximum 3)
+>> 
+>> Constraints:
+>> 
+>>   * min: `0`
+>>   * max: `3`
+>> 
+
+>> 
+>> (string)
+>>
+>>> Constraints:
+>>> 
+>>>   * min: `32`
+>>>   * max: `1011`
+>>>   * pattern: `^arn:aws:devicefarm:.+`
+>>> 
+
@@ -257 +291 @@ Shorthand Syntax:
-    billingMethod=string,vpceConfigurationArns=string,string,deviceProxy={host=string,port=integer}
+    auxiliaryApps=string,string,billingMethod=string,vpceConfigurationArns=string,string,deviceProxy={host=string,port=integer}
@@ -263,0 +298 @@ JSON Syntax:
+      "auxiliaryApps": ["string", ...],
@@ -986,0 +1022,12 @@ remoteAccessSession -> (structure)
+> 
+> appUpload -> (string)
+>
+>> The ARN for the app to be installed onto your device.
+>> 
+>> Constraints:
+>> 
+>>   * min: `32`
+>>   * max: `1011`
+>>   * pattern: `^arn:aws:devicefarm:.+`
+>> 
+
@@ -998 +1045 @@ remoteAccessSession -> (structure)
-  * [AWS CLI 2.31.19 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.21 Command Reference](../../index.html) »