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

PackageDetails

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

Basic information about a package.

interface PackageDetails {
AvailablePackageVersion?: string | null;
CreatedAt?: Date | number | null;
ErrorDetails?: ErrorDetails | null;
LastUpdatedAt?: Date | number | null;
PackageDescription?: string | null;
PackageID?: string | null;
PackageName?: string | null;
PackageStatus?: PackageStatus | null;
PackageType?: PackageType | null;
}

§Properties

§
AvailablePackageVersion?: string | null
[src]
§
CreatedAt?: Date | number | null
[src]

The timestamp of when the package was created.

§
ErrorDetails?: ErrorDetails | null
[src]

Additional information if the package is in an error state. Null otherwise.

§
LastUpdatedAt?: Date | number | null
[src]
§
PackageDescription?: string | null
[src]

User-specified description of the package.

§
PackageID?: string | null
[src]

Internal ID of the package.

§
PackageName?: string | null
[src]

User-specified name of the package.

§
PackageStatus?: PackageStatus | null
[src]

Current state of the package. Values are COPYING, COPY_FAILED, AVAILABLE, DELETING, and DELETE_FAILED.

§
PackageType?: PackageType | null
[src]

Currently supports only TXT-DICTIONARY.