Values_0.DataSourceSourceDescribes the location of the channel data.
type nonrec t = {s3DataSource : S3DataSource.t option;The S3 location of the data source that is associated with a channel.
*)fileSystemDataSource : FileSystemDataSource.t option;The file system that is associated with a channel.
*)datasetSource : DatasetSource.t option;The dataset resource that's associated with a channel.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of AttributeName.t ] list
| `String of S3Uri.t
| `Structure of
(string
* [> `Boolean of AcceptEula.t
| `String of HubContentArn.t ])
list ])
list ])
list ]