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

CreatePackageRequest

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

Container for request parameters to the "CreatePackage" operation.

interface CreatePackageRequest {
PackageDescription?: string | null;
PackageName: string;
PackageSource: PackageSource;
PackageType: PackageType;
}

§Properties

§
PackageDescription?: string | null
[src]

Description of the package.

§
PackageName: string
[src]

Unique identifier for the package.

§
PackageSource: PackageSource
[src]

The Amazon S3 location from which to import the package.

§
PackageType: PackageType
[src]

Type of package. Currently supports only TXT-DICTIONARY.