AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-06-28 · Documentation low

File: cli/latest/reference/kms/sign.md

Summary

Updated AWS CLI version reference from 2.27.42 to 2.27.45 and clarified CLI version terminology

Security assessment

Changes are version number updates and terminology clarification ('v2' instead of '2.0'). No security-related content was modified.

Diff

diff --git a/cli/latest/reference/kms/sign.md b/cli/latest/reference/kms/sign.md
index 9672aa426..566ca8d28 100644
--- a//cli/latest/reference/kms/sign.md
+++ b//cli/latest/reference/kms/sign.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.42 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.45 Command Reference](../../index.html) »
@@ -338 +338 @@ You must specify a message to sign and a signing algorithm that your asymmetric
-In AWS CLI 2.0, the value of the `message` parameter must be Base64-encoded. Or, you can save the message in a file and use the `fileb://` prefix, which tells the AWS CLI to read binary data from the file.
+In AWS CLI v2, the value of the `message` parameter must be Base64-encoded. Or, you can save the message in a file and use the `fileb://` prefix, which tells the AWS CLI to read binary data from the file.
@@ -419 +419 @@ SigningAlgorithm -> (string)
-  * [AWS CLI 2.27.42 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.45 Command Reference](../../index.html) »