AWS cli documentation change
Summary
Updated AWS CLI version reference, reordered parameters, modified regex patterns by removing start/end anchors, and moved parameter descriptions.
Security assessment
The changes involve documentation structure updates, parameter reordering, and regex pattern modifications (removing '^' and '$' anchors). There is no evidence of security vulnerability fixes, security incident references, or new security guidance. The client-token parameter remains an idempotency feature without security implications.
Diff
diff --git a/cli/latest/reference/datazone/update-glossary.md b/cli/latest/reference/datazone/update-glossary.md index 57c2061a7..7118cc058 100644 --- a//cli/latest/reference/datazone/update-glossary.md +++ b//cli/latest/reference/datazone/update-glossary.md @@ -15 +15 @@ - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) » @@ -76,2 +75,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo - [--client-token <value>] - [--description <value>] @@ -80,0 +79 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo + [--description <value>] @@ -81,0 +81 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo + [--client-token <value>] @@ -106,23 +105,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]+$` -> - - -`--description` (string) - -> The description to be updated as part of the `UpdateGlossary` action. -> -> Constraints: -> -> * min: `0` -> * max: `4096` -> - - @@ -135 +112 @@ 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}` @@ -145 +122 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> * pattern: `^[a-zA-Z0-9_-]{1,36}$` +> * pattern: `[a-zA-Z0-9_-]{1,36}` @@ -159,0 +137,11 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo +`--description` (string) + +> The description to be updated as part of the `UpdateGlossary` action. +> +> Constraints: +> +> * min: `0` +> * max: `4096` +> + + @@ -170,0 +159,12 @@ 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]+` +> + + @@ -270,11 +269,0 @@ Disable automatically prompt for CLI input parameters. -description -> (string) - -> The description to be updated as part of the `UpdateGlossary` action. -> -> Constraints: -> -> * min: `0` -> * max: `4096` -> - - @@ -287 +276 @@ domainId -> (string) -> * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$` +> * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}` @@ -297 +286 @@ id -> (string) -> * pattern: `^[a-zA-Z0-9_-]{1,36}$` +> * pattern: `[a-zA-Z0-9_-]{1,36}` @@ -318 +307,12 @@ owningProjectId -> (string) -> * pattern: `^[a-zA-Z0-9_-]{1,36}$` +> * pattern: `[a-zA-Z0-9_-]{1,36}` +> + + +description -> (string) + +> The description to be updated as part of the `UpdateGlossary` action. +> +> Constraints: +> +> * min: `0` +> * max: `4096` @@ -362 +362 @@ usageRestrictions -> (list) - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) »