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.4/services/databrew.ts?docs=full";
interface UpdateDatasetRequest {
Format?: InputFormat | null;
FormatOptions?: FormatOptions | null;
Input: Input;
Name: string;
PathOptions?: PathOptions | null;
}

§Properties

§
Format?: InputFormat | null
[src]

The file format of a dataset that is created from an Amazon S3 file or folder.

§
FormatOptions?: FormatOptions | null
[src]
§
Name: string
[src]

The name of the dataset to be updated.

§
PathOptions?: PathOptions | null
[src]

A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.