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

DescribeBundleRequest

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

Request structure to request the details of a specific bundle.

interface DescribeBundleRequest {
bundleId: string;
}

§Properties

§
bundleId: string
[src]

Unique bundle identifier.