Skip to content

GetReadSetMetadata

Source: src/AWS/Omics/GetReadSetMetadata.ts

Runtime binding for omics:GetReadSetMetadata.

Bind this operation to a SequenceStore to get a callable that reads the metadata of a read set — the store/workflow id is injected automatically and the action is granted on the bound resource. Provide the implementation with Effect.provide(AWS.Omics.GetReadSetMetadataHttp).

// init
const getReadSetMetadata = yield* AWS.Omics.GetReadSetMetadata(store);
// runtime
const result = yield* getReadSetMetadata({});