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

PackageSource

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

The Amazon S3 location for importing the package specified as S3BucketName and S3Key

interface PackageSource {
S3BucketName?: string | null;
S3Key?: string | null;
}

§Properties

§
S3BucketName?: string | null
[src]

The name of the Amazon S3 bucket containing the package.

§
S3Key?: string | null
[src]

Key (file name) of the package.