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

DisassociateExternalConnectionRequest

import type { DisassociateExternalConnectionRequest } from "https://aws-api.deno.dev/v0.4/services/codeartifact.ts?docs=full";
interface DisassociateExternalConnectionRequest {
domain: string;
domainOwner?: string | null;
externalConnection: string;
repository: string;
}

§Properties

§
domain: string
[src]

The name of the domain that contains the repository from which to remove the external repository.

§
domainOwner?: string | null
[src]

The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.

§
externalConnection: string
[src]

The name of the external connection to be removed from the repository.

§
repository: string
[src]

The name of the repository from which the external connection will be removed.