Values.StartApplicationResponseSourceStarts the specified Managed Service for Apache Flink application. After creating an application, you must exclusively call this operation to start your application.
type nonrec t = {operationId : OperationId.t option;The operation ID that can be used to track the request.
*)}type nonrec error = [ | `InvalidApplicationConfigurationException of
InvalidApplicationConfigurationException.t| `InvalidArgumentException of InvalidArgumentException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceInUseException of ResourceInUseException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidApplicationConfigurationException of
InvalidApplicationConfigurationException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceInUseException of ResourceInUseException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidApplicationConfigurationException of
InvalidApplicationConfigurationException.t
| `InvalidArgumentException of InvalidArgumentException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceInUseException of ResourceInUseException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]