AWS cli documentation change
Summary
Updated CLI version from 2.32.33 to 2.33.1, restructured client-token parameter documentation, and modified regex pattern validations (removed start/end anchors from domain-id, entity-id, and client-token patterns)
Security assessment
The change documents client-token parameter usage for request idempotency (security best practice), but there's no evidence of addressing an active vulnerability. Regex pattern changes (removing ^/$ anchors) appear to be documentation formatting adjustments rather than security fixes.
Diff
diff --git a/cli/latest/reference/datazone/delete-time-series-data-points.md b/cli/latest/reference/datazone/delete-time-series-data-points.md index 06a7255fb..bb3ecf033 100644 --- a//cli/latest/reference/datazone/delete-time-series-data-points.md +++ b//cli/latest/reference/datazone/delete-time-series-data-points.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>] @@ -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 to ensure idempotency of the request. This field is automatically populated if not provided. -> -> 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}` @@ -124 +112 @@ 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}` @@ -149,0 +138,12 @@ 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]+` +> + + @@ -261 +261 @@ None - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) »