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

PutPackageOriginConfigurationResult

import type { PutPackageOriginConfigurationResult } from "https://aws-api.deno.dev/v0.4/services/codeartifact.ts?docs=full";
interface PutPackageOriginConfigurationResult {
originConfiguration?: PackageOriginConfiguration | null;
}

§Properties

§
originConfiguration?: PackageOriginConfiguration | null
[src]

A PackageOriginConfiguration object that describes the origin configuration set for the package. It contains a PackageOriginRestrictions object that describes how new versions of the package can be introduced to the repository.