Values_0.AnalysisSourceTemplateSourceThe source template of an analysis.
type nonrec t = {dataSetReferences : DataSetReferenceList.t;The dataset references of the source template of an analysis.
*)arn : Arn.t;The Amazon Resource Name (ARN) of the source template of an analysis.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `String of Arn.t ])
list ]