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

CreatePackageResponse

import type { CreatePackageResponse } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";
interface CreatePackageResponse {
Arn?: string | null;
PackageId?: string | null;
StorageLocation: StorageLocation;
}

§Properties

§
Arn?: string | null
[src]

The package's ARN.

§
PackageId?: string | null
[src]

The package's ID.

§
StorageLocation: StorageLocation
[src]

The package's storage location.