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

ExportBundleResult

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

Result structure which contains link to download custom-generated SDK and tool packages used to integrate mobile web or app clients with backed AWS resources.

interface ExportBundleResult {
downloadUrl?: string | null;
}

§Properties

§
downloadUrl?: string | null
[src]

URL which contains the custom-generated SDK and tool packages used to integrate the client mobile app or web app with the AWS resources created by the AWS Mobile Hub project.