AWS cli documentation change
Summary
Updated CLI version references from 2.28.16 to 2.28.19 and expanded documentation for EDI validation to include details about validation scope and results reporting
Security assessment
The change adds documentation about enhanced validation capabilities (including custom validation rules) which helps implement data integrity checks, but does not indicate a specific security vulnerability being patched. The validation improvements could indirectly improve security posture by preventing malformed EDI data processing.
Diff
diff --git a/cli/latest/reference/b2bi/create-partnership.md b/cli/latest/reference/b2bi/create-partnership.md index ed2142843..ef22d9dd8 100644 --- a//cli/latest/reference/b2bi/create-partnership.md +++ b//cli/latest/reference/b2bi/create-partnership.md @@ -15 +15 @@ - * [AWS CLI 2.28.16 Command Reference](../../index.html) » + * [AWS CLI 2.28.19 Command Reference](../../index.html) » @@ -225 +225 @@ Syntax: ->>>>> 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. @@ -636 +636 @@ capabilityOptions -> (structure) ->>>>> 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. @@ -748 +748 @@ createdAt -> (timestamp) - * [AWS CLI 2.28.16 Command Reference](../../index.html) » + * [AWS CLI 2.28.19 Command Reference](../../index.html) »