AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.34.29 to 2.34.32, fixed a typo in the command description ('from a the' to 'from the'), and fixed a typo in the description of the global database identifier (removed duplicate 'in').
Security assessment
The change updates the CLI version reference and corrects minor grammatical errors. The content about the identifier being found in CloudTrail logs when KMS keys are accessed is pre-existing and not altered in meaning. No security vulnerability or incident is addressed.
Diff
diff --git a/cli/latest/reference/neptune/remove-from-global-cluster.md b/cli/latest/reference/neptune/remove-from-global-cluster.md index 0fc21abd5..b2bda1e7f 100644 --- a//cli/latest/reference/neptune/remove-from-global-cluster.md +++ b//cli/latest/reference/neptune/remove-from-global-cluster.md @@ -15 +15 @@ - * [AWS CLI 2.34.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.32 Command Reference](../../index.html) » @@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Detaches a Neptune DB cluster from a Neptune global database. A secondary cluster becomes a normal standalone cluster with read-write capability instead of being read-only, and no longer receives data from a the primary cluster. +Detaches a Neptune DB cluster from a Neptune global database. A secondary cluster becomes a normal standalone cluster with read-write capability instead of being read-only, and no longer receives data from the primary cluster. @@ -243 +243 @@ GlobalCluster -> (structure) ->> An immutable identifier for the global database that is unique within in all regions. This identifier is found in CloudTrail log entries whenever the KMS key for the DB cluster is accessed. +>> An immutable identifier for the global database that is unique within all regions. This identifier is found in CloudTrail log entries whenever the KMS key for the DB cluster is accessed. @@ -356 +356 @@ GlobalCluster -> (structure) - * [AWS CLI 2.34.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.32 Command Reference](../../index.html) »