Module Values.StartApplicationRequestSource

Starts the specified Managed Service for Apache Flink application. After creating an application, you must exclusively call this operation to start your application.

Sourcetype nonrec t = {
  1. applicationName : ApplicationName.t;
    (*

    The name of the application.

    *)
  2. runConfiguration : RunConfiguration.t option;
    (*

    Identifies the run configuration (start parameters) of a Managed Service for Apache Flink application.

    *)
}
Sourceval context_ : string
Sourceval make : ?runConfiguration:??? -> applicationName:ApplicationName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ApplicationName.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of Id.t | `Structure of (string * [> `Enum of string ]) list ]) list ] list | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `String of SnapshotName.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