AWS cli documentation change
Summary
Updated AWS CLI version references from 2.34.63 to 2.35.1. Modified parameter patterns by removing start/end anchors (^/$). Swapped order of documentName and documentFile parameters in JSON/shorthand syntax and updated their constraints. Revised exemption-type pattern and moved its documentation block.
Security assessment
Changes involve routine documentation updates (version numbers), pattern syntax adjustments (removing ^/$ anchors), and parameter ordering modifications. No CVE references, vulnerability fixes, or explicit security context are present. The pattern changes appear to relax validation rules but lack evidence of addressing specific security vulnerabilities.
Diff
diff --git a/cli/latest/reference/taxsettings/put-tax-exemption.md b/cli/latest/reference/taxsettings/put-tax-exemption.md index e87baef1c..580867fbc 100644 --- a//cli/latest/reference/taxsettings/put-tax-exemption.md +++ b//cli/latest/reference/taxsettings/put-tax-exemption.md @@ -15 +15 @@ - * [AWS CLI 2.34.63 Command Reference](../../index.html) » + * [AWS CLI 2.35.1 Command Reference](../../index.html) » @@ -69 +68,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/taxset - --exemption-certificate <value> @@ -70,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/taxset + --exemption-certificate <value> @@ -113 +113 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/taxset ->> * pattern: `^\d+$` +>> * pattern: `\d+` @@ -135 +135 @@ Syntax: ->> * pattern: `^[a-zA-Z]+$` +>> * pattern: `[a-zA-Z]+` @@ -147 +147 @@ Syntax: ->> * pattern: `^(?!\s*$)[\s\S]+$` +>> * pattern: `(?!\s*$)[\s\S]+` @@ -165,0 +166,12 @@ JSON Syntax: +`--exemption-type` (string) [required] + +> The exemption type. Use the supported tax exemption type description. +> +> Constraints: +> +> * min: `1` +> * max: `200` +> * pattern: `[\s\S]*` +> + + @@ -170 +182 @@ JSON Syntax: -> documentFile -> (blob) [required] +> documentName -> (string) [required] @@ -172 +184 @@ JSON Syntax: ->> The exemption certificate file content. +>> The exemption certificate file name. @@ -176,2 +188,3 @@ JSON Syntax: ->> * min: `1` ->> * max: `4194304` +>> * min: `0` +>> * max: `128` +>> * pattern: `([A-Za-z0-9_.-]+)\.([pP][dD][fF]|[jJ][pP][gG]|[pP][nN][gG])` @@ -181 +194 @@ JSON Syntax: -> documentName -> (string) [required] +> documentFile -> (blob) [required] @@ -183 +196 @@ JSON Syntax: ->> The exemption certificate file name. +>> The exemption certificate file content. @@ -187,3 +200,2 @@ JSON Syntax: ->> * min: `0` ->> * max: `128` ->> * pattern: `^([A-Za-z0-9-_.]+).(pdf|jpg|png)$` +>> * min: `1` +>> * max: `4194304` @@ -196 +208 @@ Shorthand Syntax: - documentFile=blob,documentName=string + documentName=string,documentFile=blob @@ -203,2 +215,2 @@ JSON Syntax: - "documentFile": blob, - "documentName": "string" + "documentName": "string", + "documentFile": blob @@ -208,12 +219,0 @@ JSON Syntax: -`--exemption-type` (string) [required] - -> The exemption type. Use the supported tax exemption type description. -> -> Constraints: -> -> * min: `1` -> * max: `200` -> * pattern: `^[\s\S]*$` -> - - @@ -341 +341 @@ caseId -> (string) -> * pattern: `^[\s\S]*$` +> * pattern: `[\s\S]*` @@ -355 +355 @@ caseId -> (string) - * [AWS CLI 2.34.63 Command Reference](../../index.html) » + * [AWS CLI 2.35.1 Command Reference](../../index.html) »