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

ImportAssetsFromRedshiftDataSharesResponseDetails

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

Details from an import from Amazon Redshift datashare response.

interface ImportAssetsFromRedshiftDataSharesResponseDetails {
DataSetId: string;
RevisionId: string;
}

§Properties

§

A list of Amazon Redshift datashare asset sources.

§
DataSetId: string
[src]

The unique identifier for the data set associated with this import job.

§
RevisionId: string
[src]

The unique identifier for the revision associated with this import job.