AWS Security ChangesHomeSearch

AWS opensearch-service documentation change

Service: opensearch-service · 2025-04-28 · Documentation low

File: opensearch-service/latest/developerguide/supported-directquery-sql.md

Summary

Escaped hyphen in window function documentation

Security assessment

Markdown formatting fix with no security impact

Diff

diff --git a/opensearch-service/latest/developerguide/supported-directquery-sql.md b/opensearch-service/latest/developerguide/supported-directquery-sql.md
index 0a8ea4d9c..bf7b2886f 100644
--- a//opensearch-service/latest/developerguide/supported-directquery-sql.md
+++ b//opensearch-service/latest/developerguide/supported-directquery-sql.md
@@ -1873 +1873 @@ window(time_column, window_duration[, slide_duration[, start_time]]) | Bucketize
-window_time(window_column) | Extract the time value from time/session window column which can be used for event time value of window. The extracted time is (window.end - 1) which reflects the fact that the the aggregating windows have exclusive upper bound - [start, end) See 'Window Operations on Event Time' in Structured Streaming guide doc for detailed explanation and examples.  
+window_time(window_column) | Extract the time value from time/session window column which can be used for event time value of window. The extracted time is (window.end - 1) which reflects the fact that the the aggregating windows have exclusive upper bound \- [start, end) See 'Window Operations on Event Time' in Structured Streaming guide doc for detailed explanation and examples.