Values.DescribeApplicationVersionRequestSourceProvides a detailed description of a specified version of the application. To see a list of all the versions of an application, invoke the ListApplicationVersions operation. This operation is supported only for Managed Service for Apache Flink.
type nonrec t = {applicationName : ApplicationName.t;The name of the application for which you want to get the version description.
*)applicationVersionId : ApplicationVersionId.t;The ID of the application version for which you want to get the description.
*)}val make :
applicationName:ApplicationName.t ->
applicationVersionId:ApplicationVersionId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Long of ApplicationVersionId.t | `String of ApplicationName.t ])
list ]