Values.DescribeDatasetResponseSourceReturns the definition of a specific DataBrew dataset.
type nonrec t = {createdBy : CreatedBy.t option;The identifier (user name) of the user who created the dataset.
*)createDate : Date.t option;The date and time that the dataset was created.
*)name : DatasetName.t option;The name of the dataset.
*)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 option;lastModifiedDate : Date.t option;The date and time that the dataset was last modified.
*)lastModifiedBy : LastModifiedBy.t option;The identifier (user name) of the user who last modified the dataset.
*)source : Source.t option;The location of the data for this dataset, Amazon S3 or the Glue Data Catalog.
*)pathOptions : PathOptions.t option;A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
*)resourceArn : Arn.t option;The Amazon Resource Name (ARN) of the dataset.
*)}type nonrec error = [ | `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of CreatedBy.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
| `Timestamp of Date.t ])
list ]