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/es.ts?docs=full";

Container for request parameters to "DissociatePackage" operation.

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

§Properties

§
DomainName: string
[src]

Name of the domain that you want to associate the package with.

§
PackageID: string
[src]

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