Module Values.DescribeReleaseLabelInputSource

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

Sourcetype nonrec t = {
  1. releaseLabel : String_.t option;
    (*

    The target release label to be described.

    *)
  2. nextToken : String_.t option;
    (*

    The pagination token. Reserved for future use. Currently set to null.

    *)
  3. maxResults : MaxResultsNumber.t option;
    (*

    Reserved for future use. Currently set to null.

    *)
}
Sourceval make : ?releaseLabel:??? -> ?nextToken:??? -> ?maxResults:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MaxResultsNumber.t | `String of String_.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