Skip to content

Commit 1e8bc1c

Browse files
author
AWS
committed
EMR Serverless Update: This release adds support for retrieval of the optional executionIamPolicy field in the GetJobRun API response.
1 parent 9e48dca commit 1e8bc1c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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": "EMR Serverless",
4+
"contributor": "",
5+
"description": "This release adds support for retrieval of the optional executionIamPolicy field in the GetJobRun API response."
6+
}

services/emrserverless/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@
547547
},
548548
"shutdownGracePeriodInSeconds":{
549549
"shape":"ShutdownGracePeriodInSeconds",
550-
"documentation":"<p>The duration (in seconds) to wait before forcefully terminating the job after cancellation is requested.</p>",
550+
"documentation":"<p>The duration in seconds to wait before forcefully terminating the job after cancellation is requested.</p>",
551551
"location":"querystring",
552552
"locationName":"shutdownGracePeriodInSeconds"
553553
}
@@ -1135,6 +1135,7 @@
11351135
"shape":"IAMRoleArn",
11361136
"documentation":"<p>The execution role ARN of the job run.</p>"
11371137
},
1138+
"executionIamPolicy":{"shape":"JobRunExecutionIamPolicy"},
11381139
"state":{
11391140
"shape":"JobRunState",
11401141
"documentation":"<p>The state of the job run.</p>"

0 commit comments

Comments
 (0)