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

UpdateDataSourceInput

import type { UpdateDataSourceInput } from "https://aws-api.deno.dev/v0.4/services/machinelearning.ts?docs=full";
interface UpdateDataSourceInput {
DataSourceId: string;
DataSourceName: string;
}

§Properties

§
DataSourceId: string
[src]

The ID assigned to the DataSource during creation.

§
DataSourceName: string
[src]

A new user-supplied name or description of the DataSource that will replace the current description.