AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.33.22 to 2.33.25. Swapped positions of --group-id and --user-id parameters. Replaced --group-id parameter with --user-type including new description and possible values. Updated --group-id parameter with corrected constraints and pattern. Moved 'role' documentation block within permissions list.
Security assessment
Changes involve parameter reordering, documentation corrections (pattern format changes from anchored '^...$' to unanchored), and added user-type filtering. No security vulnerabilities or incidents are referenced. Pattern changes appear to be documentation formatting improvements without security implications.
Diff
diff --git a/cli/latest/reference/grafana/list-permissions.md b/cli/latest/reference/grafana/list-permissions.md index 5ad586d22..517d22944 100644 --- a//cli/latest/reference/grafana/list-permissions.md +++ b//cli/latest/reference/grafana/list-permissions.md @@ -15 +15 @@ - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) » @@ -69,2 +68,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/grafan - [--group-id <value>] - [--user-id <value>] @@ -71,0 +70,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/grafan + [--user-id <value>] + [--group-id <value>] @@ -100 +100 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/grafan -`--group-id` (string) +`--user-type` (string) @@ -102 +102 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/grafan -> (Optional) Limits the results to only the group that matches this ID. +> (Optional) If you specify `SSO_USER` , then only the permissions of IAM Identity Center users are returned. If you specify `SSO_GROUP` , only the permissions of IAM Identity Center groups are returned. @@ -104 +104 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/grafan -> Constraints: +> Possible values: @@ -106,2 +106,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/grafan -> * min: `1` -> * max: `47` +> * `SSO_USER` +> * `SSO_GROUP` @@ -122 +122 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/grafan -`--user-type` (string) +`--group-id` (string) @@ -124 +124 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/grafan -> (Optional) If you specify `SSO_USER` , then only the permissions of IAM Identity Center users are returned. If you specify `SSO_GROUP` , only the permissions of IAM Identity Center groups are returned. +> (Optional) Limits the results to only the group that matches this ID. @@ -126 +126 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/grafan -> Possible values: +> Constraints: @@ -128,2 +128,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/grafan -> * `SSO_USER` -> * `SSO_GROUP` +> * min: `1` +> * max: `47` @@ -139 +139 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/grafan -> * pattern: `^g-[0-9a-f]{10}$` +> * pattern: `g-[0-9a-f]{10}` @@ -271,12 +270,0 @@ permissions -> (list) ->> ->> role -> (string) [required] ->> ->>> Specifies whether the user or group has the `Admin` , `Editor` , or `Viewer` role. ->>> ->>> Possible values: ->>> ->>> * `ADMIN` ->>> * `EDITOR` ->>> * `VIEWER` ->>> - @@ -310,0 +299,12 @@ permissions -> (list) +>> +>> role -> (string) [required] +>> +>>> Specifies whether the user or group has the `Admin` , `Editor` , or `Viewer` role. +>>> +>>> Possible values: +>>> +>>> * `ADMIN` +>>> * `EDITOR` +>>> * `VIEWER` +>>> + @@ -322 +322 @@ permissions -> (list) - * [AWS CLI 2.33.22 Command Reference](../../index.html) » + * [AWS CLI 2.33.25 Command Reference](../../index.html) »