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).
Managing Snapshots
Section titled “Managing Snapshots”const listSnapshots = yield* NeptuneGraph.ListGraphSnapshots(graph);
const { graphSnapshots } = yield* listSnapshots();