Values.StartTestRequestSourceLaunches a Test Instance for specific Source Servers. This command starts a LAUNCH job whose initiatedBy property is StartTest and changes the SourceServer.lifeCycle.state property to TESTING.
type nonrec t = {sourceServerIDs : StartTestRequestSourceServerIDs.t;Start Test for Source Server IDs.
*)accountID : AccountID.t option;Start Test for Account ID.
*)}val make :
?tags:??? ->
?accountID:??? ->
sourceServerIDs:StartTestRequestSourceServerIDs.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 ]