AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-08-01 · Documentation low

File: cli/latest/reference/workspaces-web/get-trust-store-certificate.md

Summary

Updated CLI version to 2.28.0, reordered parameters (e.g., thumbprint placement), and restructured certificate response fields (e.g., body, thumbprint, issuer, subject).

Security assessment

Parameter and field reorganization improves clarity but does not address security flaws or introduce security features. Thumbprint documentation remains functionally unchanged, and no evidence of security-related fixes exists.

Diff

diff --git a/cli/latest/reference/workspaces-web/get-trust-store-certificate.md b/cli/latest/reference/workspaces-web/get-trust-store-certificate.md
index ba249e805..6e76a8f0a 100644
--- a//cli/latest/reference/workspaces-web/get-trust-store-certificate.md
+++ b//cli/latest/reference/workspaces-web/get-trust-store-certificate.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.63 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.0 Command Reference](../../index.html) »
@@ -67 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
-    --thumbprint <value>
@@ -68,0 +68 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
+    --thumbprint <value>
@@ -93,4 +92,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
-`--thumbprint` (string)
-
-> The thumbprint of the trust store certificate.
-
@@ -100,0 +97,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
+`--thumbprint` (string)
+
+> The thumbprint of the trust store certificate.
+
@@ -199,0 +200,4 @@ Disable automatically prompt for CLI input parameters.
+trustStoreArn -> (string)
+
+> The ARN of the trust store certificate.
+
@@ -204 +208 @@ certificate -> (structure)
-> body -> (blob)
+> thumbprint -> (string)
@@ -206 +210 @@ certificate -> (structure)
->> The body of the certificate.
+>> A hexadecimal identifier for the certificate.
@@ -208 +212 @@ certificate -> (structure)
-> issuer -> (string)
+> subject -> (string)
@@ -210 +214 @@ certificate -> (structure)
->> The entity that issued the certificate.
+>> The entity the certificate belongs to.
@@ -212 +216 @@ certificate -> (structure)
-> notValidAfter -> (timestamp)
+> issuer -> (string)
@@ -214 +218 @@ certificate -> (structure)
->> The certificate is not valid after this date.
+>> The entity that issued the certificate.
@@ -220 +224 @@ certificate -> (structure)
-> subject -> (string)
+> notValidAfter -> (timestamp)
@@ -222 +226 @@ certificate -> (structure)
->> The entity the certificate belongs to.
+>> The certificate is not valid after this date.
@@ -224 +228 @@ certificate -> (structure)
-> thumbprint -> (string)
+> body -> (blob)
@@ -226,5 +230 @@ certificate -> (structure)
->> A hexadecimal identifier for the certificate.
-
-trustStoreArn -> (string)
-
-> The ARN of the trust store certificate.
+>> The body of the certificate.
@@ -242 +242 @@ trustStoreArn -> (string)
-  * [AWS CLI 2.27.63 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.0 Command Reference](../../index.html) »