AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/organizations/list-policies-for-target.md

Summary

Updated CLI version, improved NextToken handling instructions, added INSPECTOR_POLICY and UPGRADE_ROLLOUT_POLICY documentation

Security assessment

Added documentation for INSPECTOR_POLICY (related to Amazon Inspector security assessments) and UPGRADE_ROLLOUT_POLICY (related to controlled updates). These document security features but do not address a specific vulnerability.

Diff

diff --git a/cli/latest/reference/organizations/list-policies-for-target.md b/cli/latest/reference/organizations/list-policies-for-target.md
index d5e345cce..53c0ef384 100644
--- a//cli/latest/reference/organizations/list-policies-for-target.md
+++ b//cli/latest/reference/organizations/list-policies-for-target.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 policies that are directly attached to the specified target root, orga
-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.
@@ -107 +107 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/organi
-> The unique identifier (ID) of the root, organizational unit, or account whose policies you want to list.
+> ID for the root, organizational unit, or account whose policies you want to list.
@@ -135,0 +136,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/organi
+>   * [UPGRADE_ROLLOUT_POLICY](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_upgrade_rollout.html)
+>   * [INSPECTOR_POLICY](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_inspector.html)
@@ -148,0 +151,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/organi
+>   * `INSPECTOR_POLICY`
+>   * `UPGRADE_ROLLOUT_POLICY`
@@ -373,0 +378,2 @@ Policies -> (list)
+>>>   * `INSPECTOR_POLICY`
+>>>   * `UPGRADE_ROLLOUT_POLICY`
@@ -402 +408 @@ NextToken -> (string)
-  * [AWS CLI 2.31.39 Command Reference](../../index.html) »
+  * [AWS CLI 2.32.3 Command Reference](../../index.html) »