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

ExportProjectResult

import type { ExportProjectResult } from "https://aws-api.deno.dev/v0.3/services/mobile.ts?docs=full";

Result structure used for requests to export project configuration details.

interface ExportProjectResult {
downloadUrl?: string | null;
shareUrl?: string | null;
snapshotId?: string | null;
}

§Properties

§
downloadUrl?: string | null
[src]

URL which can be used to download the exported project configuation file(s).

§
shareUrl?: string | null
[src]

URL which can be shared to allow other AWS users to create their own project in AWS Mobile Hub with the same configuration as the specified project. This URL pertains to a snapshot in time of the project configuration that is created when this API is called. If you want to share additional changes to your project configuration, then you will need to create and share a new snapshot by calling this method again.

§
snapshotId?: string | null
[src]

Unique identifier for the exported snapshot of the project configuration. This snapshot identifier is included in the share URL.