Retrieves release labels of Amazon EMR services in the Region where the API is called
Source:R/emr_operations.R
emr_list_release_labels.RdRetrieves release labels of Amazon EMR services in the Region where the API is called.
See https://www.paws-r-sdk.com/docs/emr_list_release_labels/ for full documentation.
Arguments
- Filters
Filters the results of the request.
Prefixspecifies the prefix of release labels to return.Applicationspecifies the application (with/without version) of release labels to return.- NextToken
Specifies the next page of results. If
NextTokenis not specified, which is usually the case for the first request of ListReleaseLabels, the first page of results are determined by other filtering parameters or by the latest version. Thelist_release_labelsrequest fails if the identity (Amazon Web Services account ID) and all filtering parameters are different from the original request, or if theNextTokenis expired or tampered with.- MaxResults
Defines the maximum number of release labels to return in a single response. The default is
100.