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

CreatePackageRequest

import type { CreatePackageRequest } from "https://aws-api.deno.dev/v0.4/services/panorama.ts?docs=full";
interface CreatePackageRequest {
PackageName: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
PackageName: string
[src]

A name for the package.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Tags for the package.