Values.StartAppInputSourceStarts a custom app with the configuration specified in the simulation schema.
type nonrec t = {clientToken : ClientToken.t option;A value that you provide to ensure that repeated calls to this API operation using the same parameters complete only once. A ClientToken is also known as an idempotency token. A ClientToken expires after 24 hours.
*)description : Description.t option;The description of the app.
*)domain : SimSpaceWeaverResourceName.t;The name of the domain of the app.
*)launchOverrides : LaunchOverrides.t option;name : SimSpaceWeaverResourceName.t;The name of the app.
*)simulation : SimSpaceWeaverResourceName.t;The name of the simulation of the app.
*)}val make :
?clientToken:??? ->
?description:??? ->
?launchOverrides:??? ->
domain:SimSpaceWeaverResourceName.t ->
name:SimSpaceWeaverResourceName.t ->
simulation:SimSpaceWeaverResourceName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ClientToken.t
| `Structure of
(string * [> `List of [> `String of NonEmptyString.t ] list ]) list ])
list ]