AWS Security ChangesHomeSearch

AWS b2bi documentation change

Service: b2bi · 2025-07-25 · Documentation low

File: b2bi/latest/userguide/events-detail-reference.md

Summary

Replaced original-is-valid field with validation-status in event documentation

Security assessment

Documentation update for improved validation status tracking. No evidence of security vulnerability mitigation - appears to be a feature enhancement for better status reporting.

Diff

diff --git a/b2bi/latest/userguide/events-detail-reference.md b/b2bi/latest/userguide/events-detail-reference.md
index 6e9430697..02ab3fe92 100644
--- a//b2bi/latest/userguide/events-detail-reference.md
+++ b//b2bi/latest/userguide/events-detail-reference.md
@@ -247,3 +247,3 @@ The `source` and `detail-type` fields are included because they contain specific
-              "split-is-valid": false,
-              "original-is-valid": false
-           }
+              "split-is-valid": false
+           },
+           "validation-status": "FAILED"
@@ -312 +312,11 @@ Whether the current split is valid according to X12 standard.
-`original-is-valid`
+`validation-status`
+    
+
+Indicates the validity of the original (pre-split) EDI file. Possible values:
+
+  * `SUCCEEDED`: The original EDI file is valid.
+
+  * `FAILED`: The original EDI file is invalid.
+
+  * `NOT_ATTEMPTED`: The validity check wasn't performed due to an earlier failure in the process.
+
@@ -315 +324,0 @@ Whether the current split is valid according to X12 standard.
-Whether the original pre-split EDI is valid.