Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListSnapshotsResult

import type { ListSnapshotsResult } from "https://aws-api.deno.dev/v0.4/services/gamesparks.ts?docs=full";
interface ListSnapshotsResult {
NextToken?: string | null;
Snapshots?: SnapshotSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token that indicates the start of the next sequential page of results.

Use this value when making the next call to this operation to continue where the last one finished.

§
Snapshots?: SnapshotSummary[] | null
[src]

A list of snapshot summaries. You can use the returned snapshot IDs in the UpdateSnapshot and GetSnapshot operations.