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

UpdateAssetRequest

import type { UpdateAssetRequest } from "https://aws-api.deno.dev/v0.4/services/dataexchange.ts?docs=full";
interface UpdateAssetRequest {
AssetId: string;
DataSetId: string;
Name: string;
RevisionId: string;
}

§Properties

§
AssetId: string
[src]

The unique identifier for an asset.

§
DataSetId: string
[src]

The unique identifier for a data set.

§
Name: string
[src]

The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target Amazon S3 object key. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name. When importing from AWS Lake Formation, the static values of "Database(s) included in the LF-tag policy" or "Table(s) included in LF-tag policy" are used as the name.

§
RevisionId: string
[src]

The unique identifier for a revision.