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

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;
}

§Properties

§
domain: string
[src]
§
domainOwner?: string | null
[src]
§
format?: PackageFormat | null
[src]
§
maxResults?: number | null
[src]
§
namespace?: string | null
[src]
§
nextToken?: string | null
[src]
§
packagePrefix?: string | null
[src]
§
repository: string
[src]