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

AssetType

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

The type of asset that is added to a data set.

type AssetType =
| "S3_SNAPSHOT"
| "REDSHIFT_DATA_SHARE"
| "API_GATEWAY_API"

§Type

§
"S3_SNAPSHOT" | "REDSHIFT_DATA_SHARE" | "API_GATEWAY_API" | cmnP.UnexpectedEnumValue
[src]