AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.32.33 to 2.33.1. Reordered command parameters, modified parameter descriptions and constraints, updated pattern validations, restructured target parameter syntax, and reorganized output fields.
Security assessment
The changes involve routine documentation updates including CLI version bump, parameter reorganization, and pattern constraint modifications (e.g., removing regex anchors). There are no references to vulnerabilities, security incidents, or access control changes. The client-token parameter remains for idempotency but isn't security-related.
Diff
diff --git a/cli/latest/reference/datazone/start-metadata-generation-run.md b/cli/latest/reference/datazone/start-metadata-generation-run.md index 964a7d9db..b8eaca653 100644 --- a//cli/latest/reference/datazone/start-metadata-generation-run.md +++ b//cli/latest/reference/datazone/start-metadata-generation-run.md @@ -15 +15 @@ - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) » @@ -77 +76,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo - [--client-token <value>] @@ -79,2 +77,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo - --owning-project-identifier <value> - --target <value> @@ -82,0 +80,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo + --target <value> + [--client-token <value>] + --owning-project-identifier <value> @@ -107 +107 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--client-token` (string) +`--domain-identifier` (string) [required] @@ -109 +109 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided. +> The ID of the Amazon DataZone domain where you want to start a metadata generation run. @@ -113,3 +113 @@ 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}` @@ -119 +117 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--domain-identifier` (string) [required] +`--type` (string) @@ -121 +119 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> The ID of the Amazon DataZone domain where you want to start a metadata generation run. +> The type of the metadata generation run. @@ -123 +121 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> Constraints: +> Possible values: @@ -125 +123,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$` +> * `BUSINESS_DESCRIPTIONS` +> * `BUSINESS_NAMES` +> * `BUSINESS_GLOSSARY_ASSOCIATIONS` @@ -129 +129 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--owning-project-identifier` (string) [required] +`--types` (list) @@ -131 +131 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> The ID of the project that owns the asset for which you want to start a metadata generation run. +> The types of the metadata generation run. @@ -135 +135,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> * pattern: `^[a-zA-Z0-9_-]{1,36}$` +> * min: `1` +> * max: `2` @@ -137,0 +139,16 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo +> +> (string) +> +>> Possible values: +>> +>> * `BUSINESS_DESCRIPTIONS` +>> * `BUSINESS_NAMES` +>> * `BUSINESS_GLOSSARY_ASSOCIATIONS` +>> + + +Syntax: + + + "string" "string" ... + @@ -141,0 +159,10 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo +> +> type -> (string) [required] +> +>> The type of the asset for which metadata was generated. +>> +>> Possible values: +>> +>> * `ASSET` +>> + @@ -157,10 +183,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> -> type -> (string) [required] -> ->> The type of the asset for which metadata was generated. ->> ->> Possible values: ->> ->> * `ASSET` ->> - @@ -171 +188 @@ Shorthand Syntax: - identifier=string,revision=string,type=string + type=string,identifier=string,revision=string @@ -177,0 +195 @@ JSON Syntax: + "type": "ASSET", @@ -179,2 +197 @@ JSON Syntax: - "revision": "string", - "type": "ASSET" + "revision": "string" @@ -184 +201 @@ JSON Syntax: -`--type` (string) +`--client-token` (string) @@ -186 +203 @@ JSON Syntax: -> The type of the metadata generation run. +> A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided. @@ -188 +205 @@ JSON Syntax: -> Possible values: +> Constraints: @@ -190,3 +207,3 @@ JSON Syntax: -> * `BUSINESS_DESCRIPTIONS` -> * `BUSINESS_NAMES` -> * `BUSINESS_GLOSSARY_ASSOCIATIONS` +> * min: `1` +> * max: `128` +> * pattern: `[\x21-\x7E]+` @@ -196 +213 @@ JSON Syntax: -`--types` (list) +`--owning-project-identifier` (string) [required] @@ -198 +215 @@ JSON Syntax: -> The types of the metadata generation run. +> The ID of the project that owns the asset for which you want to start a metadata generation run. @@ -202,2 +219 @@ JSON Syntax: -> * min: `1` -> * max: `2` +> * pattern: `[a-zA-Z0-9_-]{1,36}` @@ -206,16 +221,0 @@ JSON Syntax: -> -> (string) -> ->> Possible values: ->> ->> * `BUSINESS_DESCRIPTIONS` ->> * `BUSINESS_NAMES` ->> * `BUSINESS_GLOSSARY_ASSOCIATIONS` ->> - - -Syntax: - - - "string" "string" ... - @@ -322,8 +321,0 @@ Disable automatically prompt for CLI input parameters. -createdAt -> (timestamp) - -> The timestamp at which the metadata generation run was started. - -createdBy -> (string) - -> The ID of the user who started the metadata generation run. - @@ -336 +328 @@ domainId -> (string) -> * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$` +> * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}` @@ -346,11 +338 @@ id -> (string) -> * pattern: `^[a-zA-Z0-9_-]{1,36}$` -> - - -owningProjectId -> (string) - -> The ID of the project that owns the asset for which the metadata generation run was started. -> -> Constraints: -> -> * pattern: `^[a-zA-Z0-9_-]{1,36}$` +> * pattern: `[a-zA-Z0-9_-]{1,36}` @@ -407,0 +390,18 @@ types -> (list) +createdAt -> (timestamp) + +> The timestamp at which the metadata generation run was started. + +createdBy -> (string) + +> The ID of the user who started the metadata generation run. + +owningProjectId -> (string) + +> The ID of the project that owns the asset for which the metadata generation run was started. +> +> Constraints: +> +> * pattern: `[a-zA-Z0-9_-]{1,36}` +> + + @@ -418 +418 @@ types -> (list) - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) »