Values_2.DescribeDataSourceRequestSourceDescribes a data source.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The Amazon Web Services account ID.
*)dataSourceId : Values_1.ResourceId.t;The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
dataSourceId:Values_1.ResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]