ListDataSourceRuns
Source:
src/AWS/DataZone/ListDataSourceRuns.ts
Runtime binding for datazone:ListDataSourceRuns.
Lists the runs of a data source in the bound domain. The domain id is injected from the binding.
Provide the implementation with
Effect.provide(AWS.DataZone.ListDataSourceRunsHttp).
Data Source Runs
Section titled “Data Source Runs”// init — bind the operation to the domainconst listDataSourceRuns = yield* AWS.DataZone.ListDataSourceRuns(domain);
// runtimeconst runs = yield* listDataSourceRuns({ dataSourceIdentifier: dataSourceId });