AWS Security ChangesHomeSearch

AWS cli medium security documentation change

Service: cli · 2025-12-07 · Security-related medium

File: cli/latest/reference/iam/list-delegation-requests.md

Summary

Added ExpirationTime field documentation and updated lifecycle link anchor

Security assessment

Documents expiration time for delegation requests, improving visibility into temporary access duration. The specific anchor link update shows enhanced documentation about request lifecycle states.

Diff

diff --git a/cli/latest/reference/iam/list-delegation-requests.md b/cli/latest/reference/iam/list-delegation-requests.md
index f75dac377..65ead14fe 100644
--- a//cli/latest/reference/iam/list-delegation-requests.md
+++ b//cli/latest/reference/iam/list-delegation-requests.md
@@ -15 +15 @@
-  * [AWS CLI 2.32.9 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.11 Command Reference](../../index.html) »
@@ -402 +402 @@ DelegationRequests -> (list)
->>> See the [Understanding the Request Lifecycle](IAM/latest/UserGuide/temporary-delegation-building-integration.html) for an explanation of how these states are transitioned.
+>>> See the [Understanding the Request Lifecycle](IAM/latest/UserGuide/temporary-delegation-building-integration.html#temporary-delegation-request-lifecycle) for an explanation of how these states are transitioned.
@@ -414,0 +415,6 @@ DelegationRequests -> (list)
+>> 
+>> ExpirationTime -> (timestamp)
+>>
+>>> The expiry time of this delegation request
+>>> 
+>>> See the [Understanding the Request Lifecycle](IAM/latest/UserGuide/temporary-delegation-building-integration.html#temporary-delegation-request-lifecycle) for details on the life time of a delegation request at each state.
@@ -520 +526 @@ isTruncated -> (boolean)
-  * [AWS CLI 2.32.9 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.11 Command Reference](../../index.html) »