Values.DescribeReleaseLabelInputSourceProvides 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 to be described.
*)nextToken : String_.t option;The pagination token. Reserved for future use. Currently set to null.
*)maxResults : MaxResultsNumber.t option;Reserved for future use. Currently set to null.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResultsNumber.t | `String of String_.t ])
list ]