Module Values.DescribeApplicationVersionRequestSource

Provides 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.

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

    The name of the application for which you want to get the version description.

    *)
  2. applicationVersionId : ApplicationVersionId.t;
    (*

    The ID of the application version for which you want to get the description.

    *)
}
Sourceval context_ : string
Sourceval make : applicationName:ApplicationName.t -> applicationVersionId:ApplicationVersionId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of ApplicationVersionId.t | `String of ApplicationName.t ]) 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