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

DissociatePackageRequest

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

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

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

§Properties

§
DomainName: string
[src]

The name of the domain to associate the package with.

§
PackageID: string
[src]

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