[ aws . emr ]

describe-release-label

Description

Provides EMR release label details, such as releases available the region where the API request is run, and the available applications for a specific EMR release label. Can also list EMR release versions that support a specified version of Spark.

See also: AWS API Documentation

See ‘aws help’ for descriptions of global parameters.

Synopsis

  describe-release-label
[--release-label <value>]
[--next-token <value>]
[--max-results <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]

Options

--release-label (string)

The target release label to be described.

--next-token (string)

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

--max-results (integer)

Reserved for future use. Currently set to null.

--cli-input-json | --cli-input-yaml (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command.

See ‘aws help’ for descriptions of global parameters.

Output

ReleaseLabel -> (string)

The target release label described in the response.

Applications -> (list)

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.

(structure)

The returned release label application names or versions.

Name -> (string)

The returned release label application name. For example, hadoop .

Version -> (string)

The returned release label application version. For example, 3.2.1 .

NextToken -> (string)

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