AWS cli documentation change
Summary
Updated AWS CLI version from 2.32.33 to 2.33.1, reordered command parameters, modified parameter constraints and patterns, and updated documentation for domain-identifier, entity-identifier, and other parameters.
Security assessment
The changes involve routine documentation updates including parameter reordering, pattern constraint modifications (e.g., removing start/end anchors from regex patterns), and version updates. There's no evidence of addressing vulnerabilities, security incidents, or weaknesses. Pattern changes like '^[a-zA-Z0-9_-]{1,36}$' → '[a-zA-Z0-9_-]{1,36}' slightly relax input validation but don't indicate security fixes.
Diff
diff --git a/cli/latest/reference/datazone/create-listing-change-set.md b/cli/latest/reference/datazone/create-listing-change-set.md index 5b746f774..3bbae57f4 100644 --- a//cli/latest/reference/datazone/create-listing-change-set.md +++ b//cli/latest/reference/datazone/create-listing-change-set.md @@ -15 +15 @@ - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) » @@ -67,2 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo - --action <value> - [--client-token <value>] @@ -71 +68,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo - [--entity-revision <value>] @@ -72,0 +70,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo + [--entity-revision <value>] + --action <value> + [--client-token <value>] @@ -97,12 +97 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--action` (string) [required] - -> Specifies whether to publish or unpublish a listing. -> -> Possible values: -> -> * `PUBLISH` -> * `UNPUBLISH` -> - - -`--client-token` (string) +`--domain-identifier` (string) [required] @@ -110 +99 @@ 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 Amazon DataZone domain. @@ -114,3 +103 @@ 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}` @@ -120 +107 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--domain-identifier` (string) [required] +`--entity-identifier` (string) [required] @@ -122 +109 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> The ID of the Amazon DataZone domain. +> The ID of the asset. @@ -126 +113 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$` +> * pattern: `[a-zA-Z0-9_-]{1,36}` @@ -130 +117 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--entity-identifier` (string) [required] +`--entity-type` (string) [required] @@ -132 +119 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> The ID of the asset. +> The type of an entity. @@ -134 +121 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> Constraints: +> Possible values: @@ -136 +123,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> * pattern: `^[a-zA-Z0-9_-]{1,36}$` +> * `ASSET` +> * `DATA_PRODUCT` @@ -151 +139 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--entity-type` (string) [required] +`--action` (string) [required] @@ -153 +141 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> The type of an entity. +> Specifies whether to publish or unpublish a listing. @@ -157,2 +145,14 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> * `ASSET` -> * `DATA_PRODUCT` +> * `PUBLISH` +> * `UNPUBLISH` +> + + +`--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]+` @@ -267 +267 @@ listingId -> (string) -> * pattern: `^[a-zA-Z0-9_-]{1,36}$` +> * pattern: `[a-zA-Z0-9_-]{1,36}` @@ -304 +304 @@ status -> (string) - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) »