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.3/services/dataexchange.ts?docs=full";

The request body for UpdateAsset.

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 S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target 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.

§
RevisionId: string
[src]

The unique identifier for a revision.