You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(typeofoptionsOrCb!=="object")thrownewError(`Expect http options but get ${typeofoptionsOrCb}`);
910
+
this.send(command,optionsOrCb||{},cb);
911
+
}else{
912
+
returnthis.send(command,optionsOrCb);
913
+
}
914
+
}
915
+
866
916
/**
867
917
* <p>Initiates a Job for launching the machine that is being failed back to from the specified Recovery Instance. This will run conversion on the failback client and will reboot your machine, thus completing the failback process.</p>
868
918
*/
@@ -927,6 +977,38 @@ export class Drs extends DrsClient {
927
977
}
928
978
}
929
979
980
+
/**
981
+
* <p>Starts replication for a stopped Source Server. This action would make the Source Server protected again and restart billing for it.</p>
if(typeofoptionsOrCb!=="object")thrownewError(`Expect http options but get ${typeofoptionsOrCb}`);
1006
+
this.send(command,optionsOrCb||{},cb);
1007
+
}else{
1008
+
returnthis.send(command,optionsOrCb);
1009
+
}
1010
+
}
1011
+
930
1012
/**
931
1013
* <p>Stops the failback process for a specified Recovery Instance. This changes the Failback State of the Recovery Instance back to FAILBACK_NOT_STARTED.</p>
932
1014
*/
@@ -956,6 +1038,38 @@ export class Drs extends DrsClient {
956
1038
}
957
1039
}
958
1040
1041
+
/**
1042
+
* <p>Stops replication for a Source Server. This action would make the Source Server unprotected, delete its existing snapshots and stop billing for it.</p>
if(typeofoptionsOrCb!=="object")thrownewError(`Expect http options but get ${typeofoptionsOrCb}`);
1067
+
this.send(command,optionsOrCb||{},cb);
1068
+
}else{
1069
+
returnthis.send(command,optionsOrCb);
1070
+
}
1071
+
}
1072
+
959
1073
/**
960
1074
* <p>Adds or overwrites only the specified tags for the specified Elastic Disaster Recovery resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value.</p>
0 commit comments