StopGraph
Source:
src/AWS/NeptuneGraph/StopGraph.ts
Runtime binding for the StopGraph operation (IAM action neptune-graph:StopGraph),
scoped to one Graph.
Stops the bound graph to pause compute (m-NCU) billing while retaining data — e.g. a scheduler Lambda parking dev graphs overnight. Restart with StartGraph. Provide the implementation with
Effect.provide(AWS.NeptuneGraph.StopGraphHttp).
Starting and Stopping a Graph
Section titled “Starting and Stopping a Graph”const stopGraph = yield* NeptuneGraph.StopGraph(graph);
const result = yield* stopGraph();// result.status → "STOPPING"