Values.ChangeServerLifeCycleStateRequestSourceAllows the user to set the SourceServer.LifeCycle.state property for specific Source Server IDs to one of the following: READY_FOR_TEST or READY_FOR_CUTOVER. This command only works if the Source Server is already launchable (dataReplicationInfo.lagDuration is not null.)
type nonrec t = {sourceServerID : SourceServerID.t;The request to change the source server migration lifecycle state by source server ID.
*)lifeCycle : ChangeServerLifeCycleStateSourceServerLifecycle.t;The request to change the source server migration lifecycle state.
*)accountID : AccountID.t option;The request to change the source server migration account ID.
*)}val make :
?accountID:??? ->
sourceServerID:SourceServerID.t ->
lifeCycle:ChangeServerLifeCycleStateSourceServerLifecycle.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of SourceServerID.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]