StartGraph
Source:
src/AWS/NeptuneGraph/StartGraph.ts
Runtime binding for the StartGraph operation (IAM action neptune-graph:StartGraph),
scoped to one Graph.
Restarts the bound graph after it was stopped — m-NCU billing resumes and the graph transitions back to AVAILABLE. Provide the implementation with
Effect.provide(AWS.NeptuneGraph.StartGraphHttp).
Starting and Stopping a Graph
Section titled “Starting and Stopping a Graph”const startGraph = yield* NeptuneGraph.StartGraph(graph);
const result = yield* startGraph();// result.status → transitioning toward AVAILABLE