Skip to content

ListGraphSnapshots

Source: src/AWS/NeptuneGraph/ListGraphSnapshots.ts

Runtime binding for the ListGraphSnapshots operation (IAM action neptune-graph:ListGraphSnapshots), scoped to one Graph.

Lists the snapshots of the bound graph. Provide the implementation with Effect.provide(AWS.NeptuneGraph.ListGraphSnapshotsHttp).

const listSnapshots = yield* NeptuneGraph.ListGraphSnapshots(graph);
const { graphSnapshots } = yield* listSnapshots();