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

RegisterPackageVersionRequest

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

§Properties

§
MarkLatest?: boolean | null
[src]

Whether to mark the new version as the latest version.

§
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.