Values.StartExperimentRequestSourceStarts running an experiment from the specified experiment template.
type nonrec t = {clientToken : ClientToken.t;Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
*)experimentTemplateId : ExperimentTemplateId.t;The ID of the experiment template.
*)experimentOptions : StartExperimentExperimentOptionsInput.t option;The experiment options for running the experiment.
*)}val make :
?experimentOptions:??? ->
?tags:??? ->
clientToken:ClientToken.t ->
experimentTemplateId:ExperimentTemplateId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ClientToken.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]