AWS cli documentation change
Summary
Updated AWS CLI version reference and fixed two typos: 'KM encryption key' to 'KMS encryption key' and 'DP parameter group' to 'DB parameter group'
Security assessment
The changes correct typos in documentation but do not address security issues or add security features. The KMS typo fix clarifies documentation but doesn't change security implications.
Diff
diff --git a/cli/latest/reference/neptune/create-db-instance.md b/cli/latest/reference/neptune/create-db-instance.md index 606ef5bbb..7f561e879 100644 --- a//cli/latest/reference/neptune/create-db-instance.md +++ b//cli/latest/reference/neptune/create-db-instance.md @@ -15 +15 @@ - * [AWS CLI 2.34.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.32 Command Reference](../../index.html) » @@ -382 +382 @@ JSON Syntax: -> The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a DB instance with the same Amazon account that owns the KMS encryption key used to encrypt the new DB instance, then you can use the KMS key alias instead of the ARN for the KM encryption key. +> The KMS key identifier is the Amazon Resource Name (ARN) for the KMS encryption key. If you are creating a DB instance with the same Amazon account that owns the KMS encryption key used to encrypt the new DB instance, then you can use the KMS key alias instead of the ARN for the KMS encryption key. @@ -682 +682 @@ DBInstance -> (structure) ->>>> The name of the DP parameter group. +>>>> The name of the DB parameter group. @@ -1030 +1030 @@ DBInstance -> (structure) - * [AWS CLI 2.34.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.32 Command Reference](../../index.html) »