StopReplication
Source:
src/AWS/DMS/StopReplication.ts
Runtime binding for dms:StopReplication.
Bind this operation (account-level) to stop a running DMS Serverless
replication by replication-config ARN (the stopped replication keeps its
provisioned capacity). The serverless counterpart of
StopReplicationTask. Provide the implementation with
Effect.provide(AWS.DMS.StopReplicationHttp).
Orchestrating Serverless Replications
Section titled “Orchestrating Serverless Replications”// init — account-level, no target resourceconst stopReplication = yield* AWS.DMS.StopReplication();
// runtimeconst { Replication } = yield* stopReplication({ ReplicationConfigArn: configArn,});