File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
services/emrserverless/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 547
547
},
548
548
"shutdownGracePeriodInSeconds" :{
549
549
"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>" ,
551
551
"location" :" querystring" ,
552
552
"locationName" :" shutdownGracePeriodInSeconds"
553
553
}
1135
1135
"shape" :" IAMRoleArn" ,
1136
1136
"documentation" :" <p>The execution role ARN of the job run.</p>"
1137
1137
},
1138
+ "executionIamPolicy" :{"shape" :" JobRunExecutionIamPolicy" },
1138
1139
"state" :{
1139
1140
"shape" :" JobRunState" ,
1140
1141
"documentation" :" <p>The state of the job run.</p>"
You can’t perform that action at this time.
0 commit comments