Values.UpdateDatasourcePackagesRequestSourceStarts a data source package for the Detective behavior graph.
type nonrec t = {graphArn : GraphArn.t;The ARN of the behavior graph.
*)datasourcePackages : DatasourcePackageList.t;The data source package to start for the behavior graph.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list | `String of GraphArn.t ])
list ]