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

DeletePackageVersionsRequest

import type { DeletePackageVersionsRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codeartifact.ts";
interface DeletePackageVersionsRequest {
domain: string;
domainOwner?: string | null;
expectedStatus?: PackageVersionStatus | null;
format: PackageFormat;
namespace?: string | null;
package: string;
repository: string;
versions: string[];
}

§Properties

§
domain: string
[src]
§
domainOwner?: string | null
[src]
§
expectedStatus?: PackageVersionStatus | null
[src]
§
namespace?: string | null
[src]
§
package: string
[src]
§
repository: string
[src]
§
versions: string[]
[src]