AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/workspaces-web/list-trust-store-certificates.md

Summary

Updated CLI version reference, reordered parameters/certificate metadata fields, and fixed pagination token documentation

Security assessment

Changes involve parameter/output field reorganization and documentation formatting. While trust stores relate to certificate management (a security component), the changes don't introduce new security features or address vulnerabilities. Certificate metadata field reordering doesn't impact security posture.

Diff

diff --git a/cli/latest/reference/workspaces-web/list-trust-store-certificates.md b/cli/latest/reference/workspaces-web/list-trust-store-certificates.md
index dce97bd62..b684f5738 100644
--- a//cli/latest/reference/workspaces-web/list-trust-store-certificates.md
+++ b//cli/latest/reference/workspaces-web/list-trust-store-certificates.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.63 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.0 Command Reference](../../index.html) »
@@ -67,2 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
-    [--max-results <value>]
-    [--next-token <value>]
@@ -69,0 +68,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
+    [--next-token <value>]
+    [--max-results <value>]
@@ -94 +94 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
-`--max-results` (integer)
+`--trust-store-arn` (string)
@@ -96 +96 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
-> The maximum number of results to be included in the next page.
+> The ARN of the trust store
@@ -102 +102 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
-`--trust-store-arn` (string)
+`--max-results` (integer)
@@ -104 +104 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/worksp
-> The ARN of the trust store
+> The maximum number of results to be included in the next page.
@@ -213 +213 @@ certificateList -> (list)
->> issuer -> (string)
+>> thumbprint -> (string)
@@ -215 +215 @@ certificateList -> (list)
->>> The entity that issued the certificate.
+>>> A hexadecimal identifier for the certificate.
@@ -217 +217 @@ certificateList -> (list)
->> notValidAfter -> (timestamp)
+>> subject -> (string)
@@ -219 +219 @@ certificateList -> (list)
->>> The certificate is not valid after this date.
+>>> The entity the certificate belongs to.
@@ -221 +221 @@ certificateList -> (list)
->> notValidBefore -> (timestamp)
+>> issuer -> (string)
@@ -223 +223 @@ certificateList -> (list)
->>> The certificate is not valid before this date.
+>>> The entity that issued the certificate.
@@ -225 +225 @@ certificateList -> (list)
->> subject -> (string)
+>> notValidBefore -> (timestamp)
@@ -227 +227 @@ certificateList -> (list)
->>> The entity the certificate belongs to.
+>>> The certificate is not valid before this date.
@@ -229 +229 @@ certificateList -> (list)
->> thumbprint -> (string)
+>> notValidAfter -> (timestamp)
@@ -231,5 +231 @@ certificateList -> (list)
->>> A hexadecimal identifier for the certificate.
-
-nextToken -> (string)
-
-> The pagination token used to retrieve the next page of results for this operation.>
+>>> The certificate is not valid after this date.
@@ -240,0 +237,4 @@ trustStoreArn -> (string)
+nextToken -> (string)
+
+> The pagination token used to retrieve the next page of results for this operation.>
+
@@ -251 +251 @@ trustStoreArn -> (string)
-  * [AWS CLI 2.27.63 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.0 Command Reference](../../index.html) »