Skip to content

Commit

Permalink
Amazon Elastic MapReduce Update: Amazon EMR adds support for ICMP, po…
Browse files Browse the repository at this point in the history
…rt -1, in Block Public Access Exceptions and API access for EMR Notebooks execution. You can now non-interactively execute EMR Notebooks and pass input parameters.
  • Loading branch information
AWS committed Aug 28, 2020
1 parent 96fa692 commit 4c16184
Show file tree
Hide file tree
Showing 3 changed files with 316 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "feature",
"category": "Amazon Elastic MapReduce",
"description": "Amazon EMR adds support for ICMP, port -1, in Block Public Access Exceptions and API access for EMR Notebooks execution. You can now non-interactively execute EMR Notebooks and pass input parameters."
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"output_token": "Marker",
"result_key": "Instances"
},
"ListNotebookExecutions": {
"input_token": "Marker",
"output_token": "Marker",
"result_key": "NotebookExecutions"
},
"ListSecurityConfigurations": {
"input_token": "Marker",
"output_token": "Marker",
Expand Down
Loading

0 comments on commit 4c16184

Please sign in to comment.