Module Values.UpdateDatasourcePackagesRequestSource

Starts a data source package for the Detective behavior graph.

Sourcetype nonrec t = {
  1. graphArn : GraphArn.t;
    (*

    The ARN of the behavior graph.

    *)
  2. datasourcePackages : DatasourcePackageList.t;
    (*

    The data source package to start for the behavior graph.

    *)
}
Sourceval context_ : string
Sourceval make : graphArn:GraphArn.t -> datasourcePackages:DatasourcePackageList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string ] list | `String of GraphArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t