AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.28.8 to 2.28.11 and reordered workspace response fields (moved workspaceId up, kmsKeyArn down, adjusted field order)
Security assessment
The changes involve documentation formatting/ordering and CLI version updates. While KMS key references exist, this is existing security-related documentation being moved rather than new security content. No evidence of addressing a specific vulnerability.
Diff
diff --git a/cli/latest/reference/amp/describe-workspace.md b/cli/latest/reference/amp/describe-workspace.md index 4b41e3788..491329add 100644 --- a//cli/latest/reference/amp/describe-workspace.md +++ b//cli/latest/reference/amp/describe-workspace.md @@ -15 +15 @@ - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) » @@ -198,0 +199,4 @@ workspace -> (structure) +> workspaceId -> (string) +> +>> The unique ID for the workspace. For example, `ws-example1-1234-abcd-5678-ef90abcd1234` . +> @@ -207,12 +210,0 @@ workspace -> (structure) -> createdAt -> (timestamp) -> ->> The date and time that the workspace was created. -> -> kmsKeyArn -> (string) -> ->> (optional) If the workspace was created with a customer managed KMS key, the ARN for the key used. -> -> prometheusEndpoint -> (string) -> ->> The Prometheus endpoint available for this workspace. For example, `https://aps-workspaces.<region>.amazonaws.com/workspaces/ws-example1-1234-abcd-5678-ef90abcd1234/api/v1/` . -> @@ -226,0 +219,8 @@ workspace -> (structure) +> prometheusEndpoint -> (string) +> +>> The Prometheus endpoint available for this workspace. For example, `https://aps-workspaces.<region>.amazonaws.com/workspaces/ws-example1-1234-abcd-5678-ef90abcd1234/api/v1/` . +> +> createdAt -> (timestamp) +> +>> The date and time that the workspace was created. +> @@ -239 +239 @@ workspace -> (structure) -> workspaceId -> (string) +> kmsKeyArn -> (string) @@ -241 +241 @@ workspace -> (structure) ->> The unique ID for the workspace. For example, `ws-example1-1234-abcd-5678-ef90abcd1234` . +>> (optional) If the workspace was created with a customer managed KMS key, the ARN for the key used. @@ -253 +253 @@ workspace -> (structure) - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) »