AWS cli documentation change
Summary
Updated AWS DataZone reject-predictions command documentation for CLI version 2.33.1. Changes include: reordered parameters, modified parameter constraints/patterns, restructured reject-rule/reject-choices definitions, updated output field names/patterns, and added new field requirements.
Security assessment
The changes involve parameter reordering, documentation updates, and pattern adjustments without any mention of security vulnerabilities, patches, or security features. No evidence of CVE fixes, vulnerability disclosures, or security enhancements exists in the diff.
Diff
diff --git a/cli/latest/reference/datazone/reject-predictions.md b/cli/latest/reference/datazone/reject-predictions.md index 624d14693..63b249c83 100644 --- a//cli/latest/reference/datazone/reject-predictions.md +++ b//cli/latest/reference/datazone/reject-predictions.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>] @@ -70,2 +68,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo - [--reject-choices <value>] - [--reject-rule <value>] @@ -72,0 +70,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo + [--reject-rule <value>] + [--reject-choices <value>] + [--client-token <value>] @@ -97 +97 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--client-token` (string) +`--domain-identifier` (string) [required] @@ -99 +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 identifier of the Amazon DataZone domain. @@ -103,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}` @@ -109 +107 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--domain-identifier` (string) [required] +`--identifier` (string) [required] @@ -111 +109 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> The identifier of the Amazon DataZone domain. +> The identifier of the prediction. @@ -115 +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}` @@ -119 +117 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--identifier` (string) [required] +`--revision` (string) @@ -121 +119 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> The identifier of the prediction. +> The revision that is to be made to the asset. @@ -125 +123,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> * pattern: `^[a-zA-Z0-9_-]{1,36}$` +> * min: `1` +> * max: `64` @@ -129 +128 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -`--reject-choices` (list) +`--reject-rule` (structure) @@ -131 +130 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be rejected. +> Specifies the rule (or the conditions) under which a prediction can be rejected. @@ -133 +132 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo -> (structure) +> rule -> (string) @@ -135,3 +134 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->> The details of the automatically generated business metadata that is rejected. ->> ->> predictionChoices -> (list) +>> Specifies whether you want to reject the top prediction for all targets or none. @@ -139,3 +136 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->>> Specifies the the automatically generated business metadata that can be rejected. ->>> ->>> (integer) +>> Possible values: @@ -143 +138,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->> predictionTarget -> (string) [required] +>> * `ALL` +>> * `NONE` @@ -145 +141,5 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo ->>> Specifies the target (for example, a column name) where a prediction can be rejected. + +> +> threshold -> (float) +> +>> The confidence score that specifies the condition at which a prediction can be rejected. @@ -150 +150 @@ Shorthand Syntax: - predictionChoices=integer,integer,predictionTarget=string ... + rule=string,threshold=float @@ -156 +155,0 @@ JSON Syntax: - [ @@ -158,2 +157,2 @@ JSON Syntax: - "predictionChoices": [integer, ...], - "predictionTarget": "string" + "rule": "ALL"|"NONE", + "threshold": float @@ -161,2 +159,0 @@ JSON Syntax: - ... - ] @@ -165 +162 @@ JSON Syntax: -`--reject-rule` (structure) +`--reject-choices` (list) @@ -167 +164 @@ JSON Syntax: -> Specifies the rule (or the conditions) under which a prediction can be rejected. +> Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be rejected. @@ -169 +166 @@ JSON Syntax: -> rule -> (string) +> (structure) @@ -171 +168 @@ JSON Syntax: ->> Specifies whether you want to reject the top prediction for all targets or none. +>> The details of the automatically generated business metadata that is rejected. @@ -173 +170 @@ JSON Syntax: ->> Possible values: +>> predictionTarget -> (string) [required] @@ -175,2 +172 @@ JSON Syntax: ->> * `ALL` ->> * `NONE` +>>> Specifies the target (for example, a column name) where a prediction can be rejected. @@ -178,5 +174,5 @@ JSON Syntax: - -> -> threshold -> (float) -> ->> The confidence score that specifies the condition at which a prediction can be rejected. +>> predictionChoices -> (list) +>> +>>> Specifies the the automatically generated business metadata that can be rejected. +>>> +>>> (integer) @@ -187 +183 @@ Shorthand Syntax: - rule=string,threshold=float + predictionTarget=string,predictionChoices=integer,integer ... @@ -192,0 +189 @@ JSON Syntax: + [ @@ -194,2 +191,2 @@ JSON Syntax: - "rule": "ALL"|"NONE", - "threshold": float + "predictionTarget": "string", + "predictionChoices": [integer, ...] @@ -196,0 +194,2 @@ JSON Syntax: + ... + ] @@ -199 +198 @@ JSON Syntax: -`--revision` (string) +`--client-token` (string) @@ -201 +200 @@ JSON Syntax: -> The revision that is to be made to the asset. +> A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. @@ -206 +205,2 @@ JSON Syntax: -> * max: `64` +> * max: `128` +> * pattern: `[\x21-\x7E]+` @@ -309 +309 @@ Disable automatically prompt for CLI input parameters. -assetId -> (string) +domainId -> (string) @@ -311 +311 @@ assetId -> (string) -> The ID of the asset. +> The ID of the Amazon DataZone domain. @@ -315 +315 @@ assetId -> (string) -> * pattern: `^[a-zA-Z0-9_-]{1,36}$` +> * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}` @@ -319 +319 @@ assetId -> (string) -assetRevision -> (string) +assetId -> (string) @@ -321 +321 @@ assetRevision -> (string) -> The revision that is to be made to the asset. +> The ID of the asset. @@ -325,2 +325 @@ assetRevision -> (string) -> * min: `1` -> * max: `64` +> * pattern: `[a-zA-Z0-9_-]{1,36}` @@ -330 +329 @@ assetRevision -> (string) -domainId -> (string) +assetRevision -> (string) @@ -332 +331 @@ domainId -> (string) -> The ID of the Amazon DataZone domain. +> The revision that is to be made to the asset. @@ -336 +335,2 @@ domainId -> (string) -> * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$` +> * min: `1` +> * max: `64` @@ -350 +350 @@ domainId -> (string) - * [AWS CLI 2.32.33 Command Reference](../../index.html) » + * [AWS CLI 2.33.1 Command Reference](../../index.html) »