AWS cli documentation change
Summary
Updated CLI version, moved client-token parameter, modified client-token regex pattern (removed ^/$ anchors), and adjusted domainId pattern.
Security assessment
Similar to the other file - regex pattern changes remove anchoring but lack evidence of addressing specific vulnerabilities. Client-token modification appears focused on idempotency documentation formatting rather than security fixes. No mention of CVE or security advisories in changes.
Diff
diff --git a/cli/latest/reference/datazone/put-data-export-configuration.md b/cli/latest/reference/datazone/put-data-export-configuration.md index 7ef6e1ccf..d090ae27f 100644 --- a//cli/latest/reference/datazone/put-data-export-configuration.md +++ b//cli/latest/reference/datazone/put-data-export-configuration.md @@ -15 +15 @@ - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) » @@ -69 +68,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo - [--client-token <value>] @@ -72,0 +72 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo + [--client-token <value>] @@ -97,12 +96,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--client-token` (string) - -> A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided. -> -> Constraints: -> -> * min: `1` -> * max: `128` -> * pattern: `^[\x21-\x7E]+$` -> - - @@ -115 +103 @@ 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}` @@ -151,0 +140,12 @@ JSON Syntax: +`--client-token` (string) + +> A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided. +> +> Constraints: +> +> * min: `1` +> * max: `128` +> * pattern: `[\x21-\x7E]+` +> + + @@ -263 +263 @@ None - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) »