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

GetRepositoryEndpointRequest

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

§Properties

§
domain: string
[src]

The name of the domain that contains the repository.

§
domainOwner?: string | null
[src]

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

§

Returns which endpoint of a repository to return. A repository has one endpoint for each package format.

§
repository: string
[src]

The name of the repository.