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

AssetDetails

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

Information about the asset.

interface AssetDetails {
ApiGatewayApiAsset?: ApiGatewayApiAsset | null;
RedshiftDataShareAsset?: RedshiftDataShareAsset | null;
S3SnapshotAsset?: S3SnapshotAsset | null;
}

§Properties

§
ApiGatewayApiAsset?: ApiGatewayApiAsset | null
[src]

Information about the API Gateway API asset.

§
RedshiftDataShareAsset?: RedshiftDataShareAsset | null
[src]

The Amazon Redshift datashare that is the asset.

§
S3SnapshotAsset?: S3SnapshotAsset | null
[src]

The S3 object that is the asset.