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

UpdateDataSetRequest

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

The request body for UpdateDataSet.

interface UpdateDataSetRequest {
DataSetId: string;
Description?: string | null;
Name?: string | null;
}

§Properties

§
DataSetId: string
[src]

The unique identifier for a data set.

§
Description?: string | null
[src]

The description for the data set.

§
Name?: string | null
[src]

The name of the data set.