AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/grafana/list-workspaces.md

Summary

Updated AWS CLI version reference from 2.33.22 to 2.33.25. Corrected API documentation link. Reordered output fields: moved authentication block, licenseType, and grafanaToken within workspaces list. Updated ID and name pattern formats (removed start/end anchors). Moved nextToken output field position.

Security assessment

Changes involve documentation corrections (link fix, pattern format updates), field reordering in output structure, and note about discontinued Grafana Enterprise free trials. Pattern changes from '^...$' to unanchored formats are documentation improvements. No evidence of security vulnerability fixes or new security features.

Diff

diff --git a/cli/latest/reference/grafana/list-workspaces.md b/cli/latest/reference/grafana/list-workspaces.md
index dd4e0d133..05afe044e 100644
--- a//cli/latest/reference/grafana/list-workspaces.md
+++ b//cli/latest/reference/grafana/list-workspaces.md
@@ -15 +15 @@
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »
@@ -60 +60 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c
-Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace. For more complete information about one workspace, use [DescribeWorkspace](https://docs.aws.amazon.com/AAMG/latest/APIReference/API_DescribeWorkspace.html) .
+Returns a list of Amazon Managed Grafana workspaces in the account, with some information about each workspace. For more complete information about one workspace, use [DescribeWorkspace](https://docs.aws.amazon.com/grafana/latest/APIReference/API_DescribeWorkspace.html) .
@@ -275,4 +274,0 @@ Output:
-nextToken -> (string)
-
-> The token to use when requesting the next set of workspaces.
-
@@ -286,28 +281,0 @@ workspaces -> (list)
->> 
->> authentication -> (structure) [required]
->>
->>> A structure containing information about the authentication methods used in the workspace.
->>> 
->>> providers -> (list) [required]
->>>
->>>> Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
->>>> 
->>>> (string)
->>>>
->>>>> Possible values:
->>>>> 
->>>>>   * `AWS_SSO`
->>>>>   * `SAML`
->>>>> 
-
->>> 
->>> samlConfigurationStatus -> (string)
->>>
->>>> Specifies whether the workplace’s user authentication method is fully configured.
->>>> 
->>>> Possible values:
->>>> 
->>>>   * `CONFIGURED`
->>>>   * `NOT_CONFIGURED`
->>>> 
-
@@ -340,11 +307,0 @@ workspaces -> (list)
->> 
->> grafanaToken -> (string)
->>
->>> The token that ties this workspace to a Grafana Labs account. For more information, see [Link your account with Grafana Labs](https://docs.aws.amazon.com/grafana/latest/userguide/upgrade-to-Grafana-Enterprise.html#AMG-workspace-register-enterprise) .
->>> 
->>> Constraints:
->>> 
->>>   * min: `1`
->>>   * max: `36`
->>> 
-
@@ -369,16 +326 @@ workspaces -> (list)
->>>   * pattern: `^g-[0-9a-f]{10}$`
->>> 
-
->> 
->> licenseType -> (string)
->>
->>> Specifies whether this workspace has a full Grafana Enterprise license.
->>> 
->>> ### Note
->>> 
->>> Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
->>> 
->>> Possible values:
->>> 
->>>   * `ENTERPRISE`
->>>   * `ENTERPRISE_FREE_TRIAL`
+>>>   * pattern: `g-[0-9a-f]{10}`
@@ -398 +340 @@ workspaces -> (list)
->>>   * pattern: `^[a-zA-Z0-9-._~]{1,255}$`
+>>>   * pattern: `[a-zA-Z0-9-._~]{1,255}`
@@ -434,0 +377,28 @@ workspaces -> (list)
+>> 
+>> authentication -> (structure) [required]
+>>
+>>> A structure containing information about the authentication methods used in the workspace.
+>>> 
+>>> providers -> (list) [required]
+>>>
+>>>> Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
+>>>> 
+>>>> (string)
+>>>>
+>>>>> Possible values:
+>>>>> 
+>>>>>   * `AWS_SSO`
+>>>>>   * `SAML`
+>>>>> 
+
+>>> 
+>>> samlConfigurationStatus -> (string)
+>>>
+>>>> Specifies whether the workplace’s user authentication method is fully configured.
+>>>> 
+>>>> Possible values:
+>>>> 
+>>>>   * `CONFIGURED`
+>>>>   * `NOT_CONFIGURED`
+>>>> 
+
@@ -463,0 +434,30 @@ workspaces -> (list)
+>> 
+>> licenseType -> (string)
+>>
+>>> Specifies whether this workspace has a full Grafana Enterprise license.
+>>> 
+>>> ### Note
+>>> 
+>>> Amazon Managed Grafana workspaces no longer support Grafana Enterprise free trials.
+>>> 
+>>> Possible values:
+>>> 
+>>>   * `ENTERPRISE`
+>>>   * `ENTERPRISE_FREE_TRIAL`
+>>> 
+
+>> 
+>> grafanaToken -> (string)
+>>
+>>> The token that ties this workspace to a Grafana Labs account. For more information, see [Link your account with Grafana Labs](https://docs.aws.amazon.com/grafana/latest/userguide/upgrade-to-Grafana-Enterprise.html#AMG-workspace-register-enterprise) .
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `1`
+>>>   * max: `36`
+>>> 
+
+
+nextToken -> (string)
+
+> The token to use when requesting the next set of workspaces.
@@ -475 +475 @@ workspaces -> (list)
-  * [AWS CLI 2.33.22 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.25 Command Reference](../../index.html) »