StartDataSourceRun
Source:
src/AWS/DataZone/StartDataSourceRun.ts
Runtime binding for datazone:StartDataSourceRun.
Triggers an on-demand run of a data source in the bound domain, ingesting new technical assets into the inventory. The domain id is injected from the binding.
Provide the implementation with
Effect.provide(AWS.DataZone.StartDataSourceRunHttp).
Data Source Runs
Section titled “Data Source Runs”// init — bind the operation to the domainconst startDataSourceRun = yield* AWS.DataZone.StartDataSourceRun(domain);
// runtimeconst run = yield* startDataSourceRun({ dataSourceIdentifier: dataSourceId });