Skip to content

Commit 09c9ba7

Browse files
author
AWS
committed
Amazon Elastic MapReduce Update: EMR now supports new DescribeReleaseLabel and ListReleaseLabel APIs. They can provide Amazon EMR release label details. You can programmatically list available releases and applications for a specific Amazon EMR release label.
1 parent 3ed8b80 commit 09c9ba7

File tree

3 files changed

+194
-54
lines changed

3 files changed

+194
-54
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic MapReduce",
4+
"contributor": "",
5+
"description": "EMR now supports new DescribeReleaseLabel and ListReleaseLabel APIs. They can provide Amazon EMR release label details. You can programmatically list available releases and applications for a specific Amazon EMR release label."
6+
}

services/emr/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
"output_token": "Marker",
3434
"result_key": "NotebookExecutions"
3535
},
36+
"ListReleaseLabels": {
37+
"input_token": "NextToken",
38+
"limit_key": "MaxResults",
39+
"output_token": "NextToken"
40+
},
3641
"ListSecurityConfigurations": {
3742
"input_token": "Marker",
3843
"output_token": "Marker",

0 commit comments

Comments
 (0)