Values_2.DescribeDataSetRequestSourceDescribes a dataset. This operation doesn't support datasets that include uploaded files as a source.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The Amazon Web Services account ID.
*)dataSetId : Values_1.ResourceId.t;The ID for the dataset that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
dataSetId:Values_1.ResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]