Values.UpdateDatasetRequestSourceModifies the definition of an existing DataBrew dataset.
type nonrec t = {name : DatasetName.t;The name of the dataset to be updated.
*)format : InputFormat.t option;The file format of a dataset that is created from an Amazon S3 file or folder.
*)formatOptions : FormatOptions.t option;input : Input.t;pathOptions : PathOptions.t option;A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
*)}val make :
?format:??? ->
?formatOptions:??? ->
?pathOptions:??? ->
name:DatasetName.t ->
input:Input.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DatasetName.t
| `Structure of
(string
* [> `Map of
([> `String of PathParameterName.t ]
* [> `Structure of
(string
* [> `Boolean of CreateColumn.t
| `Enum of string
| `String of PathParameterName.t
| `Structure of
(string
* [> `Map of
([> `String of ValueReference.t ]
* [> `String of ConditionValue.t ])
list
| `String of DatetimeFormat.t ])
list ])
list ])
list
| `Structure of
(string
* [> `Boolean of MultiLine.t
| `Enum of string
| `Integer of MaxFiles.t
| `List of
[> `Integer of SheetIndex.t | `String of SheetName.t ]
list
| `Map of
([> `String of ValueReference.t ]
* [> `String of ConditionValue.t ])
list
| `String of Delimiter.t
| `Structure of (string * [> `String of Bucket.t ]) list ])
list ])
list ])
list ]