AWS Security ChangesHomeSearch

AWS neptune-analytics documentation change

Service: neptune-analytics · 2026-06-25 · Documentation low

File: neptune-analytics/latest/userguide/label-propagation.md

Summary

Fixed keyword casing (YIELD/RETURN) and changed concurrency values in multiple examples

Security assessment

Syntax corrections and parameter adjustments in query examples with no security impact or relation to security features.

Diff

diff --git a/neptune-analytics/latest/userguide/label-propagation.md b/neptune-analytics/latest/userguide/label-propagation.md
index 8bd6d5fa9..063fbfa5a 100644
--- a//neptune-analytics/latest/userguide/label-propagation.md
+++ b//neptune-analytics/latest/userguide/label-propagation.md
@@ -36,2 +36,2 @@ The time complexity of the algorithm is `O(k|E|)`, where `|E|` is the number of
-    Yield node, community
-    Return node, community
+    YIELD node, community
+    RETURN node, community
@@ -125 +125 @@ This is a standalone example, where the source node list is explicitly provided
-        concurrency: 2
+        concurrency: 0
@@ -134 +134 @@ This is a query integration example, where `.labelPropagation` uses the output o
-    Match (n) 
+    MATCH (n) 
@@ -146 +146 @@ This is a query integration example, where `.labelPropagation` uses the output o
-        concurrency: 2
+        concurrency: 0