Values.DescribeApplicationRequestSourceReturns information about a specific Managed Service for Apache Flink application. If you want to retrieve a list of all applications in your account, use the ListApplications operation.
type nonrec t = {applicationName : ApplicationName.t;The name of the application.
*)includeAdditionalDetails : BooleanObject.t option;Displays verbose information about a Managed Service for Apache Flink application, including the application's job plan.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanObject.t | `String of ApplicationName.t ])
list ]