Values.DeleteApplicationRequestSourceDeletes the specified application. Managed Service for Apache Flink halts application execution and deletes the application.
type nonrec t = {applicationName : ApplicationName.t;The name of the application to delete.
*)createTimestamp : Timestamp.t;Use the DescribeApplication operation to get this value.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ApplicationName.t | `Timestamp of Timestamp.t ])
list ]