Values.GetDataSourceResponseSourceThe result of a GetDataSource operation.
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.
*)}type nonrec error = [ | `BaseException of BaseException.t| `DependencyFailureException of DependencyFailureException.t| `DisabledOperationException of DisabledOperationException.t| `InternalException of InternalException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BaseException of BaseException.t
| `DependencyFailureException of unit
| `DisabledOperationException of unit
| `InternalException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BaseException of BaseException.t
| `DependencyFailureException of unit
| `DisabledOperationException of unit
| `InternalException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]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 ]