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).
Listing Discovered Schemas
Section titled “Listing Discovered Schemas”// init — bind the operation to the endpointconst describeSchemas = yield* AWS.DMS.DescribeSchemas(source);
// runtimeconst { Schemas } = yield* describeSchemas();