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
Copy file name to clipboardExpand all lines: services/batch/src/main/resources/codegen-resources/service-2.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1767,6 +1767,10 @@
1767
1767
"shape":"EksAttemptContainerDetails",
1768
1768
"documentation":"<p>The details for the init containers.</p>"
1769
1769
},
1770
+
"eksClusterArn":{
1771
+
"shape":"String",
1772
+
"documentation":"<p>The Amazon Resource Name (ARN) of the Amazon EKS cluster.</p>"
1773
+
},
1770
1774
"podName":{
1771
1775
"shape":"String",
1772
1776
"documentation":"<p>The name of the pod for this job attempt.</p>"
@@ -3261,6 +3265,10 @@
3261
3265
"instanceTypes":{
3262
3266
"shape":"StringList",
3263
3267
"documentation":"<p>An object that contains the instance types that you want to replace for the existing resources of a job.</p>"
3268
+
},
3269
+
"eksPropertiesOverride":{
3270
+
"shape":"EksPropertiesOverride",
3271
+
"documentation":"<p>An object that contains the properties that you want to replace for the existing Amazon EKS resources of a job.</p>"
3264
3272
}
3265
3273
},
3266
3274
"documentation":"<p>The object that represents any node overrides to a job definition that's used in a <a href=\"https://docs.aws.amazon.com/batch/latest/APIReference/API_SubmitJob.html\">SubmitJob</a> API operation.</p>"
@@ -3292,6 +3300,10 @@
3292
3300
"ecsProperties":{
3293
3301
"shape":"EcsProperties",
3294
3302
"documentation":"<p>This is an object that represents the properties of the node range for a multi-node parallel job.</p>"
3303
+
},
3304
+
"eksProperties":{
3305
+
"shape":"EksProperties",
3306
+
"documentation":"<p>This is an object that represents the properties of the node range for a multi-node parallel job.</p>"
3295
3307
}
3296
3308
},
3297
3309
"documentation":"<p>This is an object that represents the properties of the node range for a multi-node parallel job.</p>"
0 commit comments