You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS EMR Serverless: Adds a new option in the CancelJobRun API in EMR 7.9.0+, to cancel a job with grace period. This feature is enabled by default with a 120-second grace period for streaming jobs and is not enabled by default for batch jobs.
Copy file name to clipboardExpand all lines: generator/ServiceModels/emr-serverless/emr-serverless-2021-07-13.docs.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -815,6 +815,12 @@
815
815
"refs": {
816
816
}
817
817
},
818
+
"ShutdownGracePeriodInSeconds": {
819
+
"base": null,
820
+
"refs": {
821
+
"CancelJobRunRequest$shutdownGracePeriodInSeconds": "<p>The duration (in seconds) to wait before forcefully terminating the job after cancellation is requested.</p>"
822
+
}
823
+
},
818
824
"SparkSubmit": {
819
825
"base": "<p>The configurations for the Spark submit job driver.</p>",
Copy file name to clipboardExpand all lines: sdk/src/Services/EMRServerless/Generated/Model/Internal/MarshallTransformations/CancelJobRunRequestMarshaller.cs
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,11 @@ public IRequest Marshall(CancelJobRunRequest publicRequest)
65
65
if(!publicRequest.IsSetJobRunId())
66
66
thrownewAmazonEMRServerlessException("Request object does not have required field JobRunId set");
0 commit comments