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

CopyPackageVersionsRequest

import type { CopyPackageVersionsRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codeartifact.ts";
interface CopyPackageVersionsRequest {
allowOverwrite?: boolean | null;
destinationRepository: string;
domain: string;
domainOwner?: string | null;
format: PackageFormat;
includeFromUpstream?: boolean | null;
namespace?: string | null;
package: string;
sourceRepository: string;
versionRevisions?: {
[key: string]: string | null | undefined;
}
| null;
versions?: string[] | null;
}

§Properties

§
allowOverwrite?: boolean | null
[src]
§
destinationRepository: string
[src]
§
domain: string
[src]
§
domainOwner?: string | null
[src]
§
includeFromUpstream?: boolean | null
[src]
§
namespace?: string | null
[src]
§
package: string
[src]
§
sourceRepository: string
[src]
§
versionRevisions?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
versions?: string[] | null
[src]