AWS cli documentation change
Summary
Updated AWS CLI version reference, modified regex pattern for workspaceId validation, and restructured output fields by reordering 'serviceAccountToken' and 'serviceAccountId' documentation blocks.
Security assessment
Changes are organizational (field reordering) and pattern syntax adjustments. The service account token documentation retains the same security context without new security information or vulnerability fixes. No security implications identified.
Diff
diff --git a/cli/latest/reference/grafana/create-workspace-service-account-token.md b/cli/latest/reference/grafana/create-workspace-service-account-token.md index b48de3cea..ea1a7c53b 100644 --- a//cli/latest/reference/grafana/create-workspace-service-account-token.md +++ b//cli/latest/reference/grafana/create-workspace-service-account-token.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -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}` @@ -238,4 +237,0 @@ Disable automatically prompt for CLI input parameters. -serviceAccountId -> (string) - -> The ID of the service account where the token was created. - @@ -250,4 +245,0 @@ serviceAccountToken -> (structure) -> key -> (string) [required] -> ->> The key for the service account token. Used when making calls to the Grafana HTTP APIs to authenticate and authorize the requests. -> @@ -256,0 +249,8 @@ serviceAccountToken -> (structure) +> +> key -> (string) [required] +> +>> The key for the service account token. Used when making calls to the Grafana HTTP APIs to authenticate and authorize the requests. + +serviceAccountId -> (string) + +> The ID of the service account where the token was created. @@ -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) »