AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-22 · Documentation low

File: cli/latest/reference/organizations/list-accounts-for-parent.md

Summary

Updated CLI version reference and improved NextToken usage guidance

Security assessment

Clarified pagination behavior without security implications.

Diff

diff --git a/cli/latest/reference/organizations/list-accounts-for-parent.md b/cli/latest/reference/organizations/list-accounts-for-parent.md
index d22f4f33c..dbd6579d8 100644
--- a//cli/latest/reference/organizations/list-accounts-for-parent.md
+++ b//cli/latest/reference/organizations/list-accounts-for-parent.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.39 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.3 Command Reference](../../index.html) »
@@ -64 +64 @@ Lists the accounts in an organization that are contained by the specified target
-Always check the `NextToken` response parameter for a `null` value when calling a `List*` operation. These operations can occasionally return an empty set of results even when there are more results available. The `NextToken` response parameter value is `null` _only_ when there are no more results to display.
+When calling List* operations, always check the `NextToken` response parameter value, even if you receive an empty result set. These operations can occasionally return an empty set of results even when more results are available. Continue making requests until `NextToken` returns null. A null `NextToken` value indicates that you have retrieved all available results.
@@ -66 +66 @@ Always check the `NextToken` response parameter for a `null` value when calling
-This operation can be called only from the organization’s management account or by a member account that is a delegated administrator.
+You can only call this operation from the management account or a member account that is a delegated administrator.
@@ -408 +408 @@ NextToken -> (string)
-  * [AWS CLI 2.31.39 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.3 Command Reference](../../index.html) »