Values_1.DataSourceSummarySourceA DataSourceSummary object that returns a summary of a data source.
type nonrec t = {arn : Values_0.Arn.t option;The arn of the datasource.
*)dataSourceId : ResourceId.t option;The unique ID of the data source.
*)name : ResourceName.t option;The name of the data source.
*)type_ : DataSourceType.t option;The type of the data source.
*)createdTime : Values_0.Timestamp.t option;The date and time that the data source was created. This value is expressed in MM-DD-YYYY HH:MM:SS format.
*)lastUpdatedTime : Values_0.Timestamp.t option;The date and time the data source was last updated. This value is expressed in MM-DD-YYYY HH:MM:SS format.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.Arn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]