Module Values.UpdateDatasetRequestSource

Modifies the definition of an existing DataBrew dataset.

Sourcetype nonrec t = {
  1. name : DatasetName.t;
    (*

    The name of the dataset to be updated.

    *)
  2. format : InputFormat.t option;
    (*

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

    *)
  3. formatOptions : FormatOptions.t option;
  4. input : Input.t;
  5. pathOptions : PathOptions.t option;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : ?format:??? -> ?formatOptions:??? -> ?pathOptions:??? -> name:DatasetName.t -> input:Input.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t