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

ExportBundleRequest

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

Request structure used to request generation of custom SDK and tool packages required to integrate mobile web or app clients with backed AWS resources.

interface ExportBundleRequest {
bundleId: string;
platform?: Platform | null;
projectId?: string | null;
}

§Properties

§
bundleId: string
[src]

Unique bundle identifier.

§
platform?: Platform | null
[src]

Developer desktop or target application platform.

§
projectId?: string | null
[src]

Unique project identifier.