RefreshSchemas
Source:
src/AWS/DMS/RefreshSchemas.ts
Runtime binding for dms:RefreshSchemas.
Bind this operation to a (ReplicationInstance, Endpoint)
pair to (re)discover the schemas at the endpoint’s database using the
instance’s compute. The refresh runs asynchronously — poll it with
DescribeRefreshSchemasStatus, then list the result with
DescribeSchemas. Provide the implementation with
Effect.provide(AWS.DMS.RefreshSchemasHttp).
Refreshing Schemas
Section titled “Refreshing Schemas”// init — bind the operation to the instance + endpointconst refreshSchemas = yield* AWS.DMS.RefreshSchemas(instance, source);
// runtimeconst { RefreshSchemasStatus } = yield* refreshSchemas();