AWS cli documentation change
Summary
Updated AWS CLI version reference, reordered parameters, modified regex patterns (removed anchors, added wildcards), and adjusted parameter descriptions.
Security assessment
Changes include documentation restructuring and relaxed regex patterns (e.g., adding '.*' wildcards). No security vulnerabilities, incidents, or security-specific features are referenced. The client-token change maintains its idempotency purpose without security enhancements.
Diff
diff --git a/cli/latest/reference/datazone/update-root-domain-unit-owner.md b/cli/latest/reference/datazone/update-root-domain-unit-owner.md index c7034baea..4ab3081d1 100644 --- a//cli/latest/reference/datazone/update-root-domain-unit-owner.md +++ b//cli/latest/reference/datazone/update-root-domain-unit-owner.md @@ -15 +15 @@ - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) » @@ -67,2 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo - [--client-token <value>] - --current-owner <value> @@ -69,0 +68 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo + --current-owner <value> @@ -70,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo + [--client-token <value>] @@ -95 +95 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--client-token` (string) +`--domain-identifier` (string) [required] @@ -97 +97 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided. +> The ID of the domain where the root domain unit owner is to be updated. @@ -101,3 +101 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> * min: `1` -> * max: `128` -> * pattern: `^[\x21-\x7E]+$` +> * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}` @@ -113 +111 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> * pattern: `(^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$|^[a-zA-Z_0-9+=,.@-]+$|^arn:aws:iam::\d{12}:.+$)` +> * pattern: `.*(^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$|^[a-zA-Z_0-9+=,.@-]+$|^arn:aws:iam::\d{12}:.+$).*` @@ -117 +115 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--domain-identifier` (string) [required] +`--new-owner` (string) [required] @@ -119 +117,5 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> The ID of the domain where the root domain unit owner is to be updated. +> The new owner of the root domain unit. + +`--client-token` (string) + +> A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided. @@ -123 +125,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$` +> * min: `1` +> * max: `128` +> * pattern: `[\x21-\x7E]+` @@ -127,4 +130,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--new-owner` (string) [required] - -> The new owner of the root domain unit. - @@ -242 +242 @@ None - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) »