AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/grafana/create-workspace-api-key.md

Summary

Updated AWS CLI version reference, modified regex pattern for workspaceId validation (removed start/end anchors), and restructured output fields by moving 'key' field description to a different position.

Security assessment

The changes involve documentation restructuring and pattern syntax adjustments without addressing security vulnerabilities. The 'key' field remains documented as a bearer token but wasn't added or removed. No evidence of security fixes or vulnerability disclosures.

Diff

diff --git a/cli/latest/reference/grafana/create-workspace-api-key.md b/cli/latest/reference/grafana/create-workspace-api-key.md
index 9b2980758..13716eab6 100644
--- a//cli/latest/reference/grafana/create-workspace-api-key.md
+++ b//cli/latest/reference/grafana/create-workspace-api-key.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »
@@ -133 +133 @@ 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}`
@@ -236,4 +235,0 @@ Disable automatically prompt for CLI input parameters.
-key -> (string)
-
-> The key token. Use this value as a bearer token to authenticate HTTP requests to the workspace.
-
@@ -250,0 +247,4 @@ keyName -> (string)
+key -> (string)
+
+> The key token. Use this value as a bearer token to authenticate HTTP requests to the workspace.
+
@@ -257 +257 @@ workspaceId -> (string)
->   * pattern: `^g-[0-9a-f]{10}$`
+>   * pattern: `g-[0-9a-f]{10}`
@@ -271 +271 @@ workspaceId -> (string)
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »