AWS cli documentation change
Summary
Updated CLI version to 2.34.63 and added new --cluster-id parameter with constraints (max: 256 characters) for session-scoped resources
Security assessment
The change introduces a new operational parameter with length validation but contains no security-specific language, vulnerability references, or access control documentation.
Diff
diff --git a/cli/latest/reference/emr/remove-tags.md b/cli/latest/reference/emr/remove-tags.md index 99a63d98a..81ddf4d3c 100644 --- a//cli/latest/reference/emr/remove-tags.md +++ b//cli/latest/reference/emr/remove-tags.md @@ -15 +15 @@ - * [AWS CLI 2.34.61 Command Reference](../../index.html) » + * [AWS CLI 2.34.63 Command Reference](../../index.html) » @@ -71,0 +72 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/elasti + [--cluster-id <value>] @@ -112,0 +114,10 @@ Syntax: +`--cluster-id` (string) + +> The ID of the cluster that scopes the tag operation. Required when the resource being untagged is a session-scoped resource. +> +> Constraints: +> +> * max: `256` +> + + @@ -252 +263 @@ None - * [AWS CLI 2.34.61 Command Reference](../../index.html) » + * [AWS CLI 2.34.63 Command Reference](../../index.html) »