Skip to content

Commit 6c485fd

Browse files
author
AWS
committed
AWS Batch Update: Improvements of integration between AWS Batch and EC2.
1 parent 2e7f07e commit 6c485fd

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-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": "AWS Batch",
4+
"contributor": "",
5+
"description": "Improvements of integration between AWS Batch and EC2."
6+
}

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
{"shape":"ClientException"},
2727
{"shape":"ServerException"}
2828
],
29-
"documentation":"<p>Cancels a job in an Batch job queue. Jobs that are in the <code>SUBMITTED</code> or <code>PENDING</code> are canceled. A job in<code>RUNNABLE</code> remains in <code>RUNNABLE</code> until it reaches the head of the job queue. Then the job status is updated to <code>FAILED</code>.</p> <note> <p>A <code>PENDING</code> job is canceled after all dependency jobs are completed. Therefore, it may take longer than expected to cancel a job in <code>PENDING</code> status.</p> <p>When you try to cancel an array parent job in <code>PENDING</code>, Batch attempts to cancel all child jobs. The array parent job is canceled when all child jobs are completed.</p> </note> <p>Jobs that progressed to the <code>STARTING</code> or <code>RUNNING</code> state aren't canceled. However, the API operation still succeeds, even if no job is canceled. These jobs must be terminated with the <a>TerminateJob</a> operation.</p>"
29+
"documentation":"<p>Cancels a job in an Batch job queue. Jobs that are in a <code>SUBMITTED</code>, <code>PENDING</code>, or <code>RUNNABLE</code> state are cancelled and the job status is updated to <code>FAILED</code>.</p> <note> <p>A <code>PENDING</code> job is canceled after all dependency jobs are completed. Therefore, it may take longer than expected to cancel a job in <code>PENDING</code> status.</p> <p>When you try to cancel an array parent job in <code>PENDING</code>, Batch attempts to cancel all child jobs. The array parent job is canceled when all child jobs are completed.</p> </note> <p>Jobs that progressed to the <code>STARTING</code> or <code>RUNNING</code> state aren't canceled. However, the API operation still succeeds, even if no job is canceled. These jobs must be terminated with the <a>TerminateJob</a> operation.</p>"
3030
},
3131
"CreateComputeEnvironment":{
3232
"name":"CreateComputeEnvironment",
@@ -681,6 +681,10 @@
681681
"uuid":{
682682
"shape":"String",
683683
"documentation":"<p>Unique identifier for the compute environment.</p>"
684+
},
685+
"context":{
686+
"shape":"String",
687+
"documentation":"<p>Reserved.</p>"
684688
}
685689
},
686690
"documentation":"<p>An object that represents an Batch compute environment.</p>"
@@ -1176,6 +1180,10 @@
11761180
"eksConfiguration":{
11771181
"shape":"EksConfiguration",
11781182
"documentation":"<p>The details for the Amazon EKS cluster that supports the compute environment.</p>"
1183+
},
1184+
"context":{
1185+
"shape":"String",
1186+
"documentation":"<p>Reserved.</p>"
11791187
}
11801188
},
11811189
"documentation":"<p>Contains the parameters for <code>CreateComputeEnvironment</code>.</p>"
@@ -4082,6 +4090,10 @@
40824090
"updatePolicy":{
40834091
"shape":"UpdatePolicy",
40844092
"documentation":"<p>Specifies the updated infrastructure update policy for the compute environment. For more information about infrastructure updates, see <a href=\"https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html\">Updating compute environments</a> in the <i>Batch User Guide</i>.</p>"
4093+
},
4094+
"context":{
4095+
"shape":"String",
4096+
"documentation":"<p>Reserved.</p>"
40854097
}
40864098
},
40874099
"documentation":"<p>Contains the parameters for <code>UpdateComputeEnvironment</code>.</p>"

0 commit comments

Comments
 (0)