AWS cli documentation change
Summary
Updated CLI version reference from 2.28.16 to 2.28.19 and expanded EDI validation documentation to include details about validation checks performed
Security assessment
The change adds documentation about enhanced EDI validation features including custom validation rules and security-related checks (element length constraints, code list validations). While this improves transparency about data validation processes, there is no evidence this addresses a specific security vulnerability.
Diff
diff --git a/cli/latest/reference/b2bi/list-partnerships.md b/cli/latest/reference/b2bi/list-partnerships.md index 2f42ec67f..734dd9658 100644 --- a//cli/latest/reference/b2bi/list-partnerships.md +++ b//cli/latest/reference/b2bi/list-partnerships.md @@ -15 +15 @@ - * [AWS CLI 2.28.16 Command Reference](../../index.html) » + * [AWS CLI 2.28.19 Command Reference](../../index.html) » @@ -342 +342 @@ partnerships -> (list) ->>>>>>> Specifies whether or not to validate the EDI for this X12 object: `TRUE` or `FALSE` . +>>>>>>> Specifies whether or not to validate the EDI for this X12 object: `TRUE` or `FALSE` . When enabled, this performs both standard EDI validation and applies any configured custom validation rules including element length constraints, code list validations, and element requirement checks. Validation results are returned in the response validation messages. @@ -462 +462 @@ nextToken -> (string) - * [AWS CLI 2.28.16 Command Reference](../../index.html) » + * [AWS CLI 2.28.19 Command Reference](../../index.html) »