AWS cli documentation change
Summary
Updated CLI version, improved NextToken handling instructions, added INSPECTOR_POLICY and UPGRADE_ROLLOUT_POLICY documentation
Security assessment
Added references to INSPECTOR_POLICY and UPGRADE_ROLLOUT_POLICY, which are security-related policy types. This enhances documentation of security features but does not indicate a security fix.
Diff
diff --git a/cli/latest/reference/organizations/list-policies.md b/cli/latest/reference/organizations/list-policies.md index 07ac829d9..d7afcff8d 100644 --- a//cli/latest/reference/organizations/list-policies.md +++ b//cli/latest/reference/organizations/list-policies.md @@ -15 +15 @@ - * [AWS CLI 2.31.39 Command Reference](../../index.html) » + * [AWS CLI 2.32.3 Command Reference](../../index.html) » @@ -64 +64 @@ Retrieves the list of all policies in an organization of a specified type. -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. @@ -115,0 +116,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) @@ -128,0 +131,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/organi +> * `INSPECTOR_POLICY` +> * `UPGRADE_ROLLOUT_POLICY` @@ -369,0 +374,2 @@ Policies -> (list) +>>> * `INSPECTOR_POLICY` +>>> * `UPGRADE_ROLLOUT_POLICY` @@ -398 +404 @@ NextToken -> (string) - * [AWS CLI 2.31.39 Command Reference](../../index.html) » + * [AWS CLI 2.32.3 Command Reference](../../index.html) »