AWS cli documentation change
Summary
Updated CLI version, adjusted access control wording, modified resource ID pattern validation
Security assessment
Pattern change adds 'rt-' resource type support but lacks security context. Access control wording change is grammatical without policy impact. No security features added or vulnerabilities addressed.
Diff
diff --git a/cli/latest/reference/organizations/list-tags-for-resource.md b/cli/latest/reference/organizations/list-tags-for-resource.md index e8a33a395..caef8d98a 100644 --- a//cli/latest/reference/organizations/list-tags-for-resource.md +++ b//cli/latest/reference/organizations/list-tags-for-resource.md @@ -15 +15 @@ - * [AWS CLI 2.31.39 Command Reference](../../index.html) » + * [AWS CLI 2.32.3 Command Reference](../../index.html) » @@ -70 +70 @@ You can attach tags to the following resources in Organizations. -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. @@ -123 +123 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/organi -> * pattern: `^(r-[0-9a-z]{4,32})|(\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})|(^p-[0-9a-zA-Z_]{8,128})|(^rp-[0-9a-zA-Z_]{4,128})$` +> * pattern: `^(r-[0-9a-z]{4,32})|(\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})|(^p-[0-9a-zA-Z_]{8,128})|(^rp-[0-9a-zA-Z_]{4,128})|(^rt-[0-9a-zA-Z_]{8,32})$` @@ -300 +300 @@ NextToken -> (string) - * [AWS CLI 2.31.39 Command Reference](../../index.html) » + * [AWS CLI 2.32.3 Command Reference](../../index.html) »