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

PackageListItem

import type { PackageListItem } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";

A package summary.

interface PackageListItem {
Arn?: string | null;
CreatedTime?: Date | number | null;
PackageId?: string | null;
PackageName?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Arn?: string | null
[src]

The package's ARN.

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

When the package was created.

§
PackageId?: string | null
[src]

The package's ID.

§
PackageName?: string | null
[src]

The package's name.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The package's tags.