Skip to content

ListJobs

Source: src/AWS/DataExchange/ListJobs.ts

Runtime binding for dataexchange:ListJobs.

Enumerates the account’s import/export jobs, optionally filtered to one data set or revision. Provide the implementation with Effect.provide(AWS.DataExchange.ListJobsHttp).

const listJobs = yield* AWS.DataExchange.ListJobs();
// runtime
const { Jobs } = yield* listJobs({ DataSetId: dataSetId });