AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/rolesanywhere/list-subjects.md

Summary

Updated CLI version references, reordered field descriptions in 'subjects' output, modified UUID pattern regex to be more permissive, and reorganized parameter documentation.

Security assessment

The changes primarily involve documentation structure and regex pattern updates. The UUID pattern modification from strict '[a-f0-9]{8}-([a-z0-9]{4}-){3}[a-z0-9]{12}' to permissive '.*[a-f0-9]{8}-([a-z0-9]{4}-){3}[a-z0-9]{12}.*' could theoretically impact input validation, but there's no explicit mention of security vulnerabilities being addressed. The reorganization of 'enabled' field documentation and timestamp fields appears to be clarification rather than security-related changes.

Diff

diff --git a/cli/latest/reference/rolesanywhere/list-subjects.md b/cli/latest/reference/rolesanywhere/list-subjects.md
index 3f522da1e..335ab1d29 100644
--- a//cli/latest/reference/rolesanywhere/list-subjects.md
+++ b//cli/latest/reference/rolesanywhere/list-subjects.md
@@ -15 +15 @@
-  * [AWS CLI 2.32.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.13 Command Reference](../../index.html) »
@@ -213,4 +212,0 @@ Disable automatically prompt for CLI input parameters.
-nextToken -> (string)
-
-> A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.
-
@@ -225,12 +220,0 @@ subjects -> (list)
->> createdAt -> (timestamp)
->>
->>> The ISO-8601 time stamp of when the certificate was first used in a temporary credential request.
->> 
->> enabled -> (boolean)
->>
->>> The enabled status of the subject.
->> 
->> lastSeenAt -> (timestamp)
->>
->>> The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.
->> 
@@ -249 +233 @@ subjects -> (list)
->>>   * pattern: `[a-f0-9]{8}-([a-z0-9]{4}-){3}[a-z0-9]{12}`
+>>>   * pattern: `.*[a-f0-9]{8}-([a-z0-9]{4}-){3}[a-z0-9]{12}.*`
@@ -253 +237 @@ subjects -> (list)
->> updatedAt -> (timestamp)
+>> enabled -> (boolean)
@@ -255 +239 @@ subjects -> (list)
->>> The ISO-8601 timestamp when the subject was last updated.
+>>> The enabled status of the subject.
@@ -259,0 +244,16 @@ subjects -> (list)
+>> 
+>> lastSeenAt -> (timestamp)
+>>
+>>> The ISO-8601 time stamp of when the certificate was last used in a temporary credential request.
+>> 
+>> createdAt -> (timestamp)
+>>
+>>> The ISO-8601 time stamp of when the certificate was first used in a temporary credential request.
+>> 
+>> updatedAt -> (timestamp)
+>>
+>>> The ISO-8601 timestamp when the subject was last updated.
+
+nextToken -> (string)
+
+> A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.
@@ -271 +271 @@ subjects -> (list)
-  * [AWS CLI 2.32.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.13 Command Reference](../../index.html) »