Values_2.DescribeIngestionRequestSourceDescribes a SPICE ingestion.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The Amazon Web Services account ID.
*)dataSetId : Values_0.String_.t;The ID of the dataset used in the ingestion.
*)ingestionId : Values_1.IngestionId.t;An ID for the ingestion.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
dataSetId:Values_0.String_.t ->
ingestionId:Values_1.IngestionId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]