Module Values.StartAppInputSource

Starts a custom app with the configuration specified in the simulation schema.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. description : Description.t option;
    (*

    The description of the app.

    *)
  3. domain : SimSpaceWeaverResourceName.t;
    (*

    The name of the domain of the app.

    *)
  4. launchOverrides : LaunchOverrides.t option;
  5. name : SimSpaceWeaverResourceName.t;
    (*

    The name of the app.

    *)
  6. simulation : SimSpaceWeaverResourceName.t;
    (*

    The name of the simulation of the app.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> ?description:??? -> ?launchOverrides:??? -> domain:SimSpaceWeaverResourceName.t -> name:SimSpaceWeaverResourceName.t -> simulation:SimSpaceWeaverResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ClientToken.t | `Structure of (string * [> `List of [> `String of NonEmptyString.t ] list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t