Skip to content

Commit ae26661

Browse files
author
AWS
committed
Amazon Elastic MapReduce Update: Add API support for EMR Studio, a new notebook-first IDE for data scientists and data engineers with single sign-on, Jupyter notebooks, automated infrastructure provisioning, and job diagnosis.
1 parent 93ec739 commit ae26661

File tree

3 files changed

+663
-67
lines changed

3 files changed

+663
-67
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": "Add API support for EMR Studio, a new notebook-first IDE for data scientists and data engineers with single sign-on, Jupyter notebooks, automated infrastructure provisioning, and job diagnosis."
6+
}

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@
4242
"input_token": "Marker",
4343
"output_token": "Marker",
4444
"result_key": "Steps"
45+
},
46+
"ListStudioSessionMappings": {
47+
"input_token": "Marker",
48+
"output_token": "Marker",
49+
"result_key": "SessionMappings"
50+
},
51+
"ListStudios": {
52+
"input_token": "Marker",
53+
"output_token": "Marker",
54+
"result_key": "Studios"
4555
}
4656
}
4757
}

0 commit comments

Comments
 (0)