Skip to content

GetMetadataGenerationRun

Source: src/AWS/DataZone/GetMetadataGenerationRun.ts

Runtime binding for datazone:GetMetadataGenerationRun.

Reads the status of a metadata generation run in the bound domain. The domain id is injected from the binding. Provide the implementation with Effect.provide(AWS.DataZone.GetMetadataGenerationRunHttp).

// init — bind the operation to the domain
const getMetadataGenerationRun = yield* AWS.DataZone.GetMetadataGenerationRun(domain);
// runtime
const run = yield* getMetadataGenerationRun({ identifier: runId });