AWS cli documentation change
Summary
Updated CLI version, improved NextToken handling instructions, added policy type references in Roots section
Security assessment
Added INSPECTOR_POLICY and UPGRADE_ROLLOUT_POLICY to Roots documentation, expanding visibility of security-related policies. No evidence of addressing a specific security issue.
Diff
diff --git a/cli/latest/reference/organizations/list-roots.md b/cli/latest/reference/organizations/list-roots.md index 0c77c7dcc..fddae9400 100644 --- a//cli/latest/reference/organizations/list-roots.md +++ b//cli/latest/reference/organizations/list-roots.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 roots that are defined in the current organization. -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. @@ -331,0 +332,2 @@ Roots -> (list) +>>>>> * `INSPECTOR_POLICY` +>>>>> * `UPGRADE_ROLLOUT_POLICY` @@ -368 +370 @@ NextToken -> (string) - * [AWS CLI 2.31.39 Command Reference](../../index.html) » + * [AWS CLI 2.32.3 Command Reference](../../index.html) »