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

DeregisterPackageVersionRequest

import type { DeregisterPackageVersionRequest } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";
interface DeregisterPackageVersionRequest {
OwnerAccount?: string | null;
PackageId: string;
PackageVersion: string;
PatchVersion: string;
UpdatedLatestPatchVersion?: string | null;
}

§Properties

§
OwnerAccount?: string | null
[src]

An owner account.

§
PackageId: string
[src]

A package ID.

§
PackageVersion: string
[src]

A package version.

§
PatchVersion: string
[src]

A patch version.

§
UpdatedLatestPatchVersion?: string | null
[src]

If the version was marked latest, the new version to maker as latest.