Values.DescribeReleaseLabelOutputSourceProvides Amazon EMR release label details, such as the releases available the Region where the API request is run, and the available applications for a specific Amazon EMR release label. Can also list Amazon EMR releases that support a specified version of Spark.
type nonrec t = {releaseLabel : String_.t option;The target release label described in the response.
*)applications : SimplifiedApplicationList.t option;The list of applications available for the target release label. Name is the name of the application. Version is the concise version of the application.
*)nextToken : String_.t option;The pagination token. Reserved for future use. Currently set to null.
*)availableOSReleases : OSReleaseList.t option;The list of available Amazon Linux release versions for an Amazon EMR release. Contains a Label field that is formatted as shown in Amazon Linux 2 Release Notes . For example, 2.0.20220218.1.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `InvalidRequestException of InvalidRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option ]