AWS cli documentation change
Summary
Updated AWS CLI version reference, restructured command parameters (swapped positions of --client-token, --domain-identifier, and --event), modified parameter constraints/patterns, and changed output field names/patterns.
Security assessment
The changes primarily involve parameter restructuring, pattern adjustments, and field renaming without evidence of addressing a specific vulnerability. The modified patterns (e.g., changing domainId pattern to 'dzd[-_][a-zA-Z0-9_-]{1,36}') appear to be format refinements rather than security fixes. No CVE, vulnerability reference, or security advisory is mentioned.
Diff
diff --git a/cli/latest/reference/datazone/post-lineage-event.md b/cli/latest/reference/datazone/post-lineage-event.md index 35ace1a19..ab05a6c57 100644 --- a//cli/latest/reference/datazone/post-lineage-event.md +++ b//cli/latest/reference/datazone/post-lineage-event.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,0 +69 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo + [--client-token <value>] @@ -94 +94 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--client-token` (string) +`--domain-identifier` (string) [required] @@ -96 +96 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. +> The ID of the domain where you want to post a data lineage event. @@ -100,3 +100 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> * min: `1` -> * max: `128` -> * pattern: `^[\x21-\x7E]+$` +> * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}` @@ -106 +104 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--domain-identifier` (string) [required] +`--event` (blob) [required] @@ -108 +106 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> The ID of the domain where you want to post a data lineage event. +> The data lineage event that you want to post. Only open-lineage run event are supported as events. @@ -112 +110,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$` +> * min: `0` +> * max: `300000` @@ -116 +115 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--event` (blob) [required] +`--client-token` (string) @@ -118 +117 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> The data lineage event that you want to post. Only open-lineage run event are supported as events. +> A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. @@ -122,2 +121,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> * min: `0` -> * max: `300000` +> * min: `1` +> * max: `128` +> * pattern: `[\x21-\x7E]+` @@ -226 +226 @@ Disable automatically prompt for CLI input parameters. -domainId -> (string) +id -> (string) @@ -228 +228 @@ domainId -> (string) -> The ID of the domain. +> The ID of the lineage event. @@ -232 +232 @@ domainId -> (string) -> * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$` +> * pattern: `[a-z0-9]{14}` @@ -236 +236 @@ domainId -> (string) -id -> (string) +domainId -> (string) @@ -238 +238 @@ id -> (string) -> The ID of the lineage event. +> The ID of the domain. @@ -242 +242 @@ id -> (string) -> * pattern: `^[a-z0-9]{14}$` +> * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}` @@ -256 +256 @@ id -> (string) - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) »