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

DescribePackageVersionResponse

import type { DescribePackageVersionResponse } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";
interface DescribePackageVersionResponse {
IsLatestPatch: boolean;
OwnerAccount?: string | null;
PackageArn?: string | null;
PackageId: string;
PackageName: string;
PackageVersion: string;
PatchVersion: string;
RegisteredTime?: Date | number | null;
StatusDescription?: string | null;
}

§Properties

§
IsLatestPatch: boolean
[src]

Whether the version is the latest available.

§
OwnerAccount?: string | null
[src]

The account ID of the version's owner.

§
PackageArn?: string | null
[src]

The ARN of the package.

§
PackageId: string
[src]

The version's ID.

§
PackageName: string
[src]

The version's name.

§
PackageVersion: string
[src]

The version's version.

§
PatchVersion: string
[src]

The version's patch version.

§
RegisteredTime?: Date | number | null
[src]

The version's registered time.

§

The version's status.

§
StatusDescription?: string | null
[src]

The version's status description.