Values.StartCutoverRequestSourceLaunches a Cutover Instance for specific Source Servers. This command starts a LAUNCH job whose initiatedBy property is StartCutover and changes the SourceServer.lifeCycle.state property to CUTTING_OVER.
type nonrec t = {sourceServerIDs : StartCutoverRequestSourceServerIDs.t;Start Cutover by Source Server IDs.
*)accountID : AccountID.t option;Start Cutover by Account IDs
*)}val make :
?tags:??? ->
?accountID:??? ->
sourceServerIDs:StartCutoverRequestSourceServerIDs.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SourceServerID.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of AccountID.t ])
list ]