AWS cli documentation change
Summary
Reordered command parameters (moved --kms-key-arn position), updated CLI version reference, and swapped output fields 'arn'/'workspaceId' order.
Security assessment
The KMS key ARN documentation about encryption at rest was moved but not added. Parameter/output field reorganization doesn't introduce new security concepts. Existing security-related KMS documentation remains unchanged, and no evidence of addressing a specific vulnerability exists in the diff.
Diff
diff --git a/cli/latest/reference/amp/create-workspace.md b/cli/latest/reference/amp/create-workspace.md index 4b8f8a27c..77e746a3f 100644 --- a//cli/latest/reference/amp/create-workspace.md +++ b//cli/latest/reference/amp/create-workspace.md @@ -15 +15 @@ - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) » @@ -69 +68,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/amp-20 - [--kms-key-arn <value>] @@ -70,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/amp-20 + [--kms-key-arn <value>] @@ -105,4 +104,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/amp-20 -`--kms-key-arn` (string) - -> (optional) The ARN for a customer managed KMS key to use for encrypting data within your workspace. For more information about using your own key in your workspace, see [Encryption at rest](https://docs.aws.amazon.com/prometheus/latest/userguide/encryption-at-rest-Amazon-Service-Prometheus.html) in the _Amazon Managed Service for Prometheus User Guide_ . - @@ -133,0 +130,4 @@ JSON Syntax: +`--kms-key-arn` (string) + +> (optional) The ARN for a customer managed KMS key to use for encrypting data within your workspace. For more information about using your own key in your workspace, see [Encryption at rest](https://docs.aws.amazon.com/prometheus/latest/userguide/encryption-at-rest-Amazon-Service-Prometheus.html) in the _Amazon Managed Service for Prometheus User Guide_ . + @@ -233 +233 @@ Disable automatically prompt for CLI input parameters. -arn -> (string) +workspaceId -> (string) @@ -235 +235 @@ arn -> (string) -> The ARN for the new workspace. +> The unique ID for the new workspace. @@ -237 +237 @@ arn -> (string) -kmsKeyArn -> (string) +arn -> (string) @@ -239 +239 @@ kmsKeyArn -> (string) -> (optional) If the workspace was created with a customer managed KMS key, the ARN for the key used. +> The ARN for the new workspace. @@ -261 +261 @@ tags -> (map) -workspaceId -> (string) +kmsKeyArn -> (string) @@ -263 +263 @@ workspaceId -> (string) -> The unique ID for the new workspace. +> (optional) If the workspace was created with a customer managed KMS key, the ARN for the key used. @@ -275 +275 @@ workspaceId -> (string) - * [AWS CLI 2.28.8 Command Reference](../../index.html) » + * [AWS CLI 2.28.11 Command Reference](../../index.html) »