AWS cli documentation change
Summary
Updated AWS CLI version reference from 2.32.33 to 2.33.1. Restructured command parameters and output fields, including reordering parameters, modifying pattern constraints (removed '^' anchor), and reorganizing asset details in output. Added documentation for new fields like 'updatedBy' and expanded asset status details.
Security assessment
The changes involve documentation restructuring, parameter reordering, and pattern constraint modifications (removing start-of-string anchors) without evidence of addressing specific vulnerabilities. No security advisories, CVE references, or vulnerability fixes are mentioned. The pattern changes may allow broader input values but don't explicitly relate to security weaknesses.
Diff
diff --git a/cli/latest/reference/datazone/update-subscription-grant-status.md b/cli/latest/reference/datazone/update-subscription-grant-status.md index 44b8290ce..46721790a 100644 --- a//cli/latest/reference/datazone/update-subscription-grant-status.md +++ b//cli/latest/reference/datazone/update-subscription-grant-status.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 - --asset-identifier <value> @@ -69 +67,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo - [--failure-cause <value>] @@ -70,0 +69 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo + --asset-identifier <value> @@ -71,0 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo + [--failure-cause <value>] @@ -97,10 +96,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--asset-identifier` (string) [required] - -> The identifier of the asset the subscription grant status of which is to be updated. -> -> Constraints: -> -> * pattern: `^[a-zA-Z0-9_-]{1,36}$` -> - - @@ -113 +103 @@ 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}` @@ -117 +107 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--failure-cause` (structure) +`--identifier` (string) [required] @@ -119 +109 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> Specifies the error message that is returned if the operation cannot be successfully completed. +> The identifier of the subscription grant the status of which is to be updated. @@ -121 +111,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> message -> (string) +> Constraints: +> +> * pattern: `[a-zA-Z0-9_-]{1,36}` @@ -123,14 +114,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->> The description of the error message. - -Shorthand Syntax: - - - message=string - - -JSON Syntax: - - - { - "message": "string" - } @@ -139 +117 @@ JSON Syntax: -`--identifier` (string) [required] +`--asset-identifier` (string) [required] @@ -141 +119 @@ JSON Syntax: -> The identifier of the subscription grant the status of which is to be updated. +> The identifier of the asset the subscription grant status of which is to be updated. @@ -145 +123 @@ JSON Syntax: -> * pattern: `^[a-zA-Z0-9_-]{1,36}$` +> * pattern: `[a-zA-Z0-9_-]{1,36}` @@ -165,0 +144,22 @@ JSON Syntax: +`--failure-cause` (structure) + +> Specifies the error message that is returned if the operation cannot be successfully completed. +> +> message -> (string) +> +>> The description of the error message. + +Shorthand Syntax: + + + message=string + + +JSON Syntax: + + + { + "message": "string" + } + + @@ -269 +269 @@ Disable automatically prompt for CLI input parameters. -assets -> (list) +id -> (string) @@ -271 +271 @@ assets -> (list) -> The details of the asset for which the subscription grant is created. +> The identifier of the subscription grant. @@ -273 +273,3 @@ assets -> (list) -> (structure) +> Constraints: +> +> * pattern: `[a-zA-Z0-9_-]{1,36}` @@ -275,10 +276,0 @@ assets -> (list) ->> The details of the asset for which the subscription grant is created. ->> ->> assetId -> (string) [required] ->> ->>> The identifier of the asset for which the subscription grant is created. ->>> ->>> Constraints: ->>> ->>> * pattern: `^[a-zA-Z0-9_-]{1,36}$` ->>> @@ -286,10 +277,0 @@ assets -> (list) ->> ->> assetRevision -> (string) [required] ->> ->>> The revision of the asset for which the subscription grant is created. ->>> ->>> Constraints: ->>> ->>> * min: `1` ->>> * max: `64` ->>> @@ -297,13 +279 @@ assets -> (list) ->> ->> assetScope -> (structure) ->> ->>> The asset scope of the subscribed asset. ->>> ->>> assetId -> (string) [required] ->>> ->>>> The asset ID of the asset scope. ->>>> ->>>> Constraints: ->>>> ->>>> * pattern: `^[a-zA-Z0-9_-]{1,36}$` ->>>> +createdBy -> (string) @@ -311,15 +281 @@ assets -> (list) ->>> ->>> errorMessage -> (string) ->>> ->>>> The error message of the asset scope. ->>> ->>> filterIds -> (list) [required] ->>> ->>>> The filter IDs of the asset scope. ->>>> ->>>> (string) ->>>> ->>>>> Constraints: ->>>>> ->>>>> * pattern: `^[a-zA-Z0-9_-]{1,36}$` ->>>>> +> The Amazon DataZone domain user who created the subscription grant status. @@ -327,40 +283 @@ assets -> (list) ->>> ->>> status -> (string) [required] ->>> ->>>> The status of the asset scope. ->> ->> failureCause -> (structure) ->> ->>> The failure cause included in the details of the asset for which the subscription grant is created. ->>> ->>> message -> (string) ->>> ->>>> The description of the error message. ->> ->> failureTimestamp -> (timestamp) ->> ->>> The failure timestamp included in the details of the asset for which the subscription grant is created. ->> ->> grantedTimestamp -> (timestamp) ->> ->>> The timestamp of when the subscription grant to the asset is created. ->> ->> permissions -> (tagged union structure) ->> ->>> The asset permissions. ->>> ->>> ### Note ->>> ->>> This is a Tagged Union structure. Only one of the following top level keys can be set: `s3`. ->>> ->>> s3 -> (list) ->>> ->>>> The S3 details of the asset permissions. ->>>> ->>>> (string) ->>>> ->>>>> Possible values: ->>>>> ->>>>> * `READ` ->>>>> * `WRITE` ->>>>> +updatedBy -> (string) @@ -368,16 +285,10 @@ assets -> (list) ->> ->> status -> (string) [required] ->> ->>> The status of the asset for which the subscription grant is created. ->>>