Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateSourceServerReplicationTypeRequest

import type { UpdateSourceServerReplicationTypeRequest } from "https://aws-api.deno.dev/v0.4/services/mgn.ts?docs=full";
interface UpdateSourceServerReplicationTypeRequest {
replicationType: ReplicationType;
sourceServerID: string;
}

§Properties

§
replicationType: ReplicationType
[src]

Replication type to which to update source server.

§
sourceServerID: string
[src]

ID of source server on which to update replication type.