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

DescribePackageVersionRequest

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

§Properties

§
OwnerAccount?: string | null
[src]

The version's owner account.

§
PackageId: string
[src]

The version's ID.

§
PackageVersion: string
[src]

The version's version.

§
PatchVersion?: string | null
[src]

The version's patch version.