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

ExportSnapshotResult

import type { ExportSnapshotResult } from "https://aws-api.deno.dev/v0.4/services/gamesparks.ts?docs=full";
interface ExportSnapshotResult {
S3Url?: string | null;
}

§Properties

§
S3Url?: string | null
[src]

The presigned URL for the snapshot data.

This URL will be available for 10 minutes, and can be used to download the snapshot content. If the URL expires, a new one can be requested using the same operation.