AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.32.33 to 2.33.1. Reordered command parameters and restructured documentation. Modified parameter constraints, patterns, and descriptions for domain-identifier, name, glossary-terms, forms-input, items, and output fields. Changed pattern validations to remove start/end anchors (^/$) and adjusted field requirements.
Security assessment
The changes involve documentation restructuring, parameter reordering, and pattern constraint updates without any security vulnerability fixes. Pattern changes (e.g., removing ^/$ anchors) are syntax adjustments, not security patches. No CVE, vulnerability, or security incident is referenced.
Diff
diff --git a/cli/latest/reference/datazone/create-data-product.md b/cli/latest/reference/datazone/create-data-product.md index 98ade6d2a..41ece4700 100644 --- a//cli/latest/reference/datazone/create-data-product.md +++ b//cli/latest/reference/datazone/create-data-product.md @@ -15 +15 @@ - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) » @@ -78,2 +77,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo - [--client-token <value>] - [--description <value>] @@ -81,3 +78,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo - [--forms-input <value>] - [--glossary-terms <value>] - [--items <value>] @@ -85,0 +81,5 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo + [--description <value>] + [--glossary-terms <value>] + [--forms-input <value>] + [--items <value>] + [--client-token <value>] @@ -110 +110 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--client-token` (string) +`--domain-identifier` (string) [required] @@ -112 +112,11 @@ 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 the data product is created. +> +> Constraints: +> +> * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}` +> + + +`--name` (string) [required] + +> The name of the data product. @@ -117,2 +127,11 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> * max: `128` -> * pattern: `^[\x21-\x7E]+$` +> * max: `64` +> + + +`--owning-project-identifier` (string) [required] + +> The ID of the owning project of the data product. +> +> Constraints: +> +> * pattern: `[a-zA-Z0-9_-]{1,36}` @@ -133 +152 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--domain-identifier` (string) [required] +`--glossary-terms` (list) @@ -135 +154 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> The ID of the domain where the data product is created. +> The glossary terms of the data product. @@ -139 +158,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$` +> * min: `1` +> * max: `20` +> + @@ -140,0 +163,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo +> (string) +> +>> Constraints: +>> +>> * pattern: `[a-zA-Z0-9_-]{1,36}` +>> + + +Syntax: + + + "string" "string" ... @@ -157,11 +190,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->> ->> content -> (string) ->> ->>> The content of the metadata form. ->>> ->>> Constraints: ->>> ->>> * min: `0` ->>> * max: `300000` ->>> - @@ -177 +200 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->>> * pattern: `^(?![0-9_])\w+$|^_\w*[a-zA-Z0-9]\w*$` +>>> * pattern: `(?![0-9_])\w+$|^_\w*[a-zA-Z0-9]\w*` @@ -189 +212 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->>> * pattern: `^(?!\.)[\w\.]*\w$` +>>> * pattern: `(?!\.)[\w\.]*\w` @@ -201 +224,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->>> * pattern: `^[a-zA-Z0-9_-]+$` +>>> * pattern: `[a-zA-Z0-9_-]+` +>>> + +>> +>> content -> (string) +>> +>>> The content of the metadata form. +>>> +>>> Constraints: +>>> +>>> * min: `0` +>>> * max: `300000` @@ -208 +242 @@ Shorthand Syntax: - content=string,formName=string,typeIdentifier=string,typeRevision=string ... + formName=string,typeIdentifier=string,typeRevision=string,content=string ... @@ -216 +249,0 @@ JSON Syntax: - "content": "string", @@ -219 +252,2 @@ JSON Syntax: - "typeRevision": "string" + "typeRevision": "string", + "content": "string" @@ -225,25 +258,0 @@ JSON Syntax: -`--glossary-terms` (list) - -> The glossary terms of the data product. -> -> Constraints: -> -> * min: `1` -> * max: `20` -> - -> -> (string) -> ->> Constraints: ->> ->> * pattern: `^[a-zA-Z0-9_-]{1,36}$` ->> - - -Syntax: - - - "string" "string" ... - - @@ -264 +273 @@ Syntax: ->> glossaryTerms -> (list) +>> itemType -> (string) [required] @@ -266,6 +275 @@ Syntax: ->>> The glossary terms of the data product. ->>> ->>> Constraints: ->>> ->>> * min: `1` ->>> * max: `2` +>>> The type of the data product. @@ -273 +277 @@ Syntax: - +>>> Possible values: @@ -275 +279 @@ Syntax: ->>> (string) +>>> * `ASSET` @@ -277,4 +280,0 @@ Syntax: ->>>> Constraints: ->>>> ->>>> * pattern: `^[a-zA-Z0-9_-]{1,36}$` ->>>> @@ -289 +289 @@ Syntax: ->>> * pattern: `^[a-zA-Z0-9_-]{1,36}$` +>>> * pattern: `[a-zA-Z0-9_-]{1,36}` @@ -293 +293 @@ Syntax: ->> itemType -> (string) [required] +>> revision -> (string) @@ -295 +295 @@ Syntax: ->>> The type of the data product. +>>> The revision of the data product. @@ -297 +297 @@ Syntax: ->>> Possible values: +>>> Constraints: @@ -299 +299,2 @@ Syntax: ->>> * `ASSET` +>>> * min: `1` +>>> * max: `64` @@ -303 +304 @@ Syntax: ->> revision -> (string) +>> glossaryTerms -> (list) @@ -305 +306 @@ Syntax: ->>> The revision of the data product. +>>> The glossary terms of the data product. @@ -310 +311 @@ Syntax: ->>> * max: `64` +>>> * max: `2` @@ -312,0 +314,8 @@ Syntax: +>>> +>>> (string) +>>> +>>>> Constraints: +>>>> +>>>> * pattern: `[a-zA-Z0-9_-]{1,36}` +>>>> + @@ -317 +326 @@ Shorthand Syntax: - glossaryTerms=string,string,identifier=string,itemType=string,revision=string ...