AWS cli documentation change
Summary
Updated AWS CLI version reference, reordered command options, modified pattern constraints for domain-identifier and owner identifiers, and restructured owner documentation syntax.
Security assessment
Changes involve documentation restructuring, pattern constraint relaxations (removed start/end anchors), and parameter reordering. No evidence of security vulnerability fixes or explicit security context. Pattern changes may allow broader inputs but lack concrete security context.
Diff
diff --git a/cli/latest/reference/datazone/remove-entity-owner.md b/cli/latest/reference/datazone/remove-entity-owner.md index c91b7d77f..c2506ee25 100644 --- a//cli/latest/reference/datazone/remove-entity-owner.md +++ b//cli/latest/reference/datazone/remove-entity-owner.md @@ -15 +15 @@ - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) » @@ -67 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo - [--client-token <value>] @@ -69 +67,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo - --entity-identifier <value> @@ -70,0 +69 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo + --entity-identifier <value> @@ -71,0 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo + [--client-token <value>] @@ -96,12 +95,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--client-token` (string) - -> A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. -> -> Constraints: -> -> * min: `1` -> * max: `128` -> * pattern: `^[\x21-\x7E]+$` -> - - @@ -114 +102 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$` +> * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}` @@ -118,4 +105,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--entity-identifier` (string) [required] - -> The ID of the entity from which you want to remove an owner. - @@ -131,0 +116,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo +`--entity-identifier` (string) [required] + +> The ID of the entity from which you want to remove an owner. + @@ -138 +126 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> This is a Tagged Union structure. Only one of the following top level keys can be set: `group`, `user`. +> This is a Tagged Union structure. Only one of the following top level keys can be set: `user`, `group`. @@ -140 +128 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> group -> (structure) +> user -> (structure) @@ -142 +130 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->> Specifies that the domain unit owner is a group. +>> Specifies that the domain unit owner is a user. @@ -144 +132 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->> groupIdentifier -> (string) [required] +>> userIdentifier -> (string) [required] @@ -146 +134 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->>> The ID of the domain unit owners group. +>>> The ID of the owner user. @@ -150 +138 @@ 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}$|[\p{L}\p{M}\p{S}\p{N}\p{P}\t\n\r ]+)` +>>> * 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}:.+$).*` @@ -154 +142 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> user -> (structure) +> group -> (structure) @@ -156 +144 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->> Specifies that the domain unit owner is a user. +>> Specifies that the domain unit owner is a group. @@ -158 +146 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->> userIdentifier -> (string) [required] +>> groupIdentifier -> (string) [required] @@ -160 +148 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->>> The ID of the owner user. +>>> The ID of the domain unit owners group. @@ -164 +152 @@ 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}$|[\p{L}\p{M}\p{S}\p{N}\p{P}\t\n\r ]+).*` @@ -171 +159 @@ Shorthand Syntax: - group={groupIdentifier=string},user={userIdentifier=string} + user={userIdentifier=string},group={groupIdentifier=string} @@ -178,3 +165,0 @@ JSON Syntax: - "group": { - "groupIdentifier": "string" - }, @@ -182,0 +168,3 @@ JSON Syntax: + }, + "group": { + "groupIdentifier": "string" @@ -186,0 +175,12 @@ JSON Syntax: +`--client-token` (string) + +> A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. +> +> Constraints: +> +> * min: `1` +> * max: `128` +> * pattern: `[\x21-\x7E]+` +> + + @@ -298 +298 @@ None - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) »