AWS neptune-analytics documentation change
Summary
Updated parameters to support multiple vertex labels and deprecated 'vertexLabel'
Security assessment
The changes improve parameter flexibility but do not address security issues or document security features.
Diff
diff --git a/neptune-analytics/latest/userguide/degree-mutate.md b/neptune-analytics/latest/userguide/degree-mutate.md index 3b70301ae..11a56cee8 100644 --- a//neptune-analytics/latest/userguide/degree-mutate.md +++ b//neptune-analytics/latest/userguide/degree-mutate.md @@ -20 +20,2 @@ The algorithm returns a single success flag (`true` or `false`), which indicates - vertexLabel: "a node label for filtering (optional)", + vertexLabels: " [a list of vertex labels for filtering (optional)]", + vertexLabel: "a node label for filtering (optional) [deprecated]", @@ -39,0 +41,4 @@ To filter on one more edge labels, provide a list of the ones to filter on. If n + * **vertexLabels** _(optional)_ – _type:_ `a list of vertex label strings`; _default: none_. + +Node labels for node filtering. To filter on one or more vertex labels, provide a list of node labels. Vertices matching any label in the vertexLabels list are the only vertices that are processed for degree computation. If no vertexLabels field is provided then all vertices are processed for degree computation. + @@ -42 +47 @@ To filter on one more edge labels, provide a list of the ones to filter on. If n -A node label for node filtering. If `vertexLabel` is provided, vertices matching the label are the only vertices that are processed, including vertices in the input list. +[deprecated] A node label for node filtering. Note that it is deprecated. If vertexLabels is provided, vertexLabel is ignored. @@ -104 +109 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -.pageRank +.degreeDistribution