ListPackagesRequest
import type { ListPackagesRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codeartifact.ts";interface ListPackagesRequest {
domain: string;
domainOwner?: string | null;
format?: PackageFormat | null;
maxResults?: number | null;
namespace?: string | null;
nextToken?: string | null;
packagePrefix?: string | null;
repository: string;
}