Skip to content

RebootReplicationInstance

Source: src/AWS/DMS/RebootReplicationInstance.ts

Runtime binding for dms:RebootReplicationInstance.

Bind this operation to a ReplicationInstance to reboot it (e.g. to recover a stuck migration or force a Multi-AZ failover with ForceFailover). Provide the implementation with Effect.provide(AWS.DMS.RebootReplicationInstanceHttp).

// init — bind the operation to the instance
const reboot = yield* AWS.DMS.RebootReplicationInstance(instance);
// runtime
yield* reboot({ ForcePlannedFailover: true });