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

Origin

import type { Origin } from "https://aws-api.deno.dev/v0.3/services/dataexchange.ts?docs=full";

A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers). When an owned data set is published in a product, AWS Data Exchange creates a copy of the data set. Subscribers can access that copy of the data set as an entitled data set.

type Origin = "OWNED" | "ENTITLED" | cmnP.UnexpectedEnumValue;

§Type

§
"OWNED" | "ENTITLED" | cmnP.UnexpectedEnumValue
[src]