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

DeletePackageRequest

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

§Properties

§
ForceDelete?: boolean | null
[src]

Delete the package even if it has artifacts stored in its access point. Deletes the package's artifacts from Amazon S3.

§
PackageId: string
[src]

The package's ID.