Skip to content

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).

const startGraph = yield* NeptuneGraph.StartGraph(graph);
const result = yield* startGraph();
// result.status → transitioning toward AVAILABLE