AWS cli documentation change
Summary
Updated CLI version reference from 2.32.33 to 2.33.1. Reordered parameters (--description and --client-token). Modified regex patterns by removing start/end anchors (^ and $) for domainId, id, and client-token parameters. Moved description field in output section.
Security assessment
Changes involve documentation version updates, parameter reordering, and regex pattern modifications without security context. No vulnerabilities, exploits, or security weaknesses are mentioned. Pattern changes appear to be syntax adjustments rather than security fixes.
Diff
diff --git a/cli/latest/reference/datazone/create-glossary.md b/cli/latest/reference/datazone/create-glossary.md index 79c269776..54f5ce34a 100644 --- a//cli/latest/reference/datazone/create-glossary.md +++ b//cli/latest/reference/datazone/create-glossary.md @@ -15 +15 @@ - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) » @@ -79,2 +78,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo - [--client-token <value>] - [--description <value>] @@ -83,0 +82 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo + [--description <value>] @@ -85,0 +85 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo + [--client-token <value>] @@ -110,23 +109,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 of this business glossary. -> -> Constraints: -> -> * min: `0` -> * max: `4096` -> - - @@ -139 +116 @@ 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}` @@ -160 +137,12 @@ 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}` +> + + +`--description` (string) + +> The description of this business glossary. +> +> Constraints: +> +> * min: `0` +> * max: `4096` @@ -199,0 +188,12 @@ 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]+` +> + + @@ -299,11 +298,0 @@ Disable automatically prompt for CLI input parameters. -description -> (string) - -> The description of this business glossary. -> -> Constraints: -> -> * min: `0` -> * max: `4096` -> - - @@ -316 +305 @@ domainId -> (string) -> * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$` +> * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}` @@ -326 +315 @@ id -> (string) -> * pattern: `^[a-zA-Z0-9_-]{1,36}$` +> * pattern: `[a-zA-Z0-9_-]{1,36}` @@ -347 +336,12 @@ owningProjectId -> (string) -> * pattern: `^[a-zA-Z0-9_-]{1,36}$` +> * pattern: `[a-zA-Z0-9_-]{1,36}` +> + + +description -> (string) + +> The description of this business glossary. +> +> Constraints: +> +> * min: `0` +> * max: `4096` @@ -391 +391 @@ usageRestrictions -> (list) - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) »