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).
Rebooting an Instance
Section titled “Rebooting an Instance”// init — bind the operation to the instanceconst reboot = yield* AWS.DMS.RebootReplicationInstance(instance);
// runtimeyield* reboot({ ForcePlannedFailover: true });