Values.DataSourceDetailsSourceDetails about a direct-query data source.
type nonrec t = {dataSourceType : DataSourceType.t option;The type of data source.
*)name : DataSourceName.t option;The name of the data source.
*)description : DataSourceDescription.t option;A description of the data source.
*)status : DataSourceStatus.t option;The status of the data source.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DataSourceName.t
| `Structure of
(string
* [> `Structure of (string * [> `String of RoleArn.t ]) list ])
list ])
list ]