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).
Metadata Generation
Section titled “Metadata Generation”// init — bind the operation to the domainconst getMetadataGenerationRun = yield* AWS.DataZone.GetMetadataGenerationRun(domain);
// runtimeconst run = yield* getMetadataGenerationRun({ identifier: runId });