AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-02-19 · Documentation low

File: cli/latest/reference/grafana/create-workspace-service-account.md

Summary

Updated AWS CLI version reference, moved '--name' parameter documentation earlier, modified regex pattern for workspaceId validation, and restructured output fields by moving 'id' and 'name' above 'grafanaRole'.

Security assessment

Documentation reorganization without security content changes. The '--name' parameter documentation was relocated but not modified substantively. No evidence of security fixes or new security guidance.

Diff

diff --git a/cli/latest/reference/grafana/create-workspace-service-account.md b/cli/latest/reference/grafana/create-workspace-service-account.md
index 20a774ebe..c8348874e 100644
--- a//cli/latest/reference/grafana/create-workspace-service-account.md
+++ b//cli/latest/reference/grafana/create-workspace-service-account.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »
@@ -75 +74,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/grafan
-    --grafana-role <value>
@@ -76,0 +76 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/grafan
+    --grafana-role <value>
@@ -101,0 +102,11 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/grafan
+`--name` (string) [required]
+
+> A name for the service account. The name must be unique within the workspace, as it determines the ID associated with the service account.
+> 
+> Constraints:
+> 
+>   * min: `1`
+>   * max: `128`
+> 
+
+
@@ -118,11 +128,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/grafan
-`--name` (string) [required]
-
-> A name for the service account. The name must be unique within the workspace, as it determines the ID associated with the service account.
-> 
-> Constraints:
-> 
->   * min: `1`
->   * max: `128`
-> 
-
-
@@ -135 +135 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/grafan
->   * pattern: `^g-[0-9a-f]{10}$`
+>   * pattern: `g-[0-9a-f]{10}`
@@ -237,0 +238,8 @@ Disable automatically prompt for CLI input parameters.
+id -> (string)
+
+> The ID of the service account.
+
+name -> (string)
+
+> The name of the service account.
+
@@ -250,8 +257,0 @@ grafanaRole -> (string)
-id -> (string)
-
-> The ID of the service account.
-
-name -> (string)
-
-> The name of the service account.
-
@@ -264 +264 @@ workspaceId -> (string)
->   * pattern: `^g-[0-9a-f]{10}$`
+>   * pattern: `g-[0-9a-f]{10}`
@@ -278 +278 @@ workspaceId -> (string)
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »