Skip to content

ListAnnotationImportJobs

Source: src/AWS/Omics/ListAnnotationImportJobs.ts

Runtime binding for omics:ListAnnotationImportJobs.

An account-level operation (no resource argument) that lists annotation import jobs, optionally filtered by store name or status. Provide the implementation with Effect.provide(AWS.Omics.ListAnnotationImportJobsHttp).

// init — account-level binding takes no resource
const listImports = yield* AWS.Omics.ListAnnotationImportJobs();
// runtime
const result = yield* listImports({});