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

AssociatePackageRequest

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

Container for the request parameters to the "AssociatePackage" operation.

interface AssociatePackageRequest {
DomainName: string;
PackageID: string;
}

§Properties

§
DomainName: string
[src]

The name of the domain to associate the package with.

§
PackageID: string
[src]

Internal ID of the package to associate with a domain. Use DescribePackages to find this value.