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.3/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 AWS 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:

  • npm
    
  • pypi
    
  • maven
    
§
repository: string
[src]

The name of the repository.