Skip to content

DescribeSchemas

Source: src/AWS/DMS/DescribeSchemas.ts

Runtime binding for dms:DescribeSchemas.

Bind this operation to an Endpoint to list the schemas DMS discovered at the endpoint’s database (populated by a prior RefreshSchemas run against a replication instance). Provide the implementation with Effect.provide(AWS.DMS.DescribeSchemasHttp).

// init — bind the operation to the endpoint
const describeSchemas = yield* AWS.DMS.DescribeSchemas(source);
// runtime
const { Schemas } = yield* describeSchemas();